aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Remove use of ltdlDevang Patel2008-02-131-3/+0
* Simplify.Evan Cheng2008-02-131-8/+8
* Initial support for copy elimination by commuting its definition MI.Evan Cheng2008-02-131-0/+14
* - Added removeValNo() to remove all live ranges of a particular value#.Evan Cheng2008-02-131-9/+7
* Added debugging routine dumpUses.Evan Cheng2008-02-131-6/+10
* Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t.Dan Gohman2008-02-132-3/+9
* Change APInt::getBitsSet to accept a "half-open" range, where theDan Gohman2008-02-121-7/+7
* Re-apply the patch to improve the optimizations of memcpy's, with severalOwen Anderson2008-02-121-0/+5
* Add a doxygen comment for SrcValueSDNode, to make its purposeDan Gohman2008-02-121-0/+8
* Correct the order of the arguments in the examples in the commentsDan Gohman2008-02-111-3/+3
* The factories for ImutAVLTree/ImmutableSet/ImmutableMap now take an (optional)Ted Kremenek2008-02-112-6/+28
* From Chris' review: change MemOperandSDNode's constructor to pass itsDan Gohman2008-02-111-1/+1
* Added "Profile" method to APFloat for use with FoldingSet.Ted Kremenek2008-02-113-15/+24
* Add arbitrary integer support to getRegisterType andDuncan Sands2008-02-111-1/+11
* Fix PR1798 - an error in the evaluation of SCEVAddRecExpr at an Wojciech Matyjewicz2008-02-113-14/+14
* Add a isBigEndian method to complement isLittleEndian.Duncan Sands2008-02-111-0/+1
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-1013-49/+53
* Add a check if the initial value of the induction variable is 0 (the method c...Wojciech Matyjewicz2008-02-091-6/+10
* Change ConstantSDNode to store an APInt instead of a uint64_t, andDan Gohman2008-02-082-4/+10
* Add an isSignedIntN, like isIntN but for signed integer values instead ofDan Gohman2008-02-081-2/+13
* It's not always safe to fold movsd into xorpd, etc. Check the alignment of th...Evan Cheng2008-02-081-2/+4
* Constified operator<< in APSInt.Ted Kremenek2008-02-081-2/+2
* Avoid needlessly casting away const qualifiers.Dan Gohman2008-02-081-1/+1
* Follow Chris' suggestion; change the PseudoSourceValue accessorsDan Gohman2008-02-071-5/+5
* Add support to FoldingSet for hashing APInt objects.Dan Gohman2008-02-061-0/+2
* Re-apply the memory operand changes, with a fix for the staticDan Gohman2008-02-068-13/+222
* Don't dereference an invalid pointer if string is empty.Anton Korobeynikov2008-02-051-4/+4
* Implement sseregparm.Dale Johannesen2008-02-051-1/+5
* Added FoldingSet profiling support to ImmutableSet.Ted Kremenek2008-02-051-1/+14
* Changed profiling method for ImmutableMap to once again just use itsTed Kremenek2008-02-052-26/+29
* Missed one.Dale Johannesen2008-02-051-3/+3
* Unbreak teh build.Evan Cheng2008-02-051-0/+6
* Do not unconditionally redefine vec_ext_v16qi andDale Johannesen2008-02-041-2/+2
* Typo.Evan Cheng2008-02-041-1/+1
* Modified 'Profile' method of ImmutableMap to use the 'Profile' methodTed Kremenek2008-02-041-2/+2
* Modified node creation of ImutAVLTree to do a hash lookup for an existingTed Kremenek2008-02-041-77/+124
* Added "bucket_iterators" to FoldingSet. Bucket iterators allow iterationTed Kremenek2008-02-041-0/+62
* constified operator~().Ted Kremenek2008-02-041-1/+1
* SSE 4.1 Intrinsics and detectionNate Begeman2008-02-031-0/+150
* Change the 'global modification' APIs in SelectionDAG to take a newChris Lattner2008-02-031-15/+23
* SDIsel processes llvm.dbg.declare by recording the variable debug information...Evan Cheng2008-02-025-4/+27
* Fixing a bug creating floating point constants of type otherGordon Henriksen2008-02-021-0/+1
* Frame index can be negative.Evan Cheng2008-02-021-1/+1
* Remove the nasty LABEL hack with a much less evil one. Now llvm.dbg.func.star...Evan Cheng2008-02-011-4/+5
* Rename RecordLabel to RecordSourceLine because that's what it is doing.Evan Cheng2008-02-011-2/+2
* Add convenient std::string helpers to StringMap. Patch by Mikhail Glushenkov!Anton Korobeynikov2008-01-311-4/+21
* Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c...Evan Cheng2008-01-318-226/+13
* Reapply the patch with fix.Anton Korobeynikov2008-01-311-7/+34
* revert anton's recent stringmap patch, which breaks clang.Chris Lattner2008-01-311-33/+6
* Make StringMap to be more STL'ish. Patch by Mikhail Glushenkov!Anton Korobeynikov2008-01-311-6/+33