1. 40c4959 Simplify funcresolve a bit more by Chris Lattner · 21 years ago
  2. 567ccee Fix bug: FunctionResolve/2003-05-31-FuncPointerResolve.ll by Chris Lattner · 21 years ago
  3. c52b30d Fix bug: FunctionResolve/2003-05-21-MissingArguments.ll by Chris Lattner · 21 years ago
  4. 1fd95af Fix several bugs: by Chris Lattner · 22 years ago
  5. ea2294a Implement: FunctionResolve/2003-04-18-ForwardDeclGlobal.ll by Chris Lattner · 22 years ago
  6. fb242b6 Change the interface to constant expressions to allow automatic folding by Chris Lattner · 22 years ago
  7. dde601d Eliminate tons of bogus warnings by Chris Lattner · 22 years ago
  8. 4e2fd75 Replace assertion with a handler. by Chris Lattner · 22 years ago
  9. fd59520 Fix a bug that cause a crash resolving questionable function calls by Chris Lattner · 22 years ago
  10. 49f2012 Fix a bug resolving sprintf(...) to sprintf(char*, char*, ...) by Chris Lattner · 22 years ago
  11. 9943a59 Actually print the function _name_ if there is a problem by Chris Lattner · 22 years ago
  12. da902ba * Fix function resolution for varargs function to generate incorrect bytecode instead of crashing by Chris Lattner · 22 years ago
  13. 6e6026b - Eliminated the deferred symbol table stuff in Module & Function, it really by Chris Lattner · 22 years ago
  14. a2b8d7b Fix testcase: FunctionResolve/2002-11-09-ExternFn.ll by Chris Lattner · 22 years ago
  15. 6f23963 Fix bug: FunctionResolve/2002-11-07-RetMismatch.ll by Chris Lattner · 22 years ago
  16. eaa3595 Account for global variables resolved more accurately. by Chris Lattner · 22 years ago
  17. a45ec54 Almost a complete rewrite of FunctionResolution to now resolve functions by Chris Lattner · 22 years ago
  18. a92f696 Updates to work with recent Statistic's changes: by Chris Lattner · 22 years ago
  19. 3ea5cb0 by Chris Lattner · 22 years ago
  20. cc8d8fb Remove unneccesary #inlcude by Chris Lattner · 22 years ago
  21. e902bda Fix bug with last patch which would occur when a call returned void and we by Chris Lattner · 22 years ago
  22. 9cf307f * Make sure the resolved function call instructions get the name from the by Chris Lattner · 22 years ago
  23. 1e43516 * Add support for different "PassType's" by Chris Lattner · 22 years ago
  24. ff1be26 Rename header by Chris Lattner · 22 years ago
  25. af41a12 * Remove getPassName implementation * Register all Passes by Chris Lattner · 22 years ago
  26. 7f20ea7 Only functions with external linkage can be resolved to function declarations. by Chris Lattner · 22 years ago
  27. 7e70829 MEGAPATCH checkin. by Chris Lattner · 22 years ago
  28. abe6c3d Fix "unimplemented features": by Chris Lattner · 22 years ago
  29. 22ee3eb Split the FunctionResolution pass out of CleanGCCOutput.cpp. by Chris Lattner · 22 years ago