1. 7d5c1e1 Don't use invalidated iterators! by Chris Lattner · 19 years ago
  2. aa2c853 Parse inline asm objects by Chris Lattner · 20 years ago
  3. 6631601 Rename method by Chris Lattner · 20 years ago
  4. 71cdba3 syntax change by Chris Lattner · 20 years ago
  5. ee45477 Add support for parsing global asm blocks by Chris Lattner · 20 years ago
  6. e812fb2 Make sure intrinsic auto-upgrade is invoked correctly. by Reid Spencer · 20 years ago
  7. 2def1b3 Lexer and parser support for the insertelement operation. by Robert Bocchino · 20 years ago
  8. 0b11820 For PR411: by Reid Spencer · 20 years ago
  9. 9c62b56 Added lexer and parser support for the extractelement operation. by Robert Bocchino · 20 years ago
  10. 0a01783 allow logical operators on packed integral types by Chris Lattner · 20 years ago
  11. f1f03df Implement Regression/Assembler/2005-12-21-ZeroInitVector.ll by Chris Lattner · 20 years ago
  12. b2b9667 refactor grammar to eliminate shift-reduce conflict. Move alignment checking by Chris Lattner · 20 years ago
  13. 164c378 Parse section info by Chris Lattner · 20 years ago
  14. 9547d7f Force vectors to be a power of two in size by Chris Lattner · 20 years ago
  15. 87ac972 Allow globals to have an alignment specified. Switch to using isPowerOf2_32 by Chris Lattner · 20 years ago
  16. 66db8e4 factor optional alignment by Chris Lattner · 20 years ago
  17. ac6e5c1 Verify that alignment amounts are a power of 2 by Chris Lattner · 20 years ago
  18. 14b0529 Add support alignment of allocation instructions. by Nate Begeman · 20 years ago
  19. 66c5fd6 When a function takes a variable number of pointer arguments, with a zero by Jeff Cohen · 20 years ago
  20. 548021f Fix grammar by Chris Lattner · 20 years ago
  21. 213e557 If we support structs as va_list, we must pass pointers to them to va_copy by Andrew Lenharth · 20 years ago
  22. 31c98bf because some functions just use va_start and pass things to vfprintf by Andrew Lenharth · 20 years ago
  23. 017fba9 va_end fix by Andrew Lenharth · 20 years ago
  24. e78f50d add a check for the mixing of vaarg and vanext with va_arg by Andrew Lenharth · 20 years ago
  25. 558bc88 core changes for varargs by Andrew Lenharth · 20 years ago
  26. 6184feb Give the asmparser the ability to parse strings. Patch contributed by by Chris Lattner · 20 years ago
  27. 5a2a382 * Convert tabs to spaces, fix code alignment by Misha Brukman · 20 years ago
  28. a8e8f16 parse new calling conv specifiers by Chris Lattner · 20 years ago
  29. f924a4c use splice instead of remove/insert for a minor speedup by Chris Lattner · 20 years ago
  30. 1f64025 remove some ugly hacks that are no longer needed since andrew removed the by Chris Lattner · 20 years ago
  31. ddb6db4 Add a 'tail' marker for call instructions, patch contributed by by Chris Lattner · 20 years ago
  32. abc73b3 Remove support for 1.0 style varargs by Andrew Lenharth · 20 years ago
  33. 60cd955 don't crash in some bad cases. by Chris Lattner · 20 years ago
  34. 355ad1f Remove a bunch of cruft and dead code for handling the case when types were by Chris Lattner · 20 years ago
  35. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 20 years ago
  36. 262bb9a zap by Chris Lattner · 20 years ago
  37. 69331f5 add more checking by Chris Lattner · 20 years ago
  38. 83beacd Do not read free'd memory when printing an error message. by Chris Lattner · 20 years ago
  39. a08976b C++ is not a functional programming language. by Chris Lattner · 20 years ago
  40. 595f06c Fix test/Regression/Assembler/2005-01-31-CallingAggregateFunction.ll by Chris Lattner · 21 years ago
  41. ce1df9e Adjust to slight changes in instruction interfaces. by Chris Lattner · 21 years ago
  42. 6d8dbec Add support for compilers with arg dependent name lookup, contributed by by Chris Lattner · 21 years ago
  43. 9f9b3ac For PR409: \ by Reid Spencer · 21 years ago
  44. 7891593 Fix PR463 by Chris Lattner · 21 years ago
  45. e8343a5 Plug a memory leak in the asmparser. It turns out that we were leaking by Chris Lattner · 21 years ago
  46. 16710e9 Parse undef and unreachable by Chris Lattner · 21 years ago
  47. 1c1bb33 Add a check to avoid an assertion on malformed input by Chris Lattner · 21 years ago
  48. 1c7b907 Okay, the list of link-time passes wasn't such a hot idea. Its prone to by Reid Spencer · 21 years ago
  49. e59eaf4 Add support for the link-time pass list to Modules. by Reid Spencer · 21 years ago
  50. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  51. 57b6eec Examine the type code in the setcc class of instructions and if it by Reid Spencer · 21 years ago
  52. 42db1a0 quish a warning by Chris Lattner · 21 years ago
  53. 715c90b Packed types, brought to you by Brad Jones by Brian Gaeke · 21 years ago
  54. c6d2f15 Work around PR424 for old c/c++ frontends. by Chris Lattner · 21 years ago
  55. eb62bc7 Merge i*.h headers into Instructions.h as part of bug403. by Alkis Evlogimenos · 21 years ago
  56. 8d65a06 Fix bug in previous patch :( by Chris Lattner · 21 years ago
  57. badf091 Fix an extremely serious regression that was causing LLVM basic blocks to be by Chris Lattner · 21 years ago
  58. feaf10e Adjust to new Module.h interface for dependent libraries by Reid Spencer · 21 years ago
  59. 0be13e7 bug 263: Provide parsing for the target triple and dependent libraries. by Reid Spencer · 21 years ago
  60. 3271ed5 bug 122: by Reid Spencer · 21 years ago
  61. a2d4b3c Fix the regressions handling unnamed global variables by Chris Lattner · 21 years ago
  62. 0f01bbc This is logically part of the last patch. Just more really horrible code by Chris Lattner · 21 years ago
  63. a09000d ** Finally DeclareNewGlobalValue is dead! by Chris Lattner · 21 years ago
  64. 8a32784 * Fairly substantial change. Instead of creating new globalvariables, then by Chris Lattner · 21 years ago
  65. cb9d6a8 Fold setValueNameMergingDuplicates into ParseGlobalVariable, allowing us by Chris Lattner · 21 years ago
  66. d9ce6ad Fix a regression from last night. Apparently the CFE is broken and outputs by Chris Lattner · 21 years ago
  67. d88998d Pull out code shared between GV forward-decl and definition processing. by Chris Lattner · 21 years ago
  68. 66028f2 Simplify code. Do not allow functions to be redefined more than once. by Chris Lattner · 21 years ago
  69. e002694 Remove a gross and crufty "feature" that was never documented and doesn't work. by Chris Lattner · 21 years ago
  70. 8642763 Finegrainify namespacification by Chris Lattner · 21 years ago
  71. 2e2ed29 Revamp handling of labels. In particular, if we create a forward reference by Chris Lattner · 21 years ago
  72. 64116f9 Split the basic block handling case out of getVal into getBBVal. by Chris Lattner · 21 years ago
  73. 22ae232 Fix typeo and refactor bb productions to make it possible for us to reuse any by Chris Lattner · 21 years ago
  74. bc721ed Eliminate some mega-cruft here. There is no reason to DERIVE FROM IR CLASSES by Chris Lattner · 21 years ago
  75. c9aea52 Inline the now trivial setValueNameInternal function into both callers by Chris Lattner · 21 years ago
  76. 8c89a0a Now that basic blocks are eagerly inserted into the Function, we can use by Chris Lattner · 21 years ago
  77. 8ab406d A couple of substantial cleanup fixes: by Chris Lattner · 21 years ago
  78. 38ab6bf Replace a bunch of complex ConstantPointerRef referring code with simple code. by Chris Lattner · 21 years ago
  79. 8ca2dc0 Don't call Type::setName() by Chris Lattner · 21 years ago
  80. 735f270 Eliminate uses of the UniqueID field on Type objects by Chris Lattner · 21 years ago
  81. 8ce1da7 - remove use of isa<Type>(Val) since there's no inheritance relationship by Reid Spencer · 21 years ago
  82. f70c22b Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 21 years ago
  83. 4e6620c Remove some more dead code resulting from adding setTypeName(). by Reid Spencer · 21 years ago
  84. 9ed0f17 Remove an assertion that uses Type::TypeTy that is never hit and will by Reid Spencer · 21 years ago
  85. 75719bf Provide the correct patch for bug 345. The solution is to add a setTypeName by Reid Spencer · 21 years ago
  86. 42fbc7e A quick and ugly hack to fix PR345. I used TypeTy specifically to make by Chris Lattner · 21 years ago
  87. b152f9f Changed to use SymbolTable's new lookup interface. by Reid Spencer · 21 years ago
  88. f57a43d Fix a memory leak. We leaked the vector holding the entries in switch tables. by Chris Lattner · 21 years ago
  89. 830b6f9 Support getelementptr instructions which use uint's to index into structure by Chris Lattner · 21 years ago
  90. 91ef460 Avoid TRUE and FALSE which apparently conflict with some macros on OSX by Chris Lattner · 21 years ago
  91. bc280ab Fix bug: Assembler/2004-03-30-UnclosedFunctionCrash.llx by Chris Lattner · 21 years ago
  92. 76f0ff3 Allow parsing select instruction and constant expr by Chris Lattner · 21 years ago
  93. 63a2250 Insert functions into the module promptly, not lazily. This fixes a bug by Chris Lattner · 21 years ago
  94. bc20759 Eliminate a REALLY HORRIBLE API: mutateReferences, which is gross gross gross. by Chris Lattner · 21 years ago
  95. 16af11d It turns out that the two dimensional vectors were causing big slowdowns by Chris Lattner · 22 years ago
  96. 026a8ce When resolving upreferences, if multiple uprefs will be resolved to the same by Chris Lattner · 22 years ago
  97. d21cd80 Adjust to the changed StructType interface. In particular, getElementTypes() is gone. by Chris Lattner · 22 years ago
  98. d5d8996 Start using the new and improve interface to FunctionType arguments by Chris Lattner · 22 years ago
  99. bcb6afb This #include is not needed, it should have been removed with the last patch by Chris Lattner · 22 years ago
  100. 3b07386 Instead of searching the entire type graph for a type to determine if it by Chris Lattner · 22 years ago