1. 98719d7 Fix N^2 algorithm by Chris Lattner · 22 years ago
  2. 12ba6fd Add old test by Chris Lattner · 22 years ago
  3. 927ce5d * Fix several comments by Chris Lattner · 22 years ago
  4. d572563 Fix tab infestation! by Chris Lattner · 22 years ago
  5. 9c34136 Expand API for updating live var info. by Chris Lattner · 22 years ago
  6. bbd5839 Simplify testcase a bit more by Chris Lattner · 22 years ago
  7. e22766c New testcase that crashes Jello by Chris Lattner · 22 years ago
  8. 56adf15 Make sure that globals are emitted AFTER the passmanager is set up for the JIT, by Chris Lattner · 22 years ago
  9. 82df8df Checkin old test by Chris Lattner · 22 years ago
  10. 1e8166a Add info about the LLVM_LIB_SEARCH_PATH envvar by Chris Lattner · 22 years ago
  11. 98abb52 Remove dead makefile code by Chris Lattner · 22 years ago
  12. 797209d Switch over to using the New CFE on Sparc by Chris Lattner · 22 years ago
  13. 5047688 * Remove dead hunk of makefile fragment for dealing with sun compiler by Chris Lattner · 22 years ago
  14. fb311eb Allow llx tests as well by Chris Lattner · 22 years ago
  15. 6e51bfa Fix a halfway done change to the nightly tester :( by Chris Lattner · 22 years ago
  16. 2e8be14 Get the nightly tester to detect other kind of testing problems by Chris Lattner · 22 years ago
  17. d7916e9 switch main LLI core execution to use an InstVisitor instead of a switch statement by Chris Lattner · 22 years ago
  18. 30ac0c0 Force overwriting the file if it already exists. by Chris Lattner · 22 years ago
  19. 8240c66 Update column info by Chris Lattner · 22 years ago
  20. 77113b6 Fix testcase: SingleSource/UnitTests/2003-05-02-DependantPHI.c by Chris Lattner · 22 years ago
  21. b450b20 Fixed comment. by Joel Stanley · 22 years ago
  22. fbe3ecd Update out of date comment by Chris Lattner · 22 years ago
  23. 806cebc Updates to match recent timer updates by Chris Lattner · 22 years ago
  24. f205fec Add a new info-output-file option (hidden from --help) which is to be used by by Chris Lattner · 22 years ago
  25. e0d8daa Enable the new C front-end for targets which define LLVMGCCARCH by Chris Lattner · 22 years ago
  26. 6d10765 Switch over to using the new C front-end by default. by Chris Lattner · 22 years ago
  27. 6125fdd Add support for function stubs, which allow calling functions which need to by Chris Lattner · 22 years ago
  28. 70bca51 Add new method to check to see if a global is available by Chris Lattner · 22 years ago
  29. 992ab56 This blank line has GOT to go. by Chris Lattner · 22 years ago
  30. e0e7217 Allow const functions by Chris Lattner · 22 years ago
  31. eccf8d0 Fix bug in last checkin by Chris Lattner · 22 years ago
  32. fd33fb8 Add methods for stub function generation by Chris Lattner · 22 years ago
  33. 1f25d88 Add new methods for stub generation by Chris Lattner · 22 years ago
  34. eb5a93b Minor speedup by avoiding callbacks to functions already generated by Chris Lattner · 22 years ago
  35. c309a76 Improve efficiency of JIT by having it use direct function calls instead of by Chris Lattner · 22 years ago
  36. 66a8494 assert early instead of late for unimplemented feature by Chris Lattner · 22 years ago
  37. b515f6d Add support for Add, Sub, And, Or, & Xor constant exprs by Chris Lattner · 22 years ago
  38. b167c3c Remvoe testcase that should never be implemented by Chris Lattner · 22 years ago
  39. 0746c28 New testcase by Chris Lattner · 22 years ago
  40. eca195e Add support for variable argument functions! by Chris Lattner · 22 years ago
  41. 18ac3c8 Add support for variable argument functions! by Chris Lattner · 22 years ago
  42. 374344c Implement varargs support for LLI! by Chris Lattner · 22 years ago
  43. f88b9a6 Add a pointersize/endianness safe load routine to match the store routine by Chris Lattner · 22 years ago
  44. da82ed5 A large number of simple changes: by Chris Lattner · 22 years ago
  45. cdf5178 Add support for recording arguments passed through the ... of a varargs function by Chris Lattner · 22 years ago
  46. a1a2097 va_start only takes on argument now. by Chris Lattner · 22 years ago
  47. 27aa094 llvm.va_start only takes on argument now by Chris Lattner · 22 years ago
  48. c29b125 Update information about the switch instruction by Chris Lattner · 22 years ago
  49. d9ad5b3 * Add information about LLVM intrinsics by Chris Lattner · 22 years ago
  50. dd035d1 Add more support for intrinsic functions and for varargs stuff by Chris Lattner · 22 years ago
  51. 6d95257 Test the whole range of varargs handling stuff by Chris Lattner · 22 years ago
  52. 4804824 Initial support for intrinsic functions by Chris Lattner · 22 years ago
  53. eea3543 Initial checkin for LLVM intrinsic functions by Chris Lattner · 22 years ago
  54. 1d16ec7 Handle va_arg instruction correctly by Chris Lattner · 22 years ago
  55. 8f77dae Add support for the new va_arg instruction by Chris Lattner · 22 years ago
  56. 97b315a Add support for the new VarArgInst instruction, reindent some stuff by Chris Lattner · 22 years ago
  57. fb892e5 Add new VarArgInst class for the va_arg instruction by Chris Lattner · 22 years ago
  58. c567567 Add support for new va_arg instruction by Chris Lattner · 22 years ago
  59. 92858ed New testcase by Chris Lattner · 22 years ago
  60. 8d8f20e Don't inline functions that take variable numbers of arguments! by Chris Lattner · 22 years ago
  61. 1b27cb7 Remove using decl by Chris Lattner · 22 years ago
  62. 7b13f56 Remove using declarations by Chris Lattner · 22 years ago
  63. fd6b30e Added the initial version of the TableGen description for the Sparc backend. by Misha Brukman · 22 years ago
  64. e7a7ab4 Fixed syntax error (in documentation!): missing parenthesis. by Misha Brukman · 22 years ago
  65. 700fd49 Grammar fix: `of course' is separated from the sentences by commas on both by Misha Brukman · 22 years ago
  66. b2abb5a Fix bug: Jello/2003-05-07-ArgumentTest.llx Also fixes yacr2/ks benchmarks by Chris Lattner · 22 years ago
  67. 761b471 New testcase for problem that is actually generic to all 32 bit LLI targets by Chris Lattner · 22 years ago
  68. 5cdfbad Add a vector to keep track of which registers are allocatable. Remove FIXMEs by Chris Lattner · 22 years ago
  69. 8a88563 Add comments, add a vector to keep track of which registers are allocatable by Chris Lattner · 22 years ago
  70. c248903 IMPLICIT_DEF was not the beautiful elegant solution I thought it was going by Chris Lattner · 22 years ago
  71. dff780f Re-add gross hack, it's still necessary. :( by Chris Lattner · 22 years ago
  72. 82a4d20 Remove hideously nasty hack by Chris Lattner · 22 years ago
  73. dbd7372 Emit pseudo instructions to indicate that some registers are live on entrance by Chris Lattner · 22 years ago
  74. 9dedbcc Don't have a cow with new pseudo instructions by Chris Lattner · 22 years ago
  75. eab4934 Add two new pseudo instructions by Chris Lattner · 22 years ago
  76. 8bde96f Add a new open project by Chris Lattner · 22 years ago
  77. 7c87e40 New testcase distilled from the fhourstones benchmark by Chris Lattner · 22 years ago
  78. fb46e3c Make sure to compiel the LowerSwitch tests by Chris Lattner · 22 years ago
  79. 6a4e634 Fix memory corruption problem by Chris Lattner · 22 years ago
  80. 15b55e2 Debug output should go to cerr, not cout, because that's where bytecode goes. by Misha Brukman · 22 years ago
  81. c472d7c New testcase by Chris Lattner · 22 years ago
  82. 84e6665 Fix bug: UnitTests/2003-05-02-DependantPHI.c Fix testcase MultiSource/Ptrdist-ks by Chris Lattner · 22 years ago
  83. 577385e Fix miscompilation in Fhourstones and bug: LICM/2003-05-02-LoadHoist.ll by Chris Lattner · 22 years ago
  84. bc8e9c6 Fix miscompilation found in Fhourstones by bugpoint by Chris Lattner · 22 years ago
  85. 1d06fbe It's 'separate'. The 'i.e.' is kinda nit-picking, but think of it this way: by Misha Brukman · 22 years ago
  86. f479be5 Make a comment more accurate by Chris Lattner · 22 years ago
  87. cc876a7 Add support for debugging miscompilations with the use of the JIT or CBE! by Chris Lattner · 22 years ago
  88. fb74224 Bugpoint is always verbose, eliminate option by Chris Lattner · 22 years ago
  89. edd8ce1 * Eliminate using decls by Chris Lattner · 22 years ago
  90. 25f088e Fix buggy tests by Chris Lattner · 22 years ago
  91. 48196b3 The Hyphenation-Adding Committee is now in session. by Misha Brukman · 22 years ago
  92. c8b2731 The Grammar Police is out on patrol. by Misha Brukman · 22 years ago
  93. 2d39909 Attempt to fix sumant's typesafety issue by Chris Lattner · 22 years ago
  94. e96fda3 Fix spelling by Chris Lattner · 22 years ago
  95. b589bf7 Fix a bug which occurred with empty basic blocks by Chris Lattner · 22 years ago
  96. 590607b Add an instcombine pass before levelraise by Chris Lattner · 22 years ago
  97. 20af322 Fix Bug: LowerSwitch/2003-05-01-PHIProblem.ll by Chris Lattner · 22 years ago
  98. 3d73c70 Reduce testcase a bit by Chris Lattner · 22 years ago
  99. 215f0b7 New testcase for the lowerswitch pass by Chris Lattner · 22 years ago
  100. f98358e Minor cleanup by Chris Lattner · 22 years ago