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
/
Transforms
/
Scalar
/
TailRecursionElimination.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861
Chris Lattner
2009-09-02
1
-2
/
+1
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-1
/
+1
*
Improve tail call elim to move loads above readonly calls
Chris Lattner
2009-06-19
1
-1
/
+15
*
Allow readonly functions to unwind exceptions. Teach
Duncan Sands
2009-05-06
1
-1
/
+1
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-1
/
+1
*
Fix a case where tailcallelim wouldn't set the changed bit when it made a cha...
Chris Lattner
2008-06-14
1
-1
/
+3
*
Fix a bunch of 80col violations that arose from the Create API change. Tweak ...
Gabor Greif
2008-05-15
1
-1
/
+2
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
1
-2
/
+3
*
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-04-06
1
-6
/
+6
*
Become multiple return value aware.
Devang Patel
2008-03-11
1
-1
/
+5
*
Make Transforms to be 4.3 warnings-clean
Anton Korobeynikov
2008-02-20
1
-2
/
+2
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Prevent tailcallelim from breaking "recursive" calls to builtins.
Chris Lattner
2007-09-10
1
-0
/
+9
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+462