index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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-08-31
Merge from mainline.
Tanya Lattner
2009-08-13
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-11
Remove unnecessary casts.
Dan Gohman
2009-07-29
Move ConstantExpr to 2.5 API.
Owen Anderson
2009-07-25
More migration to raw_ostream, the water has dried up around the iostream hole.
Daniel Dunbar
2009-07-22
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-20
Add plumbing for the `linker_private' linkage type. This type is meant for
Bill Wendling
2009-07-16
Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...
Owen Anderson
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