aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-05[tsan] fix compile-time falilure found while building Chromium with tsan (tsa...Kostya Serebryany
2012-07-05Remove ParentMap. You can just ask the domnode for its parent. No functionalityNick Lewycky
2012-07-04Make X86 call and return instructions non-variadic.Jakob Stoklund Olesen
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-04Ensure CopyToReg nodes are always glued to the call instruction.Jakob Stoklund Olesen
2012-07-04Make sure -print-machineinstrs applies to the first pass as well.Jakob Stoklund Olesen
2012-07-04Fix a bug in DebugInfo lib, extend a comment for one of the methodsAlexey Samsonov
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 early if-conversion support to X86.Jakob Stoklund Olesen
2012-07-04Add an experimental early if-conversion pass, off by default.Jakob Stoklund Olesen
2012-07-03PHINode::hasConstantValue(): return undef if the PHI is fully recursive.Nuno Lopes
2012-07-03Use the DebugInfo's 'print()' method to emit the comments.Bill Wendling
2012-07-03BoundsChecking: optimize out the check for offset < 0 if size is known to be...Nuno Lopes
2012-07-03fold PHI nodes in SizeOffsetEvaluator whenever possible.Nuno Lopes
2012-07-03improve PHINode::hasConstantValue() to detect recursive cases like %phi = phi...Nuno Lopes
2012-07-03Part of r159527. Splitted into series of patches and gone with fixed PR13256:Stepan Dyatkovskiy
2012-07-03Remove extra space.Craig Topper
2012-07-03Change i128mem/i256mem to f128mem/f256mem on some floating point vector instr...Craig Topper
2012-07-03MCContext.cpp: Fixup for my odd previous commit. No functional changes.NAKAMURA Takumi
2012-07-03Add aliases for pblendvb, blendvpd, and blendvps instructions with the implic...Craig Topper
2012-07-03MCContext::GetDwarfFile(): Make FileName parsing tolerant of DOSish pathsep w...NAKAMURA Takumi
2012-07-02 mips32 long long register inline asm constraint support.Jack Carter
2012-07-02Revert " mips32 long long register inline asm constraint support." asEric Christopher
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-02 mips32 long long register inline asm constraint support.Jack Carter
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-02Pass the correct ELFOSABI enumeration to the MipsELFObjectWriter constructorJack Carter
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-02Revert accidental checkin.Andrew Trick
2012-07-02GlobalOpt forgot to handle bitcast when analyzing globals. Found by inspection.Duncan Sands
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-02Do not attempt to use ROR for Thumb1.Bob Wilson
2012-07-02fix the regression I introduced in r159385 (it's necessary to update PHI node...Nuno Lopes
2012-07-02IntRange:Stepan Dyatkovskiy
2012-07-02[asan] small code simplificationKostya Serebryany