1. bcc5f36 Finish off bug 680, allowing targets to custom lower frame and return by Nate Begeman · 19 years ago
  2. 1f259e9 We'd still like to register allocate r2 on darwin before the callee-save regs. by Nate Begeman · 19 years ago
  3. 73c5624 rename flag by Jim Laskey · 19 years ago
  4. 24f7fb3 Comment. by Evan Cheng · 19 years ago
  5. 78268b9 Remember if LR register has been spilled in this function. by Evan Cheng · 19 years ago
  6. 1620f1a Save all registers by default, as they can be used to pass parameters by Anton Korobeynikov · 19 years ago
  7. 908049b Update some of the llvm in the readme by Nate Begeman · 19 years ago
  8. 1257c85 Properly support cstrings by Nate Begeman · 19 years ago
  9. 1b340dc Flag to control exception handling. by Jim Laskey · 19 years ago
  10. f82aa1c Measure timings. by Devang Patel · 19 years ago
  11. b05ef6a Move TimingInfo into PassManagers.h so that other libs can use it. by Devang Patel · 19 years ago
  12. d683ef6 Disable zero landing pads for now. by Jim Laskey · 19 years ago
  13. 072200c Landing pad-less eh for PPC. by Jim Laskey · 19 years ago
  14. 73a27c8 Remove tabs. by Reid Spencer · 19 years ago
  15. 519e239 Implement use of new IntrinsicLowering interface. by Reid Spencer · 19 years ago
  16. 6addf2c Use TargetData to obtain the correct size of the "size_t" argument for by Reid Spencer · 19 years ago
  17. 6a08f91 Simplify names of lattice values. SGTUNE becomes SGT, for example. by Nick Lewycky · 19 years ago
  18. ec9bfdc Read from the right place. by Chris Lattner · 19 years ago
  19. c36357c Fix PR1139 by Chris Lattner · 19 years ago
  20. 1e9126b For PR1138: by Reid Spencer · 19 years ago
  21. 6aa279d Arguments are counting from 1. not from 0. Maybe we should change by Anton Korobeynikov · 19 years ago
  22. ac2b2cf More cleanup by Anton Korobeynikov · 19 years ago
  23. 5310897 Fix compile error "jump to case label crosses initialization". by Nick Lewycky · 19 years ago
  24. 9adeaa2 Regenerate by Anton Korobeynikov · 19 years ago
  25. b10308e Propagate changes from my local tree. This patch includes: by Anton Korobeynikov · 19 years ago
  26. f0876c7 This file has been dead for a long time. Remove it. by Reid Spencer · 19 years ago
  27. 424db02 Fix test/Transforms/InstCombine/2007-01-27-AndICmp.ll, a miscompilation of by Chris Lattner · 19 years ago
  28. 0db1f0b Make d'tor out-of-line. by Bill Wendling · 19 years ago
  29. 0b93085 implement SmallPtrSet::erase by Chris Lattner · 19 years ago
  30. 24757de add a note by Chris Lattner · 19 years ago
  31. c95dc98 Add a new SmallSet ADT specialized for pointers. by Chris Lattner · 19 years ago
  32. fcdea7b Return an X86ELFWriterInfo object. by Bill Wendling · 19 years ago
  33. 5d73a2a Use TargetELFWriterInfo class. by Bill Wendling · 19 years ago
  34. 40d7764 X86 implementation of the TargetELFWriterInfo class. by Bill Wendling · 19 years ago
  35. 198529a New entry. by Evan Cheng · 19 years ago
  36. d85ac4d Thumb jumptable support. by Evan Cheng · 19 years ago
  37. 53d7dba Thumb add / sub with carry. by Evan Cheng · 19 years ago
  38. ea9fc58 Some asm directives fixes for ELF. by Lauro Ramos Venancio · 19 years ago
  39. 3c983c3 Fix a spelling error by Nate Begeman · 19 years ago
  40. 6635f35 Handle multiple functions, properly mangle symbols, and fix support for by Nate Begeman · 19 years ago
  41. 6da1864 rename files by Jim Laskey · 19 years ago
  42. 3fdadfc Represent tADDspi and tSUBspi as two-address instructions. by Evan Cheng · 19 years ago
  43. 44c3b9f Change the MachineDebugInfo to MachineModuleInfo to better reflect usage by Jim Laskey · 19 years ago
  44. fce1765 Fix Data16bitsDirective for ELF. by Lauro Ramos Venancio · 19 years ago
  45. 43aeab6 Conditional branch being fixed up is not the last MI in the BB, there is a by Evan Cheng · 19 years ago
  46. 1a92d94 If the constant pool value is a extern weak symbol, emit the weak reference. by Lauro Ramos Venancio · 19 years ago
  47. b60c02e extload -> zextload by Evan Cheng · 19 years ago
  48. 1ee2925 Make LABEL a builtin opcode. by Jim Laskey · 19 years ago
  49. 2b935d5 Clarify some constants. by Jim Laskey · 19 years ago
  50. 26f2385 For PR761: by Reid Spencer · 19 years ago
  51. aacc35a For PR761: by Reid Spencer · 19 years ago
  52. f00c595 For PR761: by Reid Spencer · 19 years ago
  53. 41dff5e Regenerate for PR645 and PR761 by Reid Spencer · 19 years ago
  54. b2d1786 For PR645: by Reid Spencer · 19 years ago
  55. 3702d26 For PR645: by Reid Spencer · 19 years ago
  56. 0fc052c For PR645: by Reid Spencer · 19 years ago
  57. 43276ee IntegerType is a sized DerivedType too. by Reid Spencer · 19 years ago
  58. 3d10b0b Clean up comments and assert messages that still refer to the old type names. by Reid Spencer · 19 years ago
  59. ca01cfe Fix an assertion message. by Reid Spencer · 19 years ago
  60. dd353b8 SplitBlockBeforeInstr() insert a unconditional branch to the next BB. This by Evan Cheng · 19 years ago
  61. 129ccd9 Remove dead code. by Devang Patel · 19 years ago
  62. 7755fac Need to scan the function for branches even if there aren't any constants. by Evan Cheng · 19 years ago
  63. c71ca3c Inherit CallGraphSCCPass directly from Pass. by Devang Patel · 19 years ago
  64. a0bf794 Forgot to update this. by Evan Cheng · 19 years ago
  65. 4d447f5 Inherit BasicBlockPass directly from Pass. by Devang Patel · 19 years ago
  66. c285414 Add comment, fix typo, reduce memory usage, etc. by Evan Cheng · 19 years ago
  67. 3df62bd I am an idiot. by Evan Cheng · 19 years ago
  68. fab0439 Fix comment. by Evan Cheng · 19 years ago
  69. 99403b6 - Tell PEI that PPC will handle stack frame rounding itself. by Evan Cheng · 19 years ago
  70. 02a2029 Added a MRegisterInfo hook that tells PEI the target is responsible for by Evan Cheng · 19 years ago
  71. b1cc052 Fix elf object definition. by Lauro Ramos Venancio · 19 years ago
  72. 743fa03 Doh. Skip JT branches. by Evan Cheng · 19 years ago
  73. 338305b Make llvm-extract preserve the callingconv of prototypes in the extracted code. by Chris Lattner · 19 years ago
  74. 1a4a83c 1. Remove dwarf-verbose option (now asm-verbose.) 2. Clean up end of lines. by Jim Laskey · 19 years ago
  75. f1cdea1 Migrate print routines to asm to be shared by exception handling. by Jim Laskey · 19 years ago
  76. af5cbcb Added (preliminary) branch shortening capability to constantpool island pass. by Evan Cheng · 19 years ago
  77. 6318ffd Getting rid uses of evil std::set<> by Evan Cheng · 19 years ago
  78. b482872 Fix test/CFrontend/2007-01-24-InlineAsmCModifier.c on X86. The %c modifier by Chris Lattner · 19 years ago
  79. 78192b6 Fix test/CFrontend/2007-01-24-InlineAsmCModifier.c on PPC by Chris Lattner · 19 years ago
  80. 3553d86 FTOIT and ITOFT are bit converts, and if we drop 21264s, are always available by Andrew Lenharth · 19 years ago
  81. 0e41094 Call frames for intel. by Jim Laskey · 19 years ago
  82. 7ac947d 80 columns by Jim Laskey · 19 years ago
  83. 5e73d5b Repair debug frames as a prelude to eh_frames. Switched to using MachineMoves by Jim Laskey · 19 years ago
  84. 7cce0ac Fix unordered fp on alpha by Andrew Lenharth · 19 years ago
  85. d06b2ab Fix a misencoding of CBW and CWD. This fixes PR1030. by Chris Lattner · 19 years ago
  86. f9e5619 Use asm printer to emit alignment by Jim Laskey · 19 years ago
  87. 012f2d9 Use PC relative ldr to load from a constantpool in Thumb mode. by Evan Cheng · 19 years ago
  88. 2b72182 Make ivars private and use getters. Have the MachOWriter return "Mach-O by Bill Wendling · 19 years ago
  89. de268f7 Renamed getTypeAlignmentShift() to getPreferredTypeAlignmentShift(). by Evan Cheng · 19 years ago
  90. 0ea18ff Add a field for and construction of the PPCMachOWriterInfo object. by Bill Wendling · 19 years ago
  91. 3d6d609 Move the getJTRelocation method out of here. by Bill Wendling · 19 years ago
  92. a4b7324 Use the TargetMachOWriterInfo class to get this information. by Bill Wendling · 19 years ago
  93. 841056a New "TargetMachOWriterInfo" class. It holds target-specific information by Bill Wendling · 19 years ago
  94. e966d64 Allow [ fi#c, imm ] as ARM load / store addresses. by Evan Cheng · 19 years ago
  95. 79d4326 Various Thumb mode load / store isel bug fixes. by Evan Cheng · 19 years ago
  96. c38f2bc - Reorg Thumb load / store instructions. Combine each rr and ri pair of by Evan Cheng · 19 years ago
  97. d9f10c3 Fix typo. by Devang Patel · 19 years ago
  98. 97fd243 Add CallGraphSCCPass::assignPassManager(). This enables CalLGraphPassManager. by Devang Patel · 19 years ago
  99. a6f567c Darwin HiddenDirective is .private_extern. by Evan Cheng · 19 years ago
  100. fd58e6e Moved disassembler to libSystem by Anton Korobeynikov · 19 years ago