1. d2691fd GhostLinkage should not reach asm printing stage by Misha Brukman · 21 years ago
  2. 3a8a42a Handle GhostLinkage (should not ever reach the assembly printing stage!) by Misha Brukman · 21 years ago
  3. a3e6ad6 Mark an unmaterialized function as having GhostLinkage by Misha Brukman · 21 years ago
  4. bd38edf If a global is just loaded and restored, realize that it is not changing by Chris Lattner · 21 years ago
  5. fc25659 Fix build on Linux/PowerPC64 using SuSE GCC (#undef PPC) by Misha Brukman · 21 years ago
  6. 9577667 Moved to lib/Bytecode/Archive in preparation for re-write. by Reid Spencer · 21 years ago
  7. b589344 This optimization makes MANY phi nodes that all have the same incoming value. by Chris Lattner · 21 years ago
  8. bac3286 Implement instcombine/phi.ll:test6 - pulling operations through PHI nodes. by Chris Lattner · 21 years ago
  9. 711b340 Transform this: %X = alloca ... %Y = alloca ... X == Y by Chris Lattner · 21 years ago
  10. 6739eae Remove note to self by Chris Lattner · 21 years ago
  11. da9b366 Fix problem with insertion point for ADJCALLSTACKDOWN. by Brian Gaeke · 21 years ago
  12. 5179e41 Update lists of failing unit tests. by Brian Gaeke · 21 years ago
  13. a990d94 If a function always returns a constant, replace all calls sites with that by Chris Lattner · 21 years ago
  14. 04fe747 Fix NotTest - round up extraStack to the nearest doubleword, if it is not zero. by Brian Gaeke · 21 years ago
  15. d878ecd Teach SROA how to promote an array index that is variable, if the dimension by Chris Lattner · 21 years ago
  16. b31a828 Update failing Benchmarks; point out that I'm skipping Shootout-C++. by Brian Gaeke · 21 years ago
  17. f5990ed Rearrange some code, no functionality changes. by Chris Lattner · 21 years ago
  18. 1c74581 Update expected UnitTests failures. by Brian Gaeke · 21 years ago
  19. 24b90c3 Rewrite outgoing arg handling to handle more weird corner cases. by Brian Gaeke · 21 years ago
  20. 54799c2 Support UndefValue emission. by Brian Gaeke · 21 years ago
  21. 4c989b6 Remove debugging code by Chris Lattner · 21 years ago
  22. 11a3d7b Argument promotion transforms functions to unconditionally load their by Chris Lattner · 21 years ago
  23. 4b2c09f Don't print unneeded labels by Chris Lattner · 21 years ago
  24. 4394d51 Hack around stupidity in GCC, fixing Burg with the CBE and by Chris Lattner · 21 years ago
  25. ce7cafa by Chris Lattner · 21 years ago
  26. 62f5a94 Add missing check by Chris Lattner · 21 years ago
  27. 44205ca Compile: by Chris Lattner · 21 years ago
  28. 50af16a Simplify handling of shifts to be the same as we do for adds. Add support by Chris Lattner · 21 years ago
  29. 65aedc1 Fold: by Chris Lattner · 21 years ago
  30. 0c3b390 Lazily create the abort message, so only translation units that use unwind by Chris Lattner · 21 years ago
  31. 9ecc046 Fix: CodeExtractor/2004-11-12-InvokeExtract.ll by Chris Lattner · 21 years ago
  32. 68c311a Fix a bug where the code extractor would get a bit confused handling invoke by Chris Lattner · 21 years ago
  33. 44c94b9 Simplify handling of constant initializers by Chris Lattner · 21 years ago
  34. 5c911ab Makefile for lib/Linker by Reid Spencer · 21 years ago
  35. 7f49602 This file originated in lib/VMCore/Linker.cpp but now lives in by Reid Spencer · 21 years ago
  36. c408c45 This file originated in tools/gccld/Linker.cpp but now lives in by Reid Spencer · 21 years ago
  37. 04252fe Make this build in release mode by Chris Lattner · 21 years ago
  38. d79c7b4 Actually, leave the check in. This prevents us from counting dead arguments by Chris Lattner · 21 years ago
  39. 3e062ea Fix bug: IPConstantProp/deadarg.ll by Chris Lattner · 21 years ago
  40. ff1529b Make IP Constant prop more aggressive about handling self recursive calls. by Chris Lattner · 21 years ago
  41. 546faca Correct the name of stosd for the AT&T syntax: by John Criswell · 21 years ago
  42. c890bfe Do not let dead constant expressions hanging off of functions prevent IPCP. by Chris Lattner · 21 years ago
  43. 4b82681 Fix isBytecodeFile to correctly recognized compressed bytecode too. by Reid Spencer · 21 years ago
  44. 9195f37 * Implement getStatusInfo for getting stat(2) like information by Reid Spencer · 21 years ago
  45. b581028 Recognize compressed LLVM bytecode files. by John Criswell · 21 years ago
  46. 580a116 Tune compression: by Reid Spencer · 21 years ago
  47. a8e4750 Change this back so that I get stable numbers to reflect the change from the by Chris Lattner · 21 years ago
  48. 52f20f8 Fix bug: 2004-11-08-FreeUseCrash.ll by Chris Lattner · 21 years ago
  49. 710d1ce * Convert tabs to spaces by Misha Brukman · 21 years ago
  50. 669b524 Output the program name (in this case, gccld) with warning about invalid files by Misha Brukman · 21 years ago
  51. a591457 Allow hbd to be bugpointable on darwin by fixing common and linkonce codegen by Nate Begeman · 21 years ago
  52. 336e56e Handle headers for compressed bytecode files by Misha Brukman · 21 years ago
  53. eda20f9 Don't silently ignore invalid files: tell the user! by Misha Brukman · 21 years ago
  54. ac6d485 Fix a bug that was preventing povray and namd from pool allocating correctly. by Chris Lattner · 21 years ago
  55. beacefa Handle assert_fail special by Chris Lattner · 21 years ago
  56. 01a42e4 Fix a typo: isvalid -> isValid by Reid Spencer · 21 years ago
  57. 676dee6 Put int the getReg cast optimization from x86 so that we generate fewer by Nate Begeman · 21 years ago
  58. 895eddf Implement ExecutionEngine::freeMachineCodeForFunction() by Misha Brukman · 21 years ago
  59. ae18963 VERY large functions that are only called from one place are not really by Chris Lattner · 21 years ago
  60. 075cdc6 Disable bogus cast elimination when the cast is used by a setcc instruction. by Nate Begeman · 21 years ago
  61. f0c977c * Comments & cleanup per CL code review. by Reid Spencer · 21 years ago
  62. 36eea80 Add comments per CL code review. by Reid Spencer · 21 years ago
  63. 83296f5 * Add comments and cleanup per CL code review by Reid Spencer · 21 years ago
  64. fb4863a Replace uses of llvm.org with llvm.cs.uiuc.edu by Misha Brukman · 21 years ago
  65. d8b8912 Consistently use llvm.cs.uiuc.edu instead of llvm.org by Misha Brukman · 21 years ago
  66. 2681801 Decompose* is V9 specific, make it internal by Chris Lattner · 21 years ago
  67. 00a4fe4 This is V9 specific, move it there. by Chris Lattner · 21 years ago
  68. 64a26c7 Move this file from lib/Transforms/Scalar by Chris Lattner · 21 years ago
  69. 17f52c5 Add support for compressed bytecode by Reid Spencer · 21 years ago
  70. 2bcfcbe Implement the GetBytecodeSymbols interface function to extract just the by Reid Spencer · 21 years ago
  71. cdb21a9 Makefile for the LLVMArchive library. by Reid Spencer · 21 years ago
  72. 362cbf0 First kinda/sorta working version of the Archive library. Reading is not by Reid Spencer · 21 years ago
  73. 07adb28 Stop propagating method names that violate the coding standard by Reid Spencer · 21 years ago
  74. e5cda8e Fix compilation problem; make the cast and the LHS be the same type. by John Criswell · 21 years ago
  75. 53fe2be Remove dead var by Chris Lattner · 21 years ago
  76. 141e3fd Quiet VC++ warnings by Chris Lattner · 21 years ago
  77. 41ffe4b Do not make i have bigger scope that we need by Chris Lattner · 21 years ago
  78. 183f2eb Remove dead vars by Chris Lattner · 21 years ago
  79. f158092 Fix some warnings on VC++ by Chris Lattner · 21 years ago
  80. 28dd2fc Thanks to sabre for pointing out that we were incorrectly codegen'ing by Nate Begeman · 21 years ago
  81. 6931fd6 Handle "call" operands of type long/ulong passed in registers. by Brian Gaeke · 21 years ago
  82. 82962de Don't call Constant::getNullValue when the argument could be VoidTy by Chris Lattner · 21 years ago
  83. da6122f Fix this function to not say that longs have 8-byte alignment on X86/PPC. by Chris Lattner · 21 years ago
  84. 80f0855 Added gross hacks such as creating my own def-use map, and picking on Instruction that I can add all my TmpInstructions to its MCFI. by Tanya Lattner · 21 years ago
  85. f1de30a Graphs that are part of equivalence sets can be multi-function SCC's by Chris Lattner · 21 years ago
  86. caa35bc Correctly handle new SCC's found as a result of merging EQ graphs do to by Chris Lattner · 21 years ago
  87. 033a7d5 Substantially cleanup/speedup the eq graphs pass by walking the callgraph by Chris Lattner · 21 years ago
  88. a62869b Fix a warning by Chris Lattner · 21 years ago
  89. 983baf4 Minor cleanups by Chris Lattner · 21 years ago
  90. d308f8a * Rearrange code slightly by Chris Lattner · 21 years ago
  91. 4457f7e Remove more dead methods by Chris Lattner · 21 years ago
  92. fcb7d95 Rename FoldedGraph -> DSInfo to be consistent with other passes by Chris Lattner · 21 years ago
  93. 77408b8 Get rid of the EquivClassGraphArgsInfo class, and the map that held it. by Chris Lattner · 21 years ago
  94. 7cc372b Add placeholder variable to make Win32 work, applied for Morten Ofstad by Chris Lattner · 21 years ago
  95. 68f9658 Eliminate the cloneGraph method by Chris Lattner · 21 years ago
  96. 7e54a01 Speed up the tail duplication pass on the testcase below from 68.2s to 1.23s: by Chris Lattner · 21 years ago
  97. bfd3e52 Do not compute the predecessor list for a block unless we need it. by Chris Lattner · 21 years ago
  98. 31d3f67 * Do not refer to ActualCallees in CBU, when we can do it locally. by Chris Lattner · 21 years ago
  99. 4bbf3df Simplify graph traversal, improve grammar by Chris Lattner · 21 years ago
  100. ab8544a Do not do horrible things to the CBU graphs. In particular, we do NOT own by Chris Lattner · 21 years ago