Update CMakeLists.txt.
[oota-llvm.git] / lib / CodeGen /
2010-04-21 Dan GohmanUpdate CMakeLists.txt.
2010-04-21 Dan GohmanMove several SelectionDAG-independent utility functions...
2010-04-21 Evan Cheng- Clean up some crappy code which deals with coalescing...
2010-04-21 Evan ChengRewrite machine cse to avoid recursion.
2010-04-21 Dan GohmanAdd another variant of this test which found a place...
2010-04-20 Dale JohannesenBecause of the EMMS problem, right now we have to support
2010-04-20 Jakob Stoklund OlesenWhen MachineLICM is hoisting a physical register after...
2010-04-20 Evan ChengTypo.
2010-04-20 Dan GohmanSink the CopyToExportRegsIfNeeded calls out of Selectio...
2010-04-20 Dan GohmanDon't send PHI nodes down to SelectionDAGBuilder of...
2010-04-20 Dan GohmanSink this use_empty() check into isUsedOutsideOfDefinin...
2010-04-20 Dan GohmanIf a PHI node somehow has debug info, propogate it...
2010-04-20 Dan GohmanDon't iterate through the whole block just to find...
2010-04-20 Gabor Greifuse abstract accessors to CallInst
2010-04-20 Chris LattnerBill's change in r95336 broke empty aggregates embedded
2010-04-20 Dan GohmanDelete a redundant return statement.
2010-04-20 Bill WendlingThe visitXOR method can return the same SDNode. If...
2010-04-20 Dan GohmanRemove this debug output; it isn't that useful, and...
2010-04-20 Dan GohmanSink DebugLoc handling out of SelectionDAGISel into...
2010-04-20 Dan GohmanRemove MachineFunction's DefaultDebugLoc member, and...
2010-04-20 Dan GohmanReapply the removal of SelectionDAGISel's BB, with...
2010-04-19 Dan GohmanRevert 101825, which is causing trouble.
2010-04-19 Dan GohmanMake BreakAntiDependencies' SUnits argument const,...
2010-04-19 Dan GohmanEliminate SelectionDAGISel's "current block" member...
2010-04-19 Dan GohmanEliminate the CurMBB member from SelectionDAGBuilder...
2010-04-19 Evan ChengMore progress on promoting i16 operations to i32 for...
2010-04-19 Dan GohmanGive SelectionDAG a TargetMachine too, rather than...
2010-04-19 Evan ChengMore 80 col violation.
2010-04-19 Devang PatelAdd DW_AT_APPLE_omit_frame_ptr to encode -fomit-frame...
2010-04-19 Dan GohmanCode that needs a TargetMachine should have access...
2010-04-19 Dan GohmanMove isInTailCallPosition out of SelectionDAGBuilder...
2010-04-17 Dan GohmanFix -Wcast-qual warnings.
2010-04-17 Dan GohmanAdd const qualifiers to TargetLoweringObjectFile usage.
2010-04-17 Dan GohmanUse const_cast instead of a C-style cast to cast away...
2010-04-17 Dan GohmanStart function numbering at 0.
2010-04-17 Dan GohmanDelete now-unnecessary const_casts.
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-04-17 Evan ChengPostra machine licm must add registers defined by loop...
2010-04-17 Evan ChengFix codegen passes. -disable-ssc shouldn't disable...
2010-04-17 Evan ChengMore work to allow dag combiner to promote 16-bit ops...
2010-04-17 Evan ChengAnother 80 col violation.
2010-04-17 Bob WilsonAs a temporary workaround for post-RA not handling...
2010-04-17 Jakob Stoklund OlesenRevert "Use a simpler data structure to calculate the...
2010-04-16 Eric ChristopherRevert 101465, it broke internal OpenGL testing.
2010-04-16 Devang PatelAdd support to emit dwarf ranges.
2010-04-16 Jakob Stoklund OlesenUse a simpler data structure to calculate the least...
2010-04-16 Evan Cheng(i32 sext_in_reg (i32 aext (i16 x)), i16) -> (i32 sext...
2010-04-16 Dan GohmanCreate a new TargetSelectionDAGInfo class. This will...
2010-04-16 Dan GohmanCommit this, which should have accompanied 101531.
2010-04-16 Evan Cheng80 col.
2010-04-16 Evan Cheng80 col.
2010-04-16 Dan GohmanAvoid creating virtual registers for unused values.
2010-04-16 Dan GohmanFix an assertion string.
2010-04-16 Dan GohmanFix a comment.
2010-04-16 Gabor Greifreapply r101434
2010-04-16 Bill WendlingThe JIT calls TidyLandingPads to tidy up the landing...
2010-04-16 Evan ChengAdding support for dag combiner to promote operations...
2010-04-16 Dan GohmanRefine further the scope where the global DebugLoc...
2010-04-16 Gabor Greifback out r101423 and r101397, they break llvm-gcc self...
2010-04-15 Jakob Stoklund OlesenAvoid sinking machine instructions into a loop.
2010-04-15 Gabor Greifreapply r101364, which has been backed out in r101368
2010-04-15 Jakob Stoklund OlesenFix PR6847. RegScavenger should ignore DebugValues.
2010-04-15 Nicolas GeoffrayMake sure the initialization of a GC root is after...
2010-04-15 Gabor Greifprune includes
2010-04-15 Dan GohmanFix a bunch of namespace polution.
2010-04-15 Gabor Greiftypos
2010-04-15 Gabor Greifback out r101364, as it trips the linux nightlybot...
2010-04-15 Gabor Greifrotate CallInst operands, i.e. move callee to the back
2010-04-15 Chris Lattnerenhance the load/store narrowing optimization to handle a
2010-04-15 Chris Lattnerteach codegen to turn trunc(zextload) into load when...
2010-04-15 Chris Lattneradd a simple dag combine to replace trivial shl+lshr...
2010-04-15 Chris LattnerImplement rdar://7860110 (also in target/readme.txt...
2010-04-15 Dan GohmanAdd more const qualifiers for LLVM IR pointers in CodeGen.
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-04-15 Evan ChengMore 80 violations.
2010-04-15 Evan Cheng80 col violations.
2010-04-15 Devang PatelAdd comment.
2010-04-14 Devang PatelThere is no need to track compile unit offsets if there...
2010-04-14 Devang PatelRemove dead code.
2010-04-14 Dan GohmanDelete unneeeded arguments.
2010-04-14 Dan GohmanDelete unused arguments.
2010-04-14 Dan GohmanFactor out EH landing pad code into a separate function...
2010-04-14 Dan GohmanReset the debug location even if the instruction was...
2010-04-14 Dan GohmanRefine #includes.
2010-04-14 Dan GohmanPull utility routines with no SelectionDAG dependence...
2010-04-14 Dan GohmanFix typos in comments.
2010-04-14 Dan GohmanDelete an obsolete comment.
2010-04-14 Dan GohmanDelete an unused function.
2010-04-14 Dan GohmanClear the FunctionLoweringInfo object before doing...
2010-04-14 Dan GohmanMove this assert out of SelectionDAGISel into FunctionL...
2010-04-14 Dan GohmanAdd a comment.
2010-04-14 Dan GohmanMove the code for initialing the entry block livein...
2010-04-14 Dan GohmanReorgnaize this code to be more tidy and readable.
2010-04-14 Dan GohmanTrim #includes.
2010-04-14 Dan GohmanMove the code for emitting livein copies out of Selecti...
2010-04-14 Dan GohmanSink landing-pad marking code out of
2010-04-14 Dan GohmanIt's not necessary to recompute EB here.
2010-04-14 Dan GohmanGeneralize this code to handle Instructions in addition...
2010-04-14 Dan GohmanReorder the methods of this class to be a little more...
2010-04-14 Devang PatelClear MachineInstr->MCSymbol maps at the end of a function.
next