aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* new testcaseChris Lattner2006-03-042-0/+27
* Add factoring of multiplications, e.g. turning A*A+A*B into A*(A+B).Chris Lattner2006-03-041-49/+186
* Add a noteChris Lattner2006-03-041-0/+17
* RegenerateChris Lattner2006-03-042-185/+185
* Don't use invalidated iterators!Chris Lattner2006-03-041-3/+3
* Add an entryEvan Cheng2006-03-041-0/+5
* Canonicalize (X+C1)*C2 -> X*C2+C1*C2Chris Lattner2006-03-041-0/+13
* new testcaseChris Lattner2006-03-041-0/+7
* MEMSET / MEMCPY lowering bugs: we can't issue a single WORD / DWORD version ofEvan Cheng2006-03-041-28/+83
* Keep Visual Studio happy.Jeff Cohen2006-03-042-25/+36
* Be more conservative with our symbolic alias analysis. In particular,Chris Lattner2006-03-041-6/+35
* new testcaseChris Lattner2006-03-041-0/+31
* add a noteChris Lattner2006-03-041-0/+15
* TypoEvan Cheng2006-03-041-2/+2
* New testcase, make sure nate doesn't vanishChris Lattner2006-03-041-0/+10
* Spec change: the size of a memset/memcpy/memmove is not required to be alignedChris Lattner2006-03-041-6/+5
* Added support for dwarf block data entries.Jim Laskey2006-03-031-49/+248
* Silence a warning.Chris Lattner2006-03-033-3/+3
* Add another test case for instruction scheduling.Evan Cheng2006-03-031-0/+10
* Unbreak autouprade of llvm.sqrt, simplify some code.Chris Lattner2006-03-031-38/+12
* Adding basic structure support.Jim Laskey2006-03-033-9/+53
* Add more vector NodeTypes: VSDIV, VUDIV, VAND, VOR, and VXOR.Evan Cheng2006-03-033-9/+22
* Number of NodeTypes now exceeds 128.Evan Cheng2006-03-032-3/+3
* SDOperand::isOperand should not be a forwarding. It must check *this against ...Evan Cheng2006-03-032-4/+10
* Added isOperand(N): true if this is an operand of NEvan Cheng2006-03-032-0/+14
* A bit more tweakingEvan Cheng2006-03-031-6/+24
* Fix pasteoChris Lattner2006-03-031-1/+1
* Fix VC++ compilation errors.Jeff Cohen2006-03-031-4/+4
* remove a bunch of long-dead testing codeChris Lattner2006-03-031-331/+1
* initial checkin of the intrinsic description fileChris Lattner2006-03-031-0/+188
* initial implementation of intrinsic parsingChris Lattner2006-03-034-0/+157
* Implemented -quiet feature for analyzeRobert Bocchino2006-03-031-30/+35
* Move #include "llvm/CodeGen/AsmPrinter.h" to top since it's the interface.Evan Cheng2006-03-031-1/+1
* remove out of date commentChris Lattner2006-03-031-2/+1
* update commentChris Lattner2006-03-031-1/+1
* Split the valuetypes out of Target.td into ValueTypes.tdChris Lattner2006-03-031-37/+1
* pass -Illvm/include to tblgenChris Lattner2006-03-031-2/+3
* Split this out of Target.tdChris Lattner2006-03-031-0/+45
* Add support for "-Ifoo" in addition to "-I foo"Chris Lattner2006-03-031-1/+1
* RegenerateChris Lattner2006-03-032-53/+61
* add support for multiple include directoriesChris Lattner2006-03-032-12/+16
* Change this to work with renamed intrinsics.Chris Lattner2006-03-031-1/+7
* Upgrade this to use the new intrinsic namesChris Lattner2006-03-031-2/+3
* Make this work with renamed intrinsics.Chris Lattner2006-03-031-26/+25
* updates for recent changesChris Lattner2006-03-031-2/+4
* mention some major changesChris Lattner2006-03-031-6/+23
* remove the read/write port/io intrinsics.Chris Lattner2006-03-0311-387/+12
* Remove these testcases. These intrinsics are going awayChris Lattner2006-03-032-42/+0
* Update the llvm.memset/memcpy/memmove intrinsics to reflect the recent splitChris Lattner2006-03-031-25/+32
* Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolvingChris Lattner2006-03-036-38/+55