1. b0e1887 Fix a bug where "." or any single character file name doesn't get the by Reid Spencer · 20 years ago
  2. 3d595cb Remove an always false clause from an if statement. by Reid Spencer · 20 years ago
  3. 07941b4 Fix a bug where directory names of length one or less where not set by Alkis Evlogimenos · 20 years ago
  4. b8e7df3 Use the new BYTECODE_DESTINATION to override the default bytecode install by Reid Spencer · 20 years ago
  5. 60edb3b More properly name bytecode_libdir cferuntime_libdir. This is only the by Reid Spencer · 20 years ago
  6. ab3690b Finish the implementation of the BYTECODE_DESTINATION feature for modules by Reid Spencer · 20 years ago
  7. 8f094f3 Implement a new feature, BYTECODE_DESTINATION, to allow a user makefile to by Reid Spencer · 20 years ago
  8. 732f92d * Add a std::ostream inserter for sys::Path by Reid Spencer · 20 years ago
  9. 3265369 Fix recent breakage of win32 build by Jeff Cohen · 20 years ago
  10. efd6bb3 Make sure the archive doesn't have to exist before we remove it. by Reid Spencer · 20 years ago
  11. 30f3256 Always remove bytecode archives so that path mismatches don't cause the by Reid Spencer · 20 years ago
  12. 903f21d * Fix header block. by Reid Spencer · 20 years ago
  13. ff5f3ab Add missing space in a comment. by Reid Spencer · 20 years ago
  14. 518ec2e Make sure the Archive gets deleted if there's an error. by Reid Spencer · 20 years ago
  15. 061e949 Remove commented out functions that have been replaced with lib/System by Reid Spencer · 20 years ago
  16. 04f5412 Fix header and function comments. by Reid Spencer · 20 years ago
  17. 6c4b7bd Implement new functions per new interface by Reid Spencer · 20 years ago
  18. 11db4b8 PR351: \ Use sys::Path not FileUtilities to check file types by Reid Spencer · 20 years ago
  19. c406413 Convert to use new Linker class interface by Reid Spencer · 20 years ago
  20. e487402 LinkModules is now in the Linker class by Reid Spencer · 20 years ago
  21. 1b6b99b For PR351: \ by Reid Spencer · 20 years ago
  22. ccb23a1 For PR351: \ by Reid Spencer · 20 years ago
  23. de4cedc This file contains basic Linker facilities needed by all tools by Reid Spencer · 20 years ago
  24. 0ba9e21 Make LinkModules a static member function by Reid Spencer · 20 years ago
  25. 7a87ce0 This file contains only the Linker's library linking support by Reid Spencer · 20 years ago
  26. e84de29 For PR351: \ by Reid Spencer · 20 years ago
  27. 3ece639 This file contains only the Linker's file linking support by Reid Spencer · 20 years ago
  28. 7dde0e3 For PR351: \ by Reid Spencer · 20 years ago
  29. 663601c For PR351: \ by Reid Spencer · 20 years ago
  30. 5af4688 Implement error handling in OpenAndLoad* functions so the Linker can handle it. by Reid Spencer · 20 years ago
  31. 56c3ed8 Make the size() method const by Reid Spencer · 20 years ago
  32. 3343be3 For PR351:\ by Reid Spencer · 20 years ago
  33. fa3b923 Add LLVMGCCDIR for path lookup by Reid Spencer · 20 years ago
  34. 37911af Make the OpenAndLoad functions have an ErrorMessage argument. by Reid Spencer · 20 years ago
  35. e5caf87 Completely rewrite the interface to be class based by Reid Spencer · 20 years ago
  36. e12d00d For PR351:\ by Reid Spencer · 20 years ago
  37. d99eaa3 For PR351:Remove the file type checking methods (now in sys::Path) by Reid Spencer · 20 years ago
  38. ca76740 Get LLVMGCCDIR into the #defines by Reid Spencer · 20 years ago
  39. a04d959 Add V8 SPEC status. by Brian Gaeke · 20 years ago
  40. 6b8efcd Change indentation of a whole bunch of code, no real changes here. by Chris Lattner · 20 years ago
  41. 387bc13 More substantial simplifications and speedups. This makes ADCE about 20% faster by Chris Lattner · 20 years ago
  42. 4635679 More minor microoptimizations by Chris Lattner · 20 years ago
  43. 4e51ccd Remove some more set operations by Chris Lattner · 20 years ago
  44. 188839a Reduce number of set operations. by Chris Lattner · 20 years ago
  45. 857e8cd Optimize div/rem + select combinations more. by Chris Lattner · 20 years ago
  46. cb8e9c9 Add testcases for simple things we can handle that occur now in vortex. by Chris Lattner · 20 years ago
  47. 60bdce6 Dejagnu doesn't work if you do TESTSUITE=.../ by Chris Lattner · 20 years ago
  48. 869f459 Fix Regression/CodeGen/PowerPC/2004-12-12-ZeroSizeCommon.ll, and all programs by Chris Lattner · 20 years ago
  49. 081da56 New testcase that the PPC backend miscompiles. It is emitting by Chris Lattner · 20 years ago
  50. 8363ad6 CSE calls to getTypeSize. by Chris Lattner · 20 years ago
  51. 38c2556 Properly implement copying of a global, fixing the 255.vortex & povray by Chris Lattner · 20 years ago
  52. fb851ab Simplify code and do not invalidate iterators. by Chris Lattner · 20 years ago
  53. 3ea78c4 Use the target triple to pick this target. by Chris Lattner · 20 years ago
  54. 9c33494 Get rid of subbullets for all of the "known problems" section. None of the by Chris Lattner · 20 years ago
  55. 367c137 Complete the list of MultiSource failures. by Brian Gaeke · 20 years ago
  56. bcfe1e2 Do not internalize a module if -link-as-library is passed. by Chris Lattner · 20 years ago
  57. 326f378 hbd should be working now. by Brian Gaeke · 20 years ago
  58. f731be0 Finally enable the setcc-branch folding code. by Brian Gaeke · 20 years ago
  59. 81cf150 Add (currently disabled) code for canFoldSetCC by Brian Gaeke · 20 years ago
  60. 077f1a8 Though the previous xform applies to literally dozens (hundreds?) of variables by Chris Lattner · 20 years ago
  61. 6a8c46c Add stubs for setcc-branch folding support. by Brian Gaeke · 20 years ago
  62. 96a86b2 If a variable can only hold two values, and is not already a bool, shrink it by Chris Lattner · 20 years ago
  63. ef07cc5 New testcase. Shrinking the variable to a bool allows instcombine to delete by Chris Lattner · 20 years ago
  64. a177c67 If one side of and/or is known to be 0/-1, it doesn't matter by Chris Lattner · 20 years ago
  65. e0e50db New testcase. If one side of and/or is known to be 0/-1, it doesn't matter by Chris Lattner · 20 years ago
  66. 74be3a5 Print llvm code one function at a time. by Brian Gaeke · 20 years ago
  67. f23586c Check in the file I forgot last night, to solve all of the crashes in every by Chris Lattner · 20 years ago
  68. b3a86a6 JIT should print LLVM each function before selecting instructions for it. by Brian Gaeke · 20 years ago
  69. 707a27c Rename Path::get -> Path::toString by Reid Spencer · 20 years ago
  70. 5df6895 Update test by Chris Lattner · 20 years ago
  71. 2ffa47b Only cound if we actually made a change. by Chris Lattner · 20 years ago
  72. 284d1b8 The split bb is really the exit of the old function by Chris Lattner · 20 years ago
  73. 3680e84 A little cleanup on this file. by Reid Spencer · 20 years ago
  74. 74d74cd New feature by Chris Lattner · 20 years ago
  75. dade2d2 Two bug fixes: by Chris Lattner · 20 years ago
  76. 864737b Do not delete the entry block to a function. by Chris Lattner · 20 years ago
  77. 56c5d73 Bools are *also* not ints. Sigh. Furthermore, most of the TargetMachine by Brian Gaeke · 20 years ago
  78. 4658ba1 Look for many more moves to fold (previously, we only by Brian Gaeke · 20 years ago
  79. 4f70b63 Make GEPs not suck so much: by Brian Gaeke · 20 years ago
  80. 9d6ffb4 Update lists of failing benchmarks, including info on which by Brian Gaeke · 20 years ago
  81. dd336d1 Implement Transforms/SCCP/ipsccp-gvar.ll, by tracking values stored to by Chris Lattner · 20 years ago
  82. 0982145 New testcase that ipsccp should handle. by Chris Lattner · 20 years ago
  83. 1bc1934 Fix some minor spellos and grammaros. by Reid Spencer · 20 years ago
  84. 96690a8 Revert the last patch. We really do need SimplyCFG. by Reid Spencer · 20 years ago
  85. 0417feb Fix a bug where we could delete dead invoke instructions with uses. by Chris Lattner · 20 years ago
  86. 1fce091 Path::get -> Path::toString by Reid Spencer · 20 years ago
  87. 357cf54 Remove this pass as its no longer needed. by Reid Spencer · 20 years ago
  88. c59e09e This pass is no longer needed. by Chris Lattner · 20 years ago
  89. 5f9e8b4 Implement SCCP/ipsccp-conditional.ll, by totally deleting dead blocks. by Chris Lattner · 20 years ago
  90. 9b07c66 New testcase by Chris Lattner · 20 years ago
  91. cb8cb8e Get rid of warning from flex. by Reid Spencer · 20 years ago
  92. fc6ac50 Fix SCCP/2004-12-10-UndefBranchBug.ll by Chris Lattner · 20 years ago
  93. bfaf88a Add missing accessor. by Chris Lattner · 20 years ago
  94. 152f19a Make sure to link the target-triple as well, so it ends up in the .llvm.bc file by Chris Lattner · 20 years ago
  95. 6e5fcf1 New testcase that SCCP miscompiles. Luckily this is extremely unlikely to by Chris Lattner · 20 years ago
  96. c2ef8cd Fix output for Flexing to not print full path of source. by Reid Spencer · 20 years ago
  97. 2480535 Check in the right test by Chris Lattner · 20 years ago
  98. 7613437 Fix Regression/Transforms/SimplifyCFG/2004-12-10-SimplifyCFGCrash.ll, by Chris Lattner · 20 years ago
  99. 16483e5 New testcase for a bug exposed by the ipsccp pass, causing dparser to fail by Chris Lattner · 20 years ago
  100. 0bce6ac Fix typo by Chris Lattner · 20 years ago