Clear PhysRegPartUse for the sub register as well.
[oota-llvm.git] / include /
2008-02-21 Andrew LenharthBetter names as per Evan's request
2008-02-21 Andrew LenharthAtomic op support. If any gcc test uses __sync builtin...
2008-02-20 Anton KorobeynikovAdd convenient helper to get suffix of the file
2008-02-20 Dan GohmanRemove inline keywords from in-class function definitio...
2008-02-20 Devang Patelgetresult type is the type of indexed aggregate element
2008-02-20 Devang PatelSpecify GetResultInst index as an unsigned.
2008-02-20 Devang PatelFix typo. Add const version of getAggregateValue()...
2008-02-20 Dan GohmanAdd explicit keywords.
2008-02-20 Dan GohmanAdd an intersects method to APInt, to capture a common...
2008-02-20 Anton KorobeynikovAdd 'sink' cmdline option. Patch by Mikhail Glushenkov!
2008-02-20 Anton KorobeynikovFix newly-introduced 4.3 warnings
2008-02-20 Anton KorobeynikovAnd final pack of warnings silencing
2008-02-20 Anton KorobeynikovUpdate gcc 4.3 warnings fix patch with recent head...
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-02-20 Bill WendlingFixed typo.
2008-02-20 Bill WendlingMore constification of things. More comments added...
2008-02-20 Nick LewyckyAdd 'umax' similar to 'smax' SCEV. Closes PR2003.
2008-02-20 Dan GohmanAdd some comments to Intrinsic::getDeclaration to clari...
2008-02-19 Dale JohannesenAdd Alignment field to ParameterAttributes and
2008-02-19 Devang PatelAdd GetResultInst. First step for multiple return value...
2008-02-19 Dale JohannesenExpand ParameterAttributes to 32 bits (in preparation
2008-02-19 Chris Lattnerremove the LowerSelect pass. The last client was the...
2008-02-19 Chris Lattnerremove the lower packed pass. It can never work and...
2008-02-18 Evan Cheng- When DAG combiner is folding a bit convert into a...
2008-02-18 Duncan SandsSimplify caller updating using a CallSite, as
2008-02-18 Roman LevensteinNew helper function getMBBFromIndex() that given an...
2008-02-18 Owen AndersonAdd support for setting parameters to CallSite.
2008-02-17 Owen AndersonAdd a predicate to Argument to check for the StructRet...
2008-02-16 Andrew Lenharthllvm.memory.barrier, and impl for x86 and alpha
2008-02-16 Dan GohmanRename CountMemOperands to ComputeMemOperandsEnd to...
2008-02-15 Scott MichelMake tblgen a little smarter about constants smaller...
2008-02-15 Evan Cheng- Removing the infamous r2rMap_ and rep() method. Now...
2008-02-15 Evan ChengAdded CommuteChangesDestination(). This returns true...
2008-02-15 Dan GohmanChange MemOperand's size and offset to be 64-bit.
2008-02-14 Duncan SandsIn TargetLowering::LowerCallTo, don't assert that
2008-02-14 Nate BegemanChange how FP immediates are handled.
2008-02-14 Nate BegemanSupport a new type of MachineOperand, MO_FPImmediate...
2008-02-14 Nate BegemanNuke dead comment
2008-02-13 Dan GohmanFix a typo in a comment.
2008-02-13 Dan GohmanSimplify some logic in ComputeMaskedBits. And change...
2008-02-13 Dan GohmanRename APInt's isPositive to isNonNegative, to reflect...
2008-02-13 Dan GohmanAdd countTrailingOnes member functions to APInt.
2008-02-13 Dan GohmanFix a typo in a comment.
2008-02-13 Dan GohmanAdd count{Leading,Trailing}Ones_{32,64} functions with...
2008-02-13 Nicolas GeoffrayEnable exception handling int JIT
2008-02-13 Devang PatelRemove use of ltdl
2008-02-13 Evan ChengSimplify.
2008-02-13 Evan ChengInitial support for copy elimination by commuting its...
2008-02-13 Evan Cheng- Added removeValNo() to remove all live ranges of...
2008-02-13 Evan ChengAdded debugging routine dumpUses.
2008-02-13 Dan GohmanConvert SelectionDAG::ComputeMaskedBits to use APInt...
2008-02-12 Dan GohmanChange APInt::getBitsSet to accept a "half-open" range...
2008-02-12 Owen AndersonRe-apply the patch to improve the optimizations of...
2008-02-12 Dan GohmanAdd a doxygen comment for SrcValueSDNode, to make its...
2008-02-11 Dan GohmanCorrect the order of the arguments in the examples...
2008-02-11 Ted KremenekThe factories for ImutAVLTree/ImmutableSet/ImmutableMap...
2008-02-11 Dan GohmanFrom Chris' review: change MemOperandSDNode's construct...
2008-02-11 Ted KremenekAdded "Profile" method to APFloat for use with FoldingSet.
2008-02-11 Duncan SandsAdd arbitrary integer support to getRegisterType and
2008-02-11 Wojciech MatyjewiczFix PR1798 - an error in the evaluation of SCEVAddRecEx...
2008-02-11 Duncan SandsAdd a isBigEndian method to complement isLittleEndian.
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-02-09 Wojciech MatyjewiczAdd a check if the initial value of the induction varia...
2008-02-08 Dan GohmanChange ConstantSDNode to store an APInt instead of...
2008-02-08 Dan GohmanAdd an isSignedIntN, like isIntN but for signed integer...
2008-02-08 Evan ChengIt's not always safe to fold movsd into xorpd, etc...
2008-02-08 Ted KremenekConstified operator<< in APSInt.
2008-02-08 Dan GohmanAvoid needlessly casting away const qualifiers.
2008-02-07 Dan GohmanFollow Chris' suggestion; change the PseudoSourceValue...
2008-02-06 Dan GohmanAdd support to FoldingSet for hashing APInt objects.
2008-02-06 Dan GohmanRe-apply the memory operand changes, with a fix for...
2008-02-05 Anton KorobeynikovDon't dereference an invalid pointer if string is empty.
2008-02-05 Dale JohannesenImplement sseregparm.
2008-02-05 Ted KremenekAdded FoldingSet profiling support to ImmutableSet.
2008-02-05 Ted KremenekChanged profiling method for ImmutableMap to once again...
2008-02-05 Dale JohannesenMissed one.
2008-02-05 Evan ChengUnbreak teh build.
2008-02-04 Dale JohannesenDo not unconditionally redefine vec_ext_v16qi and
2008-02-04 Evan ChengTypo.
2008-02-04 Ted KremenekModified 'Profile' method of ImmutableMap to use the...
2008-02-04 Ted KremenekModified node creation of ImutAVLTree to do a hash...
2008-02-04 Ted KremenekAdded "bucket_iterators" to FoldingSet. Bucket iterato...
2008-02-04 Ted Kremenekconstified operator~().
2008-02-03 Nate BegemanSSE 4.1 Intrinsics and detection
2008-02-03 Chris LattnerChange the 'global modification' APIs in SelectionDAG...
2008-02-02 Evan ChengSDIsel processes llvm.dbg.declare by recording the...
2008-02-02 Gordon HenriksenFixing a bug creating floating point constants of type...
2008-02-02 Evan ChengFrame index can be negative.
2008-02-01 Evan ChengRemove the nasty LABEL hack with a much less evil one...
2008-02-01 Evan ChengRename RecordLabel to RecordSourceLine because that...
2008-01-31 Anton KorobeynikovAdd convenient std::string helpers to StringMap. Patch...
2008-01-31 Evan ChengRevert 46556 and 46585. Dan please fix the PseudoSource...
2008-01-31 Anton KorobeynikovReapply the patch with fix.
2008-01-31 Chris Lattnerrevert anton's recent stringmap patch, which breaks...
2008-01-31 Anton KorobeynikovMake StringMap to be more STL'ish. Patch by Mikhail...
2008-01-31 Anton KorobeynikovWhitespace cleanup
2008-01-31 Evan ChengAdd an extra operand to LABEL nodes which distinguishes...
2008-01-31 Evan ChengMRegisterInfo::getLocation() is a really bad idea....
2008-01-31 Dan GohmanAvoid unnecessarily casting away const, fixing a FIXME.
2008-01-31 Dan GohmanFix a typo in a comment.
next