switch X86 target off CurFunctionName and MCIze more.
[oota-llvm.git] / lib / CodeGen /
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 Dan GohmanChange SelectCode's argument from SDValue to SDNode...
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 Devang PatelFix debug_inlined section entries for routines whose...
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 Dan GohmanUse a pointer type rather than MVT::Other for the Exter...
2010-01-04 Devang PatelFix begin and end markers for nested scopes.
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
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++.
next