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
*
Undo a patch that breaks llvm-as because the warning message is written to
Reid Spencer
2006-05-30
1
-1
/
+1
*
Write the WARNING message to cout instead of cerr. Writing to cerr causes
Reid Spencer
2006-05-30
1
-1
/
+1
*
Don't emit useless warning messages.
Reid Spencer
2006-04-12
1
-2
/
+3
*
Cast instruction not inserted into basic block.
Jim Laskey
2006-03-25
1
-41
/
+5
*
Add some more bulletproofing to auto upgrade of llvm.dbg intrinsics.
Jim Laskey
2006-03-23
1
-13
/
+9
*
Change the argument types of llvm.dbg intrinsics.
Jim Laskey
2006-03-23
1
-23
/
+64
*
Bugfix, unbreaking CodeGen/PowerPC/cttz.ll
Chris Lattner
2006-03-14
1
-1
/
+1
*
1. Handle removal of all arguments for a morphed intrinsic.
Jim Laskey
2006-03-14
1
-1
/
+4
*
Handle the removal of the debug chain.
Jim Laskey
2006-03-13
1
-47
/
+99
*
autoupgrade memcpy/memmove/memset with signed counts.
Chris Lattner
2006-03-09
1
-4
/
+12
*
Unbreak autouprade of llvm.sqrt, simplify some code.
Chris Lattner
2006-03-03
1
-38
/
+12
*
Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolving
Chris Lattner
2006-03-02
1
-133
/
+116
*
Fix auto-upgrade of intrinsics to work properly with both assembly and
Reid Spencer
2006-01-27
1
-28
/
+98
*
For PR411:
Reid Spencer
2006-01-23
1
-7
/
+6
*
Remove dead expression.
Chris Lattner
2006-01-20
1
-1
/
+1
*
Don't use invalidated use_iterator's. This fixes a crash compiling povray
Chris Lattner
2006-01-20
1
-2
/
+2
*
Don't forget about casting the result of an upgraded call to an intrinsic
Reid Spencer
2006-01-19
1
-1
/
+4
*
Make get_suffix faster by using a switch on getTypeID rather than a series
Reid Spencer
2006-01-19
1
-12
/
+9
*
Add a new interface function to AutoUpgrade for simultaneously upgrading
Reid Spencer
2006-01-19
1
-59
/
+150
*
For PR411:
Reid Spencer
2006-01-16
1
-0
/
+105