1. 13d0108 Remove use of bind_obj, deleter, and finegrainify namespacification. by Chris Lattner · 20 years ago
  2. cfa2f8e Remove use of bind_obj by Chris Lattner · 20 years ago
  3. 127a8a7 Remove a bunch of dead templates. by Chris Lattner · 20 years ago
  4. a08976b C++ is not a functional programming language. by Chris Lattner · 20 years ago
  5. 032f235 dynamic stack allocas by Andrew Lenharth · 20 years ago
  6. 84734ce Fix a bug in the 'store fpimm, ptr' -> 'store intimm, ptr' handling code. by Chris Lattner · 20 years ago
  7. 97f7735 no longer build as a shared library by Andrew Lenharth · 20 years ago
  8. c8118e1 add another plausible reason by Chris Lattner · 20 years ago
  9. 333f75d new testcase for PR523 by Chris Lattner · 20 years ago
  10. 290d229 Bug fixed. by Chris Lattner · 20 years ago
  11. c19ff5c New testcase for PR522. by Chris Lattner · 20 years ago
  12. 6943570 Fix problems running the HowToUseJIT on powerpc, and probably problems with by Chris Lattner · 20 years ago
  13. 45a1b26 Fix silly mistake. by Jeff Cohen · 20 years ago
  14. 875d08e Implement standard I/O redirection in ExecuteAndWait(). by Jeff Cohen · 20 years ago
  15. 97716a4 Add support for ".so" files compiled with LLVM which contain LLVM bytecode. by Chris Lattner · 20 years ago
  16. b9476d9 Eliminate silly warnings from the linker of the form: by Chris Lattner · 20 years ago
  17. d12b9b2 typeo by Chris Lattner · 20 years ago
  18. 3363e27 New entry. by Chris Lattner · 20 years ago
  19. 94f6ac7 Bug fixed. by Chris Lattner · 20 years ago
  20. e8dfeed Testcase for PR520 by Chris Lattner · 20 years ago
  21. 8e0de32 Adjust this test to pass after recent CFE changes. We now generate: by Chris Lattner · 20 years ago
  22. c1f90a9 Bug fixed. by Chris Lattner · 20 years ago
  23. 630f340 Make this testcase harder, to test the read case as well. by Chris Lattner · 20 years ago
  24. 9f95ab7 new testcase. by Chris Lattner · 20 years ago
  25. 23a1cf3 Change __MINGW to __MINGW32__. Patch submitted by Henrik Bach. by Jeff Cohen · 20 years ago
  26. a977c48 Fix a bug. by Chris Lattner · 20 years ago
  27. 18c5729 Quote the value of the PATH variable so that Cygwin and Windows can have by Reid Spencer · 20 years ago
  28. 13a2903 Allow dejagnu tests to run on Windows/Cygwin. Quote the value of the PATH by Reid Spencer · 20 years ago
  29. 5443af2 Adjust the help output so that it will fit cleanly within 80 columns. by Reid Spencer · 20 years ago
  30. 7e8a1d7 * llvmc does not have a -V switch by Misha Brukman · 20 years ago
  31. d79bcfd Make PreventCoreFiles() do the right thing on Windows. by Jeff Cohen · 20 years ago
  32. 600df45 Remove colloquialisms from the documentation. by Misha Brukman · 20 years ago
  33. 1fb623e Fix compilation errors with VS 2005, patch contributed by Aaron Gray. by Misha Brukman · 20 years ago
  34. d3f03e4 Fix compilation errors with VS 2005, patch by Aaron Gray. by Misha Brukman · 20 years ago
  35. d865861 Don't rely on doubles comparing identical to each other, which doesn't work by Chris Lattner · 20 years ago
  36. b29cb29 Map doubles from integers, not the double itself. by Chris Lattner · 20 years ago
  37. 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 · 20 years ago
  38. 1a84bd3 Do not mark obviously unreachable blocks live when processing PHI nodes, by Chris Lattner · 20 years ago
  39. ae02b72 New files, testing for a crash in ADCE compiling QT and a missed optimization. by Chris Lattner · 20 years ago
  40. 2352fec Scary typo that fixes Regression/Transforms/IndVarsSimplify/2005-02-17-TruncateExprCrash.ll by Chris Lattner · 20 years ago
  41. 491a1b8 new testcase for PR515 by Chris Lattner · 20 years ago
  42. 78ba11d Remove the "pax" program from the list of those needed to support LLVM. by Reid Spencer · 20 years ago
  43. 2804201 Fix installation of configuration files. by Reid Spencer · 20 years ago
  44. 1a9a69c * Don't flatten the directory hierarchy when installing headers by Reid Spencer · 20 years ago
  45. 2edabc0 Don't use pax for installing header files. Use the install program instead. by Reid Spencer · 20 years ago
  46. 170b217 Somehow tablegen.exe got moved... fix up tablegen invocations to match. by Jeff Cohen · 21 years ago
  47. e210279 Get bugpoint compiling with VC++ again, not that it works anyway. by Jeff Cohen · 21 years ago
  48. e5f7e65 Arg list already has program name in it. by Jeff Cohen · 21 years ago
  49. db1680b Fixed node deletion bug. by Tanya Lattner · 21 years ago
  50. 2ee51cb Instead of doing a manual comparison loop, just use memcmp, thanks to JohnC by Chris Lattner · 21 years ago
  51. e4b6a86 Make this more efficient now that we know both files are the same length. by Chris Lattner · 21 years ago
  52. 1e1a99f Fix spelling by Misha Brukman · 21 years ago
  53. 45d5564 Adjust DiffFilesWithTolerance to help poor cygwin's mmap facility by by Reid Spencer · 21 years ago
  54. adf7577 add Alpha to llc by Andrew Lenharth · 21 years ago
  55. 7a823bd Fix a problem where the PPC backend lost track of the fact that it had by Chris Lattner · 21 years ago
  56. 7a0c775 Add a sanity check. by Chris Lattner · 21 years ago
  57. d672ab9 Add a new method to make it easy to update graphs. by Chris Lattner · 21 years ago
  58. 5ad907a Bug fixed by Chris Lattner · 21 years ago
  59. 8399e02 Fix volatile load/store of pointers. Consider this testcase: by Chris Lattner · 21 years ago
  60. 4a9dc29 Bug fixed. by Chris Lattner · 21 years ago
  61. 8d35817 New testcase for PR510. by Chris Lattner · 21 years ago
  62. a5d803e wow, interesting typo :) by Chris Lattner · 21 years ago
  63. 0a8794d execution tests shouldn't go here. This was killing the PPC nightly tester. by Chris Lattner · 21 years ago
  64. 9a8398e For PR496: by Reid Spencer · 21 years ago
  65. 0798056 Fix a bug in my previous change to this, which broke the build on sparcs. by Chris Lattner · 21 years ago
  66. 27e1921 Print GEP offsets as signed values instead of unsigned values. On X86, this by Chris Lattner · 21 years ago
  67. eb28797 A testcase that LLC produces illegal asm on for Prolangs-C/cdecl now. by Chris Lattner · 21 years ago
  68. 8a7980b Fix the second bug attached to PR504. by Chris Lattner · 21 years ago
  69. a92d12c Work around GCC PR19958, which causes programs to sometimes crash after by Chris Lattner · 21 years ago
  70. b70aaa6 Write out single characters as chars, not strings. by Misha Brukman · 21 years ago
  71. f54e9cb Bugs fixed by Chris Lattner · 21 years ago
  72. 9d30e22 Implement CodeGen/CBackend/2005-02-14-VolatileOperations.ll by Chris Lattner · 21 years ago
  73. ee6cfda new testcase by Chris Lattner · 21 years ago
  74. f1e6e84 Update makefile to use PROJ_* makefile variables intead of BUILD_* as by Reid Spencer · 21 years ago
  75. cf61b12 Update comments to reflect new variable names. Patch contributed by by Reid Spencer · 21 years ago
  76. e9b0a02 Give props to Andrew for the Alpha backend by Misha Brukman · 21 years ago
  77. 572af90 fix setcc on floats, fixes singlesource:pi, perhaps others by Andrew Lenharth · 21 years ago
  78. d2beaa6 new testcase for PR509 by Chris Lattner · 21 years ago
  79. 550c57c Fix the llvm bootstrap by Chris Lattner · 21 years ago
  80. 0c09e5f Move private helper function into the only .cpp file that uses it. by Chris Lattner · 21 years ago
  81. 45495c5 Move helper function here. by Chris Lattner · 21 years ago
  82. 7456e3c Conform to the documented interface by null terminating argument lists! by Chris Lattner · 21 years ago
  83. ed5fa58 Make sure to null terminate argument lists! by Chris Lattner · 21 years ago
  84. 946af52 If errno is zero strerror_r does not modify the buffer, leaving it unterminated. by Chris Lattner · 21 years ago
  85. 2e12c74 Add some updates by Chris Lattner · 21 years ago
  86. 8e64f15 SuSE 3.3.3 is also borken. by Chris Lattner · 21 years ago
  87. 8a1573f Do not replace ostream << Module*, only ostream << Module&. by Chris Lattner · 21 years ago
  88. a88155d Print the module, not the pointer. by Chris Lattner · 21 years ago
  89. 818827d Make the check for global variables the same as the one for functions. In by Reid Spencer · 21 years ago
  90. 1117bb0 Nuke blank line. by Chris Lattner · 21 years ago
  91. 12945ac Minor cleanup. No need to explicitly tell the compiler the template arguments. by Chris Lattner · 21 years ago
  92. b52f1c2 Make sure to clear the LazyFunctionLoadMap after we ParseAllFunctionBodies. by Chris Lattner · 21 years ago
  93. e5cea5e Do not put internal symbols into the symbol table. This shrinks the symbol by Chris Lattner · 21 years ago
  94. 004e19e Include local time on the web page for start/end times. by Chris Lattner · 21 years ago
  95. 50c301b Print something useful for gccld -v with an archive. by Chris Lattner · 21 years ago
  96. ef11c5e Fix PR506: by Reid Spencer · 21 years ago
  97. 4dc534c Correct the recursive PHI node handling routines in a way that CANNOT induce by Chris Lattner · 21 years ago
  98. afc0dc7 Add a new replaceSymbolicValuesWithConcrete method to the SCEV class, by Chris Lattner · 21 years ago
  99. 39bcf5b non-ieee arith crashes passes on alpha by Andrew Lenharth · 21 years ago
  100. 093f327 try to do better match for i32 adds by Andrew Lenharth · 21 years ago