aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-06-01Provide move semantics for (Small)BitVector.Benjamin Kramer
2012-06-01PR1255: case ranges.Stepan Dyatkovskiy
2012-06-01Remove noisy semicolons.Benjamin Kramer
2012-06-01PR1255: case ranges.Stepan Dyatkovskiy
2012-06-01Add support for enum forward declarations.Eric Christopher
2012-05-31IntrusiveRefCntPtr: Simplify operator= as suggested by Richard Smith.Benjamin Kramer
2012-05-31X86: replace SUB with CMP if possibleManman Ren
2012-05-31Add a PrintRegUnit helper similar to PrintReg.Jakob Stoklund Olesen
2012-05-31Emit register unit root tables.Jakob Stoklund Olesen
2012-05-31Add intrinsic for pclmulqdq instruction.Craig Topper
2012-05-30Teach SCEV's icmp simplification logic that a-b == 0 is equivalent to a == b.Benjamin Kramer
2012-05-30Add MCRegisterInfo::RegListIterator.Jakob Stoklund Olesen
2012-05-30Mark insertq/extrq intrinsic readnone.Benjamin Kramer
2012-05-30Add an insertPass API to TargetPassConfig. <rdar://problem/11498613>Bob Wilson
2012-05-30Make DiffListIterator public to unbreak the gcc buildbots.Jakob Stoklund Olesen
2012-05-29Use MCRegUnitIterator to compute regsOverlap().Jakob Stoklund Olesen
2012-05-29Emit register unit lists for each register.Jakob Stoklund Olesen
2012-05-29DenseMap's move assignment operator needs to return *thisDouglas Gregor
2012-05-29Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...Benjamin Kramer
2012-05-29ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...Stepan Dyatkovskiy
2012-05-28Add llvm.fabs intrinsic.Peter Collingbourne
2012-05-28PR12696: Attribute bits above 1<<30 are not encoded in bitcodeMeador Inge
2012-05-28PR1255: Case RangesStepan Dyatkovskiy
2012-05-28SwitchInst: Due to bad readability case iterators definition was moved to the...Stepan Dyatkovskiy
2012-05-28switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.Chris Lattner
2012-05-28add some helper methods to make the type more uniform.Chris Lattner
2012-05-27rdar://11542750 - llvm.trap should be marked no return.Chris Lattner
2012-05-27DenseMap: Use an early exit when there is nothing to do in DestroyAll().Benjamin Kramer
2012-05-27IntrusiveRefCntPtr: Use the same pattern as the other operator= overloads whe...Benjamin Kramer
2012-05-27generalize this to allow any argument.Chris Lattner
2012-05-27move some code around so that Verifier.cpp can get access to the intrinsic in...Chris Lattner
2012-05-27DenseMap: Provide a move ctor and move semantics for operator[] and FindAndCo...Benjamin Kramer
2012-05-27DenseMap: Factor destruction into a common helper method.Benjamin Kramer
2012-05-27Move-enable IntrusiveRefCntPtr.Benjamin Kramer
2012-05-26Add support for branch weight metadata to MDBuilder and use it in various pla...Benjamin Kramer
2012-05-25Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski
2012-05-25Compress MCRegisterInfo register name tables.Jakob Stoklund Olesen
2012-05-25Simplify code for calling a function where CanLowerReturn fails, fixing a sma...Eli Friedman
2012-05-24Don't put TGParser scratch results in the output.Jakob Stoklund Olesen
2012-05-24misched: Added ScoreboardHazardRecognizer.Andrew Trick
2012-05-24Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski
2012-05-24Teach tblgen's set theory "sequence" operator to support an optional stride o...Owen Anderson
2012-05-23revert r156383: removal of TYPE_CODE_FUNCTION_OLDNuno Lopes
2012-05-23Add support for C++11 enum classes in llvm.Eric Christopher
2012-05-22add a new pass to instrument loads and stores for run-time bounds checkingNuno Lopes
2012-05-22revert my previous patches that introduced an additional parameter to the obj...Nuno Lopes
2012-05-22fix the quotient returned by sdivrem() for the case when LHS is negative and ...Nuno Lopes
2012-05-21Added address space qualifier to intrinsic PointerType arguments.Pete Cooper
2012-05-21PR1255 (case ranges: work with ConstantRangesSet instead of ConstantInt) rela...Stepan Dyatkovskiy
2012-05-21Give a small negative bias to giant edge bundles.Jakob Stoklund Olesen