- 38bf3bf Add a copysign node by Chris Lattner · 19 years ago
- a4929df add a note for something evan noticed by Chris Lattner · 19 years ago
- 220b0cf Make vector narrowing more effective, implementing by Chris Lattner · 19 years ago
- 00195e1 new testcase for vector narrowing. by Chris Lattner · 19 years ago
- 9f17be6 Implemented. by Chris Lattner · 19 years ago
- a1deca3 fold (mul (add x, c1), c2) -> (add (mul x, c2), c1*c2) by Chris Lattner · 19 years ago
- 88b48c3 new testcase by Chris Lattner · 19 years ago
- 2cfdd28 Fix a crash compiling Obsequi by Chris Lattner · 19 years ago
- 9e14cd3 new testcase by Chris Lattner · 19 years ago
- e5022fe Add factoring of multiplications, e.g. turning A*A+A*B into A*(A+B). by Chris Lattner · 19 years ago
- ad01993 Add a note by Chris Lattner · 19 years ago
- c2c6038 Regenerate by Chris Lattner · 19 years ago
- 7d5c1e1 Don't use invalidated iterators! by Chris Lattner · 19 years ago
- f42f516 Add an entry by Evan Cheng · 19 years ago
- ab51f3f Canonicalize (X+C1)*C2 -> X*C2+C1*C2 by Chris Lattner · 19 years ago
- 5128d23 new testcase by Chris Lattner · 19 years ago
- 62bec2c MEMSET / MEMCPY lowering bugs: we can't issue a single WORD / DWORD version of by Evan Cheng · 19 years ago
- 973e0ef Keep Visual Studio happy. by Jeff Cohen · 19 years ago
- 5a3cf8d Be more conservative with our symbolic alias analysis. In particular, by Chris Lattner · 19 years ago
- 4298365 new testcase by Chris Lattner · 19 years ago
- b27b69f add a note by Chris Lattner · 19 years ago
- 8df346b Typo by Evan Cheng · 19 years ago
- 4d94517 New testcase, make sure nate doesn't vanish by Chris Lattner · 19 years ago
- f0afc2c Spec change: the size of a memset/memcpy/memmove is not required to be aligned by Chris Lattner · 19 years ago
- b80af6f Added support for dwarf block data entries. by Jim Laskey · 19 years ago
- 56879b2 Silence a warning. by Chris Lattner · 19 years ago
- e5d5595 Add another test case for instruction scheduling. by Evan Cheng · 19 years ago
- 329b951 Unbreak autouprade of llvm.sqrt, simplify some code. by Chris Lattner · 19 years ago
- f01e547 Adding basic structure support. by Jim Laskey · 19 years ago
- 3e1ce5a Add more vector NodeTypes: VSDIV, VUDIV, VAND, VOR, and VXOR. by Evan Cheng · 19 years ago
- 33143dc Number of NodeTypes now exceeds 128. by Evan Cheng · 19 years ago
- bfa284f SDOperand::isOperand should not be a forwarding. It must check *this against N's operands. by Evan Cheng · 19 years ago
- 80d8eaa Added isOperand(N): true if this is an operand of N by Evan Cheng · 19 years ago
- fb43331 A bit more tweaking by Evan Cheng · 19 years ago
- b672d98 Fix pasteo by Chris Lattner · 19 years ago
- d845254 Fix VC++ compilation errors. by Jeff Cohen · 19 years ago
- 3b23972 remove a bunch of long-dead testing code by Chris Lattner · 19 years ago
- b253400 initial checkin of the intrinsic description file by Chris Lattner · 19 years ago
- 9e493cf initial implementation of intrinsic parsing by Chris Lattner · 19 years ago
- 86d064d Implemented -quiet feature for analyze by Robert Bocchino · 19 years ago
- 932f022 Move #include "llvm/CodeGen/AsmPrinter.h" to top since it's the interface. by Evan Cheng · 19 years ago
- 3d87811 remove out of date comment by Chris Lattner · 19 years ago
- 378fdf2 update comment by Chris Lattner · 19 years ago
- a8309ae Split the valuetypes out of Target.td into ValueTypes.td by Chris Lattner · 19 years ago
- cb3fc53 pass -Illvm/include to tblgen by Chris Lattner · 19 years ago
- c1323fa Split this out of Target.td by Chris Lattner · 19 years ago
- ed54241 Add support for "-Ifoo" in addition to "-I foo" by Chris Lattner · 19 years ago
- c1d6e4e Regenerate by Chris Lattner · 19 years ago
- d9f5d90 add support for multiple include directories by Chris Lattner · 19 years ago
- 2195939 Change this to work with renamed intrinsics. by Chris Lattner · 19 years ago
- fb882ce Upgrade this to use the new intrinsic names by Chris Lattner · 19 years ago
- aecb062 Make this work with renamed intrinsics. by Chris Lattner · 19 years ago
- 01ac91e updates for recent changes by Chris Lattner · 19 years ago
- c5d658a mention some major changes by Chris Lattner · 19 years ago
- 41edaa0 remove the read/write port/io intrinsics. by Chris Lattner · 19 years ago
- 472c0eb Remove these testcases. These intrinsics are going away by Chris Lattner · 19 years ago
- 5b310c3 Update the llvm.memset/memcpy/memmove intrinsics to reflect the recent split by Chris Lattner · 19 years ago
- 03dd465 Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolving by Chris Lattner · 19 years ago
- bad0800 Simplify the autoupgrade interface by Chris Lattner · 19 years ago
- ffa987d Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolving by Chris Lattner · 19 years ago
- 14c2846 new testcases by Chris Lattner · 19 years ago
- 89188a1 add a note by Chris Lattner · 19 years ago
- d180ac1 Add a regression test for bug 478. by Evan Cheng · 19 years ago
- 86ec7d1 - Fixed some priority calculation bugs that were causing bug 478. Among them: by Evan Cheng · 19 years ago
- db3f873 Generalize the REM folding code to handle another case Nick Lewycky by Chris Lattner · 19 years ago
- f4eec62 add a couple more cases by Chris Lattner · 19 years ago
- a1b2a9b Fix a compilation error with GCC 4.1. Thanks to Vladimir Merzliakov for by Chris Lattner · 19 years ago
- 6a3eb01 Support for enumerations. by Jim Laskey · 19 years ago
- 5df5940 testcase that crashed the new CFE by Chris Lattner · 19 years ago
- 246ae0d Don't print llvm constant in assmebly file. Assembler won't like comments that by Evan Cheng · 19 years ago
- a4ffcc2 Back out my last check-in. Wrong place to fix it. by Evan Cheng · 19 years ago
- 7cfdd01 AsmWriter should not print LLVM constant in comment. Assembler won't like by Evan Cheng · 19 years ago
- 1ec05d1 Fix CodeGen/Generic/2006-03-01-dagcombineinfloop.ll, an infinite loop by Chris Lattner · 19 years ago
- 358d5af new testcase by Chris Lattner · 19 years ago
- 40486cc Remove extra comma from enum list. by Jim Laskey · 19 years ago
- abd19e8 Remove comma from enum list. by Jim Laskey · 19 years ago
- 9c4447a Switch back to using actual dwarf tags. Simplifies code without loss to other by Jim Laskey · 19 years ago
- b2742f4 Fix a typo evan noticed by Chris Lattner · 19 years ago
- 92ae740 Use context and not compile unit. by Jim Laskey · 19 years ago
- 288fe0f I guess I can handle large type sizes. by Jim Laskey · 19 years ago
- f8913f1 Basic array support. by Jim Laskey · 19 years ago
- 0f6ab6f Implement CodeGen/PowerPC/or-addressing-mode.ll, which is also PR668. by Chris Lattner · 19 years ago
- 2471403 load (x|y) -> load (x+y) iff x and y have no common bits. by Chris Lattner · 19 years ago
- 00d18f0 add a note by Chris Lattner · 19 years ago
- 5126984 Compile this: by Chris Lattner · 19 years ago
- c607fa8 new testcase. These functions shouldn't touch the stack if stfiwx use by Chris Lattner · 19 years ago
- 8c13d0a Use a target-specific dag-combine to implement CodeGen/PowerPC/fp-int-fp.ll. by Chris Lattner · 19 years ago
- 257bedb new testcase. There should be no accesses to the stack for these functions. by Chris Lattner · 19 years ago
- 2466472 Add support for target-specific dag combines by Chris Lattner · 19 years ago
- 00ffed0 Add interfaces for targets to provide target-specific dag combiner optimizations. by Chris Lattner · 19 years ago
- 5750df9 Add a new AddToWorkList method, start using it by Chris Lattner · 19 years ago
- 0b1a85f Pull shifts by a constant through multiplies (a form of reassociation), by Chris Lattner · 19 years ago
- cf6a9fb new testcase by Chris Lattner · 19 years ago
- d30bf01 Vector op lowering. by Evan Cheng · 19 years ago
- 9073dea New vector type v2f32. by Evan Cheng · 19 years ago
- 860771d Vector ops lowering. by Evan Cheng · 19 years ago
- f338dd8 New type v2f32. by Evan Cheng · 19 years ago
- bf57e1f Missing a cast previously. by Evan Cheng · 19 years ago
- 70695ab - Added v2f32, not used by any target currently. Only for testing purpose. by Evan Cheng · 19 years ago
- 1ab7d85 - Added VConstant as an abstract version of ConstantVec. by Evan Cheng · 19 years ago