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