1. 7184781 by David Greene · 16 years ago
  2. 06e1658 Add a thumb2 pass to insert IT blocks. by Evan Cheng · 16 years ago
  3. ac57e6e Add the Object Code Emitter class. Original patch by Aaron Gray, I did some by Bruno Cardoso Lopes · 16 years ago
  4. b50ea5c Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1InstrInfo, Thumb2InstrInfo, Thumb1RegisterInfo and Thumb2RegisterInfo. Move methods from ARMInstrInfo to ARMBaseInstrInfo to prepare for sharing with Thumb2. by David Goodwin · 16 years ago
  5. 5bcc8bd Remove unused AsmPrinter OptLevel argument, and propogate. by Daniel Dunbar · 16 years ago
  6. d49ea77 Split thumb-related stuff into separate classes. by Anton Korobeynikov · 16 years ago
  7. a96751f Provide InitializeAllTargets and InitializeNativeTarget functions in the by Bob Wilson · 16 years ago
  8. ae69a2a Enable arm pre-allocation load / store multiple optimization pass. by Evan Cheng · 16 years ago
  9. 8557c2b Latency information for ARM v6. It's rough and not yet hooked up. Right now we are only using branch latency to determine if-conversion limits. by Evan Cheng · 16 years ago
  10. 1555a23 Introduce new headers whose inclusion forces linking and by Douglas Gregor · 16 years ago
  11. e7d6df7 Add a ARM specific pre-allocation pass that re-schedule loads / stores from by Evan Cheng · 16 years ago
  12. a3f99f9 First patch in the direction of splitting MachineCodeEmitter in two subclasses: by Bruno Cardoso Lopes · 16 years ago
  13. 98a366d Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 16 years ago
  14. be8cc2a Second attempt: by Bill Wendling · 16 years ago
  15. c69d56f r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 16 years ago
  16. 2e9d5f9 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 16 years ago
  17. 42bf74b CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. by Evan Cheng · 16 years ago
  18. 8c6b991 ARM target now also recognize triplets like thumbv6-apple-darwin and set thumb mode and arch subversion. Eventually thumb triplets will go way and replaced with function notes. by Evan Cheng · 16 years ago
  19. 57f0db8 Overhaul my earlier submission due to feedback. It's a large patch, but most of by Bill Wendling · 16 years ago
  20. 92adc19 Adds extern "C" ints to the .cpp files that use RegisterTarget, as by Oscar Fuentes · 17 years ago
  21. 3cc8223 Tell ARMJITInfo if codegen relocation is PIC. It changes how function stubs are generated. by Evan Cheng · 17 years ago
  22. 65f2442 ARM JIT should observe -relocation-model command line option. by Evan Cheng · 17 years ago
  23. b8cab92 Fix command-line option printing to print two spaces where needed, by Dan Gohman · 17 years ago
  24. 32b952a Reapply 56585:56589 with proper fix for some gcc versions by Anton Korobeynikov · 17 years ago
  25. 688535e Temporarily backing out 56585:56589 to unbreak the build. by Evan Cheng · 17 years ago
  26. 621cdf0 Get rid of virtual inheritance for ARM TAI by Anton Korobeynikov · 17 years ago
  27. cb37188 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
  28. 0bd8971 Move ARM to pluggable asmprinter by Anton Korobeynikov · 17 years ago
  29. 0f3cc65 Switch ARM to new section handling stuff by Anton Korobeynikov · 17 years ago
  30. 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  31. 3bf6acc Match things like 'armv5tejl-unknown-linux-gnu' for PR2290 by Chris Lattner · 17 years ago
  32. bfae831 Use PassManagerBase instead of FunctionPassManager for functions by Dan Gohman · 17 years ago
  33. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  34. 17207dd Enable if-conversion for ARM by default. by Evan Cheng · 18 years ago
  35. 0ff94f7 Initial JIT support for ARM by Raul Fernandes Herbster. by Evan Cheng · 18 years ago
  36. 8bd6035 Added -print-emitted-asm to print out JIT generated asm to cerr. by Evan Cheng · 18 years ago
  37. 87bdba6 The various "getModuleMatchQuality" implementations should return by Chris Lattner · 18 years ago
  38. 148b6a4 Initial ARM JIT support by Raul Fernandes Herbster. by Evan Cheng · 18 years ago
  39. 75604f8 Move if-conversion after all passes that may use register scavenger. by Evan Cheng · 18 years ago
  40. 9307292 Hooks for predication support. by Evan Cheng · 18 years ago
  41. e8308df Implement getTargetLowering() or else LSR won't be using ARM specific hooks. by Evan Cheng · 18 years ago
  42. 04321f7 Added -march=thumb; removed -enable-thumb. by Evan Cheng · 18 years ago
  43. d2b7cec Generalize TargetData strings, to support more interesting forms of data. by Chris Lattner · 19 years ago
  44. 7501605 Add space between // and the comment. by Lauro Ramos Venancio · 19 years ago
  45. 3630e78 Add ABI information to ARM subtarget. by Lauro Ramos Venancio · 19 years ago
  46. 876eaf1 According to ARM EABI, 8-bytes function arguments must be 8-bytes aligned. by Lauro Ramos Venancio · 19 years ago
  47. 9312313 Also set alignment of stack-based structs to 4 in thumb mode. by Evan Cheng · 19 years ago
  48. 0fa1051 Thumb add sp, #imm requires the immediate value be multiple of 4. For now, by Evan Cheng · 19 years ago
  49. aa3e123 ARM AAPCS abi (Linux, etc.) requires 8-byte double / long alignment; Mac by Evan Cheng · 19 years ago
  50. d44ecd8 Double and Long preferred alignment is 4 for Darwin, 8 for Linux. by Evan Cheng · 19 years ago
  51. 75e18c4 Clean up ARM PEI code. by Evan Cheng · 19 years ago
  52. 970a419 isDarwin -> isTargetDarwin by Evan Cheng · 19 years ago
  53. a8e2989 ARM backend contribution from Apple. by Evan Cheng · 19 years ago
  54. f05696c revert previous patch by Rafael Espindola · 19 years ago
  55. 115bfcb add createCFGSimplificationPass to ARMTargetMachine::addInstSelector by Rafael Espindola · 19 years ago
  56. 896f10c most ARM targets are little endian by Rafael Espindola · 19 years ago
  57. 71f3b94 Implement a MachineFunctionPass to fix the mul instruction by Rafael Espindola · 19 years ago
  58. fde1b3b 1. Remove condition on delete. by Jim Laskey · 19 years ago
  59. 1911fd4 Completely rearchitect the interface between targets and the pass manager. by Chris Lattner · 19 years ago
  60. c4fa386 Simplify target construction. by Chris Lattner · 19 years ago
  61. 3c000bf initial support for select by Rafael Espindola · 19 years ago
  62. ec46ea3 Declare the callee saved regs by Rafael Espindola · 19 years ago
  63. a1ab92d correctly set LocalAreaOffset of TargetFrameInfo by Rafael Espindola · 19 years ago
  64. 1790d44 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 19 years ago
  65. d988b32 Make all of the TargetMachine subclasses use the new string TargetData methods. by Owen Anderson · 19 years ago
  66. 7bc59bc added a skeleton of the ARM backend by Rafael Espindola · 19 years ago