index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
VMCore
/
AutoUpgrade.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Attributes Rewrite
Bill Wendling
2012-10-15
1
-1
/
+2
*
Fix a dangling StringRef bug in the auto upgrader. In one case, we reset
Chandler Carruth
2012-07-20
1
-2
/
+2
*
More replacing of target-dependent intrinsics with target-indepdent
Joel Jones
2012-07-18
1
-1
/
+11
*
This is one of the first steps at moving to replace target-dependent
Joel Jones
2012-07-13
1
-0
/
+25
*
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
1
-3
/
+3
*
Fix intrinsics for XOP frczss/sd instructions. These instructions only take o...
Craig Topper
2012-06-13
1
-1
/
+22
*
Add AutoUpgrade support for the SSE4 ptest intrinsics.
Nadav Rotem
2012-06-10
1
-6
/
+59
*
Replace XOP vpcom intrinsics with fewer intrinsics that take the immediate as...
Craig Topper
2012-06-09
1
-1
/
+47
*
Simplify the fma4 renaming code.
Craig Topper
2012-06-03
1
-71
/
+3
*
Autoupgrade support the rename of x86.fma4 intrinsics to x86.fma from r157898.
Craig Topper
2012-06-03
1
-0
/
+74
*
revert my previous patches that introduced an additional parameter to the obj...
Nuno Lopes
2012-05-22
1
-25
/
+1
*
change the objectsize intrinsic signature: add a 3rd parameter to denote the ...
Nuno Lopes
2012-05-09
1
-1
/
+25
*
Remove 256-bit AVX non-temporal store intrinsics. Similar was previously done...
Craig Topper
2012-05-08
1
-5
/
+33
*
Remove AVX vpermil intrinsics. I removed their uses from clang headers and bu...
Craig Topper
2012-04-18
1
-5
/
+38
*
Add auto upgrade support for x86 pcmpgt/pcmpeq intrinics removed in r149367.
Craig Topper
2012-02-03
1
-3
/
+40
*
Fix unused value warning for value used only in assert.
Nick Lewycky
2011-12-12
1
-5
/
+2
*
Don't rely in there being one argument before we've actually identified
Chandler Carruth
2011-12-12
1
-3
/
+4
*
Switch llvm.cttz and llvm.ctlz to accept a second i1 parameter which
Chandler Carruth
2011-12-12
1
-6
/
+33
*
Eli managed to kill off llvm.membarrier in llvm 3.0 also, this means
Chris Lattner
2011-11-27
1
-34
/
+8
*
The llvm.atomic intrinsics *were* removed in LLVM 3.0 (in r141333), remove the
Chris Lattner
2011-11-27
1
-68
/
+1
*
remove autoupgrade support for old forms of llvm.prefetch and the old
Chris Lattner
2011-11-27
1
-101
/
+1
*
remove autoupgrade support for really old-style debug info intrinsics.
Chris Lattner
2011-11-27
1
-42
/
+0
*
remove some old autoupgrade logic
Chris Lattner
2011-11-27
1
-80
/
+1
*
remove autoupgrade support for LLVM 2.9 exception stuff. Mainline supports
Chris Lattner
2011-11-27
1
-246
/
+0
*
Remove the old atomic instrinsics. autoupgrade functionality is included wit...
Eli Friedman
2011-10-06
1
-0
/
+91
*
Split the init.trampoline intrinsic, which currently combines GCC's
Duncan Sands
2011-09-06
1
-0
/
+46
*
The insertion point for the loads is right before the llvm.eh.exception
Bill Wendling
2011-09-04
1
-1
/
+1
*
Don't reload the values that are already there. The llvm.eh.resume uses the same
Bill Wendling
2011-09-03
1
-7
/
+4
*
No need to get fancy inserting a PHI node when the values are stored in stack
Bill Wendling
2011-09-02
1
-43
/
+15
*
Perform the upgrading of the old EH to the new EH in a more sane manner.
Bill Wendling
2011-09-02
1
-34
/
+113
*
Only delete instructions once.
Bill Wendling
2011-08-27
1
-5
/
+6
*
Initial check in that will auto-upgrade the old EH scheme to the new EH scheme.
Bill Wendling
2011-08-25
1
-0
/
+201
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-4
/
+4
*
Convert CallInst and InvokeInst APIs to use ArrayRef.
Jay Foad
2011-07-15
1
-1
/
+1
*
rework the remaining autoupgrade logic to use a StringRef instead of creating a
Chris Lattner
2011-06-18
1
-49
/
+34
*
rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is
Chris Lattner
2011-06-18
1
-1197
/
+23
*
Add one more argument to the prefetch intrinsic to indicate whether it's a data
Bruno Cardoso Lopes
2011-06-14
1
-0
/
+47
*
CRC32 intrinsics were renamed at revision 132163. This submission
Chad Rosier
2011-05-27
1
-5
/
+5
*
Renamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn't exist.
Chad Rosier
2011-05-26
1
-1
/
+27
*
Replace the "movnt" intrinsics with a native store + nontemporal metadata bit.
Bill Wendling
2011-05-03
1
-0
/
+32
*
Reapply r129401 with patch for clang.
Bill Wendling
2011-04-13
1
-1
/
+29
*
Revert r129401 for now. Clang is using the old way of doing things.
Bill Wendling
2011-04-12
1
-29
/
+1
*
Remove the unaligned load intrinsics in favor of using native unaligned loads.
Bill Wendling
2011-04-12
1
-1
/
+29
*
Remove dead code.
Bill Wendling
2011-03-30
1
-68
/
+0
*
Add intrinsics @llvm.arm.neon.vmulls and @llvm.arm.neon.vmullu.* back. Frontends
Evan Cheng
2011-03-29
1
-1
/
+0
*
convert ConstantVector::get to use ArrayRef.
Chris Lattner
2011-02-15
1
-2
/
+2
*
revert my ConstantVector patch, it seems to have made the llvm-gcc
Chris Lattner
2011-02-14
1
-2
/
+2
*
Switch ConstantVector::get to use ArrayRef instead of a pointer+size
Chris Lattner
2011-02-14
1
-2
/
+2
*
The pshufw instruction came about in MMX2 when SSE was introduced. Don't place
Bill Wendling
2010-10-04
1
-7
/
+37
*
Massive rewrite of MMX:
Dale Johannesen
2010-09-30
1
-55
/
+480
[next]