Oops...I committed too much.
[oota-llvm.git] / lib /
2009-03-13 Bill WendlingOops...I committed too much.
2009-03-13 Bill WendlingTemporarily XFAIL this test.
2009-03-13 Dan GohmanEnhance address-mode folding of ISD::ADD to handle...
2009-03-13 Dale JohannesenFix one more place where debug info affected
2009-03-13 Chris Lattnerjust initialize the first element, we don't need to...
2009-03-13 Chris LattnerEliminate a 9640 byte static mutable initialized data...
2009-03-12 Chris Lattnerstatic functions don't need an anonymous namespace.
2009-03-12 Dan GohmanFix a typo in a comment.
2009-03-12 Dale JohannesenPrevious debug info fix to this code wasn't quite
2009-03-12 Duncan SandsRevert commit 66140 since it caused several failures
2009-03-12 Dale JohannesenThere already was a class to force deterministic
2009-03-12 Gabor GreifRearrange operands of the BranchInst, to be able to
2009-03-12 Evan ChengRe-apply 66024 with fixes: 1. Fixed indirect call to...
2009-03-12 Dale JohannesenAnother missing check for debug intrinsics.
2009-03-12 Owen AndersonReorganize some #include's.
2009-03-12 Chris LattnerMove 3 "(add (select cc, 0, c), x) -> (select cc, x...
2009-03-12 Chris Lattnerimprove comment.
2009-03-12 Evan ChengEnable Chris' value propagation change. It make availab...
2009-03-12 Evan ChengOn x86, if the only use of a i64 load is a i64 store...
2009-03-12 Sanjiv GuptaForgot to check-in this as part of 7761.
2009-03-12 Sanjiv GuptaBanksel optimization is now based on the section names...
2009-03-12 Dale JohannesenAllow for switch values bigger than 64 bits.
2009-03-12 Dale JohannesenFix some nondeterministic behavior when forwarding
2009-03-11 Dan GohmanRevert r66024. The JIT encoding for CALLpcrel32 is...
2009-03-11 Gabor Greifupdate
2009-03-11 Rafael Espindolaoptimize i8 and i16 tls values.
2009-03-11 Owen AndersonReorganization: Move the Spiller out of VirtRegMap...
2009-03-11 Bill WendlingAdd a -no-implicit-float flag. This acts like -soft...
2009-03-11 Dale JohannesenSkip interleaved debug info when fast-forwarding through
2009-03-11 Evan ChengMy last coalescer fix introduced a subtler one. It...
2009-03-11 Dale JohannesenDebug intriniscs should be skipped when looking
2009-03-11 Torok EdwinMake Print callable from a pass's print method: add...
2009-03-11 Anton KorobeynikovI should definitely read make docs someday :(
2009-03-11 Anton KorobeynikovUnbreak the build. Dunno, why it did not fail on mingw :(
2009-03-11 Duncan SandsIt makes no sense to have a ODR version of common
2009-03-11 Anton KorobeynikovDisable plugins / shared stuff generation on windows...
2009-03-11 Mon P WangFor yonah, fix a vector shuffle case for v16i8 where...
2009-03-11 Chris Lattnerfix PR3785, a valgrind error on test/CodeGen/ARM/pr3502.ll
2009-03-11 Duncan SandsAdd parentheses to pacify gcc-4.3.
2009-03-11 Duncan SandsRemove the one-definition-rule version of extern_weak
2009-03-11 Nate BegemanAllow cross-process JIT to handle MachineRelocations...
2009-03-11 Mon P WangFixed a v8i16 shuffle case that should generate a pshuf...
2009-03-11 Chris Lattnerformatting change, reduce indentation. No functionalit...
2009-03-11 Chris Lattnerreapply my previous patch (r66358) with a tweak to...
2009-03-11 Bill WendlingPut the assignment back at the top of this method.
2009-03-11 Evan ChengTwo coalescer fixes in one.
2009-03-10 Bill WendlingMake ivars private. Other cleanup. No functionality...
2009-03-10 Bill WendlingJust make the Dwarf timer group static inside of the...
2009-03-10 Bill WendlingDon't put static functions in anonymous namespace.
2009-03-10 Dale JohannesenDon't consider debug intrinsics when checking
2009-03-10 Bill WendlingThese should *stop* the timer, not start it again.
2009-03-10 Bill Wendling- Fix misspelled method name.
2009-03-10 Bill Wendling- Create GetOrCreateSourceID from getOrCreateSourceID...
2009-03-10 Bill WendlingRefine the Dwarf writer timers so that they measure...
2009-03-10 Dale JohannesenRemoving a dead debug intrinsic shouldn't trigger
2009-03-10 Evan ChengRevert 66358 for now. It's breaking povray, 450.soplex...
2009-03-10 Bill WendlingAdd a timer to the DwarfWriter pass that measures the...
2009-03-10 Dan GohmanUse WriteAsOperand instead of manually decorating the...
2009-03-10 Dan GohmanFix a post-RA scheduling liveness bug. When a basic...
2009-03-10 Devang PatelIgnore dbg info, while estimating size of jump through...
2009-03-10 Daniel DunbarPR3478: raw_ostream should not buffer stderr
2009-03-10 John CriswellDo not attempt to do parial redundancy elimination...
2009-03-10 Torok EdwinGlobal variables don't have a corresponding llvm.dbg...
2009-03-10 Sanjiv GuptaMark the Defs and Uses of STATUS register correctly...
2009-03-10 Evan ChengIf a function is marked alwaysinline, it must be inline...
2009-03-10 Chris Lattnerwire up support for emitting "special" values from...
2009-03-10 Dan GohmanAdd more information to the EFLAGS note.
2009-03-09 Dan GohmanAdd a note about EFLAGS optimization.
2009-03-09 Devang PatelIgnore debug info while evaluating function.
2009-03-09 Dan GohmanDon't record the increment instruction; just recompute...
2009-03-09 Chris LattnerFix PR3724 by searching for the largest free block...
2009-03-09 Devang PatelRemove llvm.dbg.global_variables also.
2009-03-09 Dan GohmanFix a few more places where induction variable types...
2009-03-09 Dan GohmanUse ReplacedTy instead of recomputing the same value.
2009-03-09 Dan GohmanUse LoopInfo's getLoopLatch() instead of doing what...
2009-03-09 Dan GohmanDon't use an induction variable type as a memory access...
2009-03-09 Dan GohmanFactor out the code that determines the memory access...
2009-03-09 Devang PatelAdd helper pass to remove llvm.dbg.declare intrinsics.
2009-03-09 Dan GohmanMove the sorting of the StrideOrder array earlier so...
2009-03-09 Dan GohmanDelete the isOnlyStride argument, which is unused.
2009-03-09 Dan GohmanTidy some LSR debug output: announce the loop it's...
2009-03-09 Evan ChengARM target now also recognize triplets like thumbv6...
2009-03-09 Chris LattnerFix PR3763 by using proper APInt methods instead of...
2009-03-09 Evan ChengARM isLegalAddressImmediate should check if type is...
2009-03-09 Evan ChengYet another case where the spiller marked two uses...
2009-03-09 Duncan SandsThis debug info special case should no longer
2009-03-09 Chris Lattnerjust remove the use_empty() check entirely, the only...
2009-03-09 Chris LattnerMake the code generator rip of dead constant expr uses...
2009-03-09 Chris Lattnermake GlobalValue::removeDeadConstantUsers() const.
2009-03-09 Owen AndersonIgnore debug intrinsics when computing dependences.
2009-03-09 Chris Lattnerreimplement AliasSetTracker in terms of DenseMap instea...
2009-03-09 Bill WendlingPass in a std::string when getting the names of debuggi...
2009-03-09 Chris Lattnerfix Analysis/BasicAA/2004-12-08-BasicAACrash.ll by...
2009-03-09 Chris LattnerFix two classes of bugs. First:
2009-03-09 Chris LattnerFix PR3746 - Crash in isel with GEP of function pointer
2009-03-08 Chris Lattneradd some explicit llvm:: qualifiers to the unix side...
2009-03-08 Nick LewyckyKeep calling-convention and tail-call bit when creating...
2009-03-08 Chris Lattnerdo not export all the X86FastISel symbols, ever.
2009-03-08 Nick LewyckyFix comments, pointed out by Duncan Sands.
2009-03-08 Duncan SandsApply ODR linkage changes accidentally dropped during
next