Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
fb8c89fbd30fad104fce1095ebb3391d5e5e3421
/
lib
/
Linker
/
LinkModules.cpp
b319faf
fixed bug: test/Regression/Linker/2002-08-20-ConstantExpr.ll
by Chris Lattner
· 23 years ago
ad33348
Remove support for Not ConstantExpr. This simplifies the unary case to only
by Chris Lattner
· 23 years ago
e8e4605
Cleanup ConstantExpr handling:
by Chris Lattner
· 23 years ago
ad772a7
Remove FIXME's that aren't really needed after all.
by Chris Lattner
· 23 years ago
b1443b1
*** empty log message ***
by Chris Lattner
· 23 years ago
e306d94
* Rewrite loop to be slightly more efficient (arguably)
by Chris Lattner
· 23 years ago
6cdf197
Implement linking of ConstExprs
by Chris Lattner
· 23 years ago
1896150
*** empty log message ***
by Chris Lattner
· 23 years ago
c8cc4cb
Updates to move some header files out of include/llvm/Transforms into
by Chris Lattner
· 23 years ago
31bcdb8
Split ConstantVals.h into Constant.h and Constants.h
by Chris Lattner
· 23 years ago
73e2142
Move FunctionArgument out of iOther.h into Argument.h and rename class to
by Chris Lattner
· 23 years ago
87182ae
Eliminate explicit use of Writer library, using debug dump output instead.
by Chris Lattner
· 23 years ago
6bfd6a5
s/Method/Function
by Chris Lattner
· 23 years ago
79df7c0
Change references from Method to Function
by Chris Lattner
· 23 years ago
9b63801
Cleanup error message output a bit
by Chris Lattner
· 23 years ago
221d688
Method.h no longer includes BasicBlock.h
by Chris Lattner
· 23 years ago
697954c
Changes to build successfully with GCC 3.02
by Chris Lattner
· 24 years ago
7a17675
Renamed inst_const_iterator -> const_inst_iterator
by Chris Lattner
· 24 years ago
e9bb2df
Rename ConstPoolVal -> Constant
by Chris Lattner
· 24 years ago
e4d25aa
Implement support for internal methods
by Chris Lattner
· 24 years ago
161aa5a
Add #includes to enable buiding in Release mode
by Chris Lattner
· 24 years ago
2c236f3
Don't forget to link type names together too. Fix for Olden/mst benchmark
by Chris Lattner
· 24 years ago
2d3e8bb
Add extra code for debugging linker problems
by Chris Lattner
· 24 years ago
43a6f2e
Pull method symbols over when linking. Otherwise the result of the link will appear stripped
by Chris Lattner
· 24 years ago
2301a07
Remove non linking related stuff
by Chris Lattner
· 24 years ago
9466f51
Added name-mangling routines for future use.
by Vikram S. Adve
· 24 years ago
c2d774b
Fix problem linking in a method prototype when a method body exists
by Chris Lattner
· 24 years ago
c18545d
Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tired typing that much
by Chris Lattner
· 24 years ago
8d2de8a
Implement linking of global variable constant references
by Chris Lattner
· 24 years ago
5c377c5
Implement linker. It's 95% working now.
by Chris Lattner
· 24 years ago
52f7e90
Start of a linker
by Chris Lattner
· 24 years ago