VC++ 6.0 is not future work :)
[oota-llvm.git] / lib /
2009-03-23 Dan GohmanAdd comments explaining why there's only one register for
2009-03-21 Duncan SandsFactorize out a concept - no functionality change.
2009-03-21 Chris Lattneradd a fastpath to ConstantExpr::getBitCast to handle...
2009-03-21 Bruno Cardoso LopesRemoved AFGR32 register class
2009-03-20 Bob WilsonFix a few more indentation problems and an 80-column...
2009-03-20 Bob WilsonNo functional changes. Fix indentation and whitespace...
2009-03-20 Chris LattnerFix instcombine to not introduce undefined shifts when...
2009-03-20 Duncan SandsDon't load values out of global constants with weak
2009-03-20 Dan GohmanSimplify this code; use a while instead of an if and...
2009-03-20 Evan ChengFor inline asm output operand that matches an input...
2009-03-20 Sanjiv GuptaFixed comment for libcalls.
2009-03-20 Sanjiv GuptaFixed build warnings for unused variables.
2009-03-20 Sanjiv GuptaReformatting. Inserted code comments. Cleaned interfaces.
2009-03-20 Sanjiv GuptaFixed the comment. No functionality change.
2009-03-20 Chris LattnerApply the patch requested in PR3846.
2009-03-20 Mon P WangAdded option to enable generating less precise mad...
2009-03-20 Dan GohmanThe last use in a block that doesn't have successors
2009-03-19 Sebastian RedlFix the Win32 VS2008 build:
2009-03-19 Evan ChengAdded MachineInstr::isRegTiedToDefOperand to check...
2009-03-19 Dale JohannesenClear the cached cost when removing a function in
2009-03-19 Dan GohmanAdd a liveness analysis pass for LLVM IR values. This...
2009-03-19 Dale JohannesenFix comment typo.
2009-03-19 Dale JohannesenThis pass keeps a map of Instructions to Rank numbers,
2009-03-19 Chris LattnerFix PEI to not walk off the start of a block when an...
2009-03-19 Duncan SandsFix comment typo.
2009-03-19 Nick LewyckyFix a couple glaring whitespace issues. This file isn...
2009-03-19 Nick LewyckyRemove strange extra semicolons.
2009-03-19 Nate BegemanAdd support to tablegen for naming the nodes themselves...
2009-03-19 Bruno Cardoso LopesAdded support for Mips O32 Calling Convention
2009-03-18 Chris Lattneraha, DAE does have to think about PHI nodes. Many...
2009-03-18 Chris LattnerFix PR3826 - InstComb assert with vector shift, by...
2009-03-18 Chris Lattneradd an assertion to make it clear that PHI nodes are...
2009-03-18 Zhou ShengExplicitly check for StoreInst, do not lose the chance...
2009-03-18 Zhou ShengRevert my previous change on Local.cpp, instead, fix...
2009-03-18 Zhou ShengFix a bug.
2009-03-18 Mon P WangAdded missing support for widening when splitting an...
2009-03-18 Chris LattnerDisable the "call to immediate" optimization on x86...
2009-03-18 Chris LattnerFix PR3807 by inserting 'insertelement' instructions...
2009-03-17 Chris LattnerLSR shouldn't ever try to hack on integer IV's larger...
2009-03-17 Rafael EspindolaDon't force promotion of return arguments on the callee.
2009-03-17 Daniel DunbarAdd BUILTIN_EXPECT Support/Compiler macro.
2009-03-17 Chris LattnerFix codegen to compute the size of an allocation by...
2009-03-17 Chris LattnerRemove a condition which is always true.
2009-03-17 Scott MichelCellSPU:
2009-03-17 Sanjiv Guptar66870 missed this out.
2009-03-17 Gabor Greiftypo
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...
next