AlignLoc is never used for anything - zap it (gcc-4.6 warning).
[oota-llvm.git] / lib / CodeGen /
2010-10-21 Duncan SandsThe variable liTRC is not used for anything useful...
2010-10-21 Duncan SandsRemove some variables that are never really used
2010-10-21 Michael J. SpencerCodeGen-Windows: Only emit _fltused if a VarArg functio...
2010-10-20 Jakob Stoklund OlesenRemember to keep track of rematted values.
2010-10-20 Evan ChengMore accurate estimate / tracking of register pressure.
2010-10-20 Jakob Stoklund OlesenMove some of the InlineSpiller rematerialization code...
2010-10-20 Dale JohannesenRemove Synthesizable from the Type system; as MMX vector
2010-10-20 Jakob Stoklund OlesenWhen SimpleRegisterCoalescing is trimming kill flags...
2010-10-20 Dan GohmanMake CodeGen TBAA-aware.
2010-10-19 Jim GrosbachAdd a pre-dispatch SjLj EH hook on the unwind edge...
2010-10-19 Jakob Stoklund OlesenShrink MachineOperand from 40 to 32 bytes on 64-bit...
2010-10-19 Evan ChengRe-enable register pressure aware machine licm with...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-19 Daniel DunbarRevert r116781 "- Add a hook for target to determine...
2010-10-19 NAKAMURA Takumilib/CodeGen/TargetLoweringObjectFileImpl.cpp: Tweak...
2010-10-19 Andrew TrickFix for machine licm assert: RCCost <= RegPressure...
2010-10-19 Evan Cheng- Add a hook for target to determine whether an instruc...
2010-10-18 Bill WendlingDon't recompute MachineRegisterInfo in the Optimize...
2010-10-18 Dan GohmanAdd TypeBasedAliasAnalysis to the standard pass lists...
2010-10-18 Dan GohmanMake BasicAliasAnalysis a normal AliasAnalysis implemen...
2010-10-18 Jim GrosbachTrivial grammar tweak.
2010-10-16 Michael J. SpencerX86-Windows: Emit an undefined global __fltused symbol...
2010-10-16 Michael J. SpencerWhitespace!
2010-10-16 Evan ChengMore machine LICM work. It now tracks register pressure...
2010-10-15 Jakob Stoklund OlesenRemove unused accessor.
2010-10-15 Jakob Stoklund OlesenEliminate curli from SplitEditor. Use the LiveRangeEdit...
2010-10-15 Jakob Stoklund OlesenMove stack slot assignments into LiveRangeEdit.
2010-10-14 Jakob Stoklund OlesenCreate a new LiveRangeEdit class to keep track of the...
2010-10-14 Jakob Stoklund OlesenOnly split around a loop if the live range has uses...
2010-10-14 Evan ChengRegister pressure and instruction latency aware machine...
2010-10-13 Owen AndersonAnalysis groups need to initialize their default implem...
2010-10-12 Owen AndersonBegin adding static dependence information to passes...
2010-10-11 Jakob Stoklund OlesenReplace FindLiveRangeContaining() with getVNInfoAt...
2010-10-11 Jakob Stoklund OlesenProperly handle reloading and spilling around partial...
2010-10-11 Chris LattnerPer discussion with Sanjiv, remove the PIC16 target...
2010-10-10 Chris Lattnerfix the default va_arg expansion (in the realignment...
2010-10-09 Benjamin KramerSilence compiler warning.
2010-10-08 Jakob Stoklund OlesenRename SplitEditor::rewrite to finish() and break it...
2010-10-08 Evan ChengAvoid compiler warning: comparison between signed and...
2010-10-08 Jakob Stoklund OlesenExtract method ProcessUses from LocalRewriter::RewriteM...
2010-10-08 Anton KorobeynikovDo not check that the bodies of two defs of same linkon...
2010-10-08 Jakob Stoklund OlesenClassify value numbers into connected components in...
2010-10-08 Rafael EspindolaCall InitSections in llc and clang so that the binaries...
2010-10-08 Evan ChengDon't waste time unfolding simple loads. The unfolded...
2010-10-08 Evan ChengFix operand latency computation in cases where the...
2010-10-08 Devang PatelLine number 0 indicates there is no source line/file...
2010-10-07 Jakob Stoklund OlesenAfter splitting, the remaining LiveInterval may be...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-10-07 Devang PatelProvie a clearner interface so that FE can decide wheth...
2010-10-07 Jakob Stoklund OlesenPrint more loop info.
2010-10-07 Jakob Stoklund OlesenPrint out MBB number when rewriting.
2010-10-07 Owen AndersonAdd initialization routines for CodeGen.
2010-10-07 Jakob Stoklund OlesenCache interval iterators in SplitEditor::addTruncSimple...
2010-10-07 Jakob Stoklund OlesenClean up debug printing.
2010-10-06 Jakob Stoklund OlesenAdd MachineRegisterInfo::constrainRegClass and use...
2010-10-06 Jakob Stoklund OlesenSkip unused registers when verifying LiveIntervals.
2010-10-06 Owen AndersonHide analysis group registration behind a macro, just...
2010-10-06 Devang PatelAdd support for DW_TAG_unspecified_parameters.
2010-10-06 Nick LewyckyRemove unused variables.
2010-10-06 Dan GohmanComputeLinearIndex doesn't need its TLI argument.
2010-10-06 Evan Cheng- Add TargetInstrInfo::getOperandLatency() to compute...
2010-10-05 Jakob Stoklund OlesenCount uses in all nested loops, not just the deepest.
2010-10-05 Jakob Stoklund OlesenRemove SplitAnalysis::removeUse. It was only used to...
2010-10-05 Jakob Stoklund Olesendupli always has an interval now.
2010-10-05 Jakob Stoklund OlesenWe can split around loops with multiple exits now.
2010-10-05 Jakob Stoklund OlesenUpdate SplitEditor API to reflect the fact that the...
2010-10-05 Jakob Stoklund OlesenIntervals are half-open.
2010-10-05 Jakob Stoklund OlesenWhen we find a reaching definition, make sure it is...
2010-10-05 Jakob Stoklund OlesenDon't use nextIndex to check for live out of instruction.
2010-10-05 Jakob Stoklund OlesenTweak VNInfo printing.
2010-10-05 Jakob Stoklund OlesenAdd assert for valid slot indexes.
2010-10-05 Owen AndersonUse a more efficient lowering of uint64_t --> float...
2010-10-04 Evan ChengThis DAG combine BRCOND transformation can look pass...
2010-10-04 Lang HamesRemoved the older style (in-allocator) problem construc...
2010-10-02 Jakob Stoklund OlesenStop using LiveRange in MachineVerifier.
2010-10-02 Bob WilsonFix a miscompile in 186.crafty for Thumb2 that was...
2010-10-01 Jakob Stoklund OlesenDrop the use of LiveInterval::iterator and the LiveRang...
2010-10-01 Jakob Stoklund OlesenWhen RemoveCopyByCommutingDef is creating additional...
2010-10-01 Jakob Stoklund OlesenPretty up the debug output during RemoveCopyByCommutingDef.
2010-10-01 Devang PatelAdd support to let FE mark explict methods as explict...
2010-10-01 Jim GrosbachNuke trailing whitespace.
2010-10-01 Owen AndersonThread the determination of branch prediction hit rates...
2010-10-01 Devang PatelFix code gen crash reported in PR 8235. We still lose...
2010-10-01 Gabor Greiftypo
2010-10-01 Chris Lattnerfix typo
2010-10-01 Chris Lattnerfix rdar://8494845 + PR8244 - a miscompile exposed...
2010-09-30 Dale JohannesenMassive rewrite of MMX:
2010-09-30 Jakob Stoklund OlesenWhen isel is emitting instructions for an x86 target...
2010-09-29 Devang PatelLet FE mark a variable as artificial variable.
2010-09-29 Evan ChengModel Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC...
2010-09-29 Benjamin KramerSilence msvc warnings.
2010-09-29 Devang PatelAdd support to let FE encode method access specifier.
2010-09-29 Owen AndersonUnreachableBlockElim could incorrectly return false...
2010-09-29 Devang PatelAssign DW_ACCESS_public accessibility attribute to...
2010-09-28 Bill WendlingRevert r114997. It was causing a failure on darwin10...
2010-09-28 Oscar FuentesRemoved a bunch of unnecessary target_link_libraries.
2010-09-28 Bill WendlingFix a FIXME. _foo.eh symbols are currently always expor...
2010-09-28 Owen AndersonGive the if-converter access to MachineLoopInfo, and...
2010-09-28 Owen AndersonPart one of switching to using a more sane heuristic...
2010-09-28 Devang PatelProvide an interface to let FEs anchor debug info for...
next