1. 003485a Make Win32 TimeValue::toString() re-entrant and work with mingw by Jeff Cohen · 20 years ago
  2. ab68df0 Fix VC++ compilation errors by Jeff Cohen · 20 years ago
  3. 6af3d26 Don't put newlines in AC macros that can't handle them! by Reid Spencer · 20 years ago
  4. 175bf06 Change LLVMGCCDIR/bytecode-libs -> LLVMGCCDIR/lib by Reid Spencer · 20 years ago
  5. b50ae12 For PR351: by Reid Spencer · 20 years ago
  6. 9718298 For PR351: * Convert use of getUniqueFilename to sys::Path::makeUnique(); by Reid Spencer · 20 years ago
  7. cda985e For PR351: by Reid Spencer · 20 years ago
  8. c29befb For PR351: by Reid Spencer · 20 years ago
  9. 67f6d3a For PR351: by Reid Spencer · 20 years ago
  10. f9960f7 Add some system specific functions we use by Reid Spencer · 20 years ago
  11. f96eb57 Remove most references to LLVM_LIB_SEARCH_PATH. It now only exists in the by Reid Spencer · 20 years ago
  12. 18d3b98 Fix the default install directory of modules from / to $(libdir) ! by Reid Spencer · 20 years ago
  13. fed8a14 Use user time, not wall time, for optimizer time. by Chris Lattner · 20 years ago
  14. 201ddef Correct documentation to reflect the change in location of the CFE runtime by Reid Spencer · 20 years ago
  15. 0ce8580 Constant exprs are not efficiently negatable in practice. This disables by Chris Lattner · 20 years ago
  16. 3b0cc78 Add the getMagicNumber method. Patch contributed by Henrik Bach. Thanks Henrik! by Reid Spencer · 20 years ago
  17. 5761805 The mystery of Olden/tsp solved, and more opportunities for speedup. by Brian Gaeke · 20 years ago
  18. 6b260e2 Get rid of shifts by zero in most cases. by Brian Gaeke · 20 years ago
  19. 626e38e Implement Win32 Path::getStatusInfo(), TimeValue::toString() by Jeff Cohen · 20 years ago
  20. 6da1e0d For PR351: by Reid Spencer · 20 years ago
  21. e2e2411 For PR351: Implement the new environment pointer for ExecuteAndWait by Reid Spencer · 20 years ago
  22. 44f6966 For PR351: by Reid Spencer · 20 years ago
  23. a077c9a For PR351: by Reid Spencer · 20 years ago
  24. f6e5a25 Revert the last patch as it causes a static destruction ordering problem. by Reid Spencer · 20 years ago
  25. 93f8f55 For PR351: Adjust to interface change for FindExecutable. by Reid Spencer · 20 years ago
  26. 51ab8ec For PR351: by Reid Spencer · 20 years ago
  27. 9665e8a For PR351: by Reid Spencer · 20 years ago
  28. 1749a0c For PR351: by Reid Spencer · 20 years ago
  29. 90484fb For PR351: by Reid Spencer · 20 years ago
  30. 395fd59 When generating code for X86 targets, make sure the fp control word is set by Chris Lattner · 20 years ago
  31. f7d4f10 Minor cleanups by Misha Brukman · 20 years ago
  32. 9d97547 Fix link error in PPC optimized build of 'opt'. by Brian Gaeke · 20 years ago
  33. 9b9e22a For PR351: by Reid Spencer · 20 years ago
  34. e171d5c Add some notes by Chris Lattner · 20 years ago
  35. 2356f86 For PR351: by Reid Spencer · 20 years ago
  36. 319cdec For PR351: by Reid Spencer · 20 years ago
  37. de97b57 Get rid of getSizeOf, using ConstantExpr::getSizeOf instead. by Chris Lattner · 20 years ago
  38. 77cc91d For PR351: by Reid Spencer · 20 years ago
  39. fcdd82e Change this method to return ulong, not uint, for 64-bit targets. by Chris Lattner · 20 years ago
  40. 0adacc5 New testcase that crashes the V9 backend. by Chris Lattner · 20 years ago
  41. 79fc924 Genericize implementation of GetDLLSuffix now that we have LTDL_SHLIB_EXT by Reid Spencer · 20 years ago
  42. 2923f34 For PR351: by Reid Spencer · 20 years ago
  43. 9153f8f For PR351: by Reid Spencer · 20 years ago
  44. 20d793a Fix typo. by Alkis Evlogimenos · 20 years ago
  45. 1825e30 Fix this test by Chris Lattner · 20 years ago
  46. 7e80cd9 Add llvm tool variables. by Alkis Evlogimenos · 20 years ago
  47. 15653af For PR351: by Reid Spencer · 20 years ago
  48. c0354c9 Set the rounding mode for the X86 FPU to 64-bits instead of 80-bits. We by Chris Lattner · 20 years ago
  49. 05f7e79 Make the loop termination condition clear when building the set of items to by Reid Spencer · 20 years ago
  50. 2a3af75 For PR351: libLLVMSupport now depends on libLLVMSystem by Reid Spencer · 20 years ago
  51. 9d88d1a For PR351: \ by Reid Spencer · 20 years ago
  52. 4251ce4 Added a size_type typedef to LLVM containers to make Visual Studio shut up by Reid Spencer · 20 years ago
  53. 0982d08 Add a convenience function for clearing the two global areas. by Reid Spencer · 20 years ago
  54. 4af3da6 Get rid of some leaks found by VC leak detector. by Reid Spencer · 20 years ago
  55. 145f857 Minor syntactical change to make this a little easier to comprehend. by Reid Spencer · 20 years ago
  56. 12786d5 Make use of the new Path inserter function. by Reid Spencer · 20 years ago
  57. b0e1887 Fix a bug where "." or any single character file name doesn't get the by Reid Spencer · 20 years ago
  58. 3d595cb Remove an always false clause from an if statement. by Reid Spencer · 20 years ago
  59. 07941b4 Fix a bug where directory names of length one or less where not set by Alkis Evlogimenos · 20 years ago
  60. b8e7df3 Use the new BYTECODE_DESTINATION to override the default bytecode install by Reid Spencer · 20 years ago
  61. 60edb3b More properly name bytecode_libdir cferuntime_libdir. This is only the by Reid Spencer · 20 years ago
  62. ab3690b Finish the implementation of the BYTECODE_DESTINATION feature for modules by Reid Spencer · 20 years ago
  63. 8f094f3 Implement a new feature, BYTECODE_DESTINATION, to allow a user makefile to by Reid Spencer · 20 years ago
  64. 732f92d * Add a std::ostream inserter for sys::Path by Reid Spencer · 20 years ago
  65. 3265369 Fix recent breakage of win32 build by Jeff Cohen · 20 years ago
  66. efd6bb3 Make sure the archive doesn't have to exist before we remove it. by Reid Spencer · 20 years ago
  67. 30f3256 Always remove bytecode archives so that path mismatches don't cause the by Reid Spencer · 20 years ago
  68. 903f21d * Fix header block. by Reid Spencer · 20 years ago
  69. ff5f3ab Add missing space in a comment. by Reid Spencer · 20 years ago
  70. 518ec2e Make sure the Archive gets deleted if there's an error. by Reid Spencer · 20 years ago
  71. 061e949 Remove commented out functions that have been replaced with lib/System by Reid Spencer · 20 years ago
  72. 04f5412 Fix header and function comments. by Reid Spencer · 20 years ago
  73. 6c4b7bd Implement new functions per new interface by Reid Spencer · 20 years ago
  74. 11db4b8 PR351: \ Use sys::Path not FileUtilities to check file types by Reid Spencer · 20 years ago
  75. c406413 Convert to use new Linker class interface by Reid Spencer · 20 years ago
  76. e487402 LinkModules is now in the Linker class by Reid Spencer · 20 years ago
  77. 1b6b99b For PR351: \ by Reid Spencer · 20 years ago
  78. ccb23a1 For PR351: \ by Reid Spencer · 20 years ago
  79. de4cedc This file contains basic Linker facilities needed by all tools by Reid Spencer · 20 years ago
  80. 0ba9e21 Make LinkModules a static member function by Reid Spencer · 20 years ago
  81. 7a87ce0 This file contains only the Linker's library linking support by Reid Spencer · 20 years ago
  82. e84de29 For PR351: \ by Reid Spencer · 20 years ago
  83. 3ece639 This file contains only the Linker's file linking support by Reid Spencer · 20 years ago
  84. 7dde0e3 For PR351: \ by Reid Spencer · 20 years ago
  85. 663601c For PR351: \ by Reid Spencer · 20 years ago
  86. 5af4688 Implement error handling in OpenAndLoad* functions so the Linker can handle it. by Reid Spencer · 20 years ago
  87. 56c3ed8 Make the size() method const by Reid Spencer · 20 years ago
  88. 3343be3 For PR351:\ by Reid Spencer · 20 years ago
  89. fa3b923 Add LLVMGCCDIR for path lookup by Reid Spencer · 20 years ago
  90. 37911af Make the OpenAndLoad functions have an ErrorMessage argument. by Reid Spencer · 20 years ago
  91. e5caf87 Completely rewrite the interface to be class based by Reid Spencer · 20 years ago
  92. e12d00d For PR351:\ by Reid Spencer · 20 years ago
  93. d99eaa3 For PR351:Remove the file type checking methods (now in sys::Path) by Reid Spencer · 20 years ago
  94. ca76740 Get LLVMGCCDIR into the #defines by Reid Spencer · 20 years ago
  95. a04d959 Add V8 SPEC status. by Brian Gaeke · 20 years ago
  96. 6b8efcd Change indentation of a whole bunch of code, no real changes here. by Chris Lattner · 20 years ago
  97. 387bc13 More substantial simplifications and speedups. This makes ADCE about 20% faster by Chris Lattner · 20 years ago
  98. 4635679 More minor microoptimizations by Chris Lattner · 20 years ago
  99. 4e51ccd Remove some more set operations by Chris Lattner · 20 years ago
  100. 188839a Reduce number of set operations. by Chris Lattner · 20 years ago