1. 3da59db For PR950: by Reid Spencer · 18 years ago
  2. 36699ca For PR950: by Reid Spencer · 18 years ago
  3. 3822ff5 For PR950: by Reid Spencer · 18 years ago
  4. 0a783f7 For PR950: Replace the REM instruction with UREM, SREM and FREM. by Reid Spencer · 18 years ago
  5. 1628cec For PR950: by Reid Spencer · 18 years ago
  6. 10b2711 change keyword to datalayout by Chris Lattner · 18 years ago
  7. cf7ff2b Add support for the new "target data" information in .ll files. This provides by Owen Anderson · 18 years ago
  8. bcb9770 Added some eye-candy for Subtarget type checking by Anton Korobeynikov · 18 years ago
  9. b74ed07 Adding dllimport, dllexport and external weak linkage types. by Anton Korobeynikov · 18 years ago
  10. 61c83e0 For PR797: by Reid Spencer · 18 years ago
  11. 515906d Add support for parsing csret by Chris Lattner · 18 years ago
  12. 4c94908 Parse shufflevector by Chris Lattner · 18 years ago
  13. 2fecc0f random lexer change to test the makefile updating stuff by Chris Lattner · 18 years ago
  14. aa2c853 Parse inline asm objects by Chris Lattner · 19 years ago
  15. 71cdba3 syntax change by Chris Lattner · 19 years ago
  16. ee45477 Add support for parsing global asm blocks by Chris Lattner · 19 years ago
  17. 2def1b3 Lexer and parser support for the insertelement operation. by Robert Bocchino · 19 years ago
  18. 9c62b56 Added lexer and parser support for the extractelement operation. by Robert Bocchino · 19 years ago
  19. b7d08a5 add a token by Chris Lattner · 19 years ago
  20. 14b0529 Add support alignment of allocation instructions. by Nate Begeman · 19 years ago
  21. 558bc88 core changes for varargs by Andrew Lenharth · 19 years ago
  22. 6184feb Give the asmparser the ability to parse strings. Patch contributed by by Chris Lattner · 19 years ago
  23. 5a2a382 * Convert tabs to spaces, fix code alignment by Misha Brukman · 19 years ago
  24. a8e8f16 parse new calling conv specifiers by Chris Lattner · 19 years ago
  25. c28ade4 lex tail by Chris Lattner · 19 years ago
  26. abc73b3 Remove support for 1.0 style varargs by Andrew Lenharth · 19 years ago
  27. a8101c1 Silence VS warnings. by Chris Lattner · 20 years ago
  28. d82ef51 Do not allow empty label names. by Alkis Evlogimenos · 20 years ago
  29. c6c9772 Implement test/Feature/escaped_label.ll by Chris Lattner · 20 years ago
  30. 16710e9 Parse undef and unreachable by Chris Lattner · 20 years ago
  31. 1c7b907 Okay, the list of link-time passes wasn't such a hot idea. Its prone to by Reid Spencer · 20 years ago
  32. e59eaf4 Add support for the link-time pass list to Modules. by Reid Spencer · 20 years ago
  33. 3cd2fe3 bug 263: Provide new tokens for target triples and dependent libraries. by Reid Spencer · 20 years ago
  34. e002694 Remove a gross and crufty "feature" that was never documented and doesn't work. by Chris Lattner · 20 years ago
  35. 77f4d86 Remove use of Type::TypeTy which is no longer defined. This change needed by Reid Spencer · 20 years ago
  36. a0846a3 Add support for dos-style files by Chris Lattner · 20 years ago
  37. 91ef460 Avoid TRUE and FALSE which apparently conflict with some macros on OSX by Chris Lattner · 20 years ago
  38. e151259 Hrm, we were leaking ~1M of garbage that valgrind never told us about because by Chris Lattner · 20 years ago
  39. 76f0ff3 Allow parsing select instruction and constant expr by Chris Lattner · 20 years ago
  40. a58e3a1 Change the 'exception' destination to the 'unwind' destination. We will always by Chris Lattner · 21 years ago
  41. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  42. 856ba76 Added LLVM copyright header. by John Criswell · 21 years ago
  43. 3b237fc Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruction::PHI" to be more consistent with the other instructions. by Chris Lattner · 21 years ago
  44. 99e7ab7 New revised variable argument handling support by Chris Lattner · 21 years ago
  45. 778fab2 Include <cctype> and <cstdlib> instead of <ctype.h> and "Config/stdlib.h". by Brian Gaeke · 21 years ago
  46. f797cab Accept 'weak' as a linkage type. For now, just turn it into linkonce linkage by Chris Lattner · 21 years ago
  47. 36143fc Add support for the unwind instruction by Chris Lattner · 21 years ago
  48. 15c9c03 Parse volatile loads/stores by Chris Lattner · 21 years ago
  49. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago
  50. f460048 Add support for a new zeroinitializer token which can be used to get rid of by Chris Lattner · 21 years ago
  51. 8f77dae Add support for the new va_arg instruction by Chris Lattner · 21 years ago
  52. 7a5a1f7 Use a union to cast int to fp by Chris Lattner · 21 years ago
  53. b9bcbb5 Allow information about the target to be specified in the .ll file by Chris Lattner · 21 years ago
  54. 3e8ba10 Allow hexadecimal integer constants to be used by Chris Lattner · 21 years ago
  55. 4ad02e7 Add new linkage types to support a real frontend by Chris Lattner · 21 years ago
  56. 08c0e6a The parser now accepts "external" global variables, in addition to the backwards by Chris Lattner · 22 years ago
  57. d78700d - Remove unused STRING token from lexer & parser by Chris Lattner · 22 years ago
  58. 699f1eb AsmParser turns 'not' instructions into 'xor' instructions now. by Chris Lattner · 22 years ago
  59. bcafcce GCC 3.1 changes by Chris Lattner · 22 years ago
  60. 9b02cc3 Allow open/closing curly braces instead of begin/end to define the body of a function by Chris Lattner · 22 years ago
  61. b55679d Add a better comment to explain what is going on. by Chris Lattner · 22 years ago
  62. 74dbc99 Remove debugging code accidentally checked in! by Chris Lattner · 22 years ago
  63. 275da86 by Chris Lattner · 22 years ago
  64. 4e4cae8 Lexer doesn't create typehandle gross stuff now, parser does. by Chris Lattner · 22 years ago
  65. 9a88d27 Allow hyphens in identifier names by Chris Lattner · 23 years ago
  66. dda7196 Implement support for internal methods by Chris Lattner · 23 years ago
  67. 1e2c614 Support floating point numbers in expodential form so that small numbers don't get truncated, which broke the health benchmark by Chris Lattner · 23 years ago
  68. 90ebc11 Negative FP constants... whodathunkit. by Chris Lattner · 23 years ago
  69. 42c9e77 Add support for And, XOR, and Or by Chris Lattner · 23 years ago
  70. 5efbbc2 Support the new Invoke instruction by Chris Lattner · 23 years ago
  71. df7306f * Add support for null as a constant by Chris Lattner · 23 years ago
  72. 1a1cb11 Implement constant pointers, and null specifically in the parser, bytecode writer, and by Chris Lattner · 23 years ago
  73. 1781aca Add support for global constants, and for initializers for constants by Chris Lattner · 23 years ago
  74. 70cc339 Implement global variable support by Chris Lattner · 23 years ago
  75. e1fe875 Add support for an opaque type by Chris Lattner · 23 years ago
  76. 93750fa * Enable the use of escaped literal strings by Chris Lattner · 23 years ago
  77. 8b81bf5 Add support for extern varargs methods & varargs method calls by Chris Lattner · 23 years ago
  78. e181564 Implement forward/external declarations for methods. Also, emit an error if a method by Chris Lattner · 23 years ago
  79. 3d52b2f Add support to the parser to recognize floating point constants by Chris Lattner · 23 years ago
  80. ab5ac6b Implementation of Store & GetElementPtr by Chris Lattner · 23 years ago
  81. 027dcc5 Implemented shl, shl, & load instructions by Chris Lattner · 23 years ago
  82. 71496b3 Moved Cast from being a Unary instruction to being an "Other" instruction by Chris Lattner · 23 years ago
  83. 0908309 Neg instruction removed. Cast instruction implemented. by Chris Lattner · 23 years ago
  84. 0095054 Initial revision by Chris Lattner · 23 years ago