1. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 19 years ago
  2. d514d82 Adjust to changes in APIs by Chris Lattner · 20 years ago
  3. 23367a7 Disable the 'WARNING: Found global types that are not compatible' warning by Chris Lattner · 20 years ago
  4. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  5. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  6. 4e4c444 If we are linking two global variables and they have the same size, do not by Chris Lattner · 20 years ago
  7. 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 20 years ago
  8. 518310c bug 122: - Replace ConstantPointerRef usage with GlobalValue usage by Reid Spencer · 20 years ago
  9. e5ad50b Do not function resolve intrinsics. This prevents warnings and possible bad by Chris Lattner · 20 years ago
  10. f70c22b Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 20 years ago
  11. d5d8996 Start using the new and improve interface to FunctionType arguments by Chris Lattner · 21 years ago
  12. 03fb8b2 * Finegrainify namespacification by Chris Lattner · 21 years ago
  13. 143df9a When spewing out warnings during function resolution, do not vomit out pages by Chris Lattner · 21 years ago
  14. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  15. ce9431955 This important patch fixes two warnings in the linker which can occur from linking by Chris Lattner · 21 years ago
  16. 6be5e56 Update the 'used' flag correctly by Chris Lattner · 21 years ago
  17. 4cb766a Loop over the module, not the symbol table. This makes the code handle by Chris Lattner · 21 years ago
  18. efd47ba Implement FunctionResolve/2003-10-21-GlobalResolveHack.ll by Chris Lattner · 21 years ago
  19. 5858e1e Fix bug: FunctionResolve/2003-10-21-GlobalTypeDifference.ll by Chris Lattner · 21 years ago
  20. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  21. a0f85e5 Fix bug: FunctionResolve/2003-08-23-ArgumentWarning.ll by Chris Lattner · 21 years ago
  22. b29170f Unless we CANNOT merge the arguments, do so by Chris Lattner · 21 years ago
  23. 250d91b Fix FIXME by removing FIXME by Chris Lattner · 21 years ago
  24. 1078d11 Fix bug: FunctionResolve/2003-07-23-CPR-Reference.ll by Chris Lattner · 21 years ago
  25. a3df1ff Remove a bunch of complicated code. The functionality is implemented in instcombine instead by Chris Lattner · 21 years ago
  26. c16e631 Fix bug: FunctionResolve/2003-05-31-AllInternalDecls.ll by Chris Lattner · 21 years ago
  27. 12ce59d Fix bug: FuncResolve/2003-05-31-InternalDecl.ll Count resolutions correctly. by Chris Lattner · 21 years ago
  28. 40c4959 Simplify funcresolve a bit more by Chris Lattner · 21 years ago
  29. 567ccee Fix bug: FunctionResolve/2003-05-31-FuncPointerResolve.ll by Chris Lattner · 21 years ago
  30. c52b30d Fix bug: FunctionResolve/2003-05-21-MissingArguments.ll by Chris Lattner · 21 years ago
  31. 1fd95af Fix several bugs: by Chris Lattner · 21 years ago
  32. ea2294a Implement: FunctionResolve/2003-04-18-ForwardDeclGlobal.ll by Chris Lattner · 21 years ago
  33. fb242b6 Change the interface to constant expressions to allow automatic folding by Chris Lattner · 21 years ago
  34. dde601d Eliminate tons of bogus warnings by Chris Lattner · 21 years ago
  35. 4e2fd75 Replace assertion with a handler. by Chris Lattner · 21 years ago
  36. fd59520 Fix a bug that cause a crash resolving questionable function calls by Chris Lattner · 21 years ago
  37. 49f2012 Fix a bug resolving sprintf(...) to sprintf(char*, char*, ...) by Chris Lattner · 22 years ago
  38. 9943a59 Actually print the function _name_ if there is a problem by Chris Lattner · 22 years ago
  39. da902ba * Fix function resolution for varargs function to generate incorrect bytecode instead of crashing by Chris Lattner · 22 years ago
  40. 6e6026b - Eliminated the deferred symbol table stuff in Module & Function, it really by Chris Lattner · 22 years ago
  41. a2b8d7b Fix testcase: FunctionResolve/2002-11-09-ExternFn.ll by Chris Lattner · 22 years ago
  42. 6f23963 Fix bug: FunctionResolve/2002-11-07-RetMismatch.ll by Chris Lattner · 22 years ago
  43. eaa3595 Account for global variables resolved more accurately. by Chris Lattner · 22 years ago
  44. a45ec54 Almost a complete rewrite of FunctionResolution to now resolve functions by Chris Lattner · 22 years ago
  45. a92f696 Updates to work with recent Statistic's changes: by Chris Lattner · 22 years ago
  46. 3ea5cb0 by Chris Lattner · 22 years ago
  47. cc8d8fb Remove unneccesary #inlcude by Chris Lattner · 22 years ago
  48. e902bda Fix bug with last patch which would occur when a call returned void and we by Chris Lattner · 22 years ago
  49. 9cf307f * Make sure the resolved function call instructions get the name from the by Chris Lattner · 22 years ago
  50. 1e43516 * Add support for different "PassType's" by Chris Lattner · 22 years ago
  51. ff1be26 Rename header by Chris Lattner · 22 years ago
  52. af41a12 * Remove getPassName implementation * Register all Passes by Chris Lattner · 22 years ago
  53. 7f20ea7 Only functions with external linkage can be resolved to function declarations. by Chris Lattner · 22 years ago
  54. 7e70829 MEGAPATCH checkin. by Chris Lattner · 22 years ago
  55. abe6c3d Fix "unimplemented features": by Chris Lattner · 22 years ago
  56. 22ee3eb Split the FunctionResolution pass out of CleanGCCOutput.cpp. by Chris Lattner · 22 years ago