1. c33f674 Define PrivateGlobalPrefix for ARM Linux. (Fix CodeGen/ARM/large_stack.ll) by Lauro Ramos Venancio · 18 years ago
  2. 556f33c Pasto. Lots of it. by Evan Cheng · 18 years ago
  3. 6f46e59 Fix .thumb_func directive on linux. by Lauro Ramos Venancio · 18 years ago
  4. b82313f Support for non-landing pad exception handling. by Jim Laskey · 18 years ago
  5. b43216e - Off by one bugs in maximum displacement calculation / testing. by Evan Cheng · 18 years ago
  6. b25fe82 Fixed uninitialized stuff inside LegalizeDAG. Fortunately, the only by Anton Korobeynikov · 18 years ago
  7. e0c2b6b .set pc relative displacement bug: label should be moved down one instruction by Evan Cheng · 18 years ago
  8. 736ceff Add a note. by Evan Cheng · 18 years ago
  9. 9312313 Also set alignment of stack-based structs to 4 in thumb mode. by Evan Cheng · 18 years ago
  10. 9d945f7 Special epilogue for vararg functions. We cannot do a pop to pc because by Evan Cheng · 18 years ago
  11. 2021abe Pessmistically assume the .align 2 before the first constpool entry adds by Evan Cheng · 18 years ago
  12. 5b49ab9 Possible JT improvements. by Evan Cheng · 18 years ago
  13. 9aa2895 Fix CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.ll by Chris Lattner · 18 years ago
  14. 3bf12d0 Don't emit unnecessary .align directive. by Evan Cheng · 18 years ago
  15. a2e3558 Handle an interesting corner case: the constpool_entry being reference is two by Evan Cheng · 18 years ago
  16. 7588ad4 Don't want to add FramePtr to callee save spill list twice. by Evan Cheng · 18 years ago
  17. 3548006 Darwin ABI requires FP to point to stack slot of prev FP. by Evan Cheng · 18 years ago
  18. 11a065e Add entry. by Evan Cheng · 18 years ago
  19. 0fa1051 Thumb add sp, #imm requires the immediate value be multiple of 4. For now, by Evan Cheng · 18 years ago
  20. 86eb515 Update comment. by Evan Cheng · 18 years ago
  21. dff1ab2 Dead comment. by Evan Cheng · 18 years ago
  22. 3471b60 Thumb asm syntax does not want 's' suffix for flag setting opcodes. by Evan Cheng · 18 years ago
  23. c0dbec7 When determining whether a pc relative branch / load displacement fits in the by Evan Cheng · 18 years ago
  24. 95b9d6e A relatively simple PPC optimization. by Chris Lattner · 18 years ago
  25. a9b8b8d Some comments. by Evan Cheng · 18 years ago
  26. 934536d ConstPool island bug: watch out for cases where UserMI is the last MI of the BB. by Evan Cheng · 18 years ago
  27. b5b84f9 ARM fix: Miscompilation when frame pointer can't be eliminated. Uninitialized frame pointer register is used. by Lauro Ramos Venancio · 18 years ago
  28. 193f850 Specify the right CC for comparison libcalls. by Evan Cheng · 18 years ago
  29. b6ab254 Observe -soft-float. by Evan Cheng · 18 years ago
  30. 0c61584 - Added Thumb constpool island support. by Evan Cheng · 18 years ago
  31. 3664090 During PEI, if the immediate value of sp + offset is too large (i.e. something by Evan Cheng · 18 years ago
  32. c60e76d - Fix codegen for pc relative constant (e.g. JT) in thumb mode: by Evan Cheng · 18 years ago
  33. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  34. ad1b9a5 Copy and paste bug. by Evan Cheng · 18 years ago
  35. b267ca1 Darwin -static should codegen static ctors / dtors to .constructor / .destructor sections. by Evan Cheng · 18 years ago
  36. c322a9a Misseed thumb jumptable branch. by Evan Cheng · 18 years ago
  37. 236f677 In thumb mode, round up stack frame size to multiple of 4 since add/sub by Evan Cheng · 18 years ago
  38. 5b91c7f Thumb eliminateFrameIndex fixes. by Evan Cheng · 18 years ago
  39. cea117d Change the operand orders to t_addrmode_s* to make it easier to morph by Evan Cheng · 18 years ago
  40. d1b2c1e - In thumb mode, if size of MachineFunction is >= 2048, force LR to be by Evan Cheng · 18 years ago
  41. 225dfe9 Use BL to implement Thumb far jumps. by Evan Cheng · 18 years ago
  42. 29836c3 Factor GetInstSize() out of constpool island pass. by Evan Cheng · 18 years ago
  43. e078d1a Only gather frame info if debug or eh. by Jim Laskey · 18 years ago
  44. bcc5f36 Finish off bug 680, allowing targets to custom lower frame and return by Nate Begeman · 18 years ago
  45. 1f259e9 We'd still like to register allocate r2 on darwin before the callee-save regs. by Nate Begeman · 18 years ago
  46. 73c5624 rename flag by Jim Laskey · 18 years ago
  47. 24f7fb3 Comment. by Evan Cheng · 18 years ago
  48. 78268b9 Remember if LR register has been spilled in this function. by Evan Cheng · 18 years ago
  49. 1620f1a Save all registers by default, as they can be used to pass parameters by Anton Korobeynikov · 18 years ago
  50. 908049b Update some of the llvm in the readme by Nate Begeman · 18 years ago
  51. 1b340dc Flag to control exception handling. by Jim Laskey · 18 years ago
  52. 072200c Landing pad-less eh for PPC. by Jim Laskey · 18 years ago
  53. 519e239 Implement use of new IntrinsicLowering interface. by Reid Spencer · 18 years ago
  54. 5310897 Fix compile error "jump to case label crosses initialization". by Nick Lewycky · 18 years ago
  55. b10308e Propagate changes from my local tree. This patch includes: by Anton Korobeynikov · 18 years ago
  56. 0db1f0b Make d'tor out-of-line. by Bill Wendling · 18 years ago
  57. fcdea7b Return an X86ELFWriterInfo object. by Bill Wendling · 18 years ago
  58. 40d7764 X86 implementation of the TargetELFWriterInfo class. by Bill Wendling · 18 years ago
  59. 198529a New entry. by Evan Cheng · 18 years ago
  60. d85ac4d Thumb jumptable support. by Evan Cheng · 18 years ago
  61. 53d7dba Thumb add / sub with carry. by Evan Cheng · 18 years ago
  62. ea9fc58 Some asm directives fixes for ELF. by Lauro Ramos Venancio · 18 years ago
  63. 3c983c3 Fix a spelling error by Nate Begeman · 18 years ago
  64. 6635f35 Handle multiple functions, properly mangle symbols, and fix support for by Nate Begeman · 18 years ago
  65. 3fdadfc Represent tADDspi and tSUBspi as two-address instructions. by Evan Cheng · 18 years ago
  66. 44c3b9f Change the MachineDebugInfo to MachineModuleInfo to better reflect usage by Jim Laskey · 18 years ago
  67. fce1765 Fix Data16bitsDirective for ELF. by Lauro Ramos Venancio · 18 years ago
  68. 43aeab6 Conditional branch being fixed up is not the last MI in the BB, there is a by Evan Cheng · 18 years ago
  69. 1a92d94 If the constant pool value is a extern weak symbol, emit the weak reference. by Lauro Ramos Venancio · 18 years ago
  70. b60c02e extload -> zextload by Evan Cheng · 18 years ago
  71. 1ee2925 Make LABEL a builtin opcode. by Jim Laskey · 18 years ago
  72. 26f2385 For PR761: by Reid Spencer · 18 years ago
  73. 0fc052c For PR645: by Reid Spencer · 18 years ago
  74. dd353b8 SplitBlockBeforeInstr() insert a unconditional branch to the next BB. This by Evan Cheng · 18 years ago
  75. 7755fac Need to scan the function for branches even if there aren't any constants. by Evan Cheng · 18 years ago
  76. a0bf794 Forgot to update this. by Evan Cheng · 18 years ago
  77. c285414 Add comment, fix typo, reduce memory usage, etc. by Evan Cheng · 18 years ago
  78. 3df62bd I am an idiot. by Evan Cheng · 18 years ago
  79. fab0439 Fix comment. by Evan Cheng · 18 years ago
  80. 99403b6 - Tell PEI that PPC will handle stack frame rounding itself. by Evan Cheng · 18 years ago
  81. b1cc052 Fix elf object definition. by Lauro Ramos Venancio · 18 years ago
  82. 743fa03 Doh. Skip JT branches. by Evan Cheng · 18 years ago
  83. af5cbcb Added (preliminary) branch shortening capability to constantpool island pass. by Evan Cheng · 18 years ago
  84. 6318ffd Getting rid uses of evil std::set<> by Evan Cheng · 18 years ago
  85. b482872 Fix test/CFrontend/2007-01-24-InlineAsmCModifier.c on X86. The %c modifier by Chris Lattner · 18 years ago
  86. 78192b6 Fix test/CFrontend/2007-01-24-InlineAsmCModifier.c on PPC by Chris Lattner · 18 years ago
  87. 3553d86 FTOIT and ITOFT are bit converts, and if we drop 21264s, are always available by Andrew Lenharth · 18 years ago
  88. 0e41094 Call frames for intel. by Jim Laskey · 18 years ago
  89. 7ac947d 80 columns by Jim Laskey · 18 years ago
  90. 5e73d5b Repair debug frames as a prelude to eh_frames. Switched to using MachineMoves by Jim Laskey · 18 years ago
  91. 7cce0ac Fix unordered fp on alpha by Andrew Lenharth · 18 years ago
  92. d06b2ab Fix a misencoding of CBW and CWD. This fixes PR1030. by Chris Lattner · 18 years ago
  93. 012f2d9 Use PC relative ldr to load from a constantpool in Thumb mode. by Evan Cheng · 18 years ago
  94. 2b72182 Make ivars private and use getters. Have the MachOWriter return "Mach-O by Bill Wendling · 18 years ago
  95. de268f7 Renamed getTypeAlignmentShift() to getPreferredTypeAlignmentShift(). by Evan Cheng · 18 years ago
  96. 0ea18ff Add a field for and construction of the PPCMachOWriterInfo object. by Bill Wendling · 18 years ago
  97. 3d6d609 Move the getJTRelocation method out of here. by Bill Wendling · 18 years ago
  98. 841056a New "TargetMachOWriterInfo" class. It holds target-specific information by Bill Wendling · 18 years ago
  99. e966d64 Allow [ fi#c, imm ] as ARM load / store addresses. by Evan Cheng · 18 years ago
  100. 79d4326 Various Thumb mode load / store isel bug fixes. by Evan Cheng · 18 years ago