oota-llvm.git
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 Anton KorobeynikovAnother bug :(
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 Gabor Greifdo not pretend llvm/.../*.h being system headers
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 Gabor Greiffix validator errors
2009-03-11 Gabor GreifFix exaples using IRBuilder. Thanks, Quadrescence and...
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 Lattnerimplement support for C-style string literal concatenat...
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 Mon P WangChanged Allocate to use size_t instead of unsigned.
2009-03-10 Dan GohmanAdd an explicit keyword.
2009-03-10 Mon P WangFixed rounding up EltSize
2009-03-10 Gabor GreifGive Op<N>() AppleScript-like semantics, i.e. for negat...
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 WendlingReadd test, but XFAIL it.
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 Daniel DunbarAdd -disable-bindings for utils/NewNightlyTest.pl
2009-03-10 Dan GohmanChange these sed lines to behave correctly when 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 Rafael EspindolaFix rebuilding after a .td file is modified. This was...
2009-03-10 Chris Lattnerdon't pass -Wl,-exported_symbol -Wl,_main to the linker...
2009-03-10 Stuart HastingsTweak the DejaGNU voodoo to match Bill's advice.
2009-03-10 Daniel DunbarPR3478: raw_ostream should not buffer stderr
2009-03-10 Daniel DunbarAdd C++ marker.
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 Bill WendlingAdd radar number.
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-10 Stuart HastingsCheck for warnings about inappropriate weak_imports.
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 Chris LattnerClarify wording, patch by Stefanus Du Toit!
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 Gabor Greifmake the Op<N> methods protected, how it was intended...
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 Evan ChengRe-apply 66315, but restrict it to Darwin only.
2009-03-09 Bill WendlingRevert r66415. It's causing failures during bootstrap...
2009-03-09 Bob WilsonAdd a constructor for BuildVectorSDNode and revert...
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 Gabor Greifin builds without asserts we do not need to allocate...
2009-03-09 Nick LewyckyRegenerate.
2009-03-09 Nick LewyckyRemove configurey-fu to autodetect hash_map and hash_se...
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 Chris Lattnertestcase for PR3744
2009-03-09 Chris Lattnerdon't allow hash_map or hash_set.
2009-03-09 Owen AndersonIgnore debug intrinsics when computing dependences.
2009-03-09 Chris Lattnerreimplement AliasSetTracker in terms of DenseMap instea...
2009-03-09 Chris Lattneradd a #include to improve portability to windows, as...
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-09 Chris LattnerFix PR3743 - -mmacosx-version-min inappropriate for...
2009-03-08 Chris Lattneradd some explicit llvm:: qualifiers to the unix side...
next