aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Regenerate.Reid Spencer2007-07-312-954/+954
* fp2uint -> fptouiReid Spencer2007-07-311-8/+8
* After a discussion with Anton, it turns out that the InReg attribute is notReid Spencer2007-07-312-2/+2
* Bunch of tests to check loop passes.Devang Patel2007-07-319-0/+204
* Redo and generalize previously removed opt for pinsrw: (vextract (v4i32 bc (v...Evan Cheng2007-07-317-235/+264
* Loop unswitch preserves dom info.Devang Patel2007-07-311-18/+33
* Implement Simple Analysis interfaces - cloneBasicBlockAnalysis and deleteAnal...Devang Patel2007-07-311-0/+26
* Introduce Simple Analysis interface for loop passes.Devang Patel2007-07-312-0/+50
* Teach BasicAA about noalias function parameters. Passes all of DejaGNU and te...Christopher Lamb2007-07-312-1/+44
* Un-XFAIL these tests after r40622 fixed them.Christopher Lamb2007-07-312-2/+0
* Regenerate.Reid Spencer2007-07-312-954/+954
* Allow the INREG parameter attribute to be added to functions. This permits theReid Spencer2007-07-311-0/+1
* The InReg parameter attribute is valid on function results. The llvm-gcc-4.0Reid Spencer2007-07-311-2/+1
* This isn't safe when there are uses of load's chain result.Evan Cheng2007-07-311-11/+4
* Fix PR1581, patch by Timo SavolaChris Lattner2007-07-311-1/+1
* Regenerate (again).Reid Spencer2007-07-312-148/+146
* Don't include newlines in the whitespace before newline (WSNL) rule.Reid Spencer2007-07-311-2/+2
* Regenerate.Reid Spencer2007-07-315-4074/+5321
* For PR1553:Reid Spencer2007-07-313-0/+20
* If loop can be unswitched again, then do it yourself.Devang Patel2007-07-301-5/+19
* Add a comment: don't expect from external function resolver in interpreterAnton Korobeynikov2007-07-301-0/+5
* Avoid potential iterator invalidation problems.Owen Anderson2007-07-301-1/+4
* Remove dead code.Devang Patel2007-07-301-19/+13
* - Allow custom lowering for CTPOP, CTTZ, CTLZ.Scott Michel2007-07-301-2/+9
* LCSSA preserves dom info.Devang Patel2007-07-301-0/+8
* Loop Rotation pass preserves dominator tree and frontier.Devang Patel2007-07-301-0/+2
* LICM preserves scalar evolution and dom frontier.Devang Patel2007-07-301-0/+3
* Regenerate for __dso_handle, per Anton's request.Reid Spencer2007-07-301-25/+136
* Add detection of __dso_handle presence during configure. Use this information...Anton Korobeynikov2007-07-303-15/+26
* Fix a typo/thinko.Reid Spencer2007-07-301-1/+1
* Fix a bug in getCopyFromParts turned up in the testcase for PR1132.Dan Gohman2007-07-303-3/+49
* Use more caching when computing non-local dependence. This makes bzip2 notOwen Anderson2007-07-302-1/+5
* Fix a bug caused by indiscriminantly asking for the dominators of a predecessor.Owen Anderson2007-07-302-3/+278
* Use tabs more consistently in assembler pseudo-ops.Dan Gohman2007-07-302-5/+5
* Print a space between the comment character and the basic block name,Dan Gohman2007-07-301-1/+2
* Fix the comments for the 'fast' parameter in addPassesToEmitFile.Dan Gohman2007-07-301-4/+6
* Remove a FIXME comment that wasn't removed when the code it accompaniedDan Gohman2007-07-301-1/+0
* Fix the comment for getClosestTargetForJIT to reflect the fact thatDan Gohman2007-07-302-8/+6
* More explicit keywords.Dan Gohman2007-07-304-5/+5
* Fix pastos in comments for doFinalization functions.Dan Gohman2007-07-303-4/+4
* New test case.Evan Cheng2007-07-301-0/+8
* Vector fneg must be expanded into fsub -0.0, X.Evan Cheng2007-07-303-2/+21
* Add tests for generating noalias parameter attribute from __restrict qualifie...Christopher Lamb2007-07-293-0/+22
* Be explicit about which level of optimization is being asked for. The -O optionReid Spencer2007-07-291-2/+2
* Change the x86 backend to use extract_subreg for truncation operations. Passe...Christopher Lamb2007-07-296-113/+37
* Add register info needed to use subreg sets on X86.Christopher Lamb2007-07-281-2/+51
* Make this explictly signed. Fixes PR1571.Nick Lewycky2007-07-281-1/+1
* Add facility to dump pass manager structure Devang Patel2007-07-272-4/+13
* Trampoline codegen support for X86-32.Duncan Sands2007-07-275-12/+130
* Forget to add 'nest' to the list of parameterDuncan Sands2007-07-271-0/+3