aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
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
2012-03-06Hoist common code out of if statement.Jakob Stoklund Olesen
2012-03-06Avoid finalizeBundles infinite looping.Evan Cheng
2012-03-06Make it possible for a target to mark FSUB as Expand. This requires providin...Owen Anderson
2012-03-05Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach
2012-03-05Fix warnings about adding a bool to a string.Bill Wendling
2012-03-05Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...Craig Topper
2012-03-04Stop fixing bad machine code in LiveIntervalAnalysis.Jakob Stoklund Olesen
2012-03-04Stop adding <imp-def> operands when coalescing sub-registers.Jakob Stoklund Olesen
2012-03-04Use uint16_t to store register overlaps to reduce static data.Craig Topper
2012-03-04Use uint16_t instead of unsigned to store registers in reg classes. Reduces s...Craig Topper
2012-03-04Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper
2012-03-02Grammar-o in function name.Eric Christopher
2012-03-02Grammar.Eric Christopher
2012-03-02If the linkage name doesn't exist we're supposed to emit a referenceEric Christopher
2012-03-02Revert "Reorder the sections being output to reduce the number of assembler"Eric Christopher
2012-03-01Reorder the sections being output to reduce the number of assemblerEric Christopher
2012-03-01Minimal changes for LLVM to compile under VS11.Michael J. Spencer
2012-03-01Fix a codegen fault in which log2 or exp2 could be dead-code eliminated even ...James Molloy
2012-03-01Make InlineSpiller bundle-aware.Jakob Stoklund Olesen
2012-03-01Move getBundleStart() into MachineInstrBundle.h.Jakob Stoklund Olesen
2012-03-01Don't redundantly copy implicit operands when rematerializing.Lang Hames
2012-02-29LegalizeIntegerTypes: Reorder operations in the "big shift by small amount" o...Benjamin Kramer
2012-02-29Add an analyzeVirtReg() function.Jakob Stoklund Olesen
2012-02-29Move the operand iterator into MachineInstrBundle.h where it belongs.Jakob Stoklund Olesen