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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the 'printname' argument to WriteAsOperand. It is always true, and
Chris Lattner
2006-12-06
8
-14
/
+14
*
The hasSlot methods are gone.
Chris Lattner
2006-12-06
1
-25
/
+20
*
These asm printers shouldn't use assembly/writer.h
Chris Lattner
2006-12-06
3
-20
/
+4
*
remove unused api
Chris Lattner
2006-12-06
1
-3
/
+0
*
remove unused api, simplify some code
Chris Lattner
2006-12-06
1
-20
/
+2
*
remove more code that was only used by the bc writer
Chris Lattner
2006-12-06
1
-90
/
+2
*
remove dead code left over from when this functionality was shared with the
Chris Lattner
2006-12-06
1
-68
/
+5
*
reword message
Chris Lattner
2006-12-06
1
-1
/
+1
*
rename createSlot -> getOrCreateSlot.
Chris Lattner
2006-12-06
1
-21
/
+19
*
clean up some sloppy and inconsistent spacing
Chris Lattner
2006-12-06
1
-46
/
+46
*
wrap long lines
Chris Lattner
2006-12-06
1
-4
/
+6
*
Fix a CmpInst writing bug by removing merge cruft that I *know* I've removed
Reid Spencer
2006-12-06
1
-9
/
+4
*
counter should be unsigned.
Chris Lattner
2006-12-06
1
-1
/
+1
*
eliminate fp statistic
Chris Lattner
2006-12-06
1
-3
/
+3
*
make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.
Chris Lattner
2006-12-06
21
-59
/
+94
*
add a helper to call llvm_shutdown()
Chris Lattner
2006-12-06
1
-0
/
+8
*
this is a subset of Codegen/X86/bitcast.ll, remove it.
Chris Lattner
2006-12-06
1
-13
/
+0
*
Fix constant folding to deal with external weak global values.
Reid Spencer
2006-12-06
1
-14
/
+22
*
Regenerate.
Reid Spencer
2006-12-05
3
-263
/
+257
*
Remove dead var NewVarArgs.
Reid Spencer
2006-12-05
1
-3
/
+0
*
Fix Transforms/InstCombine/2006-12-05-fp-to-int-ext.ll, fixing an out-of-
Chris Lattner
2006-12-05
1
-3
/
+10
*
Instcombine shouldn't fold these casts.
Chris Lattner
2006-12-05
1
-0
/
+13
*
Regenerate.
Reid Spencer
2006-12-05
3
-1202
/
+863
*
Dump the old va_arg and va_next upgrade support. No need to keep track of
Reid Spencer
2006-12-05
1
-156
/
+2
*
Finally get the casting right in this file. Also, remove some unnecessary
Reid Spencer
2006-12-05
1
-7
/
+6
*
Revert an unintended change.
Evan Cheng
2006-12-05
1
-1
/
+1
*
- Switch X86-64 JIT to large code size model.
Evan Cheng
2006-12-05
7
-82
/
+61
*
straighten out various memory ownership issues in the callgraph stuff.
Chris Lattner
2006-12-05
1
-3
/
+2
*
This needs the callgraph data structure to stick around as long as the
Chris Lattner
2006-12-05
1
-1
/
+1
*
Regenerate.
Reid Spencer
2006-12-05
5
-396
/
+423
*
For PR645:
Reid Spencer
2006-12-05
2
-4
/
+19
*
Regenerate.
Reid Spencer
2006-12-05
2
-229
/
+149
*
Remove various old upgrade hacks that are no longer needed.
Reid Spencer
2006-12-05
1
-41
/
+1
*
Bail on the getInferredCast idea. Remove the function and convert
Reid Spencer
2006-12-05
3
-26
/
+19
*
If we have ScalarSSE, we can select bitconvert into single instructions.
Chris Lattner
2006-12-05
2
-2
/
+14
*
Add a perf optzn corresponding to PR1033.
Chris Lattner
2006-12-05
1
-0
/
+5
*
Fix PR1033 and CodeGen/X86/bitcast.ll, by expanding bitcast to a load/store p...
Chris Lattner
2006-12-05
1
-0
/
+5
*
new testcase
Chris Lattner
2006-12-05
1
-0
/
+24
*
expand memmove and memcpy
Rafael Espindola
2006-12-05
2
-0
/
+15
*
Eliminate "control reaches end of non-void function" warnings.
Reid Spencer
2006-12-05
1
-0
/
+3
*
add support for the "r" asm constraint
Rafael Espindola
2006-12-05
2
-0
/
+34
*
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
2
-1
/
+10
*
Ignore the Output directory.
Reid Spencer
2006-12-05
1
-0
/
+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
[next]