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
/
FunctionResolution.cpp
Age
Commit message (
Expand
)
Author
2007-02-05
For PR411:
Reid Spencer
2007-01-30
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2006-12-19
Eliminate static ctors due to Statistic objects
Chris Lattner
2006-12-12
Change inferred getCast into specific getCast. Passes all tests.
Reid Spencer
2006-12-07
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-12-07
Removing even more <iostream> includes.
Bill Wendling
2006-12-06
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-08-27
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-01-22
Make iostream #inclusion explicit
Chris Lattner
2005-12-13
Improve ResolveFunctions to:
Reid Spencer
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-15
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-02-01
Adjust to changes in APIs
Chris Lattner
2004-09-30
Disable the 'WARNING: Found global types that are not compatible' warning
Chris Lattner
2004-09-20
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-20
If we are linking two global variables and they have the same size, do not
Chris Lattner
2004-07-29
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-18
bug 122:
Reid Spencer
2004-06-18
Do not function resolve intrinsics. This prevents warnings and possible bad
Chris Lattner
2004-06-17
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2004-02-09
Start using the new and improve interface to FunctionType arguments
Chris Lattner
2003-11-20
* Finegrainify namespacification
Chris Lattner
2003-11-20
When spewing out warnings during function resolution, do not vomit out pages
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-22
This important patch fixes two warnings in the linker which can occur from li...
Chris Lattner
2003-10-22
Update the 'used' flag correctly
Chris Lattner
2003-10-22
Loop over the module, not the symbol table. This makes the code handle
Chris Lattner
2003-10-22
Implement FunctionResolve/2003-10-21-GlobalResolveHack.ll
Chris Lattner
2003-10-21
Fix bug: FunctionResolve/2003-10-21-GlobalTypeDifference.ll
Chris Lattner
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-08-23
Fix bug: FunctionResolve/2003-08-23-ArgumentWarning.ll
Chris Lattner
2003-08-20
Unless we CANNOT merge the arguments, do so
Chris Lattner
2003-08-13
Fix FIXME by removing FIXME
Chris Lattner
2003-07-23
Fix bug: FunctionResolve/2003-07-23-CPR-Reference.ll
Chris Lattner
2003-06-19
Remove a bunch of complicated code. The functionality is implemented in inst...
Chris Lattner
2003-05-31
Fix bug: FunctionResolve/2003-05-31-AllInternalDecls.ll
Chris Lattner
2003-05-31
Fix bug: FuncResolve/2003-05-31-InternalDecl.ll
Chris Lattner
2003-05-31
Simplify funcresolve a bit more
Chris Lattner
2003-05-31
Fix bug: FunctionResolve/2003-05-31-FuncPointerResolve.ll
Chris Lattner
2003-05-21
Fix bug: FunctionResolve/2003-05-21-MissingArguments.ll
Chris Lattner
2003-04-28
Fix several bugs:
Chris Lattner
2003-04-19
Implement: FunctionResolve/2003-04-18-ForwardDeclGlobal.ll
Chris Lattner
2003-04-16
Change the interface to constant expressions to allow automatic folding
Chris Lattner
2003-03-03
Eliminate tons of bogus warnings
Chris Lattner
2003-02-27
Replace assertion with a handler.
Chris Lattner
2003-02-14
Fix a bug that cause a crash resolving questionable function calls
Chris Lattner
2003-01-30
Fix a bug resolving sprintf(...) to sprintf(char*, char*, ...)
Chris Lattner
2003-01-30
Actually print the function _name_ if there is a problem
Chris Lattner
2003-01-30
* Fix function resolution for varargs function to generate incorrect bytecode...
Chris Lattner
[next]