1. 3e3b6f7 Fix PR485, instead of emitting zero sized arrays, emit arrays of size 1. by Chris Lattner · 21 years ago
  2. 00e8930 Change the signatures of the destroyFile and destroyDirectory methods to by Reid Spencer · 21 years ago
  3. 24ac21f Remove the CFE's lib directory from the bytecode path because LLVM should by Reid Spencer · 21 years ago
  4. 835b694 Remove automatic insertion of CFE's lib directory into the bytecode path by Reid Spencer · 21 years ago
  5. 56998b2 Add a verifier assertion by Chris Lattner · 21 years ago
  6. fd4b3c4 Eliminate a virtual method call by Chris Lattner · 21 years ago
  7. 5226f6a Fix a bug in -no-aa that caused two DSGraph tests to XPASS. by Chris Lattner · 21 years ago
  8. 07f9f4e Fix a file overwrite bug in llvm-ar introduced by changes to by Reid Spencer · 21 years ago
  9. 68a9d3e Adjust to new interfaces by Chris Lattner · 21 years ago
  10. 0af024c Adjust to new alias analysis interfaces by Chris Lattner · 21 years ago
  11. 5b21034 Move virtual method call out of loop by Chris Lattner · 21 years ago
  12. 003485a Make Win32 TimeValue::toString() re-entrant and work with mingw by Jeff Cohen · 21 years ago
  13. ab68df0 Fix VC++ compilation errors by Jeff Cohen · 21 years ago
  14. cda985e For PR351: by Reid Spencer · 21 years ago
  15. c29befb For PR351: by Reid Spencer · 21 years ago
  16. 67f6d3a For PR351: by Reid Spencer · 21 years ago
  17. 0ce8580 Constant exprs are not efficiently negatable in practice. This disables by Chris Lattner · 21 years ago
  18. 3b0cc78 Add the getMagicNumber method. Patch contributed by Henrik Bach. Thanks Henrik! by Reid Spencer · 21 years ago
  19. 5761805 The mystery of Olden/tsp solved, and more opportunities for speedup. by Brian Gaeke · 21 years ago
  20. 6b260e2 Get rid of shifts by zero in most cases. by Brian Gaeke · 21 years ago
  21. 626e38e Implement Win32 Path::getStatusInfo(), TimeValue::toString() by Jeff Cohen · 21 years ago
  22. e2e2411 For PR351: Implement the new environment pointer for ExecuteAndWait by Reid Spencer · 21 years ago
  23. 44f6966 For PR351: by Reid Spencer · 21 years ago
  24. f6e5a25 Revert the last patch as it causes a static destruction ordering problem. by Reid Spencer · 21 years ago
  25. 51ab8ec For PR351: by Reid Spencer · 21 years ago
  26. 9665e8a For PR351: by Reid Spencer · 21 years ago
  27. 395fd59 When generating code for X86 targets, make sure the fp control word is set by Chris Lattner · 21 years ago
  28. 9d97547 Fix link error in PPC optimized build of 'opt'. by Brian Gaeke · 21 years ago
  29. 9b9e22a For PR351: by Reid Spencer · 21 years ago
  30. e171d5c Add some notes by Chris Lattner · 21 years ago
  31. 2356f86 For PR351: by Reid Spencer · 21 years ago
  32. de97b57 Get rid of getSizeOf, using ConstantExpr::getSizeOf instead. by Chris Lattner · 21 years ago
  33. 77cc91d For PR351: by Reid Spencer · 21 years ago
  34. fcdd82e Change this method to return ulong, not uint, for 64-bit targets. by Chris Lattner · 21 years ago
  35. 79fc924 Genericize implementation of GetDLLSuffix now that we have LTDL_SHLIB_EXT by Reid Spencer · 21 years ago
  36. 2923f34 For PR351: by Reid Spencer · 21 years ago
  37. 9153f8f For PR351: by Reid Spencer · 21 years ago
  38. c0354c9 Set the rounding mode for the X86 FPU to 64-bits instead of 80-bits. We by Chris Lattner · 21 years ago
  39. 9d88d1a For PR351: \ by Reid Spencer · 21 years ago
  40. 4af3da6 Get rid of some leaks found by VC leak detector. by Reid Spencer · 21 years ago
  41. b0e1887 Fix a bug where "." or any single character file name doesn't get the by Reid Spencer · 21 years ago
  42. 3d595cb Remove an always false clause from an if statement. by Reid Spencer · 21 years ago
  43. 07941b4 Fix a bug where directory names of length one or less where not set by Alkis Evlogimenos · 21 years ago
  44. 732f92d * Add a std::ostream inserter for sys::Path by Reid Spencer · 21 years ago
  45. 3265369 Fix recent breakage of win32 build by Jeff Cohen · 21 years ago
  46. 903f21d * Fix header block. by Reid Spencer · 21 years ago
  47. ff5f3ab Add missing space in a comment. by Reid Spencer · 21 years ago
  48. 518ec2e Make sure the Archive gets deleted if there's an error. by Reid Spencer · 21 years ago
  49. 04f5412 Fix header and function comments. by Reid Spencer · 21 years ago
  50. 6c4b7bd Implement new functions per new interface by Reid Spencer · 21 years ago
  51. 1b6b99b For PR351: \ by Reid Spencer · 21 years ago
  52. ccb23a1 For PR351: \ by Reid Spencer · 21 years ago
  53. de4cedc This file contains basic Linker facilities needed by all tools by Reid Spencer · 21 years ago
  54. 0ba9e21 Make LinkModules a static member function by Reid Spencer · 21 years ago
  55. 7a87ce0 This file contains only the Linker's library linking support by Reid Spencer · 21 years ago
  56. e84de29 For PR351: \ by Reid Spencer · 21 years ago
  57. 3ece639 This file contains only the Linker's file linking support by Reid Spencer · 21 years ago
  58. 7dde0e3 For PR351: \ by Reid Spencer · 21 years ago
  59. 663601c For PR351: \ by Reid Spencer · 21 years ago
  60. 5af4688 Implement error handling in OpenAndLoad* functions so the Linker can handle it. by Reid Spencer · 21 years ago
  61. 56c3ed8 Make the size() method const by Reid Spencer · 21 years ago
  62. d99eaa3 For PR351:Remove the file type checking methods (now in sys::Path) by Reid Spencer · 21 years ago
  63. a04d959 Add V8 SPEC status. by Brian Gaeke · 21 years ago
  64. 6b8efcd Change indentation of a whole bunch of code, no real changes here. by Chris Lattner · 21 years ago
  65. 387bc13 More substantial simplifications and speedups. This makes ADCE about 20% faster by Chris Lattner · 21 years ago
  66. 4635679 More minor microoptimizations by Chris Lattner · 21 years ago
  67. 4e51ccd Remove some more set operations by Chris Lattner · 21 years ago
  68. 188839a Reduce number of set operations. by Chris Lattner · 21 years ago
  69. 857e8cd Optimize div/rem + select combinations more. by Chris Lattner · 21 years ago
  70. 869f459 Fix Regression/CodeGen/PowerPC/2004-12-12-ZeroSizeCommon.ll, and all programs by Chris Lattner · 21 years ago
  71. 8363ad6 CSE calls to getTypeSize. by Chris Lattner · 21 years ago
  72. 38c2556 Properly implement copying of a global, fixing the 255.vortex & povray by Chris Lattner · 21 years ago
  73. fb851ab Simplify code and do not invalidate iterators. by Chris Lattner · 21 years ago
  74. 3ea78c4 Use the target triple to pick this target. by Chris Lattner · 21 years ago
  75. 367c137 Complete the list of MultiSource failures. by Brian Gaeke · 21 years ago
  76. 326f378 hbd should be working now. by Brian Gaeke · 21 years ago
  77. f731be0 Finally enable the setcc-branch folding code. by Brian Gaeke · 21 years ago
  78. 81cf150 Add (currently disabled) code for canFoldSetCC by Brian Gaeke · 21 years ago
  79. 077f1a8 Though the previous xform applies to literally dozens (hundreds?) of variables by Chris Lattner · 21 years ago
  80. 6a8c46c Add stubs for setcc-branch folding support. by Brian Gaeke · 21 years ago
  81. 96a86b2 If a variable can only hold two values, and is not already a bool, shrink it by Chris Lattner · 21 years ago
  82. a177c67 If one side of and/or is known to be 0/-1, it doesn't matter by Chris Lattner · 21 years ago
  83. 74be3a5 Print llvm code one function at a time. by Brian Gaeke · 21 years ago
  84. f23586c Check in the file I forgot last night, to solve all of the crashes in every by Chris Lattner · 21 years ago
  85. b3a86a6 JIT should print LLVM each function before selecting instructions for it. by Brian Gaeke · 21 years ago
  86. 707a27c Rename Path::get -> Path::toString by Reid Spencer · 21 years ago
  87. 2ffa47b Only cound if we actually made a change. by Chris Lattner · 21 years ago
  88. 284d1b8 The split bb is really the exit of the old function by Chris Lattner · 21 years ago
  89. dade2d2 Two bug fixes: by Chris Lattner · 21 years ago
  90. 864737b Do not delete the entry block to a function. by Chris Lattner · 21 years ago
  91. 56c5d73 Bools are *also* not ints. Sigh. Furthermore, most of the TargetMachine by Brian Gaeke · 21 years ago
  92. 4658ba1 Look for many more moves to fold (previously, we only by Brian Gaeke · 21 years ago
  93. 4f70b63 Make GEPs not suck so much: by Brian Gaeke · 21 years ago
  94. 9d6ffb4 Update lists of failing benchmarks, including info on which by Brian Gaeke · 21 years ago
  95. dd336d1 Implement Transforms/SCCP/ipsccp-gvar.ll, by tracking values stored to by Chris Lattner · 21 years ago
  96. 0417feb Fix a bug where we could delete dead invoke instructions with uses. by Chris Lattner · 21 years ago
  97. 1fce091 Path::get -> Path::toString by Reid Spencer · 21 years ago
  98. 5f9e8b4 Implement SCCP/ipsccp-conditional.ll, by totally deleting dead blocks. by Chris Lattner · 21 years ago
  99. fc6ac50 Fix SCCP/2004-12-10-UndefBranchBug.ll by Chris Lattner · 21 years ago
  100. 152f19a Make sure to link the target-triple as well, so it ends up in the .llvm.bc file by Chris Lattner · 21 years ago