- acf8145 silence warning by Chris Lattner · 18 years ago
- fea997a Fit in 80 columns by Chris Lattner · 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
- ac94c58 Add a test case. 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
- f97e542 Added a thumb vararg test. 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
- 3281528 Add printVersion(). Linker can use it to print LLVM version number. by Devang Patel · 18 years ago
- aed293d Add PrintVersionMessage() that tools can use to print version number by Devang Patel · 18 years ago
- 527fae1 Emit a better assertion message for PR1133 by Chris Lattner · 18 years ago
- 897b1b5 Include Makefile.config before testing OS. by Devang Patel · 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
- 36a7243 new testcase by Chris Lattner · 18 years ago
- 894432c Fix test case. by Evan Cheng · 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
- 92905d9 Fix build breakage by using correct arguments to getIndexedType in the by Reid Spencer · 18 years ago
- 100c210 Fix test cases. 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
- 569f2fa Preview of the shift instructions becoming Binary Operators. by Reid Spencer · 18 years ago
- dff1ab2 Dead comment. by Evan Cheng · 18 years ago
- 9e693eb Add some debug output. by Reid Spencer · 18 years ago
- 3471b60 Thumb asm syntax does not want 's' suffix for flag setting opcodes. by Evan Cheng · 18 years ago
- aeacab2 shutdown the app when done. by Chris Lattner · 18 years ago
- fbbe92f remove temporary vectors. by Chris Lattner · 18 years ago
- af3e4d4 add missing ctor by Chris Lattner · 18 years ago
- 20066f9 eliminate temporary vectors by Chris Lattner · 18 years ago
- 699d144 eliminate temporary vectors by Chris Lattner · 18 years ago
- c0dbec7 When determining whether a pc relative branch / load displacement fits in the by Evan Cheng · 18 years ago
- 4c3d3a9 eliminate a temporary vector while parsing gep's from bc files. by Chris Lattner · 18 years ago
- 95b9d6e A relatively simple PPC optimization. by Chris Lattner · 18 years ago
- 6ffbe17 implement the new GEP instruction ctors. 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
- a88d6ca Revert another incorrectly applied chunk, which fixes InstCombine/vec_insert_to_shuffle.ll by Chris Lattner · 18 years ago
- ad58eb3 Fix a minor bug in my patch yesterday that broken ConstProp/bswap.ll by Chris Lattner · 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
- d385fd6 Allow the target to override the ISD::CondCode that's to be used to test the by Evan Cheng · 18 years ago
- 991d361 Added O_F32 and O_64 in addition to UO_F32 and UO_64 even though by by Evan Cheng · 18 years ago
- b6ab254 Observe -soft-float. by Evan Cheng · 18 years ago
- b85210f minor cleanups. Fix off-by-one in accounting the number of nodes when the by Chris Lattner · 18 years ago
- 0331524 shutdown at end of run by Chris Lattner · 18 years ago
- f7469af regenerate by Chris Lattner · 18 years ago
- e013540 eliminate a temporary vector by Chris Lattner · 18 years ago
- d917fe5 elimiante a temporary vector by Chris Lattner · 18 years ago
- 55eb1c4 eliminate temporary vectors by Chris Lattner · 18 years ago
- 2b9a5da Revise APIs for creating constantexpr GEPs to not require the use of vectors. by Chris Lattner · 18 years ago
- fb11053 Revise APIs for creating constantexpr GEPs to not require the use of by Chris Lattner · 18 years ago
- 0c61584 - Added Thumb constpool island support. by Evan Cheng · 18 years ago
- 4c16069 Fix version information for new instructions. by Reid Spencer · 18 years ago
- a4f4659 Move symbolic constant folding code to libanalysis. by Chris Lattner · 18 years ago
- 03dd25c Move some symbolic constant folding code out of instcombine into a place by Chris Lattner · 18 years ago
- fec152b Correct the instruction op codes to meet current head changes. by Reid Spencer · 18 years ago
- c4a8d39 Excise documentation about Compaction Tables. by Reid Spencer · 18 years ago
- 2e3a1d1 The local "ConstantFold" method is now just a watered down version of by Chris Lattner · 18 years ago
- c3ce689 Make this a *real* header: by Chris Lattner · 18 years ago
- 997c74c move constant folding code out of Utils/Local into libanalysis by Chris Lattner · 18 years ago
- 79066fa Adjust #includes to match movement of constant folding code from transformutils to libanalysis. by Chris Lattner · 18 years ago
- 5520732 move a bunch of constant folding code f rom Transforms/Utils/Local.cpp into by Chris Lattner · 18 years ago
- 4973190 remove now-dead code. by Chris Lattner · 18 years ago
- ff2dad3 the inliner pass now passes targetdata down through the inliner api's by Chris Lattner · 18 years ago
- 1dfdf82 The inliner/cloner can now optionally take TargetData info, which can be by Chris Lattner · 18 years ago
- 3cab071 reformat comment by Chris Lattner · 18 years ago
- 0a19ffa pass TD to constant folding apis by Chris Lattner · 18 years ago
- 72d88ae adjust to constant folding api changes. by Chris Lattner · 18 years ago
- cd2492e use smallvector instead of vector to make constant folding a bit more efficient by Chris Lattner · 18 years ago
- 6c1f565 adjust to api change by Chris Lattner · 18 years ago
- 9fa038d Change constant folding APIs to take an optional TargetData, and change by Chris Lattner · 18 years ago
- 73259ca Change constant folding APIs to take an optional TargetData, and change by Chris Lattner · 18 years ago
- f08c0ea Combine two tests. 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
- db43c63 remove some bits that are not yet meant to land. by Chris Lattner · 18 years ago
- c5eff44 Symbolically evaluate constant expressions like &A[123] - &A[4].f. by Chris Lattner · 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
- 2574fe5 Compaction tables no longer supported, remove its block ID. by Reid Spencer · 18 years ago
- d2bb887 Bye, Bye Compaction Tables. The benefit compaction tables provides doesn't by Reid Spencer · 18 years ago
- 9085043 For PR411: by Reid Spencer · 18 years ago
- 82d5ee5 Add a gxxcmd variable for the g++ command line used to build llvm. 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
- c1f32a5 Make the input legal. by Reid Spencer · 18 years ago
- c9670d3 Add / merge tests. 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
- f6310ab test that the 'ir' constraint works. by Chris Lattner · 18 years ago
- 29836c3 Factor GetInstSize() out of constpool island pass. by Evan Cheng · 18 years ago
- 367f109 add initial support for handling inline asms with multiple constraints. by Chris Lattner · 18 years ago