There is no need to emit source location info for DW_TAG_pointer_type.
[oota-llvm.git] / lib /
2009-11-20 Devang PatelThere is no need to emit source location info for DW_TA...
2009-11-20 Dan GohmanMake Loop::getLoopLatch() work on loops which don't...
2009-11-20 Dan GohmanFix IPSCCP's code for deleting dead blocks to tolerate...
2009-11-20 Daniel DunbarRevert "Add some rough optimizations for checking routi...
2009-11-20 Eric ChristopherAdd some rough optimizations for checking routines.
2009-11-20 Evan ChengRemat VLDRD from constpool. Clean up some instruction...
2009-11-20 Evan ChengAdd option -licm-const-load to hoist all loads from...
2009-11-20 Jim GrosbachThe verify() call of CPEIsInRange() isn't right for...
2009-11-20 Dan GohmanUse stripPointerCasts(). Thanks Duncan!
2009-11-20 David GoodwinRemove some old experimental code that is no longer...
2009-11-20 Jakob Stoklund OlesenMore consistent labelling of basic blocks in debug...
2009-11-20 Dan GohmanRevert the rule that considers comparisons between...
2009-11-20 Mikhail GlushenkovMove the handling of CommaSeparated options into Provid...
2009-11-20 Duncan SandsFix PR5563, an expensive checks failure when running on
2009-11-20 Duncan SandsFix PR5558, which was caused by a wrong fix for PR3393...
2009-11-20 Dan GohmanFix fast-isel to avoid selecting the return instruction...
2009-11-20 Jim GrosbachRemove verifySizes() since it's not adding much value.
2009-11-20 Evan ChengAlso CSE non-pic load from constant pools.
2009-11-20 Dan GohmanAdd an experimental option to run gep-splitting and...
2009-11-20 Dan GohmanSimplify this code; it's not necessary to check isIdent...
2009-11-20 Jakob Stoklund OlesenAdd MachineBasicBlock::getName, and use it in place...
2009-11-20 Dan GohmanTeach getSmallConstantTripMultiple about Shl operators.
2009-11-20 Evan ChengFix codegen of conditional move of immediates. We were...
2009-11-20 Lang HamesRemoved references to LiveStacks from Spiller.* . They...
2009-11-20 Dan GohmanRefine the capture tracking rules for comparisons to...
2009-11-20 Dan GohmanUse isVoidTy().
2009-11-20 Eric ChristopherUpdate comment to reflect instruction.
2009-11-19 Dan GohmanRefine this to only apply to null in the default addres...
2009-11-19 Jeffrey YasskinTry to fix JITTest.FarCallToKnownFunction on ARM and...
2009-11-19 Oscar FuentesUse CMAKE_DL_LIBS instead of raw library name. Fixes...
2009-11-19 David GoodwinFix a couple of problems with maintaining liveness...
2009-11-19 Jim GrosbachWhen placing constant islands and adjusting for alignme...
2009-11-19 Dan GohmanExtend CaptureTracking to indicate when a value is...
2009-11-19 Evan ChengRefactor cmov selection code out to a separate function...
2009-11-19 Dan GohmanComparing a pointer with null is not a capture.
2009-11-19 Jakob Stoklund OlesenPlace new basic blocks immediately after their predeces...
2009-11-19 Bill WendlingReverting the EH table patches.
2009-11-19 Johnny ChenAdded NLdStLN which is similar to NLdSt with the except...
2009-11-19 David GreeneFix a small bug.
2009-11-19 Dan GohmanEnable hoisting of loads from constant memory by defaul...
2009-11-19 Daniel DunbarUse StringRef::min instead of std::min.
2009-11-19 Jim Grosbachfix typo
2009-11-19 Mikhail GlushenkovTrailing whitespace.
2009-11-19 Dan GohmanFix a typo in a comment.
2009-11-19 David GreeneAdd support for spreading register allocation.
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 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 Lopes- Add sugregister logic to handle f64=(f32,f32).
2009-11-19 Bruno Cardoso LopesOnly use small sections for non linux targets!
2009-11-19 Lang HamesAdded a new Spiller implementation which wraps LiveInte...
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 WendlingThe "ReadOnlyWithRel" enum seems to apply more to what...
2009-11-18 Bob WilsonThere should be no need to keep renumbering blocks...
2009-11-18 Richard OsborneAdd XCore support for indirectbr / blockaddress.
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 Jakob Stoklund OlesenFix PR5300.
2009-11-18 Jakob Stoklund OlesenAllow the machine verifier to be run outside the PassMa...
2009-11-18 Jakob Stoklund OlesenRemove 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 OlesenDon't require LiveVariables for PHIElimination. Enable...
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 OlesenFix 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 Jim Grosbachgrammar
2009-11-17 Jim GrosbachEnable arm jumpt table adjustment.
2009-11-17 Jakob Stoklund OlesenDisable -split-phi-edges to unbreak the buildbots
2009-11-17 Jakob Stoklund OlesenNever call UpdateTerminator() when AnalyzeBranch would...
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 OlesenEnable -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 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 Evan ChengRevert 89011. Buildbot thinks it might be breaking...
next