80-col violations, trailing whitespace.
[oota-llvm.git] / lib / CodeGen /
2010-01-03 Chris Lattnerfix PR5930, allowing the asmprinter to emit difference...
2010-01-02 Chris LattnerTeach codegen to handle:
2010-01-01 Chris Lattnerwhitespace cleanup
2010-01-01 Mikhail GlushenkovFix a warning on gcc 4.4.
2010-01-01 Mikhail GlushenkovTrailing whitespace, 80-col violations.
2010-01-01 Chris LattnerTeach codegen to lower llvm.powi to an efficient (but...
2009-12-29 Chris Lattnerremove a bunch of unneeded functions.
2009-12-29 Chris LattnerFinal step in the metadata API restructuring: move the
2009-12-28 Chris LattnerThis is a major cleanup of the instruction metadata...
2009-12-28 Chris Lattnerrename getMDKind -> getMDKindID, make it autoinsert...
2009-12-28 Chris Lattnersnip one more #include from Metadata.h
2009-12-28 Chris Lattnermove these out of their own timer groups into the ...
2009-12-28 Sanjiv GuptaAllow targets to specify the return type of libcalls...
2009-12-28 Bill WendlingRemove dead store.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead store.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-25 Bill WendlingRemove dead store.
2009-12-25 Bill WendlingRemove dead store from copy-pasto.
2009-12-25 Bill WendlingRemove dead store.
2009-12-25 Bill WendlingRemove dead store.
2009-12-24 Chris Lattnerhandle equality memcmp of 8 bytes on x86-64 with two...
2009-12-24 David GreeneChange errs() to dbgs().
2009-12-24 Chris Lattnermove an optimization for memcmp out of simplifylibcalls...
2009-12-24 David GreeneChange errs() to dbgs().
2009-12-24 David GreeneChange errs() to dbgs().
2009-12-24 David GreeneChange errs() to dbgs().
2009-12-24 David GreeneChange errs() to dbgs().
2009-12-23 Nuno Lopesmove a few more symbols to .rodata
2009-12-23 Dale JohannesenUse more sensible type for flags in asms. PR 5570.
2009-12-23 Eric ChristopherUpdate objectsize intrinsic and associated dependencies...
2009-12-23 Bill WendlingRemove superfluous SDNode ordering.
2009-12-23 Bill WendlingRemove node ordering from inline asm nodes. It's not...
2009-12-23 Bill WendlingRemove node ordering from VA nodes. It's not needed.
2009-12-23 Bill WendlingRevert r91949 r91942 and r91936.
2009-12-23 Bill WendlingFinish up node ordering in ExpandNode.
2009-12-22 Jakob Stoklund OlesenAdd coalescer asserts.
2009-12-22 Bill WendlingAssign ordering to nodes created in ExpandNode. Only...
2009-12-22 Bill WendlingAssign ordering to SDNodes in PromoteNode. Also fixing...
2009-12-22 Jakob Stoklund OlesenRemove minimal CFG sanity checks from verifier.
2009-12-22 Jakob Stoklund OlesenAllow explicit %reg0 operands beyond what the .td file...
2009-12-22 Bill WendlingAllow 0 as an order number. Don't assign an order to...
2009-12-22 Bob WilsonReport an error for bad inline assembly, where the...
2009-12-22 Bill WendlingAdd more plumbing. This time in the LowerArguments...
2009-12-22 Bill WendlingAdd SDNode ordering to inlined asm and VA functions.
2009-12-22 Bill WendlingAdding more assignment of ordering to SDNodes. This...
2009-12-22 Bill WendlingAdd ordering of SDNodes to LowerCallTo.
2009-12-22 Bill WendlingNow add ordering to SDNodes created by the massive...
2009-12-22 Bill WendlingTo make things interesting, I added MORE code to set...
2009-12-22 Lang HamesChanged slot index ranges for MachineBasicBlocks to...
2009-12-21 Bill WendlingAdd more plumbing to assign ordering to SDNodes. Have...
2009-12-21 Bill WendlingMore ordering plumbing. This time for GEP. I need to...
2009-12-21 Bill WendlingAnother incremental check-in for assigning ordering...
2009-12-21 Bill WendlingAssign ordering to more instructions. Incremental check-in.
2009-12-21 Bill Wendling- Add a bit more plumbing assigning an order to SDNodes.
2009-12-21 Bill WendlingFirst wave of plumbing for assigning an ordering to...
2009-12-21 Bill WendlingPlace SDNodeOrdering.h in the directory it's used.
2009-12-21 Eric ChristopherFix setting and default setting of code model for jit...
2009-12-19 Douglas GregorFix a bunch of little errors that Clang complains about...
2009-12-19 Anton KorobeynikovUse 4-arg getVTList) variant instead of generic one...
2009-12-18 Bill WendlingChanges from review:
2009-12-18 Evan ChengIncrease opportunities to optimize (brcond (srl (and...
2009-12-18 Dan GohmanAdd Loop contains utility methods for testing whether...
2009-12-18 Bob WilsonHandle ARM inline asm "w" constraints with 64-bit ...
2009-12-17 John McCallSundry dependent-name fixes flagged by clang++.
2009-12-17 Bill WendlingRevert accidental commit.
2009-12-17 Bill WendlingTurn off critical edge splitting for landing pads....
2009-12-17 Bill WendlingTemporarily revert 91337. It's causing testcase failures.
2009-12-17 Ken DyckIntroduce EVT::getHalfSizedIntegerVT() for use in Expan...
2009-12-17 Evan ChengRemove debugging code.
2009-12-17 Evan ChengRevert 91280-91283, 91286-91289, 91291, 91293, 91295...
2009-12-17 Bob WilsonFix a comment grammaro.
2009-12-17 Evan ChengRevert this dag combine change:
2009-12-16 Daniel DunbarReapply r91392, it was only unmasking the bug, and...
2009-12-16 Jim GrosbachAdd @earlyclobber TableGen constraint
2009-12-16 Jakob Stoklund OlesenReuse lowered phi nodes.
2009-12-16 Daniel DunbarRevert "Initial work on disabling the scheduler. This...
2009-12-16 Dale JohannesenDo better with physical reg operands (typically, from...
2009-12-16 John McCallExplicit template instantiations must happen in the...
2009-12-16 Bill WendlingHelpful comment added. Some code cleanup. No functional...
2009-12-16 Bill WendlingInitialize uninitialized variables.
2009-12-16 Bill WendlingInitialize uninitialized variables.
2009-12-15 Devang PatelAdd support to emit debug info for C++ namespaces.
2009-12-15 Chris LattnerRemove isPod() from DenseMapInfo, splitting it out...
2009-12-15 Evan ChengMake 91378 more conservative.
2009-12-15 Bill WendlingInitial work on disabling the scheduler. This is a...
2009-12-15 Evan ChengTail duplication should zap a copy it inserted for...
2009-12-15 Evan ChengFold (zext (and x, cst)) -> (and (zext x), cst).
2009-12-15 Evan ChengPropagate zest through logical shift.
2009-12-15 Bill WendlingRevert these. They may have been causing 483_xalancbmk...
2009-12-14 Dan GohmanFix integer cast code to handle vector types.
2009-12-14 Dan GohmanFix this to properly clear the FastISel debug location...
2009-12-14 Bill WendlingThe CIE says that the LSDA point in the FDE section...
2009-12-14 Devang PatelUse DW_AT_specification to point to DIE describing...
2009-12-14 Lang HamesAdded CalcSpillWeights to CMakeLists.
2009-12-14 Bill WendlingWhitespace changes, comment clarification. No functiona...
2009-12-14 Lang HamesMoved spill weight calculation out of SimpleRegisterCoa...
next