1. b3366bc Actually, use an exception to stop verification. This gives us much better by Chris Lattner · 21 years ago
  2. 00dd5cd There is no reason to abort and print a stack trace if there is a verification by Chris Lattner · 21 years ago
  3. 65cd4b0 Fine-grainify namespacification, prune #include by Chris Lattner · 21 years ago
  4. 22ae232 Fix typeo and refactor bb productions to make it possible for us to reuse any by Chris Lattner · 21 years ago
  5. bc721ed Eliminate some mega-cruft here. There is no reason to DERIVE FROM IR CLASSES by Chris Lattner · 21 years ago
  6. c9aea52 Inline the now trivial setValueNameInternal function into both callers by Chris Lattner · 21 years ago
  7. 8c89a0a Now that basic blocks are eagerly inserted into the Function, we can use by Chris Lattner · 21 years ago
  8. 8ab406d A couple of substantial cleanup fixes: by Chris Lattner · 21 years ago
  9. 0859e52 Fix warning on SparcV9, where sizeof (int) != sizeof (void *). by Brian Gaeke · 21 years ago
  10. 38ab6bf Replace a bunch of complex ConstantPointerRef referring code with simple code. by Chris Lattner · 21 years ago
  11. 42df6d1 Make tblgen not try to be smart. This is better handled in makefiles if by Chris Lattner · 21 years ago
  12. b89e071 Factor some code to handle "load (constantexpr cast foo)" just like by Chris Lattner · 21 years ago
  13. d9aa783 Correctly load FP constants out of the constant pool. by Misha Brukman · 21 years ago
  14. f028f82 Apple's MacOS X is another OS which does not provide alloca() via <alloca.h> by Misha Brukman · 21 years ago
  15. 01eca8d Implement getModuleMatchQuality and getJITMatchQuality() for PowerPC by Misha Brukman · 21 years ago
  16. 878ba7c * Tabs to spaces * Delete extra blank lines by Misha Brukman · 21 years ago
  17. 8559594 New open proj: C/C++ compiler in C++, with link to Ed Willink's C++ yacc grammar by Misha Brukman · 21 years ago
  18. c78631f Add a helper method. The StructType element is completely redundant in most by Chris Lattner · 21 years ago
  19. b370c7a implement new helper method by Chris Lattner · 21 years ago
  20. aec6dd5 Fix unused var warning by Chris Lattner · 21 years ago
  21. 88e2b78 Fix a really nasty logic error that VC noticed. by Chris Lattner · 21 years ago
  22. 268f258 Add a missing #include by Chris Lattner · 21 years ago
  23. 85e4eb6 Fix warning compiling with VC++ by Chris Lattner · 21 years ago
  24. c8cd7e9 new feature by Chris Lattner · 21 years ago
  25. adb1c39 * Clarify Sparc as SparcV9 by Misha Brukman · 21 years ago
  26. bbd913b Implement a new method useful for things like the inliner by Chris Lattner · 21 years ago
  27. 1c2fe31 Implement new method by Chris Lattner · 21 years ago
  28. 0d88616 Correct an output typo. by Reid Spencer · 21 years ago
  29. 46b002c Various cleanups: by Reid Spencer · 21 years ago
  30. 6690651 - Rename two methods to give them more meaning by Reid Spencer · 21 years ago
  31. 1d9349a Remove tabs. by Reid Spencer · 21 years ago
  32. 87bc418 Prepare the writer for a non-broken implementation of writing floating by Reid Spencer · 21 years ago
  33. beff74f The cleanup is done. Update comment. by Chris Lattner · 21 years ago
  34. 5f90cb8 Make add constantexprs work with all types, fixing the regressions from last night by Chris Lattner · 21 years ago
  35. 7c38def Implement TargetRegistrationListener by Chris Lattner · 21 years ago
  36. 2845ece Add a new listener class for things that want to be informed about new by Chris Lattner · 21 years ago
  37. 68905bb Delete the allocate*TargetMachine function, which is now dead. by Chris Lattner · 21 years ago
  38. 0cf0c37 Delete the allocate*TargetMachine function, which is now dead . by Chris Lattner · 21 years ago
  39. 4e547ec Delete the allocate*TargetMachine function, which is now dead . by Chris Lattner · 21 years ago
  40. 635ffcd Delete the allocate*TargetMachine functions. Move options to a header file by Chris Lattner · 21 years ago
  41. 988a1a0 Prune unused #include by Chris Lattner · 21 years ago
  42. e45110e Goodbye macro hell, hello nice clean and simple code. This also gives llc by Chris Lattner · 21 years ago
  43. d5e1d9d Goodbye macro hell, hello nice clean simple extensible code. This change by Chris Lattner · 21 years ago
  44. d7099bc Implement a couple of methods that TargetMachineRegistry now provides. See, by Chris Lattner · 21 years ago
  45. cbc7412 Add a new TargetNameParser class, which is useful for parsing options. by Chris Lattner · 21 years ago
  46. 71d24aa Make these format a bit nicer by Chris Lattner · 21 years ago
  47. 6a4dd24 Provide better support for pointer-valued command line arguments by Chris Lattner · 21 years ago
  48. d36c970 Auto-registrate target by Chris Lattner · 21 years ago
  49. 98599d0 Add compilability by Chris Lattner · 21 years ago
  50. bf57337 Initial impl of this file. Yes this is pretty useless right now, but it by Chris Lattner · 21 years ago
  51. 9f27ede First cut at TargetMachineRegistry and RegisterTarget classes by Chris Lattner · 21 years ago
  52. a51e273 Add two new "virtual static" methods to the TargetMachine class by Chris Lattner · 21 years ago
  53. 4a1de8b Add -load option by Chris Lattner · 21 years ago
  54. a3eb7b3 Add a -load option by Chris Lattner · 21 years ago
  55. 13a253a Implicitly getting a new option by linking to support.o instead of support.a by Chris Lattner · 21 years ago
  56. 170d3af Add a new header by Chris Lattner · 21 years ago
  57. e5eb507 - Correct grammar of -s description - Normalize -s option specification by Reid Spencer · 21 years ago
  58. 6220aa8 Group the hidden command line arguments. by Reid Spencer · 21 years ago
  59. 9099e3e Add link to the stkrc page by Chris Lattner · 21 years ago
  60. 8ec085c Command Guide for the Stacker language compiler, stkrc. by Reid Spencer · 21 years ago
  61. 3ba415a Replace use of defunct Type::setName method with SymbolTable::insert. by Reid Spencer · 21 years ago
  62. 9cb5242 Make the VBRSavings percentage make sense (as a fraction of the total by Reid Spencer · 21 years ago
  63. 1a5a79c Minor cleanups: by Chris Lattner · 21 years ago
  64. 2439972 Error Handling Cleanup: by Reid Spencer · 21 years ago
  65. 011bed5 Fix a backwards compatibility bug found by Tanya. In version 1.2, the by Reid Spencer · 21 years ago
  66. 20d20fc Removed unneeded forward decl by Chris Lattner · 21 years ago
  67. 36002e4 Remove unused method by Chris Lattner · 21 years ago
  68. 9fb6cf1 Add checks to ensure that there are no unreachable blocks in the function by Chris Lattner · 21 years ago
  69. 8ca2dc0 Don't call Type::setName() by Chris Lattner · 21 years ago
  70. 313efcb * Add support for indexing into structures, thanks to Chris (x86) by Misha Brukman · 21 years ago
  71. c1ef127 Read/write the offset value for stack-relative loads via correct instr operand. by Misha Brukman · 21 years ago
  72. ce22e76 * Doxygenify comments by Misha Brukman · 21 years ago
  73. 80b27ce Fix typo. by Alkis Evlogimenos · 21 years ago
  74. 607baea Improve code comments. by Alkis Evlogimenos · 21 years ago
  75. 4f12399 No really, he did finish! by Chris Lattner · 21 years ago
  76. 52fa42d Too much of a title for it's own good by Chris Lattner · 21 years ago
  77. 0b02dbc Fix Validation bugs by Chris Lattner · 21 years ago
  78. 57cd1ff Eliminate the UID field in the Type class, bringing it down to 28 bytes. by Chris Lattner · 21 years ago
  79. 51662c7 The uid mapping is no more by Chris Lattner · 21 years ago
  80. 735f270 Eliminate uses of the UniqueID field on Type objects by Chris Lattner · 21 years ago
  81. d6391d7 Do not call Type::getUniqueID by Chris Lattner · 21 years ago
  82. ddc49d6 Add a new method by Chris Lattner · 21 years ago
  83. 800473c Get rid of some cruft in the insert method. by Reid Spencer · 21 years ago
  84. f3f6382 Add support for __fixdfdi(), __floatdisf(), and __floatdidf() external functions by Misha Brukman · 21 years ago
  85. 4bb2867 First version of a vector with uniqueness constraints (or a set with by Reid Spencer · 21 years ago
  86. 0aa97c6 * Use several Function* for external functions instead of a std::map by Misha Brukman · 21 years ago
  87. fc879c3 * Add support for loading FP constants from the constant pool by Misha Brukman · 21 years ago
  88. 05fcd0c * Fix header comment, excise references to X86 by Misha Brukman · 21 years ago
  89. 4573f1b statisfy the spelling police by Chris Lattner · 21 years ago
  90. 0f54f19 Fix spelling of `equivalent' by Misha Brukman · 21 years ago
  91. e14d7e4 Eliminate the SignedType and UnsignedType classes. by Chris Lattner · 21 years ago
  92. e1d6799 isSigned/isUnsigned/isInteger methods do not need to be virtual by Chris Lattner · 21 years ago
  93. c29af00 Update comment. by Chris Lattner · 21 years ago
  94. e2b4ae9 This file uses the Value class without a forward decl by Chris Lattner · 21 years ago
  95. 5824299 Add a test that I have had in my tree for several months now, but apparently forgot to commit by Chris Lattner · 21 years ago
  96. 28d85f1 Fix this testcase by Chris Lattner · 21 years ago
  97. 3a08589 Support setcc on fp values. by Brian Gaeke · 21 years ago
  98. 4185d03 Add floating-point branches and compares. Compares don't complete by Brian Gaeke · 21 years ago
  99. 7e540fe Fix bug where SwitchSection would fail to change to ".bss" successfully. by Brian Gaeke · 21 years ago
  100. ccdd70a Fix bug involving bool arguments to binary operators. Fix typo in comment. by Brian Gaeke · 21 years ago