aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2012-07-07I'm introducing a new machine model to simultaneously allow simpleAndrew Trick
2012-07-06Whitespace.Chad Rosier
2012-07-06[fast-isel] Tell fast-isel to do nothing with the new donothing intrinsic.Chad Rosier
2012-07-06Fix PR13202 and a regtest.Alexey Samsonov
2012-07-06Add some comments suggested in code review.Jakob Stoklund Olesen
2012-07-05Optimize extendIntervalEndTo a tiny bit by saving one call through theChandler Carruth
2012-07-05Finish fixing the MachineOperand hashing, providing a nice modernChandler Carruth
2012-07-05All cases are covered, no need for a default. This deals with theDuncan Sands
2012-07-05The hash function for MI expressions, used by MachineCSE, is reallyChandler Carruth
2012-07-05Use the right kind of booleans: we were emitting 0/1 booleans, instead of 0/-1Duncan Sands
2012-07-05Remove ParentMap. You can just ask the domnode for its parent. No functionalityNick Lewycky
2012-07-04Allow trailing physreg RegisterSDNode operands on non-variadic instructions.Jakob Stoklund Olesen
2012-07-04Print SlotIndexes when available for -print-machineinstrs.Jakob Stoklund Olesen
2012-07-04Allow multiple terminators to read virtual registers.Jakob Stoklund Olesen
2012-07-04Make sure -print-machineinstrs applies to the first pass as well.Jakob Stoklund Olesen
2012-07-04Reverted r156659, due to probable performance regressions, DenseMap should be...Stepan Dyatkovskiy
2012-07-04Reduce some code duplication.Eric Christopher
2012-07-04Fix some ascii art in a comment to not have trailing backslashes (inspirationMatt Beaumont-Gay
2012-07-04Add an experimental early if-conversion pass, off by default.Jakob Stoklund Olesen
2012-07-03Part of r159527. Splitted into series of patches and gone with fixed PR13256:Stepan Dyatkovskiy
2012-07-02Revert "IntRange:" as it appears to be breaking self hosting.Eric Christopher
2012-07-02All glory to address sanitizer. ;]Chandler Carruth
2012-07-02Target option DisableJumpTables is a gross hack. Move it to TargetLowering in...Evan Cheng
2012-07-02misched: allow NULL InstrItineraries.Andrew Trick
2012-07-02Turn an assert into an error to make it a bit more friendly.Eric Christopher
2012-07-02Extend TargetPassConfig to allow running only a subset of the normal passes.Bob Wilson
2012-07-02Move assertion with TargetPassConfig's Initialized flag.Bob Wilson
2012-07-02Consistently use AnalysisID types in TargetPassConfig.Bob Wilson
2012-07-02Add all codegen passes to the PassManager via TargetPassConfig.Bob Wilson
2012-07-02Added assertion in getVRegDef of MachineRegisterInfo to make sure the virtualManman Ren
2012-07-02Reapply "Make NumMicroOps a variable in the subtarget's instruction itinerary."Andrew Trick
2012-07-02IntRange:Stepan Dyatkovskiy
2012-07-01Now that RegistersDefinedFromSameValue handles one instruction being anRafael Espindola
2012-06-30Handle implicit_defs in the register coalescer. I am still trying to produceRafael Espindola
2012-06-29Add SrcReg2 to analyzeCompare and optimizeCompareInstr to handle CompareManman Ren
2012-06-29Clear kill flags in InstrEmitter::EmitSubregNode().Jakob Stoklund Olesen
2012-06-29Check for extra kill flags on live-out virtual registers.Jakob Stoklund Olesen
2012-06-29Add getUniqueVRegDef to MachineRegisterInfo.Manman Ren
2012-06-29Cleanup in DwarfDebug - fix a typo and remove two unused functionsAlexey Samsonov
2012-06-29Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth
2012-06-29The DIBuilder class is just a wrapper around debug info creationBill Wendling
2012-06-29Revert "Make NumMicroOps a variable in the subtarget's instruction itinerary."Andrew Trick
2012-06-29misched: avoid scheduling instructions that can't be dispatched.Andrew Trick
2012-06-29misched: count micro-ops toward the issue limit.Andrew Trick
2012-06-29Make NumMicroOps a variable in the subtarget's instruction itinerary.Andrew Trick
2012-06-28add a new @llvm.donothing intrinsic that, well, does nothing, and teach CodeG...Nuno Lopes
2012-06-28'Promote' vector [su]int_to_fp should widen elements.Jim Grosbach
2012-06-28Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling
2012-06-26Allow targets to inject passes before the virtual register rewriter.Jakob Stoklund Olesen
2012-06-26Update a bunch of stale comments that dated from when this folled theChandler Carruth