aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* After early-lowering the FORMAL_ARGUMENTS node, delete it.Dan Gohman2008-07-211-0/+7
* Eliminate a compilation warning.Evan Cheng2008-07-211-0/+4
* Add titles to the various SelectionDAG viewGraph callsDan Gohman2008-07-216-54/+66
* Fix uses of underscore-capital names.Dan Gohman2008-07-211-2/+2
* Added initial support for small sections on Mips.Bruno Cardoso Lopes2008-07-217-29/+87
* Now that the MachineInstr leaks are fixed, enable leak checkingDan Gohman2008-07-211-0/+2
* Use better variable namesAnton Korobeynikov2008-07-211-3/+3
* Don't use larger alignment.Anton Korobeynikov2008-07-211-1/+1
* Add VerifyNode, a place to put sanity checks onDuncan Sands2008-07-215-12/+51
* 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-202-23/+72
* Fix for first part of PR2562. Generate the "pinsrw" instruction for insertsBill Wendling2008-07-201-0/+2
* 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
* Use chars, where possibleasl2008-07-191-25/+25
* Switch MIPS to new ELFTargetAsmInfo. Add few FIXMEs.asl2008-07-194-138/+114
* Fix a FIXME :)asl2008-07-192-6/+7
* Use generic ELFTargetAsmInfo and DarwinTargetAsmInfo for X86 codeasl2008-07-193-268/+26
* Add TargetAsmInfo stuff for all darwin-based targetsasl2008-07-191-0/+129
* Add TargetAsmInfo for all ELF-based targetsasl2008-07-191-0/+164
* Use aligned stack spills, where possible. This fixes PR2549.Anton Korobeynikov2008-07-191-19/+23
* Fix a memory leak in LiveIntervalAnalysis.Evan Cheng2008-07-192-11/+13
* Softfloat support for FDIV. Patch by Duncan Sands2008-07-182-0/+14
* 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-181-0/+28
* 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-174-6/+26
* 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-171-1/+1
* Make MergeBlockIntoPredecessor more aggressive when the same successor appearsOwen Anderson2008-07-171-5/+24
* 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-1715-246/+382
* LegalizeTypes support for what seems to be theDuncan Sands2008-07-172-0/+18
* Remove unnecessary readme entryNate Begeman2008-07-171-9/+0
* Turn LegalizeTypes back off again for the moment:Duncan Sands2008-07-171-6/+4
* Fix a typo in last commitNate Begeman2008-07-171-1/+1
* SSE codegen for vsetcc nodesNate Begeman2008-07-174-43/+206