summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Add a check if the initial value of the induction variable is 0 (the method c...Wojciech Matyjewicz2008-02-09
* Change ConstantSDNode to store an APInt instead of a uint64_t, andDan Gohman2008-02-08
* Add an isSignedIntN, like isIntN but for signed integer values instead ofDan Gohman2008-02-08
* It's not always safe to fold movsd into xorpd, etc. Check the alignment of th...Evan Cheng2008-02-08
* Constified operator<< in APSInt.Ted Kremenek2008-02-08
* Avoid needlessly casting away const qualifiers.Dan Gohman2008-02-08
* Follow Chris' suggestion; change the PseudoSourceValue accessorsDan Gohman2008-02-07
* Add support to FoldingSet for hashing APInt objects.Dan Gohman2008-02-06
* Re-apply the memory operand changes, with a fix for the staticDan Gohman2008-02-06
* Don't dereference an invalid pointer if string is empty.Anton Korobeynikov2008-02-05
* Implement sseregparm.Dale Johannesen2008-02-05
* Added FoldingSet profiling support to ImmutableSet.Ted Kremenek2008-02-05
* Changed profiling method for ImmutableMap to once again just use itsTed Kremenek2008-02-05
* Missed one.Dale Johannesen2008-02-05
* Unbreak teh build.Evan Cheng2008-02-05
* Do not unconditionally redefine vec_ext_v16qi andDale Johannesen2008-02-04
* Typo.Evan Cheng2008-02-04
* Modified 'Profile' method of ImmutableMap to use the 'Profile' methodTed Kremenek2008-02-04
* Modified node creation of ImutAVLTree to do a hash lookup for an existingTed Kremenek2008-02-04
* Added "bucket_iterators" to FoldingSet. Bucket iterators allow iterationTed Kremenek2008-02-04
* constified operator~().Ted Kremenek2008-02-04
* SSE 4.1 Intrinsics and detectionNate Begeman2008-02-03
* Change the 'global modification' APIs in SelectionDAG to take a newChris Lattner2008-02-03
* SDIsel processes llvm.dbg.declare by recording the variable debug information...Evan Cheng2008-02-02
* Fixing a bug creating floating point constants of type otherGordon Henriksen2008-02-02
* Frame index can be negative.Evan Cheng2008-02-02
* Remove the nasty LABEL hack with a much less evil one. Now llvm.dbg.func.star...Evan Cheng2008-02-01
* Rename RecordLabel to RecordSourceLine because that's what it is doing.Evan Cheng2008-02-01
* Add convenient std::string helpers to StringMap. Patch by Mikhail Glushenkov!Anton Korobeynikov2008-01-31
* Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c...Evan Cheng2008-01-31
* Reapply the patch with fix.Anton Korobeynikov2008-01-31
* revert anton's recent stringmap patch, which breaks clang.Chris Lattner2008-01-31
* Make StringMap to be more STL'ish. Patch by Mikhail Glushenkov!Anton Korobeynikov2008-01-31
* Whitespace cleanupAnton Korobeynikov2008-01-31
* Add an extra operand to LABEL nodes which distinguishes between debug, EH, or...Evan Cheng2008-01-31
* MRegisterInfo::getLocation() is a really bad idea. Its function is to calcula...Evan Cheng2008-01-31
* Avoid unnecessarily casting away const, fixing a FIXME.Dan Gohman2008-01-31
* Fix a typo in a comment.Dan Gohman2008-01-31
* Rename ISD::FLT_ROUNDS to ISD::FLT_ROUNDS_ to avoid conflictingDan Gohman2008-01-31
* Create a new class, MemOperand, for describing memory referencesDan Gohman2008-01-31
* A semi-gross fix for a debug info issue. When inserting the "function start" ...Evan Cheng2008-01-30
* Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a prope...Evan Cheng2008-01-30
* Add a new PseudoSourceValue class, which will be used to help trackDan Gohman2008-01-30
* Factor the addressing mode and the load/store VT out of LoadSDNodeDan Gohman2008-01-30
* Altered ctor for APSInt to accept an optional "isUnsigned" flag. DefaultTed Kremenek2008-01-29
* Add comments describing what the loop depth values mean. Also, make aDan Gohman2008-01-29
* Fix a typo in a comment.Dan Gohman2008-01-29
* Add explicit keywords.Dan Gohman2008-01-29
* Use getPreferredAlignmentLog or getPreferredAlignmentDuncan Sands2008-01-29
* Handle 'X' constraint in asm's better.Dale Johannesen2008-01-29