1. aacc35a For PR761: by Reid Spencer · 19 years ago
  2. 4de76f4 For PR761: by Reid Spencer · 19 years ago
  3. f00c595 For PR761: by Reid Spencer · 19 years ago
  4. 0ac611a For PR761: by Reid Spencer · 19 years ago
  5. 41dff5e Regenerate for PR645 and PR761 by Reid Spencer · 19 years ago
  6. b2d1786 For PR645: by Reid Spencer · 19 years ago
  7. 3702d26 For PR645: by Reid Spencer · 19 years ago
  8. 0fc052c For PR645: by Reid Spencer · 19 years ago
  9. 43276ee IntegerType is a sized DerivedType too. by Reid Spencer · 19 years ago
  10. 3d10b0b Clean up comments and assert messages that still refer to the old type names. by Reid Spencer · 19 years ago
  11. ca01cfe Fix an assertion message. by Reid Spencer · 19 years ago
  12. dd353b8 SplitBlockBeforeInstr() insert a unconditional branch to the next BB. This by Evan Cheng · 19 years ago
  13. 129ccd9 Remove dead code. by Devang Patel · 19 years ago
  14. 7755fac Need to scan the function for branches even if there aren't any constants. by Evan Cheng · 19 years ago
  15. c71ca3c Inherit CallGraphSCCPass directly from Pass. by Devang Patel · 19 years ago
  16. a65f5fd Inherit FunctionPass directly from Pass. by Devang Patel · 19 years ago
  17. a0bf794 Forgot to update this. by Evan Cheng · 19 years ago
  18. 4d447f5 Inherit BasicBlockPass directly from Pass. by Devang Patel · 19 years ago
  19. c285414 Add comment, fix typo, reduce memory usage, etc. by Evan Cheng · 19 years ago
  20. 3df62bd I am an idiot. by Evan Cheng · 19 years ago
  21. fab0439 Fix comment. by Evan Cheng · 19 years ago
  22. f4d6822 Fix test case. by Evan Cheng · 19 years ago
  23. e37879c Remove dead code. by Devang Patel · 19 years ago
  24. 99403b6 - Tell PEI that PPC will handle stack frame rounding itself. by Evan Cheng · 19 years ago
  25. 02a2029 Added a MRegisterInfo hook that tells PEI the target is responsible for by Evan Cheng · 19 years ago
  26. b9329e0 fix fcopysign test by Lauro Ramos Venancio · 19 years ago
  27. b1cc052 Fix elf object definition. by Lauro Ramos Venancio · 19 years ago
  28. 743fa03 Doh. Skip JT branches. by Evan Cheng · 19 years ago
  29. 338305b Make llvm-extract preserve the callingconv of prototypes in the extracted code. by Chris Lattner · 19 years ago
  30. 1a4a83c 1. Remove dwarf-verbose option (now asm-verbose.) 2. Clean up end of lines. by Jim Laskey · 19 years ago
  31. f1cdea1 Migrate print routines to asm to be shared by exception handling. by Jim Laskey · 19 years ago
  32. af5cbcb Added (preliminary) branch shortening capability to constantpool island pass. by Evan Cheng · 19 years ago
  33. 6318ffd Getting rid uses of evil std::set<> by Evan Cheng · 19 years ago
  34. b482872 Fix test/CFrontend/2007-01-24-InlineAsmCModifier.c on X86. The %c modifier by Chris Lattner · 19 years ago
  35. 78192b6 Fix test/CFrontend/2007-01-24-InlineAsmCModifier.c on PPC by Chris Lattner · 19 years ago
  36. 9f4fbba new testcase by Chris Lattner · 19 years ago
  37. 3553d86 FTOIT and ITOFT are bit converts, and if we drop 21264s, are always available by Andrew Lenharth · 19 years ago
  38. 0e41094 Call frames for intel. by Jim Laskey · 19 years ago
  39. 7ac947d 80 columns by Jim Laskey · 19 years ago
  40. 5e73d5b Repair debug frames as a prelude to eh_frames. Switched to using MachineMoves by Jim Laskey · 19 years ago
  41. 7cce0ac Fix unordered fp on alpha by Andrew Lenharth · 19 years ago
  42. d06b2ab Fix a misencoding of CBW and CWD. This fixes PR1030. by Chris Lattner · 19 years ago
  43. f9e5619 Use asm printer to emit alignment by Jim Laskey · 19 years ago
  44. 012f2d9 Use PC relative ldr to load from a constantpool in Thumb mode. by Evan Cheng · 19 years ago
  45. 2b72182 Make ivars private and use getters. Have the MachOWriter return "Mach-O by Bill Wendling · 19 years ago
  46. de268f7 Renamed getTypeAlignmentShift() to getPreferredTypeAlignmentShift(). by Evan Cheng · 19 years ago
  47. bc51340 Added new files. by Bill Wendling · 19 years ago
  48. 0ea18ff Add a field for and construction of the PPCMachOWriterInfo object. by Bill Wendling · 19 years ago
  49. 3d6d609 Move the getJTRelocation method out of here. by Bill Wendling · 19 years ago
  50. a4b7324 Use the TargetMachOWriterInfo class to get this information. by Bill Wendling · 19 years ago
  51. 8f5159e A virtual method to return the TargetMachOWriterInfo object. This returns by Bill Wendling · 19 years ago
  52. 40fab40 Moved target-specific information to the TargetMachOWriterInfo obj. by Bill Wendling · 19 years ago
  53. 841056a New "TargetMachOWriterInfo" class. It holds target-specific information by Bill Wendling · 19 years ago
  54. e966d64 Allow [ fi#c, imm ] as ARM load / store addresses. by Evan Cheng · 19 years ago
  55. 06c2552 Added some load from stack frames test cases. by Evan Cheng · 19 years ago
  56. 79d4326 Various Thumb mode load / store isel bug fixes. by Evan Cheng · 19 years ago
  57. 9e38e32 Thumb test cases. by Evan Cheng · 19 years ago
  58. c38f2bc - Reorg Thumb load / store instructions. Combine each rr and ri pair of by Evan Cheng · 19 years ago
  59. c20048d Fix cut-n-pasto. by Devang Patel · 19 years ago
  60. 7c3992f Thumb test cases. by Evan Cheng · 19 years ago
  61. d9f10c3 Fix typo. by Devang Patel · 19 years ago
  62. 97fd243 Add CallGraphSCCPass::assignPassManager(). This enables CalLGraphPassManager. by Devang Patel · 19 years ago
  63. a6f567c Darwin HiddenDirective is .private_extern. by Evan Cheng · 19 years ago
  64. 6bc191a Fix test case. by Evan Cheng · 19 years ago
  65. daa3189 One more small fix to documentation by Anton Korobeynikov · 19 years ago
  66. 8cea37b Updating documentation: by Anton Korobeynikov · 19 years ago
  67. fd58e6e Moved disassembler to libSystem by Anton Korobeynikov · 19 years ago
  68. 367372a PEI is now responsible for adding MaxCallFrameSize to frame size and align the stack. Each target can further adjust the frame size if necessary. by Evan Cheng · 19 years ago
  69. c970812 fix typo by Chris Lattner · 19 years ago
  70. 1829076 make the SmallSet interface more std::set-like by Chris Lattner · 19 years ago
  71. 08a4d5a Switch this to use SmallSet to avoid mallocs in the common case. by Chris Lattner · 19 years ago
  72. 89502f0 add a trivial SmallSet class, which operates on a similar principle to by Chris Lattner · 19 years ago
  73. dc77540 hasFP() is now a virtual method of MRegisterInfo. by Evan Cheng · 19 years ago
  74. fad2912 Fix a bunch of inline asm failures by Chris Lattner · 19 years ago
  75. 07700d1 Make it work for both Linux and Mac OS. by Evan Cheng · 19 years ago
  76. 9b631a5 Update comment. by Evan Cheng · 19 years ago
  77. f6d039a Remove the DoubleTy special case. by Evan Cheng · 19 years ago
  78. aa3e123 ARM AAPCS abi (Linux, etc.) requires 8-byte double / long alignment; Mac by Evan Cheng · 19 years ago
  79. 74fc22d Double and long preferred alignment set to 8 bytes. by Evan Cheng · 19 years ago
  80. ebd9b73 Double and long preferred alignment is 8 byte. by Evan Cheng · 19 years ago
  81. 778900a - getTypeAlignmentShift() should be returning preferred alignment, not ABI by Evan Cheng · 19 years ago
  82. f3bf908 Pasto by Evan Cheng · 19 years ago
  83. 706535d Linux GOT indirect reference is only necessary in PIC mode. by Evan Cheng · 19 years ago
  84. d44ecd8 Double and Long preferred alignment is 4 for Darwin, 8 for Linux. by Evan Cheng · 19 years ago
  85. 2576f13 Use bl to call Thumb fuctions directly. by Evan Cheng · 19 years ago
  86. 8a67cdc Fix test case. by Evan Cheng · 19 years ago
  87. 639bebb Bring up to date. by Jim Laskey · 19 years ago
  88. 4223016 Cleanup checks in the load and store of casted pointer transforms. Two by Reid Spencer · 19 years ago
  89. ac2dca9 Fix a bunch of missing semicolon parse errors from bison. by Jeff Cohen · 19 years ago
  90. 361c3ef Fix this error: by Jeff Cohen · 19 years ago
  91. 5c4db8a Run GenLibDeps.pl with the configured PERL path to handle different install by Reid Spencer · 19 years ago
  92. 66bb5b5 add a note by Chris Lattner · 19 years ago
  93. febecf4 Regenerate. by Reid Spencer · 19 years ago
  94. 8c70122 Fix the TARGET_HAS_JIT settings. Sparc doesn't, x86_64 does, ARM doesn't. by Reid Spencer · 19 years ago
  95. 17be679 default to emiting an uncompressed .bc file by Chris Lattner · 19 years ago
  96. 9b5b182 For PR1128: Regenerate for ARM support. by Reid Spencer · 19 years ago
  97. 5b53fd1 Add support for the ARM target in the target configuration processing. by Reid Spencer · 19 years ago
  98. 2c7123c Whoops, fix typo in last commit. by Reid Spencer · 19 years ago
  99. 3af8c6e new testcase by Chris Lattner · 19 years ago
  100. 24d6da5 For PR970: by Reid Spencer · 19 years ago