Revert r152915. Chapuni's WinWaitReleased refactoring: It doesn't work for me
[oota-llvm.git] / lib / CodeGen /
2012-03-16 Benjamin KramerScheduleDAGInstrs: When adding uses we add them into...
2012-03-16 Benjamin KramerLimit the number of memory operands in MachineInstr...
2012-03-16 Benjamin KramerCriticalAntiDepBreaker: BasicBlock::size is an expensiv...
2012-03-16 Andrew Trickmisched: add DAG edges from vreg defs to ExitSU.
2012-03-16 Chad RosierRevert r152705, which reapplied r152486 as this appears...
2012-03-16 NAKAMURA TakumiRevert r152613 (and r152614), "Inline the d'tor and...
2012-03-15 Eric ChristopherFor types with a parent of the compile unit make sure...
2012-03-15 Eric ChristopherWe actually handle AllocaInst via getRegForValue below...
2012-03-15 Eric ChristopherAdd some debugging output into fast isel as well.
2012-03-15 Eric ChristopherAdd another debug statement.
2012-03-15 Eric ChristopherTabs.
2012-03-15 Eric ChristopherTypo.
2012-03-15 Nadav RotemWhen optimizing certain BUILD_VECTOR nodes into other...
2012-03-15 Eric ChristopherRevert the removal of DW_AT_MIPS_linkage_name when...
2012-03-15 Bill WendlingAdd a xform to the DAG combiner.
2012-03-14 Benjamin KramerSilence operator precedence warnings.
2012-03-14 Bill WendlingReapply r152486 with a fix for the nightly testers.
2012-03-14 Bill WendlingInsert the debugging instructions in one fell-swoop...
2012-03-14 Andrew Trickmisched: implemented a framework for top-down or bottom...
2012-03-14 Andrew Trickmisched comments
2012-03-14 Eric ChristopherRemove the DW_AT_MIPS_linkage name attribute when we...
2012-03-13 Evan ChengFortify r152675 a bit. Although I'm not able to come...
2012-03-13 Evan ChengDAG combine incorrectly optimize (i32 vextract (v4i16...
2012-03-13 Bill Wendlings/SjLjEHPass/SjLjEHPrepare/
2012-03-13 Bill WendlingAdd a return type.
2012-03-13 Bill WendlingInline the d'tor and add an anchor instead.
2012-03-13 Bill WendlingRefactor the SelectionDAG's 'dump' methods into their...
2012-03-13 Lang HamesFixed typo in comment.
2012-03-12 Bill WendlingRevert due to nightly test failures.
2012-03-11 Benjamin KramerDwarfDebug: Store the filename/dirname pair as a zero...
2012-03-11 Stepan Dyatkovskiyllvm::SwitchInst
2012-03-10 Benjamin KramerMicrooptimize getVRegDef. def_begin isn't free, don...
2012-03-10 Bill WendlingImplement a more intelligent way of spilling uses acros...
2012-03-10 Jakob Stoklund OlesenReport the defining instruction.
2012-03-10 Jakob Stoklund OlesenAdd SSA verification to MachineVerifier.
2012-03-10 Jakob Stoklund OlesenUse SmallPtrSet instead of DenseSet.
2012-03-10 Benjamin KramerGive dagcombiner's worklist some inline capacity.
2012-03-09 Jakob Stoklund OlesenAssert on SSA errors in LiveVariables.
2012-03-09 Andrew Trickmisched: handle scheduler that insert instructions...
2012-03-09 Andrew Trickmisched: handle scheduling region boundaries nicely.
2012-03-09 Andrew Trickmisched interface: rename Begin/End to RegionBegin...
2012-03-09 Andrew Trickmisched comments
2012-03-09 Andrew Trickrevert 152356: verify misched changes using -misched...
2012-03-09 Andrew Trickmisched: allow the default scheduler to be one chosen...
2012-03-09 Evan ChengCache MBB->begin. It's possible the scheduler / bundler...
2012-03-08 Craig TopperUse uint16_t to store instruction implicit uses and...
2012-03-08 Stepan DyatkovskiyTaken into account Duncan's comments for r149481 dated...
2012-03-08 Andrew Trickmisched interface: Expose the MachineScheduler pass.
2012-03-07 Andrew TrickCleanup VLIWPacketizer to use the updated ScheduleDAGIn...
2012-03-07 Andrew Trickmisched prep: Expose the ScheduleDAGInstrs interface...
2012-03-07 Andrew Trickmisched prep: Remove LLVM_LIBRARY_VISIBILITY from Sched...
2012-03-07 Andrew Trickmisched prep: Comment the ScheduleDAGInstrs interface.
2012-03-07 Andrew Trickmisched prep: Cleanup ScheduleDAGInstrs interface.
2012-03-07 Andrew Trickmisched prep: remove extra "protected"
2012-03-07 Andrew Trickmisched prep: rename InsertPos to End.
2012-03-07 Andrew Trickmisched preparation: rename core scheduler methods...
2012-03-07 Chandler CarruthTry to clarify this comment some.
2012-03-07 Chandler CarruthRemove another outbreak of customized (and completely...
2012-03-07 Bill WendlingWhere the BranchFolding pass removes a branch then...
2012-03-07 Andrew TrickFix cmake
2012-03-07 Andrew Trickcomment
2012-03-07 Andrew Trickmisched preparation: clarify ScheduleDAG and ScheduleDA...
2012-03-07 Andrew TrickScheduleDAGInstrs comments
2012-03-07 Andrew Trickmisched preparation: modularize schedule emission.
2012-03-07 Andrew Trickmisched preparation: modularize schedule printing.
2012-03-07 Andrew Trickmisched preparation: modularize schedule verification.
2012-03-07 Andrew Trickwhitespace
2012-03-07 Andrew TrickAdded -view-misched=dags options.
2012-03-07 Andrew TrickCleanup in preparation for misched: Move DAG visualizat...
2012-03-07 Andrew TrickAdded MachineBasicBlock::getFullName() to standardize...
2012-03-07 Andrew Trickwhitespace
2012-03-07 Andrew TrickCleanup: DAG building is specific to either SD or MI...
2012-03-07 Andrew Trickmisched comments
2012-03-07 Andrew Trickmisched: Use the StartBlock/FinishBlock hooks
2012-03-07 Eric ChristopherAdd the DW_AT_APPLE_runtime_class attribute to forward...
2012-03-06 Evan ChengExtend r148086 to check for [r +/- reg] address mode...
2012-03-06 Jakob Stoklund OlesenHoist common code out of if statement.
2012-03-06 Evan ChengAvoid finalizeBundles infinite looping.
2012-03-06 Owen AndersonMake it possible for a target to mark FSUB as Expand...
2012-03-05 Jim GrosbachMake MCRegisterInfo available to the the MCInstPrinter.
2012-03-05 Bill WendlingFix warnings about adding a bool to a string.
2012-03-05 Craig TopperConvert more GenRegisterInfo tables from unsigned to...
2012-03-04 Jakob Stoklund OlesenStop fixing bad machine code in LiveIntervalAnalysis.
2012-03-04 Jakob Stoklund OlesenStop adding <imp-def> operands when coalescing sub...
2012-03-04 Craig TopperUse uint16_t to store register overlaps to reduce stati...
2012-03-04 Craig TopperUse uint16_t instead of unsigned to store registers...
2012-03-04 Craig TopperUse uint16_t to store registers in callee saved registe...
2012-03-02 Eric ChristopherGrammar-o in function name.
2012-03-02 Eric ChristopherGrammar.
2012-03-02 Eric ChristopherIf the linkage name doesn't exist we're supposed to...
2012-03-02 Eric ChristopherRevert "Reorder the sections being output to reduce...
2012-03-01 Eric ChristopherReorder the sections being output to reduce the number...
2012-03-01 Michael J. SpencerMinimal changes for LLVM to compile under VS11.
2012-03-01 James MolloyFix a codegen fault in which log2 or exp2 could be...
2012-03-01 Jakob Stoklund OlesenMake InlineSpiller bundle-aware.
2012-03-01 Jakob Stoklund OlesenMove getBundleStart() into MachineInstrBundle.h.
2012-03-01 Lang HamesDon't redundantly copy implicit operands when remateria...
2012-02-29 Benjamin KramerLegalizeIntegerTypes: Reorder operations in the "big...
2012-02-29 Jakob Stoklund OlesenAdd an analyzeVirtReg() function.
2012-02-29 Jakob Stoklund OlesenMove the operand iterator into MachineInstrBundle.h...
next