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
Commit message (
Expand
)
Author
Age
Files
Lines
*
add support for the "r" asm constraint
Rafael Espindola
2006-12-05
1
-0
/
+27
*
Fix typo noticed by Lauro Ramos Venancio, thanks!
Chris Lattner
2006-12-05
1
-1
/
+1
*
add support for weak linkage
Rafael Espindola
2006-12-05
1
-1
/
+1
*
JIT large code model support.
Evan Cheng
2006-12-05
1
-7
/
+13
*
Can't make these fail now with just BitCast. Previous failures must have
Reid Spencer
2006-12-05
1
-2
/
+2
*
Asm printing bug.
Evan Cheng
2006-12-05
1
-6
/
+4
*
- Fix X86-64 JIT by temporarily disabling code that treats GV address as 32-bit
Evan Cheng
2006-12-05
7
-129
/
+126
*
Update
Evan Cheng
2006-12-05
1
-0
/
+10
*
Remove the last inferred casts from VMCore.
Reid Spencer
2006-12-05
1
-10
/
+7
*
Implement createPointerCast.
Reid Spencer
2006-12-05
1
-0
/
+25
*
Implement getPointerCast.
Reid Spencer
2006-12-05
1
-0
/
+10
*
add an instcombine xform. This speeds up 462.libquantum from 9.78s to
Chris Lattner
2006-12-05
1
-0
/
+17
*
SCCP does not handle Packed Type properly. Disable Packed Type handling
Devang Patel
2006-12-04
1
-1
/
+17
*
Add support for 64-bit 'r' constraint. Patch by by Rafael ~Avila de EspÃn...
Chris Lattner
2006-12-04
1
-0
/
+5
*
Restoration of the stack pointer after a deallocation of a alloca was not
Jim Laskey
2006-12-04
1
-1
/
+28
*
Separate getCompare from get and getCompareTy from getTy.
Reid Spencer
2006-12-04
1
-16
/
+17
*
Fix comment grammaro
Reid Spencer
2006-12-04
1
-2
/
+2
*
Add a comment and fix a memory leak. Thanks to Vikram for pointing this out.
Chris Lattner
2006-12-04
1
-4
/
+5
*
Implement new cast creation functions for both instructions and constant
Reid Spencer
2006-12-04
2
-2
/
+68
*
Reduce the size of the ExprMapKeyType class.
Reid Spencer
2006-12-04
1
-3
/
+3
*
Non-darwin gcc should default to static relocation to match gcc.
Evan Cheng
2006-12-04
1
-1
/
+1
*
Fix inferred casts.
Reid Spencer
2006-12-04
1
-6
/
+9
*
Fix 80 cols violation
Reid Spencer
2006-12-04
1
-2
/
+3
*
Regenerate.
Reid Spencer
2006-12-04
3
-645
/
+669
*
For PR950: Implement read/write of ICmp and FCmp constant expressions
Reid Spencer
2006-12-04
2
-6
/
+12
*
For PR950: For ICmp and FCmp constant expressions, put the predicate outiside...
Reid Spencer
2006-12-04
1
-7
/
+7
*
For PR950: Fix constant expressions to properly support ICmp and FCmp type ex...
Reid Spencer
2006-12-04
1
-59
/
+127
*
For PR950: Implement a stub for folding ICmp and FCmp instructions
Reid Spencer
2006-12-04
3
-0
/
+11
*
For PR950: Implement ICmp/FCmp predicate printing for constant expressions
Reid Spencer
2006-12-04
1
-35
/
+39
*
Update call to CastInst::getCastOpcode for its new signature.
Reid Spencer
2006-12-04
1
-1
/
+2
*
Change inferred casts to explicit casts.
Reid Spencer
2006-12-04
3
-30
/
+33
*
Take a baby step towards getting rid of inferred casts. Provide methods on
Reid Spencer
2006-12-04
2
-10
/
+26
*
Support ICmp/FCmp constant expression reading and writing.
Reid Spencer
2006-12-03
2
-0
/
+19
*
Remove dead code.
Reid Spencer
2006-12-03
1
-287
/
+0
*
Regenerate.
Reid Spencer
2006-12-03
3
-261
/
+259
*
Remove useless #include.
Reid Spencer
2006-12-03
1
-1
/
+0
*
Regenerate.
Reid Spencer
2006-12-03
5
-2002
/
+2077
*
Shorten the FCmp and ICmp mnemonics to 3 letters. Make the parser
Reid Spencer
2006-12-03
2
-34
/
+41
*
Shorten the FCmp predicate mnemonics.
Reid Spencer
2006-12-03
1
-12
/
+12
*
Implement reading and writing of the ICmp and FCmp instructions.
Reid Spencer
2006-12-03
2
-3
/
+18
*
Allow the ICmp and FCmp instructions to be written by the AsmWriter
Reid Spencer
2006-12-03
2
-0
/
+41
*
Implement creation of ICmp and FCmp constant expressions.
Reid Spencer
2006-12-03
1
-26
/
+57
*
Remove backwards compatibility goop. This is now handled by llvm-upgrade.
Reid Spencer
2006-12-03
2
-632
/
+16
*
Regenerate.
Reid Spencer
2006-12-03
5
-2976
/
+2981
*
Remove backwards compatibility goop. Now implemented in llvm-upgrade.
Reid Spencer
2006-12-03
3
-602
/
+424
*
Unbreak VC++ build.
Jeff Cohen
2006-12-02
9
-8
/
+15
*
disable transformations that are invalid for fp vectors. This fixes
Chris Lattner
2006-12-02
1
-4
/
+4
*
Switch analysis groups to be unregistered when llvm_shutdown is called.
Chris Lattner
2006-12-01
1
-55
/
+36
*
Start moving pass registration over to using the ManagedStatic mechanism.
Chris Lattner
2006-12-01
1
-39
/
+52
*
move 'cfgonly' pass tracking into PassInfo, instead of handling it with
Chris Lattner
2006-12-01
1
-37
/
+26
[next]