Fix comment about removeRange.
[oota-llvm.git] / lib / CodeGen /
2009-01-16 Devang PatelDo not stumble over forward declared struct member.
2009-01-15 Devang PatelValidate dbg_* intrinsics before lowering them.
2009-01-15 Mon P WangAdded missing support to widen an operand from a bit...
2009-01-15 Dan GohmanGeneralize the HazardRecognizer interface so that it...
2009-01-15 Dan GohmanSimplify the MachineLICM pass by having it only travers...
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-15 Devang PatelUse lightweight DebugInfo objects directly.
2009-01-15 Dan GohmanMove a few containers out of ScheduleDAGInstrs::BuildSc...
2009-01-15 Devang PatelUse variable's context to identify respective DbgScope.
2009-01-15 Dan GohmanMake getWidenVectorType const; this file was missed...
2009-01-15 Dan GohmanMore consts on TargetLowering references.
2009-01-15 Dan GohmanUse const with TargetLowering references in a few more...
2009-01-15 Gabor Greifminor refactoring: use a more specific API
2009-01-14 Devang PatelDo not construct debug scope if RootScope *is* null.
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 Dan GohmanUse assertions to check for conditions that should...
2009-01-13 Dan GohmanThe list-td and list-tdrr schedulers don't yet support...
2009-01-13 Dan GohmanAvoid referring to edge D after the Succs or Preds...
2009-01-13 Duncan SandsWhen replacing uses and the same node is reached
2009-01-13 Duncan SandsFix some typos. Also, the WidenedVectors map
2009-01-13 Duncan SandsCorrect a comment - this is not a sign extension.
2009-01-13 Evan ChengUn-tabify.
2009-01-13 Evan ChengFIX llvm-gcc bootstrap on x86_64 linux. If a virtual...
2009-01-13 Devang PatelUse DebugInfo interface to lower dbg_* intrinsics.
2009-01-13 Devang PatelStart using DebugInfo API to emit debug info.
2009-01-12 Devang PatelEmit debug info, only if at least one compile unit...
2009-01-12 Devang PatelIf multiple compile units are seen then emit them indep...
2009-01-12 Devang PatelAvoid cast<>, use light weith wrapper directly.
2009-01-12 Devang PatelUse SrcLineInfo from DwarfWriter. The MachineModuleInfo...
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2009-01-12 Devang PatelAdd DwarfWriter interface to mainipulate source locatio...
2009-01-12 Devang PatelClear debug info at the end of function processing.
2009-01-12 Devang PatelThere is no need to maintain separate labelid list...
2009-01-12 Evan ChengFix PR3241: Currently EmitCopyFromReg emits a copy...
2009-01-12 Owen AndersonMore two-address fixes. This gets lua working with...
2009-01-11 Evan ChengCheckForPhysRegDependency should not return copy cost...
2009-01-10 Devang PatelReduce initial small vector sizes.
2009-01-10 Devang PatelFix thinko. Create parent scope if parent descriptor...
2009-01-09 Evan ChengDuplicated node may produce a non-physical register...
2009-01-09 Evan ChengMinor debug output tweak.
2009-01-09 Devang PatelRequest DwarfWriter. This will be used to handle dbg_...
2009-01-09 Misha BrukmanRemoved trailing whitespace from Makefiles.
2009-01-08 Devang PatelConvert DwarfWriter into a pass.
2009-01-08 Dan GohmanDelete unnecessary parens around return values.
2009-01-08 Devang PatelAdd DebugInfo based APIs to record source line info.
2009-01-08 Misha Brukman* Moved author attribution to CREDITS.TXT
2009-01-08 Misha Brukman* Alphabetized #includes
2009-01-08 Devang PatelAdd APIs to record regions and variables.
2009-01-08 Devang PatelAdd APIs to manage scope using DebugInfo interface.
2009-01-07 Dan GohmanRemove redundant 'else's. No functionality change.
2009-01-07 Evan ChengThe coalescer does not coalesce a virtual register...
2009-01-06 Dan GohmanFix a bug in ComputeLinearIndex computation handling...
2009-01-06 Devang PatelSet up DwarfDebug using DebugInfo API.
2009-01-06 Bill WendlingForgot that this was needed for Linux. This should...
2009-01-06 Owen AndersonThe phi construction algorithm used for interval recons...
2009-01-06 Dan GohmanUpdate these argument lists for the isNormalMemory
2009-01-06 Dan GohmanUse a latency value of 0 for the artificial edges inser...
2009-01-05 Devang PatelConstruct subprogram DIEs using DebugInfo.
2009-01-05 Devang PatelConstruct global variable DIEs using DebugInfo.
2009-01-05 Devang PatelConstruct compile unit dies using DebugInfo.
2009-01-05 Bill WendlingRevert r61415 and r61484. Duncan was correct that these...
2009-01-05 Dan GohmanDon't call setDepthDirty/setHeightDirty when adding...
2009-01-05 Devang PatelExtract source location info from DebugInfo.
2009-01-05 Devang PatelAdd type DIEs using DebugInfo.
2009-01-05 Devang PatelConstruct composite type DIE using DebugInfo.
2009-01-05 Dan GohmanTargetLowering.h #includes SelectionDAGNodes.h, so...
2009-01-05 Devang Patels/ConstructType/ConstructTypeDIE/g
2009-01-05 Devang PatelConstruct stuct field DIEs.
2009-01-05 Devang PatelConstruct enumerator DIE using DebugInfo.
2009-01-05 Devang PatelConstruct array/vector type DIEs using DebugInfo.
2009-01-05 Owen AndersonGet rid of sentinel insertion in interval reconstructio...
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2009-01-05 Devang PatelConstruct basic and derived type DIEs using DebugInfo.
2009-01-05 Devang Patelsubsume ConstructPointerType()
2009-01-05 Devang Patelsubsume ConstructBasicType().
2009-01-05 Devang Patelsquash warnings.
2009-01-04 Chris Lattnerelf writer really wants the size of the global, not...
2009-01-04 Bill WendlingThe llvm::ELFWriter::EmitGlobal() method is calling the
2009-01-03 Dan GohmanFix a DAGCombiner abort on an invalid shift count const...
2009-01-03 Dan GohmanCommuteNodesToReducePressure() is now removed.
2009-01-03 Dan GohmanRemove the code from the scheduler that commuted two...
2009-01-01 Duncan SandsFactorize (and generalize) the code promoting SELECT
2009-01-01 Duncan SandsRemove trailing spaces.
2009-01-01 Duncan SandsFix PR3274: when promoting the condition of a BRCOND...
2008-12-31 Owen AndersonGet live interval reconstruction several steps closer...
2008-12-29 Bill WendlingLinux wants the FDE initial location and address range...
2008-12-29 Bill WendlingThe FDE initial location and address range data should...
2008-12-29 Duncan SandsAdd braces, as suggested by a gcc warning.
2008-12-29 Scott MichelTeach LeaglizeDAG that i64 mul can be a libcall.
2008-12-28 Owen AndersonFix up kill/dead marking in the new live interval recon...
2008-12-28 Owen AndersonAdd prototype code for recomputing a live interval...
2008-12-24 Bill WendlingDarwin likes for the EH frame to be non-local.
2008-12-24 Bill WendlingGCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding...
2008-12-23 Dale JohannesenChange comments so everybody can understand them, hopef...
2008-12-23 Dale JohannesenAdd another permutation where we should get rid of...
2008-12-23 Anton KorobeynikovRestore debug printing
next