1. da895d6 Fix spelling, patch contributed by Gabor Greif! by Chris Lattner · 19 years ago
  2. f8db8a0 Fix spelling, patch contributed by Gabor Greif by Chris Lattner · 19 years ago
  3. 47b72fb Fix misspellings, patch contributed by Gabor Greif! by Chris Lattner · 19 years ago
  4. e56509c Remove some stuff I checked in accidentally by Chris Lattner · 19 years ago
  5. 7192e50 DCE a dead function by Chris Lattner · 19 years ago
  6. eaa06bb Implement an isBytecodeArchive method to determine if an archive contains by Reid Spencer · 19 years ago
  7. 7ffc07d 1 + 100 + 51 == 152, not 52. by Chris Lattner · 19 years ago
  8. fe75292 A testcase that we miscompile, noticed from the demo page. by Chris Lattner · 19 years ago
  9. 803513b Fix a case where we incorrectly returned hasComputableLoopEvolution for by Chris Lattner · 19 years ago
  10. be54dcc remove extraneous cast by Chris Lattner · 19 years ago
  11. 2b6c4f5 make BB labels be exported for debuging, add fp negation optimization, further pecimise the FP instructions by Andrew Lenharth · 19 years ago
  12. 5a53c5d add an entry, add links to entries for demo page. by Chris Lattner · 19 years ago
  13. 6e84bd7 Handle null a bit more carefully. by Chris Lattner · 19 years ago
  14. 38b5788 Use DataInstall macro instead of INSTALL. by Reid Spencer · 19 years ago
  15. 837300a Remove a -C I forgot to remove earlier. by Reid Spencer · 19 years ago
  16. b80621f Don't try to strip bytecode files! by Reid Spencer · 19 years ago
  17. 151bbe4 The install program doesn't know how to strip bytecode files so install by Reid Spencer · 19 years ago
  18. 29fbdd7 For PR528: by Reid Spencer · 19 years ago
  19. 753b113 This instruction: X = gep null, ... by Chris Lattner · 19 years ago
  20. c068283 Adjust to changes needed to more easily support projects via the new by Reid Spencer · 19 years ago
  21. 421ec05 Update to reflect various changes in the autoconf directory. THe by Reid Spencer · 19 years ago
  22. bcb178f Remove auxilliary files that are now picked up from llvm/autoconf. This by Reid Spencer · 19 years ago
  23. 1a87ddc * Move all the "standard" configuration stuff to the start of the file by Reid Spencer · 19 years ago
  24. b2da650 Don't put generated files into CVS. by Reid Spencer · 19 years ago
  25. d7642c4 Fix a bug introduced by revision 1.187 of this file. by Chris Lattner · 19 years ago
  26. f20856d * Fix an output message by Reid Spencer · 19 years ago
  27. 0169475 fix Allocas. Really. I mean it this time. by Andrew Lenharth · 19 years ago
  28. 1807c1a Add a call to AC_CONFIG_COMMANDS to ensure that llvm_src is set properly by Reid Spencer · 19 years ago
  29. a8d9789 This macro cannot assume that the location of install-sh and mkinstalldirs by Reid Spencer · 19 years ago
  30. 018e77d Add a new macro for configuring projects, LLVM_CONFIG_PROJECT. This macro by Reid Spencer · 19 years ago
  31. aab1820 Fix some problems where the verifier would crash on invalid input instead of by Chris Lattner · 19 years ago
  32. 860598a Fix the other half of PR528 .. don't try to strip header files! by Reid Spencer · 19 years ago
  33. 623369a Implement Transforms/SimplifyCFG/switch_thread.ll by Chris Lattner · 19 years ago
  34. d802347 new testcase for a simple optimization that simplifycfg is about to do. by Chris Lattner · 19 years ago
  35. d1a3260 switch instructions only allow constantints for their values, be more specific. by Chris Lattner · 19 years ago
  36. 7e61823 use more specific cast. by Chris Lattner · 19 years ago
  37. 69331f5 add more checking by Chris Lattner · 19 years ago
  38. 83beacd Do not read free'd memory when printing an error message. by Chris Lattner · 19 years ago
  39. 4a0aaea For PR528: by Reid Spencer · 19 years ago
  40. ad993cb add a new method. by Chris Lattner · 19 years ago
  41. 00aaadf Only print out machine instructions before modulo scheduling if we are actually doing modulo scheduling! :) by Tanya Lattner · 19 years ago
  42. 9097060 add another testcase to make sure it gets turned into a switch (answer: yes it does) by Chris Lattner · 19 years ago
  43. 3a7118d Ah the problems you have to fix when you stray from the One True Way (TM) by Andrew Lenharth · 19 years ago
  44. 1f21ef1 make this more efficient. Scan up to 16 nodes, not the whole list. by Chris Lattner · 19 years ago
  45. 8daf056 new method by Chris Lattner · 19 years ago
  46. 977a395 Add new method. by Chris Lattner · 19 years ago
  47. 35f0aec Reduce the amount of searching this assertion does. On a testcase of mine, by Chris Lattner · 19 years ago
  48. 9b5b190 Fix a bugpoint crash that JeffC noticed, looking like this: by Chris Lattner · 19 years ago
  49. 572dd08 Silence some uninit variable warnings. by Chris Lattner · 19 years ago
  50. 01b4abd Fixed bug in findAllcircuits. Fixed branch addition to schedule. Added debug information. by Tanya Lattner · 19 years ago
  51. 6c2997f remove some more dead templates and a dead macro. by Chris Lattner · 19 years ago
  52. 7bc4702 oops by Andrew Lenharth · 19 years ago
  53. 13d0108 Remove use of bind_obj, deleter, and finegrainify namespacification. by Chris Lattner · 19 years ago
  54. cfa2f8e Remove use of bind_obj by Chris Lattner · 19 years ago
  55. 127a8a7 Remove a bunch of dead templates. by Chris Lattner · 19 years ago
  56. a08976b C++ is not a functional programming language. by Chris Lattner · 19 years ago
  57. 032f235 dynamic stack allocas by Andrew Lenharth · 19 years ago
  58. 84734ce Fix a bug in the 'store fpimm, ptr' -> 'store intimm, ptr' handling code. by Chris Lattner · 19 years ago
  59. 97f7735 no longer build as a shared library by Andrew Lenharth · 19 years ago
  60. c8118e1 add another plausible reason by Chris Lattner · 19 years ago
  61. 333f75d new testcase for PR523 by Chris Lattner · 19 years ago
  62. 290d229 Bug fixed. by Chris Lattner · 19 years ago
  63. c19ff5c New testcase for PR522. by Chris Lattner · 19 years ago
  64. 6943570 Fix problems running the HowToUseJIT on powerpc, and probably problems with by Chris Lattner · 19 years ago
  65. 45a1b26 Fix silly mistake. by Jeff Cohen · 19 years ago
  66. 875d08e Implement standard I/O redirection in ExecuteAndWait(). by Jeff Cohen · 19 years ago
  67. 97716a4 Add support for ".so" files compiled with LLVM which contain LLVM bytecode. by Chris Lattner · 19 years ago
  68. b9476d9 Eliminate silly warnings from the linker of the form: by Chris Lattner · 19 years ago
  69. d12b9b2 typeo by Chris Lattner · 19 years ago
  70. 3363e27 New entry. by Chris Lattner · 19 years ago
  71. 94f6ac7 Bug fixed. by Chris Lattner · 19 years ago
  72. e8dfeed Testcase for PR520 by Chris Lattner · 19 years ago
  73. 8e0de32 Adjust this test to pass after recent CFE changes. We now generate: by Chris Lattner · 19 years ago
  74. c1f90a9 Bug fixed. by Chris Lattner · 19 years ago
  75. 630f340 Make this testcase harder, to test the read case as well. by Chris Lattner · 19 years ago
  76. 9f95ab7 new testcase. by Chris Lattner · 19 years ago
  77. 23a1cf3 Change __MINGW to __MINGW32__. Patch submitted by Henrik Bach. by Jeff Cohen · 19 years ago
  78. a977c48 Fix a bug. by Chris Lattner · 19 years ago
  79. 18c5729 Quote the value of the PATH variable so that Cygwin and Windows can have by Reid Spencer · 19 years ago
  80. 13a2903 Allow dejagnu tests to run on Windows/Cygwin. Quote the value of the PATH by Reid Spencer · 19 years ago
  81. 5443af2 Adjust the help output so that it will fit cleanly within 80 columns. by Reid Spencer · 19 years ago
  82. 7e8a1d7 * llvmc does not have a -V switch by Misha Brukman · 19 years ago
  83. d79bcfd Make PreventCoreFiles() do the right thing on Windows. by Jeff Cohen · 19 years ago
  84. 600df45 Remove colloquialisms from the documentation. by Misha Brukman · 19 years ago
  85. 1fb623e Fix compilation errors with VS 2005, patch contributed by Aaron Gray. by Misha Brukman · 19 years ago
  86. d3f03e4 Fix compilation errors with VS 2005, patch by Aaron Gray. by Misha Brukman · 19 years ago
  87. d865861 Don't rely on doubles comparing identical to each other, which doesn't work by Chris Lattner · 19 years ago
  88. b29cb29 Map doubles from integers, not the double itself. by Chris Lattner · 19 years ago
  89. aa781b3 Don't sink argument loads into loops or other bad places. This disables folding of argument loads with instructions that are not in the entry block. by Chris Lattner · 19 years ago
  90. 1a84bd3 Do not mark obviously unreachable blocks live when processing PHI nodes, by Chris Lattner · 19 years ago
  91. ae02b72 New files, testing for a crash in ADCE compiling QT and a missed optimization. by Chris Lattner · 19 years ago
  92. 2352fec Scary typo that fixes Regression/Transforms/IndVarsSimplify/2005-02-17-TruncateExprCrash.ll by Chris Lattner · 19 years ago
  93. 491a1b8 new testcase for PR515 by Chris Lattner · 19 years ago
  94. 78ba11d Remove the "pax" program from the list of those needed to support LLVM. by Reid Spencer · 19 years ago
  95. 2804201 Fix installation of configuration files. by Reid Spencer · 19 years ago
  96. 1a9a69c * Don't flatten the directory hierarchy when installing headers by Reid Spencer · 19 years ago
  97. 2edabc0 Don't use pax for installing header files. Use the install program instead. by Reid Spencer · 19 years ago
  98. 170b217 Somehow tablegen.exe got moved... fix up tablegen invocations to match. by Jeff Cohen · 19 years ago
  99. e210279 Get bugpoint compiling with VC++ again, not that it works anyway. by Jeff Cohen · 19 years ago
  100. e5f7e65 Arg list already has program name in it. by Jeff Cohen · 19 years ago