oota-llvm.git
2007-02-01 Chris Lattnernew testcase
2007-01-31 Evan ChengFix test case.
2007-01-31 Evan ChengDon't emit unnecessary .align directive.
2007-01-31 Evan ChengHandle an interesting corner case: the constpool_entry...
2007-01-31 Evan ChengDon't want to add FramePtr to callee save spill list...
2007-01-31 Reid SpencerFix build breakage by using correct arguments to getInd...
2007-01-31 Evan ChengFix test cases.
2007-01-31 Evan ChengDarwin ABI requires FP to point to stack slot of prev FP.
2007-01-31 Evan ChengAdd entry.
2007-01-31 Evan ChengThumb add sp, #imm requires the immediate value be...
2007-01-31 Evan ChengUpdate comment.
2007-01-31 Reid SpencerPreview of the shift instructions becoming Binary Opera...
2007-01-31 Evan ChengDead comment.
2007-01-31 Reid SpencerAdd some debug output.
2007-01-31 Evan ChengThumb asm syntax does not want 's' suffix for flag...
2007-01-31 Chris Lattnershutdown the app when done.
2007-01-31 Chris Lattnerremove temporary vectors.
2007-01-31 Chris Lattneradd missing ctor
2007-01-31 Chris Lattnereliminate temporary vectors
2007-01-31 Chris Lattnereliminate temporary vectors
2007-01-31 Evan ChengWhen determining whether a pc relative branch / load...
2007-01-31 Chris Lattnereliminate a temporary vector while parsing gep's from...
2007-01-31 Chris LattnerA relatively simple PPC optimization.
2007-01-31 Chris Lattnerimplement the new GEP instruction ctors.
2007-01-31 Evan ChengSome comments.
2007-01-31 Evan ChengConstPool island bug: watch out for cases where UserMI...
2007-01-31 Chris LattnerRevert another incorrectly applied chunk, which fixes...
2007-01-31 Chris LattnerFix a minor bug in my patch yesterday that broken Const...
2007-01-31 Lauro Ramos... ARM fix: Miscompilation when frame pointer can't be...
2007-01-31 Evan ChengSpecify the right CC for comparison libcalls.
2007-01-31 Evan ChengAllow the target to override the ISD::CondCode that...
2007-01-31 Evan ChengAdded O_F32 and O_64 in addition to UO_F32 and UO_64...
2007-01-31 Evan ChengObserve -soft-float.
2007-01-31 Chris Lattnerminor cleanups. Fix off-by-one in accounting the numbe...
2007-01-31 Chris Lattnershutdown at end of run
2007-01-31 Chris Lattnerregenerate
2007-01-31 Chris Lattnereliminate a temporary vector
2007-01-31 Chris Lattnerelimiante a temporary vector
2007-01-31 Chris Lattnereliminate temporary vectors
2007-01-31 Chris LattnerRevise APIs for creating constantexpr GEPs to not requi...
2007-01-31 Chris LattnerRevise APIs for creating constantexpr GEPs to not requi...
2007-01-31 Evan Cheng- Added Thumb constpool island support.
2007-01-31 Reid SpencerFix version information for new instructions.
2007-01-31 Chris LattnerMove symbolic constant folding code to libanalysis.
2007-01-31 Chris LattnerMove some symbolic constant folding code out of instcom...
2007-01-31 Reid SpencerCorrect the instruction op codes to meet current head...
2007-01-31 Reid SpencerExcise documentation about Compaction Tables.
2007-01-30 Chris LattnerThe local "ConstantFold" method is now just a watered...
2007-01-30 Chris LattnerMake this a *real* header:
2007-01-30 Chris Lattnermove constant folding code out of Utils/Local into...
2007-01-30 Chris LattnerAdjust #includes to match movement of constant folding...
2007-01-30 Chris Lattnermove a bunch of constant folding code f rom Transforms...
2007-01-30 Chris Lattnerremove now-dead code.
2007-01-30 Chris Lattnerthe inliner pass now passes targetdata down through...
2007-01-30 Chris LattnerThe inliner/cloner can now optionally take TargetData...
2007-01-30 Chris Lattnerreformat comment
2007-01-30 Chris Lattnerpass TD to constant folding apis
2007-01-30 Chris Lattneradjust to constant folding api changes.
2007-01-30 Chris Lattneruse smallvector instead of vector to make constant...
2007-01-30 Chris Lattneradjust to api change
2007-01-30 Chris LattnerChange constant folding APIs to take an optional Target...
2007-01-30 Chris LattnerChange constant folding APIs to take an optional Target...
2007-01-30 Evan ChengCombine two tests.
2007-01-30 Evan ChengDuring PEI, if the immediate value of sp + offset is...
2007-01-30 Chris Lattnerremove some bits that are not yet meant to land.
2007-01-30 Chris LattnerSymbolically evaluate constant expressions like &A...
2007-01-30 Evan Cheng- Fix codegen for pc relative constant (e.g. JT) in...
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-30 Reid SpencerCompaction tables no longer supported, remove its block ID.
2007-01-30 Reid SpencerBye, Bye Compaction Tables. The benefit compaction...
2007-01-30 Reid SpencerFor PR411:
2007-01-30 Reid SpencerAdd a gxxcmd variable for the g++ command line used...
2007-01-30 Evan ChengCopy and paste bug.
2007-01-30 Evan ChengDarwin -static should codegen static ctors / dtors...
2007-01-30 Evan ChengMisseed thumb jumptable branch.
2007-01-30 Reid SpencerMake the input legal.
2007-01-30 Evan ChengAdd / merge tests.
2007-01-30 Evan ChengIn thumb mode, round up stack frame size to multiple...
2007-01-30 Evan ChengThumb eliminateFrameIndex fixes.
2007-01-30 Evan ChengChange the operand orders to t_addrmode_s* to make...
2007-01-30 Evan Cheng- In thumb mode, if size of MachineFunction is >= 2048...
2007-01-30 Evan ChengUse BL to implement Thumb far jumps.
2007-01-29 Chris Lattnertest that the 'ir' constraint works.
2007-01-29 Evan ChengFactor GetInstSize() out of constpool island pass.
2007-01-29 Chris Lattneradd initial support for handling inline asms with multi...
2007-01-29 Chris Lattnernew testcase
2007-01-29 Jim LaskeyOut of line function.
2007-01-29 Devang PatelUse StartPassTimer() and StopPassManager()
2007-01-29 Jim LaskeyOnly gather frame info if debug or eh.
2007-01-29 Devang Patel- Undo previous check-in (i.e. Do not export TimingInfo...
2007-01-29 Nate BegemanFinish off bug 680, allowing targets to custom lower...
2007-01-29 Nate BegemanWe'd still like to register allocate r2 on darwin befor...
2007-01-29 Jim Laskeyrename flag
2007-01-29 Evan ChengComment.
2007-01-29 Evan ChengRemember if LR register has been spilled in this function.
2007-01-29 Anton KorobeynikovSave all registers by default, as they can be used...
2007-01-29 Nate BegemanUpdate some of the llvm in the readme
2007-01-29 Nate BegemanProperly support cstrings
2007-01-29 Jim LaskeyFlag to control exception handling.
2007-01-29 Devang PatelMeasure timings.
next