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