oota-llvm.git
2007-02-02 Reid SpencerFix a comment that needed to change after SHIFT patch...
2007-02-02 Evan ChengUgh. Only meant to do this in thumb mode.
2007-02-02 Chris Lattnerbugfix for reid's shift patch.
2007-02-02 Chris Lattneradd a note
2007-02-02 Reid Spencer1. Break long lines to 80 col limit
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2007-02-02 Evan ChengFix a bug in getARMCMP (which translate CondCode to...
2007-02-01 Evan ChengThumb does not have clz.
2007-02-01 Devang PatelDump function names when debug-pass=Executions is used.
2007-02-01 Chris LattnerFix Transforms/InstCombine/2007-02-01-LoadSinkAlloca...
2007-02-01 Chris Lattnernew testcase for serious code pessimization
2007-02-01 Reid SpencerMy mistake, my environment wasn't up to date. This...
2007-02-01 Reid SpencerXFAIL this on x86 linux as it continues to fail.
2007-02-01 Devang PatelPretty print pass managers.
2007-02-01 Devang PatelPretty print pass manager
2007-02-01 Devang Patelcvs commit
2007-02-01 Reid SpencerMake sure the value passed to test function is initialized.
2007-02-01 Lauro Ramos... Define PrivateGlobalPrefix for ARM Linux. (Fix CodeGen...
2007-02-01 Evan ChengPasto. Lots of it.
2007-02-01 Reid SpencerEnsure that ConvertOperandToType generates a result...
2007-02-01 Chris LattnerFix bugs in the inliner having to do with single-entry...
2007-02-01 Lauro Ramos... Fix .thumb_func directive on linux.
2007-02-01 Jim LaskeySlip up
2007-02-01 Jim LaskeyEmit labels as label_n and not as debug_n
2007-02-01 Andrew Lenharthpreserve sections of globals
2007-02-01 Jim LaskeySupport for non-landing pad exception handling.
2007-02-01 Reid SpencerFix a homonymo in a comment.
2007-02-01 Evan Cheng- Off by one bugs in maximum displacement calculation...
2007-02-01 Anton KorobeynikovFixed uninitialized stuff inside LegalizeDAG. Fortunate...
2007-02-01 Chris LattnerAdd a new dense hash table implementation
2007-02-01 Chris Lattnerimprove comments, add an assertion
2007-02-01 Chris Lattnerrename DenseMap to IndexedMap.
2007-02-01 Chris Lattnerrename DenseMap -> IndexedMap.
2007-02-01 Chris Lattnersilence some warnings when assertions are disabled.
2007-02-01 Chris Lattnersilence warning
2007-02-01 Chris LattnerFit in 80 columns
2007-02-01 Evan Cheng.set pc relative displacement bug: label should be...
2007-02-01 Evan ChengAdd a note.
2007-02-01 Evan ChengAdd a test case.
2007-02-01 Evan ChengAlso set alignment of stack-based structs to 4 in thumb...
2007-02-01 Evan ChengAdded a thumb vararg test.
2007-02-01 Evan ChengSpecial epilogue for vararg functions. We cannot do...
2007-02-01 Devang PatelAdd printVersion(). Linker can use it to print LLVM...
2007-02-01 Devang PatelAdd PrintVersionMessage() that tools can use to print...
2007-02-01 Chris LattnerEmit a better assertion message for PR1133
2007-02-01 Devang PatelInclude Makefile.config before testing OS.
2007-02-01 Evan ChengPessmistically assume the .align 2 before the first...
2007-02-01 Evan ChengPossible JT improvements.
2007-02-01 Chris LattnerFix CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.ll
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...
next