aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* corrected some spellingsGabor Greif2008-02-101-3/+3
* Various updates from Sam Bishop:Chris Lattner2008-02-109-75/+87
* Fix scalarrepl to not 'miscompile' undefined code, part #2.Chris Lattner2008-02-101-1/+1
* xmm0 variable blendsNate Begeman2008-02-101-2/+27
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-10107-596/+614
* close an li tagChris Lattner2008-02-101-1/+1
* Add some Ada info and correct a few buglets.Duncan Sands2008-02-101-11/+60
* Add truncate and AssertZext result expansion.Duncan Sands2008-02-103-0/+33
* remove the in progress marker.Chris Lattner2008-02-101-2/+0
* validation fixesChris Lattner2008-02-101-1/+3
* final set of major updatesChris Lattner2008-02-101-54/+83
* Return "(c1 + c2)" instead of yet another ADD node (which made this aBill Wendling2008-02-101-1/+1
* more prose, some organization improvements.Chris Lattner2008-02-101-66/+88
* random notesChris Lattner2008-02-101-5/+32
* add anoteChris Lattner2008-02-101-0/+7
* Match GCC's behaviour for these sections.Nick Lewycky2008-02-101-2/+2
* memopv16i8 had wrong alignment requirement, would have broken pabsbNate Begeman2008-02-091-129/+193
* add some more notes, still not ready for review :)Chris Lattner2008-02-091-7/+30
* scoped_ptr.h was removed.Chris Lattner2008-02-092-24/+0
* explain that NumElements in alloca and malloc defaults to oneGabor Greif2008-02-091-9/+9
* Alignment of struct containing vectors depends onDale Johannesen2008-02-091-1/+1
* We should check that existing cast operation has the appropriate opcode befor...Wojciech Matyjewicz2008-02-091-19/+21
* Add a check if the initial value of the induction variable is 0 (the method c...Wojciech Matyjewicz2008-02-091-6/+10
* Remove unused hidden option.Evan Cheng2008-02-091-6/+1
* Skeleton of insert and extract matching, more to comeNate Begeman2008-02-091-2/+62
* Tablegen support for insert & extract element matchingNate Begeman2008-02-093-1/+38
* check that terminators only occur at the end of a block. This catches theChris Lattner2008-02-091-0/+5
* Change ConstantSDNode to store an APInt instead of a uint64_t, andDan Gohman2008-02-083-7/+20
* Fix PR 1995.Devang Patel2008-02-082-21/+65
* Forgot these files.Evan Cheng2008-02-083-4/+4
* Also print alignment.Evan Cheng2008-02-081-1/+1
* 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-0816-35/+204
* 64-bit (MMX) vectors do not need restrictive alignment.Dale Johannesen2008-02-081-6/+4
* Constified operator<< in APSInt.Ted Kremenek2008-02-081-2/+2
* Avoid needlessly casting away const qualifiers.Dan Gohman2008-02-084-8/+8
* Avoid needlessly casting away const qualifiers.Dan Gohman2008-02-082-3/+3
* Added missing entries in X86 load / store folding tables.Evan Cheng2008-02-082-0/+28
* Begin setting features for target based on target triple string.Devang Patel2008-02-071-2/+13
* Remove remnant of load folding in local register allocator. Patch by Holger S...Evan Cheng2008-02-071-7/+1
* Follow Chris' suggestion; change the PseudoSourceValue accessorsDan Gohman2008-02-076-44/+44
* Add SourceValue information for outgoing argument stores on x86.Dan Gohman2008-02-071-2/+4
* Don't abort if a MemOperand is missing a SourceValue; just print itDan Gohman2008-02-071-9/+13
* Fix a x86-64 codegen deficiency. Allow gv + offset when using rip addressing ...Evan Cheng2008-02-077-82/+76
* In some cases, e.g. ADD32ri, no transformation is made. Guide against it.Evan Cheng2008-02-071-0/+2
* Don't make up new directives. (".set_foobar")Nick Lewycky2008-02-071-1/+1
* Fix a typo in a comment.Dan Gohman2008-02-071-1/+1
* Add support to FoldingSet for hashing APInt objects.Dan Gohman2008-02-062-0/+6
* Re-apply the memory operand changes, with a fix for the staticDan Gohman2008-02-0621-157/+595
* It's PR1925, not PR1609.Evan Cheng2008-02-061-1/+1