index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
IPO
/
MergeFunctions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Move ConstantExpr to 2.5 API.
Owen Anderson
2009-07-29
1
-1
/
+1
*
More migration to raw_ostream, the water has dried up around the iostream hole.
Daniel Dunbar
2009-07-25
1
-3
/
+4
*
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-22
1
-3
/
+1
*
Add plumbing for the `linker_private' linkage type. This type is meant for
Bill Wendling
2009-07-20
1
-0
/
+1
*
Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...
Owen Anderson
2009-07-16
1
-0
/
+2
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-14
1
-3
/
+3
*
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-11
1
-3
/
+4
*
More LLVMContext-ification.
Owen Anderson
2009-07-06
1
-1
/
+2
*
Unlike the other instructions, GEP really does need to look at the type of a
Nick Lewycky
2009-06-13
1
-0
/
+14
*
Give Instruction::isSameOperationAs a corresponding comment to note
Dan Gohman
2009-06-12
1
-2
/
+3
*
Keep callers of a weak function calling it, instead of the non-weak equivalent.
Nick Lewycky
2009-06-12
1
-0
/
+1
*
Don't forget to match the calling convention when producing a thunk.
Nick Lewycky
2009-06-12
1
-2
/
+2
*
Given two identical weak functions, produce one internal function and two weak
Nick Lewycky
2009-06-12
1
-4
/
+17
*
Add an "are types equivalent" operation that ignores the types that a pointer
Nick Lewycky
2009-06-12
1
-99
/
+354
*
Add the private linkage.
Rafael Espindola
2009-01-15
1
-2
/
+2
*
Changes from Duncan's review:
Nick Lewycky
2008-11-02
1
-9
/
+28
*
Get this building on 64 bit machines (error:
Duncan Sands
2008-11-02
1
-5
/
+5
*
Add a new MergeFunctions pass. It finds identical functions and merges them.
Nick Lewycky
2008-11-02
1
-0
/
+358
[prev]