1. 96ec22d Fix a valgrind error. by Nate Begeman · 15 years ago
  2. 5638783 Refine BuiltinsARM.def types a bit, we should do a better job of this to save some c++ code in CGBuiltins. by Nate Begeman · 15 years ago
  3. 900f467 ARM NEON: fix vcvt naming handle vdup, vcombine with generic vector code by Nate Begeman · 15 years ago
  4. b0a4e45 clang codegen support by Nate Begeman · 15 years ago
  5. 9e584b3 Handle multi-vector returns and args. by Nate Begeman · 15 years ago
  6. 7c21f74 Additional fixes to BuiltinsARM.def generator, on to clang codegen. by Nate Begeman · 15 years ago
  7. 92f98af Progress on generating BuiltinsARM.def, still some duplicates to work out. by Nate Begeman · 15 years ago
  8. 73cef3e BuiltinsARM.def emitter, still needs a substantial bit of tweaking to lighten the load on clang. by Nate Begeman · 15 years ago
  9. a8979a0 Mangle __builtin_neon_* names appropriately. by Nate Begeman · 15 years ago
  10. 3861e74 Add some additional capabilities to the neon emitter by Nate Begeman · 15 years ago
  11. 162d3ba arm_neon.h now makes it through clang and generates appropriate code for those functions which can use by Nate Begeman · 15 years ago
  12. 7c8c883 arm_neon.h emitter now mostly complete for the purposes of initial testing. by Nate Begeman · 15 years ago
  13. 8dbbace Pacify recent gcc: remove a pointless const qualifier. by Duncan Sands · 15 years ago
  14. e66aab5 Checkpoint; handle 'int' and 'void' correctly by Nate Begeman · 15 years ago
  15. af905ef Emit full function prototypes. Definitions & typedefs to come. by Nate Begeman · 15 years ago
  16. 2223777 Checkpoint arm_neon.h generation with tablegen by Nate Begeman · 15 years ago
  17. e8f0349 Comment out some code in prep for actual .td file checkpoint. by Nate Begeman · 15 years ago
  18. 5ddb087 Add support to tablegen for auto-generating arm_neon.h from a tablegen description by Nate Begeman · 15 years ago