aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2012-03-13Refactor the SelectionDAG's 'dump' methods into their own .cpp file.Bill Wendling
2012-03-13Fixed typo in comment.Lang Hames
2012-03-12Revert due to nightly test failures.Bill Wendling
2012-03-11DwarfDebug: Store the filename/dirname pair as a zero-separated string in a s...Benjamin Kramer
2012-03-11llvm::SwitchInstStepan Dyatkovskiy
2012-03-10Microoptimize getVRegDef. def_begin isn't free, don't compute it twice.Benjamin Kramer
2012-03-10Implement a more intelligent way of spilling uses across an invoke boundary.Bill Wendling
2012-03-10Report the defining instruction.Jakob Stoklund Olesen
2012-03-10Add SSA verification to MachineVerifier.Jakob Stoklund Olesen
2012-03-10Use SmallPtrSet instead of DenseSet.Jakob Stoklund Olesen
2012-03-10Give dagcombiner's worklist some inline capacity.Benjamin Kramer
2012-03-09Assert on SSA errors in LiveVariables.Jakob Stoklund Olesen
2012-03-09misched: handle scheduler that insert instructions at empty region boundaries.Andrew Trick
2012-03-09misched: handle scheduling region boundaries nicely.Andrew Trick
2012-03-09misched interface: rename Begin/End to RegionBegin/RegionEnd since they are n...Andrew Trick
2012-03-09misched commentsAndrew Trick
2012-03-09revert 152356: verify misched changes using -misched=shuffle.Andrew Trick
2012-03-09misched: allow the default scheduler to be one chosen by the target.Andrew Trick
2012-03-09Cache MBB->begin. It's possible the scheduler / bundler may change MBB->begin().Evan Cheng
2012-03-08Use uint16_t to store instruction implicit uses and defs. Reduces static data.Craig Topper
2012-03-08Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy
2012-03-08misched interface: Expose the MachineScheduler pass.Andrew Trick
2012-03-07Cleanup VLIWPacketizer to use the updated ScheduleDAGInstrs interface.Andrew Trick
2012-03-07misched prep: Expose the ScheduleDAGInstrs interface so targets mayAndrew Trick
2012-03-07misched prep: Remove LLVM_LIBRARY_VISIBILITY from ScheduleDAGInstrs.Andrew Trick
2012-03-07misched prep: Comment the ScheduleDAGInstrs interface.Andrew Trick
2012-03-07misched prep: Cleanup ScheduleDAGInstrs interface.Andrew Trick
2012-03-07misched prep: remove extra "protected"Andrew Trick
2012-03-07misched prep: rename InsertPos to End.Andrew Trick
2012-03-07misched preparation: rename core scheduler methods for consistency.Andrew Trick
2012-03-07Try to clarify this comment some.Chandler Carruth
2012-03-07Remove another outbreak of customized (and completely broken) hashing.Chandler Carruth
2012-03-07Where the BranchFolding pass removes a branch then adds another better branch,Bill Wendling
2012-03-07Fix cmakeAndrew Trick
2012-03-07commentAndrew Trick
2012-03-07misched preparation: clarify ScheduleDAG and ScheduleDAGInstrs roles.Andrew Trick
2012-03-07ScheduleDAGInstrs commentsAndrew Trick
2012-03-07misched preparation: modularize schedule emission.Andrew Trick
2012-03-07misched preparation: modularize schedule printing.Andrew Trick
2012-03-07misched preparation: modularize schedule verification.Andrew Trick
2012-03-07whitespaceAndrew Trick
2012-03-07Added -view-misched=dags options.Andrew Trick
2012-03-07Cleanup in preparation for misched: Move DAG visualization logic.Andrew Trick
2012-03-07Added MachineBasicBlock::getFullName() to standardize/factor codegen diagnost...Andrew Trick
2012-03-07whitespaceAndrew Trick
2012-03-07Cleanup: DAG building is specific to either SD or MI scheduling. Not part of ...Andrew Trick
2012-03-07misched commentsAndrew Trick
2012-03-07misched: Use the StartBlock/FinishBlock hooksAndrew Trick
2012-03-07Add the DW_AT_APPLE_runtime_class attribute to forward declarationsEric Christopher
2012-03-06Extend r148086 to check for [r +/- reg] address mode. This fixes queens perfo...Evan Cheng