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
/
Utils
/
InlineFunction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix compilation of 126.gcc: intrinsic functions cannot throw, so they are not
Chris Lattner
2004-02-13
1
-28
/
+33
*
rename the "exceptional" destination of an invoke instruction to the 'unwind'...
Chris Lattner
2004-02-08
1
-1
/
+1
*
Two changes:
Chris Lattner
2004-02-04
1
-5
/
+12
*
Optimize the case where we are inlining a function that contains only one bas...
Chris Lattner
2004-02-04
1
-37
/
+67
*
More refactoring. Move alloca instructions and handle invoke instructions
Chris Lattner
2004-02-04
1
-129
/
+132
*
Move the cloning of the function body much earlier in the inlinefunction
Chris Lattner
2004-02-04
1
-52
/
+54
*
Finegrainify namespacification
Chris Lattner
2004-01-09
1
-7
/
+4
*
Start using the nicer terminator auto-insertion API
Chris Lattner
2003-11-20
1
-1
/
+1
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Get the list of PHI node values before the basic block is split. Also, add
Chris Lattner
2003-10-27
1
-9
/
+16
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Do not move variable sized allocations to the top of the caller, which might
Chris Lattner
2003-10-14
1
-7
/
+5
*
Avoid doing pointless work. Amazingly, this makes us go faster.
Chris Lattner
2003-10-06
1
-8
/
+0
*
Fix bugs in the last change
Chris Lattner
2003-09-22
1
-2
/
+2
*
Fix bug: Inline/2003-09-22-PHINodesInNormalInvokeDest.ll
Chris Lattner
2003-09-22
1
-2
/
+7
*
Fix bug: Inline/2003-09-22-PHINodesInExceptionDest.ll
Chris Lattner
2003-09-22
1
-1
/
+28
*
Fix bug: Inline/2003-09-14-InlineValue.ll
Chris Lattner
2003-09-15
1
-4
/
+8
*
Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio...
Chris Lattner
2003-09-08
1
-27
/
+14
*
Should invokify is always true
Chris Lattner
2003-09-08
1
-24
/
+16
*
Remove special casing
Chris Lattner
2003-08-25
1
-3
/
+0
*
rethrow is really the language independent primitive here. "throw" can be wr...
Chris Lattner
2003-08-24
1
-7
/
+7
*
*** Implement inlining of Invoke instructions!
Chris Lattner
2003-08-24
1
-51
/
+138
*
Implement: Inline/cfg_preserve_test.ll
Chris Lattner
2003-08-24
1
-2
/
+15
*
* Separate all of the grunt work of inlining out into the Utils library.
Chris Lattner
2003-05-29
1
-0
/
+164