aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* readme updatesNate Begeman2008-02-132-0/+20
* Add test for PR1996. (This is my first time adding a test for a Eli Friedman2008-02-131-0/+19
* Add testcase for recent legalizer changeNate Begeman2008-02-131-0/+8
* Support legalizing insert_vector_elt on targets where the elementNate Begeman2008-02-131-27/+40
* New tests.Evan Cheng2008-02-133-0/+71
* Initial support for copy elimination by commuting its definition MI.Evan Cheng2008-02-133-17/+257
* Make register scavenging happy by not using a reg (CR0) that isn't definedNate Begeman2008-02-131-1/+1
* - Added removeValNo() to remove all live ranges of a particular value#.Evan Cheng2008-02-132-16/+68
* commuteInstr() can now commute non-ssa machine instrs.Evan Cheng2008-02-133-0/+28
* Added debugging routine dumpUses.Evan Cheng2008-02-132-6/+18
* Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t.Dan Gohman2008-02-1313-132/+166
* __DATA not __DATA__ is the right segment name on darwin.Dale Johannesen2008-02-122-2/+2
* Remove some dead codeNate Begeman2008-02-121-7/+3
* SSE4.1 64b integer insert/extract pattern supportNate Begeman2008-02-124-41/+73
* Change APInt::getBitsSet to accept a "half-open" range, where theDan Gohman2008-02-121-7/+7
* Note that these instructions are for x86-32 linuxDuncan Sands2008-02-121-1/+1
* Add more spacing.Duncan Sands2008-02-121-25/+25
* Add instructions for building Ada and Fortran.Duncan Sands2008-02-121-12/+185
* Re-apply the patch to improve the optimizations of memcpy's, with severalOwen Anderson2008-02-124-3/+125
* Generalize getCopyFromParts and getCopyToParts toDuncan Sands2008-02-121-113/+215
* Revert r46916 PPCTargetAsmInfo.cpp.Evan Cheng2008-02-121-2/+2
* Only using x86-64 rip relative addressing in non-staic mode?Evan Cheng2008-02-121-4/+8
* Don't mask the isel bug.Evan Cheng2008-02-123-3/+3
* This test assumes no SSE4.1.Evan Cheng2008-02-121-1/+1
* Add a doxygen comment for SrcValueSDNode, to make its purposeDan Gohman2008-02-121-0/+8
* Remove dead code.Devang Patel2008-02-121-2/+0
* Now that ScalarEvolution::print writes to the correct stream, there is Wojciech Matyjewicz2008-02-127-7/+7
* Change negative grep into positive one in my yesterday's testcase.Wojciech Matyjewicz2008-02-121-1/+1
* Fix PR2002. Suppose n is the initial value for the induction Wojciech Matyjewicz2008-02-122-6/+20
* Fix for bug 1996: optimize out loads of undef. This code basically just Eli Friedman2008-02-121-1/+28
* Update comment.Evan Cheng2008-02-121-2/+2
* Unbreak various insert_vector_elt and extract_vector_elt tests in presence of...Evan Cheng2008-02-121-4/+4
* Test case for annotate builtin.Tanya Lattner2008-02-121-0/+7
* Fix some test cases.Evan Cheng2008-02-123-3/+3
* More violation fixes.Bill Wendling2008-02-121-5/+0
* Fix validation errors: di -> dt.Bill Wendling2008-02-121-27/+27
* Reformatting. Adding "doc_code" divisions for code examples. Updated someBill Wendling2008-02-121-119/+231
* rip out llvm 2.2 stuff in preparation for llvm 2.3Chris Lattner2008-02-121-260/+70
* heavily refactor this to have less duplication between BUILD_FOR_WEBSITE mod...Chris Lattner2008-02-121-40/+30
* remove unknown detailsChris Lattner2008-02-121-4/+2
* Add 2.2 release tag.Tanya Lattner2008-02-121-0/+1
* Stuff noticed while grepping codeNate Begeman2008-02-111-65/+7
* 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
* Added blurb for CellSPU progressScott Michel2008-02-111-2/+7
* Generalize the handling of call and return arguments,Duncan Sands2008-02-111-136/+85
* From Chris' review: use isa instead of explicitly using classof.Dan Gohman2008-02-111-1/+1
* From Chris' review: minor corrections in comments.Dan Gohman2008-02-111-2/+3
* From Chris' review: use cast instead of dyn_cast with an assert.Dan Gohman2008-02-111-8/+4
* From Chris' review: fix 80 column violationsDan Gohman2008-02-111-5/+10