Add the private linkage.
[oota-llvm.git] / include / llvm / CodeGen /
2009-01-15 Dan GohmanMove a few containers out of ScheduleDAGInstrs::BuildSc...
2009-01-13 Devang PatelRemovoe MachineModuleInfo methods (and related DebugInf...
2009-01-13 Devang PatelKeep "has debug info" big in MachineModuleInfo to avoid...
2009-01-13 Devang PatelUndo previous checkin.
2009-01-13 Devang PatelUse DwarfWriter to record dbg variables.
2009-01-13 Devang PatelUse dwarf writer to decide whether the module has debug...
2009-01-13 Owen AndersonFix fallout from r62144. Evan, please double check...
2009-01-13 Devang PatelUse DebugInfo interface to lower dbg_* intrinsics.
2009-01-12 Devang PatelAdd DwarfWriter interface to mainipulate source locatio...
2009-01-12 Evan ChengFix PR3241: Currently EmitCopyFromReg emits a copy...
2009-01-09 Evan ChengDuplicated node may produce a non-physical register...
2009-01-09 Devang PatelRequest DwarfWriter. This will be used to handle dbg_...
2009-01-08 Devang PatelConvert DwarfWriter into a pass.
2009-01-08 Dan GohmanDelete unnecessary parens around return values.
2009-01-08 Dan GohmanCorrect the form of the atomic opcode names in a comment.
2009-01-07 Dan GohmanAdd empty() methods for register def lists.
2009-01-07 Evan ChengThe coalescer does not coalesce a virtual register...
2009-01-05 Dan GohmanTargetLowering.h #includes SelectionDAGNodes.h, so...
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2009-01-03 Dan GohmanRemove the code from the scheduler that commuted two...
2009-01-01 Bill WendlingSome compilers are picky about accessing the first...
2008-12-28 Owen AndersonForgot to commit this file.
2008-12-23 Dan GohmanClean up the atomic opcodes in SelectionDAG.
2008-12-23 Dan GohmanRename BuildSchedUnits to BuildSchedGraph, and refactor the
2008-12-23 Dan GohmanComment MO_FPImmediate and doxygenate surrounding comments.
2008-12-22 Dan GohmanRefactor a bunch of code out of AsmPrinter::EmitGlobalC...
2008-12-22 Dan GohmanAdd an assertion to the ScheduleDAGInstrs class to...
2008-12-22 Dan GohmanAdd an accesor for the isNormalMemory field in the...
2008-12-22 Dan GohmanAdd an assertion to catch SUnits reallocations. And...
2008-12-20 Dan GohmanLiveInterval::removeKills and isKill don't need 'this...
2008-12-19 Evan ChengFix PR3149. If an early clobber def is a physical regis...
2008-12-19 Dan GohmanFix RegScavenger::forward() to work on basic blocks...
2008-12-19 Dan GohmanDelete the RegScavenging constructor that takes a Machi...
2008-12-18 Mon P WangAdded support for vector widening.
2008-12-17 Devang PatelToday the front-ends (llvm-gcc and clang) generate...
2008-12-17 Dan GohmanFix the comments for getDepth and getHeight.
2008-12-16 Dan GohmanAdd initial support for back-scheduling address computa...
2008-12-16 Dan GohmanFix some register-alias-related bugs in the post-RA...
2008-12-16 Dan GohmanMove addPred and removePred out-of-line.
2008-12-16 Dan GohmanMake addPred and removePred return void, since the...
2008-12-16 Dan GohmanAdd a getSDep() access function to SUnitIterator to...
2008-12-16 Dan GohmanReorder some SDep methods. No functionality change.
2008-12-16 Dan GohmanSDep's operator== should compare the Latency field...
2008-12-14 Duncan SandsReapply r60997, this time without forgetting that
2008-12-13 Bill WendlingTemporarily revert r60997. It was causing this failure:
2008-12-13 Duncan SandsLegalizeDAG is not supposed to introduce illegal
2008-12-10 Evan ChengFix MachineCodeEmitter to use uintptr_t instead of...
2008-12-10 Dan GohmanUpdate CalcLatency to work in terms of edge latencies...
2008-12-10 Evan ChengFix a couple of Dwarf bugs.
2008-12-09 Dan GohmanRewrite the SDep class, and simplify some of the relate...
2008-12-09 Bill WendlingAdd sub/mul overflow intrinsics. This currently doesn...
2008-12-09 Duncan SandsFix PR3117: not all nodes being legalized. The
2008-12-08 Duncan SandsFix comment typo.
2008-12-08 Dan GohmanFactor out the code for sign-extending/truncating gep...
2008-12-08 Dan GohmanMove createVirtualRegister out-of-line.
2008-12-05 Dan GohmanDrop the reg argument to isRegReDefinedByTwoAddr, which...
2008-12-03 Dan GohmanHave PseudoSourceValue override Value::dump, so that...
2008-12-03 Dan GohmanExtend X86's addFrameReference to add a MachineMemOpera...
2008-12-03 Dan GohmanAdd an explicit keyword.
2008-12-03 Dan GohmanReplace a #include with a forward-declaration.
2008-12-01 Bill WendlingExpand getVTList, getNodeValueTypes, and SelectNodeTo...
2008-12-01 Duncan SandsThere are no longer any places that require a
2008-11-27 Evan ChengOn x86 favors folding short immediate into some arithme...
2008-11-26 Dan GohmanLiveRanges are represented as half-open ranges. Fix...
2008-11-25 Dan GohmanInitial support for anti-dependence breaking. Currently...
2008-11-24 Dan GohmanMove the scheduler constructor functions to SchedulerRe...
2008-11-24 Dan GohmanFix an unused-parameter warning.
2008-11-24 Dan GohmanCheck in the rest of this change. The isAntiDep flag...
2008-11-24 Duncan SandsIf the type legalizer actually legalized anything
2008-11-23 Duncan SandsRename SetCCResultContents to BooleanContents. In
2008-11-22 Anton KorobeynikovMake a convenient helper for printing offsets.
2008-11-22 Bill WendlingCleanup of the [SU]ADDO type legalization code. Patch...
2008-11-21 Dan GohmanAdd a flag to SDep for tracking which edges are anti...
2008-11-21 Bill WendlingUpdate comment to reflect a semblance of reality.
2008-11-21 Dan GohmanRename SDep's isSpecial to isArtificial, to make this...
2008-11-21 Bill WendlingRename "ADDO" to "SADDO" and "UADDO". The "UADDO" isn...
2008-11-21 Bill WendlingImplement the sadd_with_overflow intrinsic. This is...
2008-11-21 Bill WendlingUpdate comment.
2008-11-21 Dan GohmanImplement ComputeLatency for MachineInstr ScheduleDAGs...
2008-11-21 Bill WendlingAdd UADDO and SADDO nodes. These will be used for deter...
2008-11-20 Evan Cheng- Register scavenger should use MachineRegisterInfo...
2008-11-20 Dan GohmanFactor out the code for verifying the work of the sched...
2008-11-19 Dan GohmanExperimental post-pass scheduling support. Post-pass...
2008-11-19 Dan GohmanMove the code for printing a graph node label for an...
2008-11-19 Dan GohmanConvert SUnit's dump method into a print method and...
2008-11-18 Evan ChengFix indentation.
2008-11-18 Dan GohmanMake some methods const.
2008-11-18 Dan GohmanWhitespace cleanups.
2008-11-18 Nicolas GeoffrayImplement support for JIT exceptions on X86_64. Relativ...
2008-11-18 Dan GohmanChange SUnit's dump method to take a ScheduleDAG* inste...
2008-11-18 Dan GohmanThere is no InstrStage class.
2008-11-14 Dan GohmanAdd support for building a ScheduleDAG from MachineInst...
2008-11-14 Dan GohmanAdd a version of NewSUnit for creating units with Machi...
2008-11-14 Dan GohmanInitial support for carrying MachineInstrs in SUnits.
2008-11-13 Dan GohmanClarify the comment about NumPreds and NumSuccs to...
2008-11-13 Dan GohmanRemove the FlaggedNodes member from SUnit. Instead...
2008-11-13 Dan GohmanMake the Node member of SUnit private, and add accessors.
2008-11-13 Dan GohmanChange ScheduleDAG's DAG member from a reference to...
2008-11-13 Bill WendlingImplement stack protectors as function attributes:...
2008-11-12 Dan GohmanRevert the part of r59145 that changed the comment...
next