index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
IPO
/
MergeFunctions.cpp
Age
Commit message (
Expand
)
Author
2009-07-14
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-11
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-06
More LLVMContext-ification.
Owen Anderson
2009-06-13
Unlike the other instructions, GEP really does need to look at the type of a
Nick Lewycky
2009-06-12
Give Instruction::isSameOperationAs a corresponding comment to note
Dan Gohman
2009-06-12
Keep callers of a weak function calling it, instead of the non-weak equivalent.
Nick Lewycky
2009-06-12
Don't forget to match the calling convention when producing a thunk.
Nick Lewycky
2009-06-12
Given two identical weak functions, produce one internal function and two weak
Nick Lewycky
2009-06-12
Add an "are types equivalent" operation that ignores the types that a pointer
Nick Lewycky
2009-01-15
Add the private linkage.
Rafael Espindola
2008-11-02
Changes from Duncan's review:
Nick Lewycky
2008-11-02
Get this building on 64 bit machines (error:
Duncan Sands
2008-11-02
Add a new MergeFunctions pass. It finds identical functions and merges them.
Nick Lewycky