1. 6956645 Make the asmwriter much more tolerant of errors (which are common when working by Chris Lattner · 20 years ago
  2. 389174b Columnized the compilation statistics for easier reading. by Reid Spencer · 20 years ago
  3. ff2c64c Fix the really bizarre stuff that happened last night in the tester by Chris Lattner · 20 years ago
  4. fc621e2 Made it possible for the printInfoComment method to invoke getSlot in by Reid Spencer · 20 years ago
  5. 6b5bd58 Fix for PR#366. We use getClassB() so that we can handle cast instructions by John Criswell · 20 years ago
  6. 457dd82 Implement InstCombine/select.ll:test15* by Chris Lattner · 20 years ago
  7. 9e28f18 More instcombine testcases by Chris Lattner · 20 years ago
  8. 525f228 Cleanup alignment of output. by Reid Spencer · 20 years ago
  9. 4502b37 Add some new fields for bytecode analysis. by Reid Spencer · 20 years ago
  10. edc3b58 Implement analysis output. Don't dump function details unless requested. by Reid Spencer · 20 years ago
  11. 649ee57 Implement some rudimentary analysis. by Reid Spencer · 20 years ago
  12. 0545b3e Clean up indentation of file body output. by Reid Spencer · 20 years ago
  13. a670c41 Move parsing details to Parser.cpp. by Reid Spencer · 20 years ago
  14. 926572c Bring some things out of header files that belong only in this file. by Reid Spencer · 20 years ago
  15. f523d06 Be more careful about the order we put stuff onto the worklist. This allow us to by Chris Lattner · 20 years ago
  16. 16ea43b New testcase that is important for the Java FE by Chris Lattner · 20 years ago
  17. 6269ded Cleaned up a dead header file to prevent duplicate definition warnings by Reid Spencer · 20 years ago
  18. 2be51ae Implement select.ll:test14* by Chris Lattner · 20 years ago
  19. 4561db2 New testcase for the instruction combiner that happen often in the Java FE by Chris Lattner · 20 years ago
  20. aab3aff Minor tweaks by Chris Lattner · 20 years ago
  21. 1a8c917 Regularize title of Regression Test section. Clean up some blank space. by Reid Spencer · 20 years ago
  22. 24738a7 Bug fixed by Chris Lattner · 20 years ago
  23. 2a50201 Workaround or a VS miscompilation bug by Chris Lattner · 20 years ago
  24. 97baedc I checked and no clients expect this to return null for unconditional branches by Chris Lattner · 20 years ago
  25. 47c31a8 Don't grab the condition of unconditional branches! This fixes PR363 by Chris Lattner · 20 years ago
  26. 8e6e7c9 Fix a minor bug in the map - since this pass adds a global symbol, it must be by Brian Gaeke · 20 years ago
  27. 0bbcd6b Add a forwarding method pop_front() that allows you to delete instructions by Brian Gaeke · 20 years ago
  28. 777a1cd Add a TmpInstruction ctor that doesn't take a MCFI. by Brian Gaeke · 20 years ago
  29. 10c508b Explicitly specify libtool tag "CXX" so that if you setenv CXX to something by Brian Gaeke · 20 years ago
  30. 82d5590 Fix a link error using VS8.0 by Chris Lattner · 20 years ago
  31. 85b0195 Apparently a particular vendor compiler uses the struct/class tag to MANGLE by Chris Lattner · 20 years ago
  32. ef39012 Fix case of doxygen directive `\p': it's lowercase. by Misha Brukman · 20 years ago
  33. f5d0af3 * Fix indentation of Regression Test Results by making sure the by Reid Spencer · 20 years ago
  34. 7c76d33 Put in a place holder for describing the differences in bytecode format by Reid Spencer · 20 years ago
  35. 624c543 Add a note about llvm-abcd, the Analysis of ByteCode Dumper by Reid Spencer · 20 years ago
  36. ea95551 Ooh, that fixed the annoying warning!! by Chris Lattner · 20 years ago
  37. 11eaf53 Bug fixed by Chris Lattner · 20 years ago
  38. 2917ca8 New testcase for PR355 by Chris Lattner · 20 years ago
  39. 72b08c9 Testcase for PR355 by Chris Lattner · 20 years ago
  40. c07c0df Add documentation to the TargetFrameInfo class, contributed by Vladimir Prus by Chris Lattner · 20 years ago
  41. 96684ef Clean up the documentation. by Reid Spencer · 20 years ago
  42. 381022b Clean up documentation and make it possible for the BytecodeAnalyzer to by Reid Spencer · 20 years ago
  43. 5e8868d Fix the bug that was preventing the parser from working on all bytecode by Reid Spencer · 20 years ago
  44. b7041b0 Make it #include Parser.h instead of AnalyzerInternals.h since it only by Reid Spencer · 20 years ago
  45. aee4f5b Adjust what's included to compensate for changes in Parser.h by Reid Spencer · 20 years ago
  46. 29dba0c Merged BytecodeHandler.h into Parser.h since the parser and the handler by Reid Spencer · 20 years ago
  47. 40416e4 Fix PR361. Dominance properties don't hold in unreachable code by Chris Lattner · 20 years ago
  48. 9919101 New testcase for PR361 by Chris Lattner · 20 years ago
  49. fa5fe7c Make all of this functionality work directly on win32. Properly conditionalize by Chris Lattner · 20 years ago
  50. b4db5f3 Implement getTimeRecord natively in Win32, properly conditionalize the by Chris Lattner · 20 years ago
  51. a822160 Eliminate more traces of the -c option by Chris Lattner · 20 years ago
  52. dac69c8 Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This tool by Reid Spencer · 20 years ago
  53. d662156 Added checks for mkstemp and getrusage. by John Criswell · 20 years ago
  54. c7ca32b Add some notes so I can throw away one of my many todo lists. by Chris Lattner · 20 years ago
  55. c70a509 Fix GCC warning by Chris Lattner · 20 years ago
  56. 9bf2a92 Fix GCC warnings by Chris Lattner · 20 years ago
  57. bdbcb8a Fix a few typos, spellos, grammaros. by Reid Spencer · 20 years ago
  58. c0a2af1 Add "work in progress" warning. by Reid Spencer · 20 years ago
  59. 8868e84 Include cerrno. by Alkis Evlogimenos · 20 years ago
  60. f0a3e6c Remove an unused variable. by Chris Lattner · 20 years ago
  61. 5df5a42 Macros are baaad. by Chris Lattner · 20 years ago
  62. 49b007b Don't #include <unistd.h> directly, go through the config files by Chris Lattner · 20 years ago
  63. 8e72749 Add missing #include by Chris Lattner · 20 years ago
  64. ed965e9 Work around VS bug by Chris Lattner · 20 years ago
  65. 96698a5 Warning foo by Chris Lattner · 20 years ago
  66. f878218 As much as I dislike doing this, it's the only fix for VC8.0 that I can come by Chris Lattner · 20 years ago
  67. e1cacce Remove unused var by Chris Lattner · 20 years ago
  68. 54e3e8f Squelch a warning by Chris Lattner · 20 years ago
  69. 20924bc Delete some unreachable code by Chris Lattner · 20 years ago
  70. 40c732c * No more CachedWriter::setStream() by Misha Brukman · 20 years ago
  71. acc9076 Revert ostream back to reference: the only user (llvm-tv) no longer needs it. by Misha Brukman · 20 years ago
  72. bc2de3c Add some constants for VC by Chris Lattner · 20 years ago
  73. e7c7761 Fix up some spacing & fix a typo in an assertion in cpValue2Value. by Brian Gaeke · 20 years ago
  74. d9a98de Ugh, apparently there is no common ground here. by Chris Lattner · 20 years ago
  75. 775b08d Fix a *really* dumb warning on VC by Chris Lattner · 20 years ago
  76. 43714d1 Fix more warnings by Chris Lattner · 20 years ago
  77. fb04197 Remove support for printing strings from the cached writer by Chris Lattner · 20 years ago
  78. 24527fd Don't send random junk to CachedWriter's. Also remove a cast that could be by Chris Lattner · 20 years ago
  79. 63d64a8 GCC doesn't like prefix form of cast with two identifiers I guess. by Chris Lattner · 20 years ago
  80. 071f2f1 Squish a warning by Chris Lattner · 20 years ago
  81. c285da7 Silence a warning by Chris Lattner · 20 years ago
  82. 745feac Add ssize_t for VC++ by Chris Lattner · 20 years ago
  83. 5811862 <io.h> provides read/write/open/... by Chris Lattner · 20 years ago
  84. a833fca Visual C has something resembling a stat function, but it doesn't provide S_ISREG by Chris Lattner · 20 years ago
  85. 44eaf9b Make this work on VC++, pull the HAVE_ALLOCA_H case out instead of duplicating by Chris Lattner · 20 years ago
  86. d1e89d6 Add more needed typedefs by Chris Lattner · 20 years ago
  87. 2908ca7 Add explicit casts to silence warnings. There is no need to use snprintf here. by Chris Lattner · 20 years ago
  88. 6549b82 Make this work with VC++ by Chris Lattner · 20 years ago
  89. 4f02562 Fix a nasty bug that caused areAliases to always return false. by Chris Lattner · 20 years ago
  90. bebdb20 Emit a more sensible error message if no subclasses of Target are defined. by Misha Brukman · 20 years ago
  91. a7afa37 Clarify documentation and use correct doxygen comment form /// vs. // . by Misha Brukman · 20 years ago
  92. 0ccf549 Fix extraneous tag by Chris Lattner · 20 years ago
  93. 00f19b62 New doc by Chris Lattner · 20 years ago
  94. ec94f80 Fix PR356: [doc] lib/Target/X86/README.txt needs update by Chris Lattner · 20 years ago
  95. 994d7ae This file is obsolete by Chris Lattner · 20 years ago
  96. 8566854 Honor DISABLE_CBE, etc., even when doing the "running tests" (i.e., Olden) by Brian Gaeke · 20 years ago
  97. 4fcfaa5 Fix broken internal link; add stub for missing subsection. by Misha Brukman · 20 years ago
  98. 179bf4b Fix broken internal link. by Misha Brukman · 20 years ago
  99. d15516e GCSE has suddenly become a struct, not a class; fix broken link. by Misha Brukman · 20 years ago
  100. 31ca1de Fix more broken links as a result of the llvm namespace. by Misha Brukman · 20 years ago