index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correlated Exprs pass now requires BCE pass instead of doing it manually
Chris Lattner
2002-09-24
1
-20
/
+1
*
- Expose passinfo from BreakCriticalEdges pass so that it may be "Required"
Chris Lattner
2002-09-24
2
-28
/
+34
*
Expose passinfo from BreakCriticalEdges pass so that it may be "Required" by
Chris Lattner
2002-09-24
1
-6
/
+9
*
Make sure to close the file before deleting it
Chris Lattner
2002-09-24
3
-3
/
+12
*
Minor cleanups
Chris Lattner
2002-09-24
1
-7
/
+5
*
Add new BreakCriticalEdges pass
Chris Lattner
2002-09-24
2
-0
/
+104
*
Add new BreakCriticalEdges pass
Chris Lattner
2002-09-24
1
-0
/
+10
*
There are no implicit gep forms of load and store anymore
Chris Lattner
2002-09-24
1
-2
/
+1
*
Make users of FindUsedTypes not have problems with linkage. This fixes
Chris Lattner
2002-09-24
1
-0
/
+3
*
Make users of FindUsedTypes not have problems with linkage. This fixes
Chris Lattner
2002-09-24
1
-14
/
+19
*
Convert to using long indexes instead of uint
Chris Lattner
2002-09-23
1
-64
/
+122
*
Optimize away cases like:
Chris Lattner
2002-09-23
1
-0
/
+6
*
Add some more testcases for things to get optimized away
Chris Lattner
2002-09-23
1
-0
/
+11
*
Fix: ConstantMerge/2002-09-23-CPR-Update.ll
Chris Lattner
2002-09-23
1
-14
/
+102
*
New testcase distilled from SPEC vortex benchmark
Chris Lattner
2002-09-23
2
-0
/
+24
*
Run constantmerge tests too
Chris Lattner
2002-09-23
1
-2
/
+2
*
Parenthesis are now added to casts of type array.
Nick Hildenbrandt
2002-09-23
2
-2
/
+4
*
* Fix bug: CorrelatedExprs/2002-09-23-PHIUpdateBug.ll
Chris Lattner
2002-09-23
1
-5
/
+20
*
Fix testcase to accurately expose bug
Chris Lattner
2002-09-23
1
-3
/
+7
*
New testcase distilled from SPEC MCF benchmark
Chris Lattner
2002-09-23
1
-0
/
+25
*
Insert resolved constants into the global map so they are reused correctly.
Chris Lattner
2002-09-23
3
-9
/
+18
*
Group #includes better
Chris Lattner
2002-09-23
1
-1
/
+1
*
Allow LLC to be executed on Linux; only the LLC output should not be executed.
Vikram S. Adve
2002-09-23
1
-3
/
+4
*
C tests are run via Makefile.singlesrc so don't run them twice.
Vikram S. Adve
2002-09-23
1
-1
/
+3
*
Put intermediate source files in a subdirectory here instead of with
Vikram S. Adve
2002-09-23
1
-5
/
+18
*
Disable reassociation pass in LLC until it is fixed.
Vikram S. Adve
2002-09-23
1
-1
/
+1
*
'whoami' doesn't exist on solaris
Chris Lattner
2002-09-22
1
-1
/
+1
*
Update url
Chris Lattner
2002-09-22
1
-1
/
+1
*
Add information about the DEBUG() macro and the Statistic template
Chris Lattner
2002-09-22
1
-19
/
+161
*
* Remove the -stopraise option, which is no longer needed now that we have
Chris Lattner
2002-09-22
1
-10
/
+1
*
Don't insert a PHI node to merge "returns" from an inlined function if there
Chris Lattner
2002-09-22
1
-1
/
+12
*
* Minor fixes to support C files.
Chris Lattner
2002-09-22
2
-18
/
+44
*
Clean up dead rules
Chris Lattner
2002-09-22
2
-10
/
+2
*
Fix tons of warnings, convert burg to use Makefile.common system, rename
Chris Lattner
2002-09-22
18
-206
/
+72
*
Changed codegen to add 2 empty slots at the top of stack using StackSlots pass
Anand Shukla
2002-09-21
1
-0
/
+5
*
Initial version: it adds 2 empty slots at the top of stack
Anand Shukla
2002-09-21
2
-0
/
+57
*
Fix cwriter to not output FP constants in ascii, output them in hex instead.
Chris Lattner
2002-09-20
2
-10
/
+80
*
Fix bug: 2002-09-20-VarArgPrototypes.ll
Chris Lattner
2002-09-20
2
-4
/
+8
*
Build with $(CC), not gcc explicitly
Chris Lattner
2002-09-20
1
-1
/
+1
*
New testcase for cbe
Chris Lattner
2002-09-20
2
-0
/
+8
*
New testcase for broken type printing for the cwriter
Nick Hildenbrandt
2002-09-20
2
-0
/
+16
*
Changed uchar to unsigned char in function ParseBytecodeBuffer, because seemi...
Anand Shukla
2002-09-20
1
-1
/
+1
*
Fix yet another profile linking issue.
Vikram S. Adve
2002-09-20
2
-2
/
+2
*
Added checking threshold
Anand Shukla
2002-09-20
5
-90
/
+185
*
Peephole optimization pass on final machine code.
Vikram S. Adve
2002-09-20
1
-0
/
+15
*
Fix link error for profile version. Also, build Burg differently
Vikram S. Adve
2002-09-20
2
-8
/
+8
*
Build burg separately for different architectures.
Vikram S. Adve
2002-09-20
2
-24
/
+44
*
Fix output of typedefs to avoid syntax errors.
Chris Lattner
2002-09-20
2
-2
/
+2
*
* Add a couple of comments to the output c code
Chris Lattner
2002-09-20
2
-28
/
+42
*
Another change that doesn't affect functionality. Since we are only looking
Chris Lattner
2002-09-20
2
-58
/
+54
[next]