aboutsummaryrefslogtreecommitdiff
path: root/examples/aarch32
AgeCommit message (Expand)Author
2022-01-07Enable -Wshadow and fix resulting errorsMartyn Capewell
2020-05-07Update clang tools to 4.0.Jacob Bramley
2019-07-10Configure a basic .clang-tidy.Jacob Bramley
2018-05-24Fix exception related warnings introduced by GCC 8.Pierre Langlois
2017-09-19Added aarch32 SIMD example computing the Mandelbrot SetRowan Lee
2017-06-21Use clang-format 3.8 to format VIXLPierre Langlois
2017-06-01[pool-manager] Integration with aarch32.Georgia Kouveli
2017-05-15[pool-manager] Split Label and Literal.Georgia Kouveli
2017-02-09Fix native build of aarch32 examples.Georgia Kouveli
2017-01-31Clean up the Label class.Georgia Kouveli
2017-01-20Remove Switch implementation from VIXLPierre Langlois
2017-01-05Re-organize VIXL's doc/ and mention AArch32Pierre Langlois
2016-11-17Add a custom disassembler example.Vincent Belliard
2016-11-02Rename pc to code_address for the disassembler.Vincent Belliard
2016-10-24Unify the `Assembler` helpers related to the code buffer.Alexandre Rames
2016-10-24Create a base class for assemblers.Alexandre Rames
2016-09-29Remove implicit 64 to 32 bit narrowingPierre Langlois
2016-09-22Fix a couple of comments following `#endif`.Alexandre Rames
2016-08-24Use a length argument when constructing S and D register listsPierre Langlois
2016-08-15Introduce architecture specific guards for the simulatorPierre Langlois
2016-08-12Correctly include C headersPierre Langlois
2016-08-10[examples] Fix a sign comparison warningPierre Langlois
2016-08-08Add missing namespace in examplesPierre Langlois
2016-08-03AArch32: Improve the API for selecting the ISA.Jacob Bramley
2016-07-28Fix a `#ifdef` in `examples/aarch32/disasm-a32.cc`.Alexandre Rames
2016-07-28Do not compile the AArch32 disassembler example on OSX.Alexandre Rames
2016-07-04Update naming to `aarch32` and `aarch64`.Alexandre Rames