Age | Commit message (Expand) | Author |
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 |
2002-11-20 | - Eliminated the deferred symbol table stuff in Module & Function, it really | Chris Lattner |
2002-11-10 | Fix testcase: FunctionResolve/2002-11-09-ExternFn.ll | Chris Lattner |
2002-11-08 | Fix bug: FunctionResolve/2002-11-07-RetMismatch.ll | Chris Lattner |
2002-10-13 | Account for global variables resolved more accurately. | Chris Lattner |
2002-10-09 | Almost a complete rewrite of FunctionResolution to now resolve functions | Chris Lattner |
2002-10-01 | Updates to work with recent Statistic's changes: | Chris Lattner |
2002-09-10 | Simplify code (somtimes dramatically), by using the new "auto-insert" feature | Chris Lattner |
2002-08-01 | Remove unneccesary #inlcude | Chris Lattner |
2002-07-30 | Fix bug with last patch which would occur when a call returned void and we | Chris Lattner |
2002-07-30 | * Make sure the resolved function call instructions get the name from the | Chris Lattner |