Fix a missing newline in debug output.
[oota-llvm.git] / lib / CodeGen /
2010-03-01 Chris Lattnersome trivial microoptimizations.
2010-03-01 Chris Lattnereliminate the CheckMultiOpcodeMatcher code and have...
2010-03-01 Chris Lattneradd a new OPC_SwitchOpcode which is semantically equivalent
2010-02-28 Chris Lattnereliminate GetInt1/2
2010-02-28 Chris Lattnerhoist the new isel interpreter out of DAGISelHeader.h
2010-02-28 Chris Lattnerenhance the new isel to handle the 'node already exists'
2010-02-28 Chris Lattnersimplify this code, return only ever has zero or one...
2010-02-28 Dan GohmanDon't try to replace physical registers when doing...
2010-02-28 Dan GohmanAdd a flag to addPassesToEmit* to disable the Verifier...
2010-02-28 Dan GohmanDon't unconditionally suppress hoisting of instructions...
2010-02-27 Evan ChengRe-apply 97040 with fix. This survives a ppc self-host...
2010-02-27 Bill WendlingThe TType is always absptr on Mach-O...at least for...
2010-02-26 Bill WendlingA much cleaner (and less code!) way of inserting the...
2010-02-26 Bill WendlingComment typo.
2010-02-26 Jakob Stoklund OlesenUse the right floating point load/store instructions...
2010-02-26 Jakob Stoklund OlesenRemove dead code
2010-02-26 Dale JohannesenMove dbg_value generation to target-independent FastISel,
2010-02-26 Bob WilsonRemove unused "NoPRE" parameter in GVN and createGVNPass().
2010-02-26 Bill WendlingFix comments.
2010-02-26 Bill WendlingAdd another (and hopefully the last) exception case...
2010-02-26 Bill WendlingAnd should use the correct variable.
2010-02-26 Bill WendlingGot assertion check backwards.
2010-02-25 Bill WendlingCatch a corner case where adding the padding to the...
2010-02-25 Bill WendlingMake comment more meaningful.
2010-02-25 Dan GohmanFix ExpandVectorBuildThroughStack for the case where the
2010-02-25 Dan GohmanRevert r97064. Duncan pointed out that bitcasts are...
2010-02-25 Bill WendlingMC'ize padding when padding the ULEB128 value.
2010-02-24 Bill WendlingLLVM puts padding bytes in the __gcc_except_tab section...
2010-02-24 Chris Lattnerclean up various VT manipulations, patch by Micah Villm...
2010-02-24 Dan GohmanMake getTypeSizeInBits work correctly for array types...
2010-02-24 Chris Lattnerconvert cycle checker to smallptrset, add comments...
2010-02-24 Chris Lattnerrevert david's patch which does not even build.
2010-02-24 David GreeneUse a SmallPtrSet as suggested by Chris.
2010-02-24 Daniel DunbarSpeculatively revert r97011, "Re-apply 96540 and 96556...
2010-02-24 Dan GohmanWhen forming SSE min and max nodes for UGE and ULE...
2010-02-24 Chris LattnerChange the scheduler from adding nodes in allnodes...
2010-02-24 Chris Lattneradd node #'s to debug dumps.
2010-02-24 Evan ChengRe-apply 96540 and 96556 with fixes.
2010-02-23 Chris Lattnermake selectnodeto set the nodeid to -1. This makes...
2010-02-23 Jakob Stoklund OlesenRemember to handle sub-registers when moving imp-defs...
2010-02-23 Jakob Stoklund OlesenKeep track of phi join registers explicitly in LiveVari...
2010-02-23 Chris Lattnerfix a bug in findNonImmUse (used by IsLegalToFold)...
2010-02-23 Chris LattnerPrint node ID's in dumps and views if set.
2010-02-23 Chris Lattneruse OutStreamer.EmitCodeAlignment for alignment in...
2010-02-23 David GreeneSpeed up cycle checking significantly by caching results.
2010-02-23 Jakob Stoklund OlesenDead code elimination
2010-02-22 Jim GrosbachUpdated version of r96634 (which was reverted due to...
2010-02-22 Dan GohmanFix various doxygen warnings.
2010-02-21 Anton KorobeynikovIt turned out that we failed to emit proper symbol...
2010-02-21 Jakob Stoklund OlesenEnable assertion to detect cyclic valno references.
2010-02-19 Bob WilsonRevert 96634. It causes assertion failures for 126...
2010-02-19 Charles DavisAdd support for the 'alignstack' attribute to the x86...
2010-02-19 Bob WilsonRevert Anton's most recent EH patch (r96637), since...
2010-02-19 Duncan SandsRevert commits 96556 and 96640, because commit 96556...
2010-02-19 Evan ChengTransform (xor (setcc), (setcc)) == / != 1 to
2010-02-19 Anton KorobeynikovUse the same encoding for EH stuff uniformly on all...
2010-02-19 Jim GrosbachRadar 7636153. In the presence of large call frames...
2010-02-18 Jakob Stoklund OlesenAlways normalize spill weights, also for intervals...
2010-02-18 Dan GohmanMake CodePlacementOpt detect special EH control flow by
2010-02-18 Duncan SandsUniformize the way these options are printed. Requested by
2010-02-18 Duncan SandsRemove terminating dot in description. Inconsistency...
2010-02-18 Evan ChengSome dag combiner goodness:
2010-02-17 David GreeneMake the non-temporal bit "significant" in MemSDNodes...
2010-02-17 Jakob Stoklund OlesenDead code elimination.
2010-02-17 Chris Lattnermove isOnlyReachableByFallthrough out of MachineBasicBl...
2010-02-17 Chris Lattnersink special case "cannotyetselect" for intrinsics...
2010-02-17 Lang HamesRemoved an early out which was causing the PBQP allocat...
2010-02-17 Devang PatelBefore setting scope end marker, pay attention to scope...
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-02-16 Dale JohannesenHandle DBG_VALUE mixed with labels when doing PHI
2010-02-16 Dale JohannesenReapply 96294; now that I've gotten around to looking
2010-02-16 Dale JohannesenSomething broke. Hard to believe it was this patch
2010-02-15 Evan ChengFix a memory leak. Patch by Nicolas Geoffray.
2010-02-15 Dale JohannesenMore handling of DBG_VALUE.
2010-02-15 Anton KorobeynikovAdd missed entry to cmake build list file
2010-02-15 Anton KorobeynikovUse ttype encoding consistently
2010-02-15 Anton KorobeynikovMove TLOF implementations to libCodegen to resolve...
2010-02-15 Anton KorobeynikovIt turns out that we emitted completely wrong common...
2010-02-15 Anton KorobeynikovPreliminary patch to improve dwarf EH generation -...
2010-02-15 Jakob Stoklund OlesenFix PR6300.
2010-02-15 Evan ChengSplit SelectionDAGISel::IsLegalAndProfitableToFold to
2010-02-15 David GreeneAdd non-temporal flags and remove an assumption of...
2010-02-15 David GreeneAdd non-temporal flags to MachineMemOperand.
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-02-15 Dale JohannesenIgnore DBG_VALUE in a couple more places.
2010-02-13 Jakob Stoklund OlesenFix PR6283.
2010-02-13 Evan ChengTeach MachineFrameInfo to track maximum alignment while...
2010-02-13 Bob WilsonBesides removing phi cycles that reduce to a single...
2010-02-12 Chris Lattnergive MCCodeEmitters access to the current MCContext.
2010-02-12 Dale JohannesenRewrite handling of DBG_VALUE; previous algorithm
2010-02-12 Dan GohmanReapply the new LoopStrengthReduction code, with compil...
2010-02-12 Lang Hames* Updated the cost matrix normalization proceedure...
2010-02-12 Bob WilsonAdd a new pass on machine instructions to optimize...
2010-02-11 Jakob Stoklund OlesenReapply coalescer fix for better cross-class coalescing.
2010-02-11 Jakob Stoklund OlesenRevert functional change. This broke a bunch of tests.
2010-02-11 Jakob Stoklund OlesenIt is always good to do a cross-class join when the...
2010-02-11 Dale JohannesenAllow for more than one DBG_VALUE targeting the
2010-02-11 Dale JohannesenDon't allow DBG_VALUE to affect codegen.
2010-02-11 Jakob Stoklund OlesenUse array_pod_sort instead of std::sort for improved...
2010-02-11 Bill WendlingUse .empty() instead of .size().
next