1. 24eefd3 Add in the running LOC chart by Chris Lattner · 21 years ago
  2. c88a4ea no really, implement it! by Chris Lattner · 21 years ago
  3. 1ddb6b6 Add new cleandeps target, to allow easy cleaning out of .d files by Chris Lattner · 21 years ago
  4. 74cf819 Add support for casting any pointer to any integer type by Chris Lattner · 21 years ago
  5. 8164d65 Fix linking bug in xboard by Chris Lattner · 21 years ago
  6. 72af6b8 Add support for the sig(set|long)jmp intrinsics by Chris Lattner · 21 years ago
  7. 95881ec New testcase, distilled from ed-0.2 by Chris Lattner · 21 years ago
  8. 8169cf8 Add intrinsics for the llvm.sig(set|long)jmp functions by Chris Lattner · 21 years ago
  9. f5a6ab9 Wrap line at 80 columns Fix bogus failures by Chris Lattner · 21 years ago
  10. 5560c9d Spell `necessary' correctly. by Misha Brukman · 21 years ago
  11. 00d7af6 Fix minor bugs in the tester by Chris Lattner · 21 years ago
  12. bf6a4dc * Split the programs table into MultiSource and SingleSource components by Chris Lattner · 21 years ago
  13. e928d7d The CBE output is compiled at -O2 by Chris Lattner · 21 years ago
  14. b1adab7 Add docs for new column, native tests now run with -O2 by Chris Lattner · 21 years ago
  15. c7e07aa New testcase distilled from GNU Go by Chris Lattner · 21 years ago
  16. 57c6941 Give correct command line for making a shared object by Chris Lattner · 21 years ago
  17. 7540565 Fix ABI issue: Longs really do need to be only 4 byte aligned on X86. by Chris Lattner · 21 years ago
  18. 57e5a70 Make sure that "newmain" gets names for its arguments by Chris Lattner · 21 years ago
  19. e533cef Fix message by Chris Lattner · 21 years ago
  20. 169db9d Fix the bug that broke the nightly tester in McCat/18-imp last night. :( by Chris Lattner · 21 years ago
  21. e2ce618 Make the check for a failed test run more robust!! by Chris Lattner · 21 years ago
  22. 10b1f5a Implement folding of switch instructions. by Chris Lattner · 21 years ago
  23. 09864a1 New testcase to ensure that switch folding happens correctly by Chris Lattner · 21 years ago
  24. 694e37f Fix bug: SimplifyCFG/2003-08-17-BranchFoldOrdering.ll by Chris Lattner · 21 years ago
  25. f0cd835 New testcase by Chris Lattner · 21 years ago
  26. 342a9d1 The fixme is irrelevant: if that happens, the LLVM bytecode is malformed. by Chris Lattner · 21 years ago
  27. 128cf79 New testcase by Chris Lattner · 21 years ago
  28. 5b007e2 This really isn't the gcc library! by Chris Lattner · 21 years ago
  29. 128c2aa Fix bug: Jello/2003-08-15-AllocaAssertion.ll by Chris Lattner · 21 years ago
  30. 7dd46b0 Fix bug: LoopPreheaders/2003-08-15-PreheadersFail.ll by Chris Lattner · 21 years ago
  31. fd80ff5 No need to print in the testcase by Chris Lattner · 21 years ago
  32. 77d2f51 Rename -emitmaps to -enable-maps by Brian Gaeke · 21 years ago
  33. bdfb1d8 `execve_test' is not part of LLEE. by Misha Brukman · 21 years ago
  34. 593ece0 A lot of changes were suggested by Chris. by Misha Brukman · 21 years ago
  35. a1ee42a new testcase narrowed down from xboard by Chris Lattner · 21 years ago
  36. f2d4916 New testcase identified by misha, distilled from the 'ls' program by Chris Lattner · 21 years ago
  37. 53b99a0 Fix typo in comment by Brian Gaeke · 21 years ago
  38. c48ef2a lib/Support/CommandLine.cpp: by Brian Gaeke · 21 years ago
  39. b60fe77 hash_map and hash_set: by Misha Brukman · 21 years ago
  40. b7dc2b9 Remove extraneous ;'s, no functional changes by Chris Lattner · 21 years ago
  41. 0137afa * Match the column names in the report by Misha Brukman · 21 years ago
  42. d2dfc96 Now that the JIT memory manager allocates as many bytes as necessary rather than by Misha Brukman · 21 years ago
  43. 53523e5 Reordered includes to be consistent with the LLVM style. by Misha Brukman · 21 years ago
  44. 4050f7f Document new column, remove X86 specific stuff by Chris Lattner · 21 years ago
  45. 15d1d57 Fix register and parameter numbers in saving double FP registers. by Misha Brukman · 21 years ago
  46. 9a86a01 Add llvm tools to path of LLVMGCC by Chris Lattner · 21 years ago
  47. 960ff04 Remove extraneous #include by Chris Lattner · 21 years ago
  48. e3561c2 Remove uses of the NonCopyable class, to make the doxygen output look better by Chris Lattner · 21 years ago
  49. ad6ba3e Revert my last (accidental) checkin, but keep the typeo fix by Chris Lattner · 21 years ago
  50. 80df463 rename selection library to selectiondag by Chris Lattner · 21 years ago
  51. 79ba7c1 rename selection directory and library to SelectionDAG by Chris Lattner · 21 years ago
  52. 52cc7e2 build the new runtime directory by Chris Lattner · 21 years ago
  53. 7dc97ff Add a bunch of new node types, etc by Chris Lattner · 21 years ago
  54. f4f5f8b Add support for basic blocks, unary/binary unspecs, conditional branches, ... by Chris Lattner · 21 years ago
  55. f3c274d Adjust to new API, add expandCall stub by Chris Lattner · 21 years ago
  56. 51970b2 Add support for unconditional branches and for emitting JE instructions by Chris Lattner · 21 years ago
  57. c7df109 Ignore dummy register classes by Chris Lattner · 21 years ago
  58. b6ef5c8 Add a bunch of new node types, including a new Void dummy register class by Chris Lattner · 21 years ago
  59. 673537e Add support for nodes with void arguments, like chain nodes by Chris Lattner · 21 years ago
  60. af06a08 Make sure to create the directory before we cram a .bc file into it by Chris Lattner · 21 years ago
  61. d11df3c Adjust level, build things in parallel by Chris Lattner · 21 years ago
  62. 9d6cb9b initial checkin, adjust LEVEL by Chris Lattner · 21 years ago
  63. 1641df4 Initial checkin of README by Chris Lattner · 21 years ago
  64. 443ea94 Initial checkin of runtime/GCCLibraries makefile by Chris Lattner · 21 years ago
  65. edaca0c Update readme by Chris Lattner · 21 years ago
  66. da86e6c Convert libraries into the BYTECODE_LIBRARY style by Chris Lattner · 21 years ago
  67. 6defc76 Disable this library for now by Chris Lattner · 21 years ago
  68. 9575a18 Some of this gets hoisted up to Makefile.common by Chris Lattner · 21 years ago
  69. 481cc7c Implement BYTECODE_LIBRARY support by Chris Lattner · 21 years ago
  70. fad4929 * Must save FP registers when calling CompilationCallback(), because FP by Misha Brukman · 21 years ago
  71. 20968a2 Remove extraneous cl:: namespace qualifiers by Chris Lattner · 21 years ago
  72. 06b06c5 Add support for reading command line arguments from an environment variable. by Brian Gaeke · 21 years ago
  73. 95cc1b3 Simplifications to Makefile.common, remove support for Purify since it was by Chris Lattner · 21 years ago
  74. 1679e82 Disable this support stuff, it doesn't work under linux anyway by Chris Lattner · 21 years ago
  75. 891bd82 Improvement to the previous fix: branch following a delay slot of by Vikram S. Adve · 21 years ago
  76. 2925592 Stop annoying warnings about mismatched types with the argument of a free by Chris Lattner · 21 years ago
  77. 1b9ddd5 I just moved papi to a new directory by Chris Lattner · 21 years ago
  78. 688506d Implement a _REAL_ memory manager for the code generated by the JIT. This by Chris Lattner · 21 years ago
  79. c3fe45b Using `std::remove' requires `cstdio.h'. by Misha Brukman · 21 years ago
  80. 8e9554a * Enable SPEC testing in the `configure' script command line by Misha Brukman · 21 years ago
  81. 640b928 Since we now have TableGen editing modes for VIM and (X)Emacs, we no longer need by Misha Brukman · 21 years ago
  82. a8e40f5 Restore 'nice name' to pass by Chris Lattner · 21 years ago
  83. bf3c4cf Factory methods for function passes now return type FunctionPass *. by Brian Gaeke · 21 years ago
  84. 1d3fa21 Add new method to FunctionPassManager to add ImmutablePasses. by Brian Gaeke · 21 years ago
  85. e69f727 Unbreak SPARC backend: addPassesToJITCompile and by Brian Gaeke · 21 years ago
  86. 277aad2 Factory methods for function passes now return type FunctionPass *. by Brian Gaeke · 21 years ago
  87. d7d6bbe Unbreak SPARC backend: addPassesToJITCompile and by Brian Gaeke · 21 years ago
  88. 0118995 Dramatically simplify how -time-passes works. by Chris Lattner · 21 years ago
  89. 6ad9076 Using std::string requires `#include <string>', says gcc-2.95.3. by Misha Brukman · 21 years ago
  90. 250d91b Fix FIXME by removing FIXME by Chris Lattner · 21 years ago
  91. a4ca41e This file uses stable_sort by Chris Lattner · 21 years ago
  92. eb320c6 I must have missed these when eliminating the cast to bool cannonicalizations by Chris Lattner · 21 years ago
  93. aa9c1f1 Implement instcombine optimizations: by Chris Lattner · 21 years ago
  94. b5dbd9a Add some more tests for: (A <setcc1> B) logicalop (A <setcc2> B) by Chris Lattner · 21 years ago
  95. 3e3c805 X86 static backend: smacked Function at a time: smacked by Brian Gaeke · 21 years ago
  96. 564a727 Generalize some of the add tests to allow for reassociation to take place by Chris Lattner · 21 years ago
  97. d2ae239 Add some tests for difficult reassociation cases by Chris Lattner · 21 years ago
  98. 19df387 Factory methods for FunctionPasses now return type FunctionPass *. by Brian Gaeke · 21 years ago
  99. fb0ef2e Deconstify parameter to getPointerToFunction(). by Brian Gaeke · 21 years ago
  100. 8844a0b addPassesToJITCompile and addPassesToEmitMachineCode now take a by Brian Gaeke · 21 years ago