aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Crashes LegalizeTypes with "Do not know how to splitDuncan Sands2008-02-041-0/+14
* remove target triple to make this test more "generic"Chris Lattner2008-02-041-2/+0
* Fixed 80 col. violation.Ted Kremenek2008-02-041-2/+4
* constified operator~().Ted Kremenek2008-02-041-1/+1
* Crashed the new type legalizer. Not likely to catchDuncan Sands2008-02-041-0/+21
* I don't see how NodeUpdated can be called with aDuncan Sands2008-02-041-5/+10
* The rest of the SSE4.1 intrinsic patterns that are obvious to me. GettingNate Begeman2008-02-041-8/+45
* Some more SSE 4.1 intrinsic patterns.Nate Begeman2008-02-041-31/+94
* Make this test more aggressive, to cover recent improvements.Owen Anderson2008-02-041-1/+1
* Be more precise when eliminating pointers bue to memcpy's. This allows moreOwen Anderson2008-02-041-4/+10
* Allow GVN to hack on memcpy's, making them open to further optimization.Owen Anderson2008-02-042-0/+104
* Tag this test with the PR reference.Nick Lewycky2008-02-031-0/+1
* There are some cases where icmp(add) can be folded into a new icmp. Handle them.Nick Lewycky2008-02-032-0/+51
* Hack on vectors too.Nick Lewycky2008-02-031-1/+1
* Fold away one multiply in instcombine. This would normally be caught inNick Lewycky2008-02-031-0/+24
* Fix typoChris Lattner2008-02-031-1/+1
* SSE 4.1 Intrinsics and detectionNate Begeman2008-02-037-1/+269
* handle the case where a node can become ready to processChris Lattner2008-02-032-3/+4
* Use the new infrastructure for listening to node updates to Chris Lattner2008-02-032-31/+34
* the world doesn't need my debugging code.Chris Lattner2008-02-031-1/+0
* Change the 'global modification' APIs in SelectionDAG to take a newChris Lattner2008-02-034-199/+267
* explicitly include Compiler.h instead of getting it from tblgen in the middle...Chris Lattner2008-02-034-0/+4
* Generalize the SDOperand->SDOperand form of Chris Lattner2008-02-031-17/+16
* don't do ReplaceUses on a result that doesn't exist.Chris Lattner2008-02-031-2/+4
* add a -view-legalize-types-dags option, for viewing the dags going into legal...Chris Lattner2008-02-031-0/+13
* Get rid of the annoying blank lines before labels.Evan Cheng2008-02-0211-14/+7
* Don't use uninitialized values. Fixes vec_align.ll on X86 Linux.Nick Lewycky2008-02-021-1/+1
* Unbreak ppc debug support.Evan Cheng2008-02-021-0/+3
* SDIsel processes llvm.dbg.declare by recording the variable debug information...Evan Cheng2008-02-0227-22/+137
* Add comment explaining what is lower level analysis pass.Devang Patel2008-02-021-0/+10
* Do not strip symbols when EH is ON.Devang Patel2008-02-021-1/+4
* Fixing a bug creating floating point constants of type otherGordon Henriksen2008-02-023-6/+35
* Frame index can be negative.Evan Cheng2008-02-024-4/+4
* CBackend: Implement unaligned load/store.Lauro Ramos Venancio2008-02-012-14/+50
* Don't drop function/call return attributes like 'nounwind'.Duncan Sands2008-02-012-0/+23
* Update llvm.dbg.func.start.Evan Cheng2008-02-011-4/+7
* Remove the nasty LABEL hack with a much less evil one. Now llvm.dbg.func.star...Evan Cheng2008-02-018-59/+29
* Rename RecordLabel to RecordSourceLine because that's what it is doing.Evan Cheng2008-02-013-6/+6
* Add convenient std::string helpers to StringMap. Patch by Mikhail Glushenkov!Anton Korobeynikov2008-01-311-4/+21
* Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c...Evan Cheng2008-01-3121-573/+155
* Chris' change to print an approximation to long doublesDale Johannesen2008-01-311-1/+2
* Reapply the patch with fix.Anton Korobeynikov2008-01-311-7/+34
* revert anton's recent stringmap patch, which breaks clang.Chris Lattner2008-01-311-33/+6
* Make StringMap to be more STL'ish. Patch by Mikhail Glushenkov!Anton Korobeynikov2008-01-311-6/+33
* Whitespace cleanupAnton Korobeynikov2008-01-311-53/+52
* Add a comment for a nasty short term hack.Evan Cheng2008-01-311-0/+4
* Add an extra operand to LABEL nodes which distinguishes between debug, EH, or...Evan Cheng2008-01-3115-38/+81
* Allow ComplexExpressions in InstrInfo.td files to be slightly more... complex...Christopher Lamb2008-01-314-7/+37
* Add more thorough error checking for NULL register classes.Christopher Lamb2008-01-311-1/+2
* Add x86 specific getFrameIndexOffset(). This fixes local variable debugging i...Evan Cheng2008-01-312-0/+15