aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/AutoUpgrade.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen2009-02-051-1/+1
* Reverting 63765. This broke the build of both clangDale Johannesen2009-02-041-1/+1
* New feature: add support for target intrinsics being defined in theNate Begeman2009-02-041-1/+1
* Large mechanical patch.Devang Patel2008-09-251-3/+3
* Added support for overloading intrinsics (atomics) based on pointersMon P Wang2008-07-301-6/+20
* Enable first-class aggregates support.Dan Gohman2008-07-231-28/+0
* Fix multiple-return-value-to-first-class-aggregates autoupgrade toDan Gohman2008-07-221-1/+4
* Added MemOperands to Atomic operations since Atomics touches memory.Mon P Wang2008-06-251-0/+24
* Auto-upgrade code for multiple-value return statements. This codeDan Gohman2008-06-171-0/+24
* Eliminate x86.sse2.punpckh.qdq and x86.sse2.punpckl.qdq.Evan Cheng2008-05-241-4/+12
* Eliminate x86.sse2.movs.d, x86.sse2.shuf.pd, x86.sse2.unpckh.pd, and x86.sse2...Evan Cheng2008-05-241-5/+43
* Autoupgrade x86.sse2.loadh.pd and x86.sse2.loadl.pd.Evan Cheng2008-05-241-19/+50
* API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...Gabor Greif2008-05-161-1/+1
* Add separate intrinsics for MMX / SSE shifts with i32 integer operands. This ...Evan Cheng2008-05-031-1/+1
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-7/+8
* Undo 48570. Correctly match mmx shift instructions with an immediate operand.Evan Cheng2008-03-211-2/+1
* Add intrinsics to match mmx shift builtin's with immediate operand.Evan Cheng2008-03-191-1/+2
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-121-10/+8
* Split ParameterAttributes.h, putting the complicatedDale Johannesen2008-02-221-1/+1
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-201-0/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Remove int_x86_sse2_movl_dq. It's replaced with a string compare.Evan Cheng2007-12-181-5/+3
* Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sureEvan Cheng2007-12-171-23/+68
* All MMX shift instructions took a <2 x i32> vector as the shift amount parame...Anders Carlsson2007-12-141-0/+68
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-031-1/+12
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-7/+4
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-041-0/+197
* Remove dead code.Reid Spencer2006-12-031-287/+0
* Changed to using LLVM streams.Bill Wendling2006-11-281-2/+2
* For PR950:Reid Spencer2006-11-271-4/+4
* Undo a patch that breaks llvm-as because the warning message is written toReid Spencer2006-05-301-1/+1
* Write the WARNING message to cout instead of cerr. Writing to cerr causesReid Spencer2006-05-301-1/+1
* Don't emit useless warning messages.Reid Spencer2006-04-121-2/+3
* Cast instruction not inserted into basic block.Jim Laskey2006-03-251-41/+5
* Add some more bulletproofing to auto upgrade of llvm.dbg intrinsics.Jim Laskey2006-03-231-13/+9
* Change the argument types of llvm.dbg intrinsics.Jim Laskey2006-03-231-23/+64
* Bugfix, unbreaking CodeGen/PowerPC/cttz.llChris Lattner2006-03-141-1/+1
* 1. Handle removal of all arguments for a morphed intrinsic.Jim Laskey2006-03-141-1/+4
* Handle the removal of the debug chain.Jim Laskey2006-03-131-47/+99
* autoupgrade memcpy/memmove/memset with signed counts.Chris Lattner2006-03-091-4/+12
* Unbreak autouprade of llvm.sqrt, simplify some code.Chris Lattner2006-03-031-38/+12
* Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolvingChris Lattner2006-03-021-133/+116
* Fix auto-upgrade of intrinsics to work properly with both assembly andReid Spencer2006-01-271-28/+98
* For PR411:Reid Spencer2006-01-231-7/+6
* Remove dead expression.Chris Lattner2006-01-201-1/+1
* Don't use invalidated use_iterator's. This fixes a crash compiling povrayChris Lattner2006-01-201-2/+2
* Don't forget about casting the result of an upgraded call to an intrinsicReid Spencer2006-01-191-1/+4
* Make get_suffix faster by using a switch on getTypeID rather than a seriesReid Spencer2006-01-191-12/+9
* Add a new interface function to AutoUpgrade for simultaneously upgradingReid Spencer2006-01-191-59/+150
* For PR411:Reid Spencer2006-01-161-0/+105