Nowadays a release build has assertions off.
[oota-llvm.git] / lib / CodeGen /
2010-09-11 Bill WendlingRename ConvertToSetZeroFlag to something more general.
2010-09-10 Bill WendlingNo need to recompute the SrcReg and CmpValue.
2010-09-10 Bill WendlingMove some of the decision logic for converting an instr...
2010-09-10 Bob WilsonFix a comment typo.
2010-09-10 Bill WendlingModify the comparison optimizations in the peephole...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-09-10 Devang PatelAdd DEBUG message.
2010-09-10 Evan ChengTeach if-converter to be more careful with predicating...
2010-09-08 Jakob Stoklund OlesenRemove dead code.
2010-09-07 Jakob Stoklund OlesenDon't add <imp-def> operands during register rewriting.
2010-09-05 Chris Lattneradd a comment about where this should eventually move.
2010-09-05 Lang HamesAdded initialisers for reduction rule counters.
2010-09-05 Chris Lattnerimplement rdar://6653118 - fastisel should fold loads...
2010-09-04 Jakob Stoklund OlesenRemove dead code.
2010-09-04 Chris Lattnerzap dead code.
2010-09-03 Jim Grosbachprevious patch was a little too tricky for its own...
2010-09-03 Bob WilsonAdd a missing check when legalizing a vector extending...
2010-09-03 Jakob Stoklund OlesenVirtRegRewriter checks for early clobbers before it...
2010-09-03 Duncan SandsReapply commit 112702 which was speculatively reverted...
2010-09-02 Devang PatelThere is no need to use .set here.
2010-09-02 Devang PatelDetect undef value early and save unnecessary NodeMap...
2010-09-02 Dan GohmanDon't narrow the load and store in a load+twiddle+store...
2010-09-02 Devang PatelTidy up.
2010-09-02 Jim GrosbachThe scavenger should just use getAllocatableSet() rathe...
2010-09-02 Jim GrosbachAnti-dependency breaking needs to be careful not to...
2010-09-02 Devang PatelFix .debug_range for linux. Patch by Krister Wombell.
2010-09-02 Lang HamesAdded support for register allocators to record which...
2010-09-02 Chandler CarruthSilence an ambiguous else warning from GCC.
2010-09-02 Lang HamesAdded counters for PBQP reduction rules.
2010-09-02 Jim GrosbachAdd a bit of debug output for register scavenging
2010-09-01 Jim GrosbachTweak to ignoring reserved regs. The allocator was...
2010-09-01 Jakob Stoklund OlesenTeach RemoveCopyByCommutingDef to check all aliases...
2010-09-01 Jim Grosbachtidy up trailing whitespace and an 80 column violation.
2010-09-01 Jim Grosbachcleanup per feedback. use a helper function for getting...
2010-09-01 Jim GrosbachThe register allocator shouldn't consider allocating...
2010-09-01 Jim GrosbachThe register allocator shouldn't consider allocating...
2010-09-01 Jim GrosbachThe register allocator shouldn't consider allocating...
2010-09-01 Jim Grosbachtidy up a few 80-column and trailing whitespace bits.
2010-09-01 Eric ChristopherSpeculatively revert 112699 and 112702, they seem to...
2010-09-01 Duncan SandsUse the SSAUpdator to turn calls to eh.exception that...
2010-08-31 Devang PatelUse absolute label for DW_AT_stmt_list if a target...
2010-08-31 Devang PatelReapply r112623. Included additional check for unused...
2010-08-31 Jakob Stoklund OlesenTrack liveness of unallocatable, unreserved registers...
2010-08-31 Jakob Stoklund OlesenIgnore unallocatable registers in RegAllocFast.
2010-08-31 Devang PatelRevert r112623. It is causing self host build failures.
2010-08-31 Devang PatelRemember byval argument's frame index during argument...
2010-08-31 Jim GrosbachImprove virtual frame base register allocation heuristics.
2010-08-31 Duncan SandsStop using the dom frontier in DwarfEHPrepare by not...
2010-08-31 Devang PatelOffset is not always unsigned number.
2010-08-31 Devang PatelSimplify.
2010-08-31 Bruno Cardoso Lopeszap unused method. x86 is the only user and already...
2010-08-31 Jakob Stoklund OlesenAdd experimental -disable-physical-join command line...
2010-08-30 Chris Lattnertwo changes:
2010-08-30 Bill WendlingRevert r112461. It was failing on PPC...
2010-08-30 Bill WendlingWhen adding a register, we should mark it as "def"...
2010-08-29 Chris Lattnerrevert 112457, it looks like it broke selfhost.
2010-08-29 Chris Lattnerrewrite DwarfEHPrepare to use SSAUpdater to promote...
2010-08-29 Chris Lattnerinline function into its only caller.
2010-08-28 Chris Lattnerremove unions from LLVM IR. They are severely buggy...
2010-08-28 Chris Lattnerremove dead proto
2010-08-28 Dan GohmanCompletely disable tail calls when fast-isel is enabled...
2010-08-28 Dan GohmanTrim a #include.
2010-08-27 Devang PatelSimplify.
2010-08-27 Bill WendlingRemove now unneeded command line flag that enables...
2010-08-26 Devang PatelRevert r112213. It is not needed.
2010-08-26 Jim GrosbachSimplify eliminateFrameIndex() interface back down...
2010-08-26 Devang PatelIf node is not available then use FuncInfo.ValueMap...
2010-08-26 Jim GrosbachRemove the now obsolete frame index virtual re-use...
2010-08-26 Devang PatelSpeculatively revert r112207.
2010-08-26 Devang Patel80 col.
2010-08-26 Devang PatelUpdate DanglingDebugInfo so that it can be used to...
2010-08-26 Devang PatelDonot forget to resolve dangling debug info in a case...
2010-08-26 Chris LattnerAdd a hackaround for PR7993 which is causing failures...
2010-08-26 Chris Lattnerimplement SplitVecOp_CONCAT_VECTORS, fixing the include...
2010-08-26 Chris Lattnerzap dead code.
2010-08-25 Chris Lattnerremove some llvmcontext arguments that are now dead...
2010-08-25 Chris LattnerChange handling of illegal vector types to widen when...
2010-08-25 Devang PatelFix comment.
2010-08-25 Devang PatelRemove dead argument.
2010-08-25 Jim GrosbachAdd some statistics for PEI register scavenging
2010-08-24 Chris Lattnersplit the vector case of getCopyFromParts out to its...
2010-08-24 Chris Lattnersplit the vector case out of getCopyToParts into its...
2010-08-24 Chris Lattnertidy up, reduce indentation
2010-08-24 Jim GrosbachAdd ARM heuristic for when to allocate a virtual base...
2010-08-24 Jim GrosbachMove enabling the local stack allocation pass into...
2010-08-24 Devang PatelRevert r107202. It is not adding any value.
2010-08-23 Jim GrosbachRemove the MFI storage of the local allocation block...
2010-08-23 Jim GrosbachBetter handling of local offsets for downwards growing...
2010-08-23 Devang PatelHandle qualified constants that are directly folded...
2010-08-23 Owen AndersonNow that PassInfo and Pass::ID have been separated...
2010-08-23 Chandler CarruthFix some GCC warnings by providing a virtual destructor...
2010-08-21 Eli FriedmanDelete dead comment.
2010-08-20 Bill WendlingCreate the new linker type "linker_private_weak_def_auto".
2010-08-20 Jim GrosbachDownwards growing stack allocation order reverses relat...
2010-08-20 Jim GrosbachAdd more dbg output
2010-08-20 Jim Grosbachproperly check for whether base regs were inserted
2010-08-19 Bob WilsonIf the target says that an extending load is not legal...
2010-08-19 Jim GrosbachBetter handling of offsets on frame index references...
2010-08-19 Evan ChengUpdate debug logs.
2010-08-19 Evan ChengProperly update MachineDominators when splitting critic...
next