oota-llvm.git
2009-11-19 Benjamin KramerReenable Split2 StringRef test with Apple gcc.
2009-11-19 David GreeneAdd support for spreading register allocation.
2009-11-19 Benjamin KramerRemove the now obsolete algorithm include from StringRef.h.
2009-11-19 Torok EdwinWorkaround PR5482, because all the gcc versions that...
2009-11-19 Benjamin KramerUnbreak x64 MSVC build. Patch by Nicolas Capens!
2009-11-19 Edward O'CallaghanAdd PS3 Triple class, Credit to John Thompson.
2009-11-19 Evan Cheng80 col violation.
2009-11-19 Daniel DunbarUnbreak test, Bruno please check.
2009-11-19 Evan ChengMore consistent thumb1 asm printing.
2009-11-19 Evan ChengShrink ldr / str [sp, imm0-1024] to 16-bit instructions.
2009-11-19 Evan ChengEliminate more * 4 in Thumb1 asm printing for consisten...
2009-11-19 Bruno Cardoso... - Add sugregister logic to handle f64=(f32,f32).
2009-11-19 Bruno Cardoso... Only use small sections for non linux targets!
2009-11-19 Lang HamesAdded a new Spiller implementation which wraps LiveInte...
2009-11-19 Edward O'Callaghanautoconf config.* claims to not know about auroraux...
2009-11-19 Jim GrosbachTeach IVUsers to keep things simpler and track loop...
2009-11-19 Jim GrosbachEliminate duplicate phi nodes in loops. Loop rotation...
2009-11-19 Jim GrosbachMake EliminateDuplicatePHINodes() available as a utilit...
2009-11-19 Bill WendlingTest from Dhrystone to make sure that we're not emittin...
2009-11-19 Daniel DunbarAdd TOOLALIAS makefile variable; this defines an altern...
2009-11-19 Bill WendlingThe "ReadOnlyWithRel" enum seems to apply more to what...
2009-11-19 Daniel DunbarTwine: Stores kinds as uchar instead of bitfield to...
2009-11-18 Bob WilsonThere should be no need to keep renumbering blocks...
2009-11-18 Bob WilsonFix buildbots.
2009-11-18 Richard OsborneAdd XCore support for indirectbr / blockaddress.
2009-11-18 Douglas GregorDe-bork CMake build
2009-11-18 Bill WendlingAttempt #2:
2009-11-18 Bob WilsonTail duplication still needs to iterate. Duplicating...
2009-11-18 Bob WilsonAdd another statistic to measure code size due to tail...
2009-11-18 Jeffrey YasskinRemove spurious @verbatim. Patch by Timo Juhani Lindfors!
2009-11-18 Bill WendlingNot all ASM has # for comments.
2009-11-18 Jakob Stoklund... Fix PR5300.
2009-11-18 Daniel DunbarTableGen: Add initial backend for clang Driver's option...
2009-11-18 Jakob Stoklund... Allow the machine verifier to be run outside the PassMa...
2009-11-18 Jakob Stoklund... Remove the -early-coalescing option
2009-11-18 Lang HamesFixed the in-place spiller and trivial rewriter, which...
2009-11-18 Viktor KutuzovAdded getDefaultSubtargetFeatures method to SubtargetFe...
2009-11-18 Bob WilsonAdd statistics for tail duplication.
2009-11-18 David GoodwinAdd ARMv6 itineraries.
2009-11-18 Bob WilsonFix a few places that were missed when we converted...
2009-11-18 Jakob Stoklund... Don't require LiveVariables for PHIElimination. Enable...
2009-11-18 Daniel DunbarTurn LLVM_BUILD_EXAMPLES off by default in CMake builds...
2009-11-18 Daniel Dunbarlit: Fix exclude dirs functionality.
2009-11-18 Nick LewyckyFix passing of float arguments through ffi.
2009-11-18 Bob WilsonAdd a target hook to allow changing the tail duplicatio...
2009-11-18 Bill WendlingThe llvm-gcc front-end and the pass manager use two...
2009-11-18 Dan GohmanSimplify ComputeMultiple so that it doesn't depend...
2009-11-18 Jakob Stoklund... Fix inverted test and add testcase from failing self...
2009-11-17 Devang PatelRemove dead code.
2009-11-17 Eric ChristopherAdd ability to set code model within the execution...
2009-11-17 Jakob Stoklund... Remove fragile test.
2009-11-17 Jim Grosbachgrammar
2009-11-17 Jim GrosbachEnable arm jumpt table adjustment.
2009-11-17 Jakob Stoklund... Disable -split-phi-edges to unbreak the buildbots
2009-11-17 Jakob Stoklund... Never call UpdateTerminator() when AnalyzeBranch would...
2009-11-17 Anton KorobeynikovForgot to commit test fixes
2009-11-17 Anton KorobeynikovBoth Darwin as and GNU as violate ARM docs wrt printing...
2009-11-17 Evan ChengAdd a WriteAsOperand for MachineBasicBlock so MachineLo...
2009-11-17 Evan ChengFix comment.
2009-11-17 Jakob Stoklund... Enable -split-phi-edges by default, except when -regall...
2009-11-17 Jim Grosbach80-column violations
2009-11-17 Viktor KutuzovAdded getArchNameForAssembler method to the Triple...
2009-11-17 Bob WilsonRemove a special case for tail merging that seems to...
2009-11-17 Evan ChengGeneralize OptimizeLoopTermCond to optimize more loop...
2009-11-17 Dan GohmanSet MadeChange instead of MadeChangeThisIteration.
2009-11-17 Benjamin KramerRevert CPU detection code to return "generic" instead...
2009-11-17 Jim GrosbachRemove trailing whitespace
2009-11-17 Bob WilsonUpdate a comment, now that tail duplication happens...
2009-11-17 Johnny ChenSet Inst{15-12} (Rd/Rt) to 0b1111 (PC) for BR_JTadd...
2009-11-17 Bob WilsonPerform tail duplication only once, after tail merging...
2009-11-17 Nuno Lopesadd Case() with 5 args
2009-11-17 Jay FoadFix HTML formatting.
2009-11-17 Duncan Sands1. Allow SCCIterator to work with GraphT types that...
2009-11-17 Duncan SandsMake bugpoint pass -load arguments to LLI. This lets...
2009-11-17 Evan ChengRevert 89021. It's miscompiling llvm-gcc driver driver...
2009-11-17 Evan ChengRe-apply 89011. It's not to be blamed.
2009-11-17 Daniel Dunbar"XFAIL" the Split2 StringReft test with Apple gcc,...
2009-11-17 Evan ChengRevert 89011. Buildbot thinks it might be breaking...
2009-11-17 Nick LewyckyRemove VISIBILITY_HIDDEN from the classes in this direc...
2009-11-17 Duncan SandsFollowing a suggestion of Daniel Dunbar, stop people...
2009-11-17 Nick LewyckyRevert r88939.
2009-11-17 Nick LewyckyFail less mysteriously; inform the user that their...
2009-11-17 Lang HamesFixed call to wrong constructor.
2009-11-17 Owen AndersonFix a race condition in the Timer class.
2009-11-17 Bill WendlingRefactor the code that creates the "dot-label" differen...
2009-11-17 Jim GrosbachWhen moving a block for table jumps, make sure the...
2009-11-17 Jakob Stoklund... Enable -split-phi-edges by default
2009-11-17 Evan ChengMOV64rm should be marked isReMaterializable.
2009-11-17 Dan GohmanRemove the optimizations that convert BRCOND and BR_CC...
2009-11-17 Devang PatelRemove debug info attached with an instruction.
2009-11-17 Jeffrey YasskinIn GlobalVariable::setInitializer, assert that the...
2009-11-17 Evan ChengA few more instructions that should be marked re-materi...
2009-11-17 Jim GrosbachConvert to FileCheck
2009-11-17 Jim GrosbachConvert to FileCheck
2009-11-17 Jim GrosbachCleanup. Missed removing these when converting. Oops.
2009-11-16 Johnny ChenSet Rm bits of BX_RET to 0b1110 (R14); and set conditio...
2009-11-16 Dan GohmanFix this test - there don't appear to be any actual...
2009-11-16 Dan GohmanRevert r87049, which was the workaround for the regress...
2009-11-16 Jeffrey YasskinRevert the test from r88984. It relies on being able...
2009-11-16 Jim GrosbachConvert to FileCheck
next