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