1. b4fdfdb Permit icmp and fcmp to have packed operands. by Reid Spencer · 19 years ago
  2. 98b3c5c Implement checking for unresolved types in the argument types and result by Reid Spencer · 19 years ago
  3. e03969f Remove an extra semi-colon. by Reid Spencer · 19 years ago
  4. 71305d7 Add a missing colon. Noticed by Jeff Cohen. by Reid Spencer · 19 years ago
  5. e1553cc For PR950: by Reid Spencer · 19 years ago
  6. b951bc0 For PR950: by Reid Spencer · 19 years ago
  7. e4d87aa For PR950: by Reid Spencer · 19 years ago
  8. 9ffad0a Allow negative constants for unsigned integers and unsigned constants by Reid Spencer · 19 years ago
  9. 38ecbf1 Packed Structures by Andrew Lenharth · 19 years ago
  10. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  11. af861f1 Remove dead var NewVarArgs. by Reid Spencer · 19 years ago
  12. b775bbc Dump the old va_arg and va_next upgrade support. No need to keep track of by Reid Spencer · 19 years ago
  13. c6e956e Remove various old upgrade hacks that are no longer needed. by Reid Spencer · 19 years ago
  14. 763ed5e For PR950: For ICmp and FCmp constant expressions, put the predicate outiside the parentheses to match what llvm-upgrade generates. by Reid Spencer · 19 years ago
  15. 9b16303 Remove useless #include. by Reid Spencer · 19 years ago
  16. 9f746f4 Shorten the FCmp and ICmp mnemonics to 3 letters. Make the parser by Reid Spencer · 19 years ago
  17. 08de34b Remove backwards compatibility goop. Now implemented in llvm-upgrade. by Reid Spencer · 19 years ago
  18. 78ee7b7 Introducing external weak linkage. Darwin codegen should be added later. by Anton Korobeynikov · 19 years ago
  19. 3e3bcbf Removed #include <iostream> and used llvm streams by Bill Wendling · 19 years ago
  20. b78b908 Implement signedness caching for values, value lists, constants and by Reid Spencer · 19 years ago
  21. 3da59db For PR950: by Reid Spencer · 19 years ago
  22. 36699ca For PR950: by Reid Spencer · 19 years ago
  23. b39a55a Initialize some pointers to quiet the compiler (when doing build_gcc builds). by Bill Wendling · 19 years ago
  24. 3822ff5 For PR950: by Reid Spencer · 19 years ago
  25. 3903369 Fix a bug noticed by Emil Mikulic. by Chris Lattner · 19 years ago
  26. 0a783f7 For PR950: Replace the REM instruction with UREM, SREM and FREM. by Reid Spencer · 19 years ago
  27. 1628cec For PR950: by Reid Spencer · 19 years ago
  28. 2f6a8b1 Removed extraneous semi-colon; this was prevening the grammar file from by John Criswell · 19 years ago
  29. fd6131b Remove unneeded CHECK_FOR_ERROR invocations. by Reid Spencer · 19 years ago
  30. 10b2711 change keyword to datalayout by Chris Lattner · 19 years ago
  31. b83eb64 For PR950: by Reid Spencer · 19 years ago
  32. cf7ff2b Add support for the new "target data" information in .ll files. This provides by Owen Anderson · 19 years ago
  33. 9e76ce9 Produce a useful error message for Regression/Verifier/2006-10-15-AddrLabel.ll by Chris Lattner · 19 years ago
  34. f63697d Fix PR886: by Reid Spencer · 19 years ago
  35. 47811b7 by Chris Lattner · 19 years ago
  36. 5b7e753 Fix PR902: by Reid Spencer · 19 years ago
  37. bcb9770 Added some eye-candy for Subtarget type checking by Anton Korobeynikov · 19 years ago
  38. 93c2b37 Small fixes for supporting dll* linkage types by Anton Korobeynikov · 19 years ago
  39. b74ed07 Adding dllimport, dllexport and external weak linkage types. by Anton Korobeynikov · 19 years ago
  40. 703e92f trivial optimization by Chris Lattner · 19 years ago
  41. e4f4759 Add a comment about the mechanisms used to rid AsmParser of exceptions. by Reid Spencer · 19 years ago
  42. 61c83e0 For PR797: by Reid Spencer · 19 years ago
  43. fd20c0a Fix grammar in a comment. by Reid Spencer · 19 years ago
  44. 515906d Add support for parsing csret by Chris Lattner · 19 years ago
  45. 2d7349a Use isValidOperands instead of duplicating or eliding checks. by Chris Lattner · 19 years ago
  46. ca73cd8 Add insertelement and shufflevector constantexpr support by Chris Lattner · 19 years ago
  47. 4c94908 Parse shufflevector by Chris Lattner · 19 years ago
  48. 7d5c1e1 Don't use invalidated iterators! by Chris Lattner · 19 years ago
  49. aa2c853 Parse inline asm objects by Chris Lattner · 20 years ago
  50. 6631601 Rename method by Chris Lattner · 20 years ago
  51. 71cdba3 syntax change by Chris Lattner · 20 years ago
  52. ee45477 Add support for parsing global asm blocks by Chris Lattner · 20 years ago
  53. e812fb2 Make sure intrinsic auto-upgrade is invoked correctly. by Reid Spencer · 20 years ago
  54. 2def1b3 Lexer and parser support for the insertelement operation. by Robert Bocchino · 20 years ago
  55. 0b11820 For PR411: by Reid Spencer · 20 years ago
  56. 9c62b56 Added lexer and parser support for the extractelement operation. by Robert Bocchino · 20 years ago
  57. 0a01783 allow logical operators on packed integral types by Chris Lattner · 20 years ago
  58. f1f03df Implement Regression/Assembler/2005-12-21-ZeroInitVector.ll by Chris Lattner · 20 years ago
  59. b2b9667 refactor grammar to eliminate shift-reduce conflict. Move alignment checking by Chris Lattner · 20 years ago
  60. 164c378 Parse section info by Chris Lattner · 20 years ago
  61. 9547d7f Force vectors to be a power of two in size by Chris Lattner · 20 years ago
  62. 87ac972 Allow globals to have an alignment specified. Switch to using isPowerOf2_32 by Chris Lattner · 20 years ago
  63. 66db8e4 factor optional alignment by Chris Lattner · 20 years ago
  64. ac6e5c1 Verify that alignment amounts are a power of 2 by Chris Lattner · 20 years ago
  65. 14b0529 Add support alignment of allocation instructions. by Nate Begeman · 20 years ago
  66. 66c5fd6 When a function takes a variable number of pointer arguments, with a zero by Jeff Cohen · 20 years ago
  67. 548021f Fix grammar by Chris Lattner · 20 years ago
  68. 213e557 If we support structs as va_list, we must pass pointers to them to va_copy by Andrew Lenharth · 20 years ago
  69. 31c98bf because some functions just use va_start and pass things to vfprintf by Andrew Lenharth · 20 years ago
  70. 017fba9 va_end fix by Andrew Lenharth · 20 years ago
  71. e78f50d add a check for the mixing of vaarg and vanext with va_arg by Andrew Lenharth · 20 years ago
  72. 558bc88 core changes for varargs by Andrew Lenharth · 20 years ago
  73. 6184feb Give the asmparser the ability to parse strings. Patch contributed by by Chris Lattner · 20 years ago
  74. 5a2a382 * Convert tabs to spaces, fix code alignment by Misha Brukman · 20 years ago
  75. a8e8f16 parse new calling conv specifiers by Chris Lattner · 20 years ago
  76. f924a4c use splice instead of remove/insert for a minor speedup by Chris Lattner · 20 years ago
  77. 1f64025 remove some ugly hacks that are no longer needed since andrew removed the by Chris Lattner · 20 years ago
  78. ddb6db4 Add a 'tail' marker for call instructions, patch contributed by by Chris Lattner · 20 years ago
  79. abc73b3 Remove support for 1.0 style varargs by Andrew Lenharth · 20 years ago
  80. 60cd955 don't crash in some bad cases. by Chris Lattner · 20 years ago
  81. 355ad1f Remove a bunch of cruft and dead code for handling the case when types were by Chris Lattner · 20 years ago
  82. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 20 years ago
  83. 262bb9a zap by Chris Lattner · 20 years ago
  84. 69331f5 add more checking by Chris Lattner · 20 years ago
  85. 83beacd Do not read free'd memory when printing an error message. by Chris Lattner · 20 years ago
  86. a08976b C++ is not a functional programming language. by Chris Lattner · 20 years ago
  87. 595f06c Fix test/Regression/Assembler/2005-01-31-CallingAggregateFunction.ll by Chris Lattner · 21 years ago
  88. ce1df9e Adjust to slight changes in instruction interfaces. by Chris Lattner · 21 years ago
  89. 6d8dbec Add support for compilers with arg dependent name lookup, contributed by by Chris Lattner · 21 years ago
  90. 9f9b3ac For PR409: \ by Reid Spencer · 21 years ago
  91. 7891593 Fix PR463 by Chris Lattner · 21 years ago
  92. e8343a5 Plug a memory leak in the asmparser. It turns out that we were leaking by Chris Lattner · 21 years ago
  93. 16710e9 Parse undef and unreachable by Chris Lattner · 21 years ago
  94. 1c1bb33 Add a check to avoid an assertion on malformed input by Chris Lattner · 21 years ago
  95. 1c7b907 Okay, the list of link-time passes wasn't such a hot idea. Its prone to by Reid Spencer · 21 years ago
  96. e59eaf4 Add support for the link-time pass list to Modules. by Reid Spencer · 21 years ago
  97. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  98. 57b6eec Examine the type code in the setcc class of instructions and if it by Reid Spencer · 21 years ago
  99. 42db1a0 quish a warning by Chris Lattner · 21 years ago
  100. 715c90b Packed types, brought to you by Brad Jones by Brian Gaeke · 21 years ago