Reapply r67049, with the test adjusted for darwin
[oota-llvm.git] / lib /
2009-03-17 Duncan SandsReapply r67049, with the test adjusted for darwin
2009-03-17 Mon P WangFix a problem with DAGCombine where we were building...
2009-03-17 Dan GohmanRecognize bswapl as bswap too.
2009-03-17 Dan GohmanRecognize "bswapq" as an alternate spelling for the...
2009-03-17 Daniel Dunbarraw_ostream: Put all exceptional conditions in raw_ostr...
2009-03-17 Evan ChengSpiller may unfold load / mod / store instructions...
2009-03-17 Scott MichelCellSPU:
2009-03-17 Daniel Dunbarraw_ostream: Rework implementation of unbuffered stream...
2009-03-17 Dale JohannesenFix a debug info dependency in jump threading.
2009-03-16 Daniel Dunbarraw_ostream: Replace flush_impl with write_impl, which...
2009-03-16 Daniel Dunbarraw_ostream: Lift out flush_nonempty.
2009-03-16 Daniel DunbarMake raw_ostream::operator<<(const void *) fast; it...
2009-03-16 Daniel DunbarAdd slow path for single character write, and use exclu...
2009-03-16 Bill Wendling--- Reverse-merging (from foreign repository) r67049...
2009-03-16 Duncan SandsTweak the fix for PR3784: be less sensitive about just
2009-03-16 Scott MichelCellSPU:
2009-03-15 Bruno Cardoso LopesThis causes incorrect stack frame allocation when the...
2009-03-15 Nick LewyckySimplify. "Broken" is always true here.
2009-03-15 Nick LewyckyRemove obviously redundant call.
2009-03-14 Owen AndersonGive the pre-alloc splitter access to the VirtRegMap...
2009-03-14 Dan GohmanApply a patch by Micah Villmow to fix AsmParser to...
2009-03-14 Dan GohmanUse %rip-relative addressing on x86-64 whenever practic...
2009-03-14 Dan GohmanDon't forego folding of loads into 64-bit adds when...
2009-03-14 Daniel DunbarAdd newlines at end of file (this can annoy gcov)
2009-03-14 Mon P WangAvoid doing the transformation c ? 1.0 : 2.0 as load...
2009-03-13 Dan GohmanImprove FastISel's handling of truncates to i1, and...
2009-03-13 Dale JohannesenFix -strip-debug-declare to work when there are
2009-03-13 Evan ChengFix PR3784: If the source of a phi comes from a bb...
2009-03-13 Stuart HastingsFix a hashing bug in APInt. A certain pathological...
2009-03-13 Bill WendlingRevert r66920. It was causing failures in the self...
2009-03-13 Dan GohmanFix FastISel's assumption that i1 values are always...
2009-03-13 Rafael Espindolaadd 8 and 16 bit TLS moves.
2009-03-13 Dale JohannesenOne more place where debug info affects codegen.
2009-03-13 Rafael EspindolaImprove sext and zext of TLS variables.
2009-03-13 Gabor GreifSecond installment of "BasicBlock operands to the back"
2009-03-13 Chris Lattnergeneralize this code so that fast isel handles integer...
2009-03-13 Bill WendlingThese instructions have special lowering that may lower...
2009-03-13 Evan ChengFix some significant problems with constant pools that...
2009-03-13 Owen AndersonConvert VirtRegMap to a MachineFunctionPass.
2009-03-13 Chris Lattnergeneralize the previous code to use the full generality...
2009-03-13 Chris Lattneroptimize the case of cond ? 42 : 41 and friends. This...
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...
next