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
/
tools
/
llvm-upgrade
/
UpgradeParser.y
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't attempt to upgrade argument to va.start and va.end if there are none.
Reid Spencer
2007-01-13
1
-5
/
+7
*
For PR1093:
Reid Spencer
2007-01-13
1
-5
/
+34
*
Remove support for upgrading NOT. The llvm-upgrade lexer didn't recognize
Reid Spencer
2007-01-12
1
-6
/
+1
*
Upgrade the llvm.isunordered intrinsics to "fcmp uno" instruction.
Reid Spencer
2007-01-07
1
-14
/
+24
*
For PR1082:
Reid Spencer
2007-01-06
1
-59
/
+118
*
For PR1080:
Reid Spencer
2007-01-06
1
-2
/
+2
*
Major update of llvm-upgrade:
Reid Spencer
2007-01-05
1
-118
/
+471
*
If we hit a parse error, emit something bad to the output stream. This ensur...
Chris Lattner
2007-01-04
1
-0
/
+2
*
Finish implementation of variable renaming to handle collapsed type planes
Reid Spencer
2007-01-03
1
-35
/
+71
*
Permit signed and unsigned integer constants to be used with either signed
Reid Spencer
2007-01-02
1
-1
/
+1
*
For PR1070:
Reid Spencer
2007-01-02
1
-283
/
+416
*
For PR1070:
Reid Spencer
2007-01-01
1
-2
/
+33
*
For PR950:
Reid Spencer
2006-12-31
1
-21
/
+17
*
For PR950:
Reid Spencer
2006-12-29
1
-41
/
+63
*
For PR950:
Reid Spencer
2006-12-23
1
-16
/
+2
*
Fix test/Regression/Assembler/2006-12-09-Cast-To-Bool.ll
Reid Spencer
2006-12-09
1
-1
/
+1
*
When upgrading cast to bool to a setne, generate icmp ne instead.
Reid Spencer
2006-12-09
1
-4
/
+10
*
Create an option to turn off generation of fcmp instructions while still
Reid Spencer
2006-12-07
1
-0
/
+9
*
Fix build for older versios of bison.
Jim Laskey
2006-12-06
1
-2
/
+2
*
Don't turn on SETCC upgrade yet!
Reid Spencer
2006-12-06
1
-1
/
+1
*
Fix upgrade of setcc with bool operands.
Reid Spencer
2006-12-06
1
-2
/
+2
*
For PR645:
Reid Spencer
2006-12-05
1
-4
/
+13
*
Match the llvmAsmParser's handling of ICmp and FCmp instructions.
Reid Spencer
2006-12-03
1
-7
/
+17
*
Add a needed #include.
Reid Spencer
2006-12-03
1
-0
/
+1
*
Implement upgrade of setcc instruction to icmp/fcmp, but don't enable it
Reid Spencer
2006-12-02
1
-1
/
+52
*
Support several new upgrades:
Reid Spencer
2006-12-02
1
-30
/
+63
*
Implement the GEP upgrade for non-constant unsigned indices
Reid Spencer
2006-12-02
1
-55
/
+84
*
Keep lists of values so they can be examined.
Reid Spencer
2006-12-02
1
-19
/
+53
*
Add support for global types and type resolution. Fix several minor
Reid Spencer
2006-12-02
1
-58
/
+123
*
Handle upgrade of fp -> ptr cast with fp -> int -> ptr
Reid Spencer
2006-12-01
1
-7
/
+41
*
Don't convert {} into []!
Reid Spencer
2006-12-01
1
-2
/
+2
*
Allow the new cast instructions.
Reid Spencer
2006-12-01
1
-7
/
+15
*
Upgrade shr to ashr and lshr
Reid Spencer
2006-12-01
1
-8
/
+14
*
Don't treat numeric (untyped) constants as a ConstInfo, just pass the
Reid Spencer
2006-12-01
1
-52
/
+47
*
First version of llvm-upgrade that can correctly upgrade all of
Reid Spencer
2006-12-01
1
-9
/
+18
*
valgrind clean version of llvm-upgrade
Reid Spencer
2006-12-01
1
-11
/
+10
*
First version of llvm-upgrade that can correctly upgrade a large test
Reid Spencer
2006-12-01
1
-218
/
+419
*
Allow llvm-upgrade to read from stdin. Configure the lexer for reading
Reid Spencer
2006-11-30
1
-11
/
+6
*
Initial, non-functional, version of llvm-upgrade. This version just echos
Reid Spencer
2006-11-30
1
-0
/
+903