1. b8edf61 Fix IA64 compatibility by Chris Lattner · 21 years ago
  2. 23f9ef0 Use new macro by Chris Lattner · 21 years ago
  3. f99947c Be compatible with IA64 by Chris Lattner · 21 years ago
  4. bd93533 Passing integer 0 in for a pointer value doesn't work on IA64. Fix this by Chris Lattner · 21 years ago
  5. dcb115b Add a new macro to be used for the end of enum lists. by Chris Lattner · 21 years ago
  6. 80b2d6c This patch was contributed by Daniel Berlin! by Chris Lattner · 21 years ago
  7. fed22aa Fix PR404 try #2 by Chris Lattner · 21 years ago
  8. 5e87754 Give SetVector range support by Chris Lattner · 21 years ago
  9. 69e5845 Nuke a clearly bogus assertion by Chris Lattner · 21 years ago
  10. de7aee7 Revert previous patch until I get a bug fixed by Chris Lattner · 21 years ago
  11. 6568fe8 QOI issue fixed by Chris Lattner · 21 years ago
  12. 507e3d6 Fix PR404: Loop simplify is really slow on 252.eon by Chris Lattner · 21 years ago
  13. 9e229b2 Bug fixed by Chris Lattner · 21 years ago
  14. 80d94b8 Final fix for PR341: eliminate operator<<(ostream, Value*). Clients should by Chris Lattner · 21 years ago
  15. ed6c073 Fixes for PR341 by Chris Lattner · 21 years ago
  16. 0a8e8e1 Fixes for PR341 by Chris Lattner · 21 years ago
  17. 94009a5 Fix for PR341 by Chris Lattner · 21 years ago
  18. f51c7f56 Fix for PR341 by Chris Lattner · 21 years ago
  19. 017fdcb Revert stuff that I didn't mean to checkin by Chris Lattner · 21 years ago
  20. 1ff1ff7 Fixes for PR341 by Chris Lattner · 21 years ago
  21. f92791a Fix for PR341 by Chris Lattner · 21 years ago
  22. 76e2df2 Patches towards fixing PR341 by Chris Lattner · 21 years ago
  23. 30b4344 Progress on PR341 by Chris Lattner · 21 years ago
  24. 2fc1230 Fixes working towards PR341 by Chris Lattner · 21 years ago
  25. ce36d55 Bug fixes for PR341 by Chris Lattner · 21 years ago
  26. dd68469 Implement folding of expressions like 'uint cast (int* getelementptr (int* by Chris Lattner · 21 years ago
  27. 654b710 Yeah, how about those 'primative' types huh? by Chris Lattner · 21 years ago
  28. 8bfc2f1 Now that we codegen the portable "sizeof" efficiently, we can use it for by Chris Lattner · 21 years ago
  29. d2995df Improve codegen for the LLVM offsetof/sizeof "operator". Before we compiled by Chris Lattner · 21 years ago
  30. 6c14230 You cannot pass functions by value, what does that even mean?? by Chris Lattner · 21 years ago
  31. e9670e3 this "feature" is gone by Chris Lattner · 21 years ago
  32. 0f01bbc This is logically part of the last patch. Just more really horrible code by Chris Lattner · 21 years ago
  33. a09000d ** Finally DeclareNewGlobalValue is dead! by Chris Lattner · 21 years ago
  34. f05591d New, horrible, testcase by Chris Lattner · 21 years ago
  35. 8a32784 * Fairly substantial change. Instead of creating new globalvariables, then by Chris Lattner · 21 years ago
  36. cb9d6a8 Fold setValueNameMergingDuplicates into ParseGlobalVariable, allowing us by Chris Lattner · 21 years ago
  37. fe2102b Actually set the endian/pointersize flags on the module being read in! by Brian Gaeke · 21 years ago
  38. f70770a Simplify logic. by Chris Lattner · 21 years ago
  39. ec90d8f Make PATypeHolder and friends return non-const pointers to the types they by Chris Lattner · 21 years ago
  40. d9ce6ad Fix a regression from last night. Apparently the CFE is broken and outputs by Chris Lattner · 21 years ago
  41. 5f8cce1 Make sure MTSPR instruction is inserted into the BasicBlock by Misha Brukman · 21 years ago
  42. 33af23d Implement new helper methods for creating two-index GEP instructions by Chris Lattner · 21 years ago
  43. b757f16 * Change code to use a static_cast instead of reinterpret_cast by Chris Lattner · 21 years ago
  44. 32caa8d Don't define the same register twice when loading a ConstantPointerRef to a reg by Misha Brukman · 21 years ago
  45. 8d442c2 * Fix multiplication by powers of two and otherwise by Misha Brukman · 21 years ago
  46. d88998d Pull out code shared between GV forward-decl and definition processing. by Chris Lattner · 21 years ago
  47. 66028f2 Simplify code. Do not allow functions to be redefined more than once. by Chris Lattner · 21 years ago
  48. e002694 Remove a gross and crufty "feature" that was never documented and doesn't work. by Chris Lattner · 21 years ago
  49. 8642763 Finegrainify namespacification by Chris Lattner · 21 years ago
  50. 2e2ed29 Revamp handling of labels. In particular, if we create a forward reference by Chris Lattner · 21 years ago
  51. d94b6d3 Add Machine-CFG edges to SparcV9 MachineBasicBlocks. by Brian Gaeke · 21 years ago
  52. 64116f9 Split the basic block handling case out of getVal into getBBVal. by Chris Lattner · 21 years ago
  53. 144d9ba Make Argument::print more resilient to non-verifiable IR by Chris Lattner · 21 years ago
  54. b4091e5 Catch aggregates passed by value sooner rather than later. by Chris Lattner · 21 years ago
  55. a596f8c * Specify that FP arith options have 3 operands by Misha Brukman · 21 years ago
  56. b3366bc Actually, use an exception to stop verification. This gives us much better by Chris Lattner · 21 years ago
  57. 00dd5cd There is no reason to abort and print a stack trace if there is a verification by Chris Lattner · 21 years ago
  58. 65cd4b0 Fine-grainify namespacification, prune #include by Chris Lattner · 21 years ago
  59. 22ae232 Fix typeo and refactor bb productions to make it possible for us to reuse any by Chris Lattner · 21 years ago
  60. bc721ed Eliminate some mega-cruft here. There is no reason to DERIVE FROM IR CLASSES by Chris Lattner · 21 years ago
  61. c9aea52 Inline the now trivial setValueNameInternal function into both callers by Chris Lattner · 21 years ago
  62. 8c89a0a Now that basic blocks are eagerly inserted into the Function, we can use by Chris Lattner · 21 years ago
  63. 8ab406d A couple of substantial cleanup fixes: by Chris Lattner · 21 years ago
  64. 0859e52 Fix warning on SparcV9, where sizeof (int) != sizeof (void *). by Brian Gaeke · 21 years ago
  65. 38ab6bf Replace a bunch of complex ConstantPointerRef referring code with simple code. by Chris Lattner · 21 years ago
  66. 42df6d1 Make tblgen not try to be smart. This is better handled in makefiles if by Chris Lattner · 21 years ago
  67. b89e071 Factor some code to handle "load (constantexpr cast foo)" just like by Chris Lattner · 21 years ago
  68. d9aa783 Correctly load FP constants out of the constant pool. by Misha Brukman · 21 years ago
  69. f028f82 Apple's MacOS X is another OS which does not provide alloca() via <alloca.h> by Misha Brukman · 21 years ago
  70. 01eca8d Implement getModuleMatchQuality and getJITMatchQuality() for PowerPC by Misha Brukman · 21 years ago
  71. 878ba7c * Tabs to spaces * Delete extra blank lines by Misha Brukman · 21 years ago
  72. 8559594 New open proj: C/C++ compiler in C++, with link to Ed Willink's C++ yacc grammar by Misha Brukman · 21 years ago
  73. c78631f Add a helper method. The StructType element is completely redundant in most by Chris Lattner · 21 years ago
  74. b370c7a implement new helper method by Chris Lattner · 21 years ago
  75. aec6dd5 Fix unused var warning by Chris Lattner · 21 years ago
  76. 88e2b78 Fix a really nasty logic error that VC noticed. by Chris Lattner · 21 years ago
  77. 268f258 Add a missing #include by Chris Lattner · 21 years ago
  78. 85e4eb6 Fix warning compiling with VC++ by Chris Lattner · 21 years ago
  79. c8cd7e9 new feature by Chris Lattner · 21 years ago
  80. adb1c39 * Clarify Sparc as SparcV9 by Misha Brukman · 21 years ago
  81. bbd913b Implement a new method useful for things like the inliner by Chris Lattner · 21 years ago
  82. 1c2fe31 Implement new method by Chris Lattner · 21 years ago
  83. 0d88616 Correct an output typo. by Reid Spencer · 21 years ago
  84. 46b002c Various cleanups: by Reid Spencer · 21 years ago
  85. 6690651 - Rename two methods to give them more meaning by Reid Spencer · 21 years ago
  86. 1d9349a Remove tabs. by Reid Spencer · 21 years ago
  87. 87bc418 Prepare the writer for a non-broken implementation of writing floating by Reid Spencer · 21 years ago
  88. beff74f The cleanup is done. Update comment. by Chris Lattner · 21 years ago
  89. 5f90cb8 Make add constantexprs work with all types, fixing the regressions from last night by Chris Lattner · 21 years ago
  90. 7c38def Implement TargetRegistrationListener by Chris Lattner · 21 years ago
  91. 2845ece Add a new listener class for things that want to be informed about new by Chris Lattner · 21 years ago
  92. 68905bb Delete the allocate*TargetMachine function, which is now dead. by Chris Lattner · 21 years ago
  93. 0cf0c37 Delete the allocate*TargetMachine function, which is now dead . by Chris Lattner · 21 years ago
  94. 4e547ec Delete the allocate*TargetMachine function, which is now dead . by Chris Lattner · 21 years ago
  95. 635ffcd Delete the allocate*TargetMachine functions. Move options to a header file by Chris Lattner · 21 years ago
  96. 988a1a0 Prune unused #include by Chris Lattner · 21 years ago
  97. e45110e Goodbye macro hell, hello nice clean and simple code. This also gives llc by Chris Lattner · 21 years ago
  98. d5e1d9d Goodbye macro hell, hello nice clean simple extensible code. This change by Chris Lattner · 21 years ago
  99. d7099bc Implement a couple of methods that TargetMachineRegistry now provides. See, by Chris Lattner · 21 years ago
  100. cbc7412 Add a new TargetNameParser class, which is useful for parsing options. by Chris Lattner · 21 years ago