summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix bugs section.release_22Tanya Lattner2008-02-121-46/+47
* Merge release notes from mainline.Tanya Lattner2008-02-121-179/+249
* release tag.Tanya Lattner2008-02-121-0/+1
* Merge from mainline.Tanya Lattner2008-02-041-2/+0
* Merge from mainline.Tanya Lattner2008-02-043-9/+9
* Merge from mainline.Tanya Lattner2008-01-231-0/+3
* Merge from mainline.Tanya Lattner2008-01-221-1/+1
* Merge from mainline.Tanya Lattner2008-01-211-1/+1
* Merge from mainline.Tanya Lattner2008-01-211-8/+8
* Merge from mainline.Tanya Lattner2008-01-211-3/+12
* Merge from mainline.Tanya Lattner2008-01-211-1/+3
* UnXFAIL this test.Tanya Lattner2008-01-181-3/+0
* Merge from mainline.Tanya Lattner2008-01-181-3/+2
* Merge from mainline.Tanya Lattner2008-01-182-4/+4
* Update for current year.Tanya Lattner2008-01-173-6/+6
* Set version to 2.2Tanya Lattner2008-01-172-1016/+3283
* Creating 2.2 release branchTanya Lattner2008-01-170-0/+0
* DAE bug fix. Don't lose parameter attributes on vararg arguments.Evan Cheng2008-01-171-5/+9
* Enable CBEDevang Patel2008-01-171-1/+1
* When a live virtual register is being clobbered by an implicit def, it is spi...Evan Cheng2008-01-172-2/+55
* Fix arg promotion to propagate the correct attrs on the calls toChris Lattner2008-01-172-14/+50
* Replace std::vector<bool> with BitVector.Evan Cheng2008-01-171-4/+8
* Fixes a nasty dag combiner bug that causes a bunch of tests to fail at -O0.Evan Cheng2008-01-162-6/+74
* Trampoline support for x86-64. This looks likeDuncan Sands2008-01-162-7/+70
* Handle attribute(used) global variables that are i8.Chris Lattner2008-01-161-14/+13
* Do not mark EH tables no-dead-strip unless theDale Johannesen2008-01-163-13/+50
* add testcase for regressionChris Lattner2008-01-161-0/+9
* Fix a ppc long double regression I introduced yesterday due to aChris Lattner2008-01-161-0/+1
* merge a few pieces of code that do the store/load to stack Chris Lattner2008-01-161-30/+12
* rename ExpandBIT_CONVERT to EmitStackConvert, generalizing Chris Lattner2008-01-161-15/+37
* simplify a bunch of code by using SelectionDAG::CreateStackTemporary Chris Lattner2008-01-161-28/+6
* Change legalizeop of FP_ROUND and FP_EXTEND to not fall throughChris Lattner2008-01-161-32/+55
* make sure to use a cpu that has sse.Chris Lattner2008-01-161-1/+1
* make it more clear that this predicate only applies to scalar FP types.Chris Lattner2008-01-162-10/+10
* introduce a isTypeInSSEReg predicate, which allows us to simplifyChris Lattner2008-01-162-21/+18
* My previous commit had an incomplete message, it should have been:Chris Lattner2008-01-162-1/+13
* make the 'fp return in ST(0)' optimization smart enough to Chris Lattner2008-01-161-1/+1
* various whitespace cleanups, no functionality change.Chris Lattner2008-01-161-7/+7
* Factor the ReachesChainWithoutSideEffects out of dag combiner into Chris Lattner2008-01-163-28/+40
* Do not strip llvm.used values.Devang Patel2008-01-163-3/+43
* Changed ImmutableMap::find to return an iterator instead of a pointerTed Kremenek2008-01-151-10/+11
* - Introduces versioning macro LLVM_LTO_VERSIONDevang Patel2008-01-152-18/+75
* Commit a piece that I missed before, patch by Alain FrischChris Lattner2008-01-151-13/+19
* Missed file from previous checkin.Dale Johannesen2008-01-151-0/+1
* Fix and enable EH for x86-64 Darwin. AddsDale Johannesen2008-01-155-13/+33
* Move some calls to getVRegDef higher in the callgraph, so they don't get exec...Owen Anderson2008-01-152-13/+15
* improve compatibility with mingw, patch by Alain FrischChris Lattner2008-01-152-1/+9
* add a test to ensure that argpromote of one argument doesn't Chris Lattner2008-01-151-0/+26
* Add description of 'llvm.trap' intrinsic. Also, minor fixes in formatting. Anton Korobeynikov2008-01-151-5/+39
* verify x86 generates ud2 for llvm.trapChris Lattner2008-01-151-0/+9