aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add VerifyNode, a place to put sanity checks onDuncan Sands2008-07-216-12/+54
* Use movaps instead of movups to spill 16-byte vector values when default alig...Evan Cheng2008-07-211-9/+19
* Revert r53812 -- premature. LegalizeTypes isn't actually on yet!Nick Lewycky2008-07-211-8/+22
* Switch on the use of arbitrary precision integers in scalar evolution. This willNick Lewycky2008-07-211-22/+8
* This header isn't necessary now.Wojciech Matyjewicz2008-07-201-2/+0
* Fix PR2088. Use modulo linear equation solver to compute loop iterationWojciech Matyjewicz2008-07-205-24/+102
* Updated VC++ projectsCedric Venet2008-07-201-0/+8
* Fix for first part of PR2562. Generate the "pinsrw" instruction for insertsBill Wendling2008-07-202-0/+17
* Pull r53795 from Gaz into mainline:Bill Wendling2008-07-201-14/+29
* Unbreak build: 'DarwinTargetAsmInfo' was already taken as PPC TAI flavour.Anton Korobeynikov2008-07-193-12/+14
* Make sure custom lowering for LegalizeTypesDuncan Sands2008-07-191-4/+10
* XFAIL this test.Nick Lewycky2008-07-191-0/+1
* While testing particular algorithms to compute loop iteration count the bruteWojciech Matyjewicz2008-07-195-7/+10
* Use chars, where possibleAnton Korobeynikov2008-07-191-25/+25
* Switch MIPS to new ELFTargetAsmInfo. Add few FIXMEs.Anton Korobeynikov2008-07-194-138/+114
* Fix a FIXME :)Anton Korobeynikov2008-07-192-6/+7
* Use generic ELFTargetAsmInfo and DarwinTargetAsmInfo for X86 codeAnton Korobeynikov2008-07-195-274/+32
* Add TargetAsmInfo stuff for all darwin-based targetsAnton Korobeynikov2008-07-192-0/+172
* Add TargetAsmInfo for all ELF-based targetsAnton Korobeynikov2008-07-192-0/+202
* Testcase for PR2549Anton Korobeynikov2008-07-191-0/+636
* Use aligned stack spills, where possible. This fixes PR2549.Anton Korobeynikov2008-07-191-19/+23
* Remove bogus assertion. This unbreaks mingw, where ConstantSDNodeAnton Korobeynikov2008-07-191-4/+0
* tentative definitions are default visibilityNick Kledzik2008-07-191-1/+1
* Fix a memory leak in LiveIntervalAnalysis.Evan Cheng2008-07-192-11/+13
* typo.Devang Patel2008-07-181-2/+2
* If all linker input files are native object files then lto-bugpoint is not us...Devang Patel2008-07-184-8/+48
* Start writing lto-bugpoint tool.Devang Patel2008-07-184-0/+140
* Softfloat support for FDIV. Patch by Duncan Sands2008-07-183-0/+20
* Eliminate unused variable.Duncan Sands2008-07-181-1/+1
* Supress a gcc-4.3 warning.Duncan Sands2008-07-181-1/+1
* Revert 53729, after waking up in the middle ofDuncan Sands2008-07-181-4/+3
* In the CBackend, use casts to force integer add, subtract, andDan Gohman2008-07-183-1/+42
* Fix a LocalSpiller leak. This fixes tramp3d-v4.Dan Gohman2008-07-181-0/+1
* Make PRE actually handle critical edges (by splitting them). Confirmed that ...Owen Anderson2008-07-181-3/+6
* Reapply r53735. My last patch fixed the failures Dan observed.Owen Anderson2008-07-181-52/+9
* Add some checks that got lost in the shuffle. This fixes 464.h264ref.Owen Anderson2008-07-181-0/+4
* Revert r53735. It broke SPEC 464.h264ref.Dan Gohman2008-07-181-9/+52
* verify limits-fndefn.c from the GCC testsuite before theChris Lattner2008-07-181-1/+1
* Re-introduce LeakDetector support for MachineInstrs and MachineBasicBlocks.Dan Gohman2008-07-175-7/+27
* When printing MemOperand nodes, only use print() forDan Gohman2008-07-171-3/+10
* Use MergeBlockIntoPredecessor to simplify some code.Owen Anderson2008-07-171-52/+9
* Subreg live interval valno may not have a corresponding def machineinstr sinc...Evan Cheng2008-07-172-1/+35
* Add nounwind.Evan Cheng2008-07-171-1/+1
* test commit accessDaniel Dunbar2008-07-171-0/+2
* Make MergeBlockIntoPredecessor more aggressive when the same successor appearsOwen Anderson2008-07-172-6/+25
* Enable PRE. My last batch of changes fixed the miscompile.Owen Anderson2008-07-171-1/+1
* Use a legal type for elements of the vector_shuffleDuncan Sands2008-07-171-3/+4
* Add a new function, ReplaceAllUsesOfValuesWith, which handles bulkDan Gohman2008-07-1721-310/+520
* Indentation.Evan Cheng2008-07-171-3/+3
* LegalizeTypes support for what seems to be theDuncan Sands2008-07-173-0/+36