aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Temporarily reverting:Bill Wendling2008-02-062-82/+1
* Fix a number of local register allocator issues: PR1609.Evan Cheng2008-02-062-14/+35
* some more notes.Chris Lattner2008-02-061-3/+9
* make it clear :)Chris Lattner2008-02-061-0/+3
* add a bunch of random notes and fix some issues noticed by Gabor.Chris Lattner2008-02-061-17/+50
* RegAllocaLocal still *requires* LiveVariables since it runs PHIElimination, f...Evan Cheng2008-02-061-1/+3
* a starter shell for 2.2 release notesChris Lattner2008-02-061-161/+34
* Throttle the non-local dependence analysis for basic blocks with more than 50...Tanya Lattner2008-02-061-7/+20
* Don't dereference an invalid pointer if string is empty.Anton Korobeynikov2008-02-051-4/+4
* Fix PR1975: dag isel emitter produces patterns that isel wrong flag result.Evan Cheng2008-02-053-8/+33
* Move to getCALLSEQ_END to ensure CALLSEQ_END node produces a flag. This is co...Evan Cheng2008-02-051-2/+7
* Make RenamePass faster by making the 'is this a new phi node'Chris Lattner2008-02-051-11/+11
* Implement sseregparm.Dale Johannesen2008-02-053-5/+23
* If a vr is already marked alive in a bb, then it has PHI uses that are visite...Evan Cheng2008-02-052-2/+70
* regenerateChris Lattner2008-02-051-6/+50
* Make the check for GCC version more robust, fix shared libraryChris Lattner2008-02-052-7/+6
* 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
* Ident mnemonics appropriatelyNate Begeman2008-02-051-4/+4
* dump the module *before* we delete it, not after.Chris Lattner2008-02-054-18/+19
* Fix a bug compiling PR1978 (perhaps not the only one though) whichChris Lattner2008-02-052-54/+38
* Fix an obscure read-after-free bug that Duncan found.Owen Anderson2008-02-051-10/+20
* Missed one.Dale Johannesen2008-02-051-3/+3
* This should also work on x86 now.Evan Cheng2008-02-051-2/+2
* 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-042-2/+2
* Dwarf requires variable entries to be in the source order. Right now, since w...Evan Cheng2008-02-0410-15/+7
* This method should be virtualNate Begeman2008-02-041-1/+1
* Eliminate some redundant code.Nate Begeman2008-02-041-7/+1
* Modified 'Profile' method of ImmutableMap to use the 'Profile' methodTed Kremenek2008-02-041-2/+2
* Do not set time out, lets assume assembler will do its job in reasonable amou...Devang Patel2008-02-041-1/+1
* 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-042-1/+69
* Set error message.Devang Patel2008-02-041-2/+4
* Crashes LegalizeTypes with "Do not know how toDuncan Sands2008-02-041-0/+22
* Crashes LegalizeTypes with "Do not know how to splitDuncan Sands2008-02-041-0/+14
* remove target triple to make this test more "generic"Chris Lattner2008-02-041-2/+0
* Fixed 80 col. violation.Ted Kremenek2008-02-041-2/+4
* constified operator~().Ted Kremenek2008-02-041-1/+1
* Crashed the new type legalizer. Not likely to catchDuncan Sands2008-02-041-0/+21
* I don't see how NodeUpdated can be called with aDuncan Sands2008-02-041-5/+10
* The rest of the SSE4.1 intrinsic patterns that are obvious to me. GettingNate Begeman2008-02-041-8/+45
* Some more SSE 4.1 intrinsic patterns.Nate Begeman2008-02-041-31/+94
* Make this test more aggressive, to cover recent improvements.Owen Anderson2008-02-041-1/+1
* Be more precise when eliminating pointers bue to memcpy's. This allows moreOwen Anderson2008-02-041-4/+10
* Allow GVN to hack on memcpy's, making them open to further optimization.Owen Anderson2008-02-042-0/+104
* Tag this test with the PR reference.Nick Lewycky2008-02-031-0/+1
* There are some cases where icmp(add) can be folded into a new icmp. Handle them.Nick Lewycky2008-02-032-0/+51
* Hack on vectors too.Nick Lewycky2008-02-031-1/+1