aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Atomic op support. If any gcc test uses __sync builtins, it might start fail...Andrew Lenharth2008-02-218-7/+345
* Add support for matching mem operands. This fixes PR1133, patch byChris Lattner2008-02-211-1/+7
* Fix a (harmless) but where vregs were added to the used reg lists for Chris Lattner2008-02-211-9/+26
* Let invoke return aggregate value.Devang Patel2008-02-212-3/+4
* Let function call return aggregate.Devang Patel2008-02-212-7/+26
* Clean up some spilling code using MachineRegisterInfo.Evan Cheng2008-02-211-22/+51
* regenerate.Devang Patel2008-02-203-923/+989
* ParseDevang Patel2008-02-201-3/+37
* What if functions can return aggregate values ?Devang Patel2008-02-203-4/+9
* Regenerated files.Dale Johannesen2008-02-203-1156/+1178
* Support alignment within ParamAttrs in the I/O handling.Dale Johannesen2008-02-202-1/+2
* Poorly named option.Evan Cheng2008-02-202-3/+4
* Remove one of the fixmes that I put in there. From Evan:Bill Wendling2008-02-201-2/+3
* Add convenient helper to get suffix of the fileAnton Korobeynikov2008-02-201-1/+4
* getresult does not support nested aggregates.Devang Patel2008-02-201-3/+14
* Improve some comments explaining the "handle kills" stuff better.Bill Wendling2008-02-201-2/+4
* Verifier should use Assert1 instead of assert.Devang Patel2008-02-201-2/+2
* getresult type is the type of indexed aggregate elementDevang Patel2008-02-201-1/+1
* Regenerate.Devang Patel2008-02-203-327/+327
* Specify GetResultInst index as an unsigned.Devang Patel2008-02-202-11/+13
* Fix comment.Bill Wendling2008-02-201-2/+1
* assert is more effective reminder then FIXME tag for unimplemented features.Devang Patel2008-02-201-1/+1
* Use isValidOperands() to verify GetResultInst.Devang Patel2008-02-201-1/+2
* Temporarily backing out r47337. It breaks a number of CBE tests.Evan Cheng2008-02-201-5/+7
* LegalizeTypes support for scalarizing a vector storeDuncan Sands2008-02-204-8/+46
* Convert Legalize to use the APInt form of ComputeMaskedBits.Dan Gohman2008-02-202-14/+19
* Add explicit keywords.Dan Gohman2008-02-203-4/+4
* Convert DAGCombiner to use the APInt form of ComputeMaskedBits.Dan Gohman2008-02-201-12/+13
* Use APInt::intersects.Dan Gohman2008-02-201-4/+4
* Add 'sink' cmdline option. Patch by Mikhail Glushenkov!Anton Korobeynikov2008-02-201-6/+18
* RegenerateAnton Korobeynikov2008-02-202-305/+306
* Fix newly-introduced 4.3 warningsAnton Korobeynikov2008-02-2011-18/+24
* Get rid of hash_map. Use StringMap insteadAnton Korobeynikov2008-02-201-3/+3
* And final pack of warnings silencingAnton Korobeynikov2008-02-201-2/+5
* Make Transforms to be 4.3 warnings-cleanAnton Korobeynikov2008-02-209-39/+58
* Fix code styleAnton Korobeynikov2008-02-201-17/+15
* Remove bunch of gcc 4.3-related warnings from TargetAnton Korobeynikov2008-02-2013-24/+31
* Update gcc 4.3 warnings fix patch with recent head changesAnton Korobeynikov2008-02-2011-38/+58
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-2030-22/+62
* Added some comments and reformatted others. No functionality change.Bill Wendling2008-02-201-28/+43
* When performing return slot optimization, remember to inform memdep when we'r...Owen Anderson2008-02-201-0/+1
* Added memmove to interpreter external functions list. Patch by Daniel Dunbar.Evan Cheng2008-02-201-0/+9
* More constification of things. More comments added. No functionalityBill Wendling2008-02-201-44/+76
* Use getConstant for ConstantInts.Nick Lewycky2008-02-201-2/+2
* Add 'umax' similar to 'smax' SCEV. Closes PR2003.Nick Lewycky2008-02-202-45/+156
* Fix an incredibly subtle bug exposed by Ted's change to APInt profiling.Chris Lattner2008-02-201-1/+1
* No functionality change:Bill Wendling2008-02-201-31/+42
* Disable for now. This is pessimizing code.Evan Cheng2008-02-201-1/+1
* Add Alignment field to ParameterAttributes andDale Johannesen2008-02-191-1/+23
* Add hidden option -x86-fold-and-in-test to test the effect the test / and fol...Evan Cheng2008-02-192-1/+7