aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2022-01-07Enable -Wshadow and fix resulting errorsMartyn Capewell
2022-01-06Add native execution to aarch64/getting-started.cc (#11)Matthew Bentham
2022-01-06Disable linter on regex calls (#14)mmc28a
2021-06-23Extend instruction-level decoding globallyMartyn Capewell
2020-10-15Simplify the command-line disassembly example UI.Jacob Bramley
2020-10-14Add a command-line disassembly example.Jacob Bramley
2020-07-16Add an example that dumps CPU feature information.Jacob Bramley
2020-06-19[sve] Add a strlen example using ldff1b.Jacob Bramley
2020-05-15Merge branch 'master' into sveJacob Bramley
2020-05-07Update clang tools to 4.0.Jacob Bramley
2020-04-24Merge branch 'master' into sveJacob Bramley
2020-04-24Document that the DecoderVisitor interface is unstable.Jacob Bramley
2020-02-28Consistently use snake_case for variable names.Jacob Bramley
2019-10-24New decoder with smaller instruction classes.Martyn Capewell
2019-10-21[sve] Implement the SVEIntReduction group.TatWai Chong
2019-09-25[sve] Implement contiguous ld1 loads.TatWai Chong
2019-08-01[sve] Implement most 'SVEPredicateMisc' instructions.Jacob Bramley
2019-07-31Merge branch 'master' into sveJacob Bramley
2019-07-10Configure a basic .clang-tidy.Jacob Bramley
2019-03-19Merge branch 'master' into sveJacob Bramley
2019-02-21Add support for UDF.Jacob Bramley
2019-01-25Implement SVE decoder and skeleton componentsMartyn Capewell
2018-11-12Add support for STLR/LDAPR unscaled offset variants.Alexander Gilday
2018-11-12Add support for flag manipulation instructions.Alexander Gilday
2018-11-01Add support for Load/Store PAC instructions.Alexander Gilday
2018-09-19Add support for features up to Armv8.3.Jacob Bramley
2018-08-30Fix and re-enable test-examples.Jacob Bramley
2018-07-04Remove the Debugger.Jacob Bramley
2018-05-24Fix exception related warnings introduced by GCC 8.Pierre Langlois
2018-04-10Add support for SQRDMLAH and SQRDMLSH.Alexander Gilday
2018-03-22v8.3 Complex Numbers SupportCarey Williams
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-25[aarch64] Do not mix the Assembler and MacroAssembler in testsPierre Langlois
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-31Mark methods as `override` when compiling with C++11Pierre Langlois
2016-10-24Follow the design guidelines for the AArch64 `CodeBufferCheckScope`.Alexandre Rames
2016-10-24Unify the `Assembler` helpers related to the code buffer.Alexandre Rames
2016-10-24Create a base class for assemblers.Alexandre Rames
2016-10-05Rewrite `VIXL_CHECK` in terms of `abort`.Pierre Langlois
2016-09-29Remove implicit 64 to 32 bit narrowingPierre Langlois
2016-09-22Fix a couple of comments following `#endif`.Alexandre Rames
2016-08-30[examples] Fix compiling with -Wunreachable-code and -Wunset-variablePierre Langlois