1. ce4e1e4 Fixed PR#596: by John Criswell · 20 years ago
  2. 0431c96 Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile by Chris Lattner · 20 years ago
  3. 213e557 If we support structs as va_list, we must pass pointers to them to va_copy by Andrew Lenharth · 20 years ago
  4. 558bc88 core changes for varargs by Andrew Lenharth · 20 years ago
  5. 50a8a17 clean up the CBE output a bit by Chris Lattner · 20 years ago
  6. fe673d9 add tail marker as a comment by Chris Lattner · 20 years ago
  7. d6a29a5 Remove trailing whitespace, patch by Markus Oberhumer. by Misha Brukman · 20 years ago
  8. efd02c7 Fix the 3 regressions last night, due to my buggy patch from yesterday. by Chris Lattner · 20 years ago
  9. 67c2d18 remove use of getPrev() and getNext() on ilist nodes. by Chris Lattner · 20 years ago
  10. 39220de stop using arg_front by Chris Lattner · 20 years ago
  11. c5e7df1 stop using arg_back by Chris Lattner · 20 years ago
  12. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 20 years ago
  13. dbf69f1 Make sure to remove all dead type names from the symbol table, not just by Chris Lattner · 20 years ago
  14. 23ba0c5 Single characters should be printed out as chars, not strings. by Misha Brukman · 20 years ago
  15. b15fde2 simplify some code. by Chris Lattner · 20 years ago
  16. 6d9b69f Print -X like this: by Chris Lattner · 20 years ago
  17. f7fe494 Do not lower malloc's to pass "sizeof" expressions like this: by Chris Lattner · 20 years ago
  18. ca76f35 Remove tabs from file. by Chris Lattner · 20 years ago
  19. 33e9d29 Add support to the C backend for llvm.prefetch. Patch contributed by by Chris Lattner · 20 years ago
  20. 8399e02 Fix volatile load/store of pointers. Consider this testcase: by Chris Lattner · 20 years ago
  21. b70aaa6 Write out single characters as chars, not strings. by Misha Brukman · 20 years ago
  22. 9d30e22 Implement CodeGen/CBackend/2005-02-14-VolatileOperations.ll by Chris Lattner · 20 years ago
  23. 41ce39c Fix hyphenation in output comment by Misha Brukman · 20 years ago
  24. a8411a6 Fix alloca support for Cygwin. On cygwin its __alloca not __builtin_alloca by Reid Spencer · 20 years ago
  25. d01f65a Fix CBE code so that it compiles with VC++. by Jeff Cohen · 20 years ago
  26. f376e5e Fix PR490 Fix testcase CodeGen/CBackend/2004-12-28-LogicalConstantExprs.ll by Chris Lattner · 20 years ago
  27. 3e3b6f7 Fix PR485, instead of emitting zero sized arrays, emit arrays of size 1. by Chris Lattner · 20 years ago
  28. 395fd59 When generating code for X86 targets, make sure the fp control word is set by Chris Lattner · 20 years ago
  29. ce63005 Emit correct prototype for __builtin_alloca on V8. by Brian Gaeke · 20 years ago
  30. 3150e2d Move lower intrinsics before FP constant emission, in case by Chris Lattner · 20 years ago
  31. cc16a8e Fix test/Regression/CodeGen/CBackend/2004-12-03-ExternStatics.ll and PR472 by Chris Lattner · 20 years ago
  32. ced06b7 Reverting revision 1.209. by John Criswell · 20 years ago
  33. 40e7c35 Do not let GCC emit a warning for INT64_MIN by Chris Lattner · 20 years ago
  34. 33ce43e Sparcs behave better if we use <alloca.h> and avoid messing with __builtin_alloca. by Brian Gaeke · 20 years ago
  35. 4394d51 Hack around stupidity in GCC, fixing Burg with the CBE and by Chris Lattner · 21 years ago
  36. 408f999 Removed dead method, printPHICopiesForSuccessors(). by John Criswell · 21 years ago
  37. 30cc227 Modified switch generation so that only the phi values associated with the by John Criswell · 21 years ago
  38. 57bbfce Small performance improvement in generated C code: by John Criswell · 21 years ago
  39. 963869e Print a semicolon for the unreacahble instruction. This fixes problems by Chris Lattner · 21 years ago
  40. 665825e The first hunk corrects a bug when printing undef null values. We would print by Chris Lattner · 21 years ago
  41. a9d12c0 Add support for unreachable and undef by Chris Lattner · 21 years ago
  42. c71ff4c Fix a warning that is emitted on the suns by Chris Lattner · 21 years ago
  43. 60e6674 Really fix FreeBSD, which apparently doesn't tolerate the extern. by Chris Lattner · 21 years ago
  44. 523001f FreeBSD uses GCC. Patch contributed by Jeff Cohen! by Chris Lattner · 21 years ago
  45. 200a360 Pull assignment out of for loop conditional in order for this to by Alkis Evlogimenos · 21 years ago
  46. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
  47. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  48. 07b52b3 Previous checkin broke printf(%a) support for fp constants-- re-fix it. by Brian Gaeke · 21 years ago
  49. 8a702e8 New version of Bill Wendling's PR33 patch. by Brian Gaeke · 21 years ago
  50. f8e6f4f Paper over CBackend/2004-08-09-va-end-null.ll by Chris Lattner · 21 years ago
  51. a9d790c Temporarily disable this code, as it is emitting LLVM_NAN("nan") which results in a call to the by Chris Lattner · 21 years ago
  52. 043c0bb Emit NaNs and INFs bit-identically to the bytecode file, if the system has by Brian Gaeke · 21 years ago
  53. 518310c bug 122: - Replace ConstantPointerRef usage with GlobalValue usage by Reid Spencer · 21 years ago
  54. 76e2df2 Patches towards fixing PR341 by Chris Lattner · 21 years ago
  55. f028f82 Apple's MacOS X is another OS which does not provide alloca() via <alloca.h> by Misha Brukman · 21 years ago
  56. 4e547ec Delete the allocate*TargetMachine function, which is now dead . by Chris Lattner · 21 years ago
  57. 71d24aa Make these format a bit nicer by Chris Lattner · 21 years ago
  58. d36c970 Auto-registrate target by Chris Lattner · 21 years ago
  59. 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
  60. 3048373 Move the IntrinsicLowering header into the CodeGen directory, as per PR346 by Chris Lattner · 21 years ago
  61. f70c22b Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 21 years ago
  62. 8fcf797 <alloca.h> on cygwin pulls in a ton of stuff (macros and function protos) by Chris Lattner · 21 years ago
  63. 9d1af97 Fix the big regression that has been killing the nightly tester these last by Chris Lattner · 21 years ago
  64. d06a549 Minor changes. Switch to a SymbolTable remove that does not take linear time by Chris Lattner · 21 years ago
  65. 85acba6 Fix PR344: the incorrect remove was being used. by Chris Lattner · 21 years ago
  66. 9231ac8 Convert to SymbolTable's new iteration interface. by Reid Spencer · 21 years ago
  67. 99c59e8 Add support for accurate garbage collection to the LLVM code generators by Chris Lattner · 21 years ago
  68. 433e25a Fix to make the CBE always emit comparisons inline. Hopefully this will by Chris Lattner · 21 years ago
  69. cb3ad01 syntactically loopify natural loops so that the GCC loop optimizer can find them. This should *dramatically* improve the performance of CBE compiled code on targets that depend on GCC's loop optimizations (like PPC) by Chris Lattner · 21 years ago
  70. 4589ed9 Do not emit prototypes for setjmp/longjmp, as they are handled specially by Chris Lattner · 21 years ago
  71. 6875807 Make the floating point constant pools local to each function, split the by Chris Lattner · 21 years ago
  72. c242143 Get this looking more like a function pass. by Chris Lattner · 21 years ago
  73. a05e0ec Print all PHI copies for successor blocks before the terminator, whether it be a conditional branch or switch. by Chris Lattner · 21 years ago
  74. 6ffe551 Changes to fix up the inst_iterator to pass to boost iterator checks. This by Chris Lattner · 21 years ago
  75. 6683dbf Add support for select constant expressions to the CBE, fixing SIOD by Chris Lattner · 21 years ago
  76. 317201d Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to by Chris Lattner · 21 years ago
  77. 9f24a07 ADd support for select instructions by Chris Lattner · 21 years ago
  78. 3799eec Fixes for PR258 and PR259. by John Criswell · 21 years ago
  79. 2bcab1f Fix some unexpected fallout from the config.h changes. Because the CBE no by Chris Lattner · 21 years ago
  80. f358c5a It is totally unacceptable to print out (literally) millions of zeros when by Chris Lattner · 21 years ago
  81. e42cde2 Now that the lowerinvoke pass inserts calls to llvm.setjmp/llvm.longjmp, some by Chris Lattner · 21 years ago
  82. cfb0fd2 Add support for the new ConstantAggregateZero class by Chris Lattner · 21 years ago
  83. fe1554a Add support for the returnaddress and frameaddress intrinsics by Chris Lattner · 21 years ago
  84. 4ef5137 Use intrinsic lowering like the rest of the backends. Get rid of crufty hacky by Chris Lattner · 21 years ago
  85. f31182a Convert the C backend into a target, for use with LLC. This allows us to use by Chris Lattner · 21 years ago
  86. 94f4f8e Make the cwriter use the lowerinvoke pass so that it can either use "disabled exceptions" or by Chris Lattner · 21 years ago
  87. 897bf0d Fine grainify namespacification, prune #includes by Chris Lattner · 21 years ago
  88. f8cd914 Add support for memcpy and memmove intrinsics. Why isn't the cwriter using by Chris Lattner · 21 years ago
  89. d21cd80 Adjust to the changed StructType interface. In particular, getElementTypes() is gone. by Chris Lattner · 21 years ago
  90. d5d8996 Start using the new and improve interface to FunctionType arguments by Chris Lattner · 21 years ago
  91. aeb2a1d rename the "exceptional" destination of an invoke instruction to the 'unwind' dest by Chris Lattner · 21 years ago
  92. 27f7a71 Turn off "attribute weak" to pacify Mac OS X's system compiler, which prints a by Brian Gaeke · 21 years ago
  93. 0284a42 Upon Chris's suggestion, moved the #ifdef's to the generated C code. by John Criswell · 21 years ago
  94. 01b2d61 Fixed the CBE on Solaris/Sparc. We need to define the return value of by John Criswell · 21 years ago
  95. 4f7e173 output foo(void) as appropriate by Chris Lattner · 21 years ago
  96. bc771c5 Fix bug in previous checkin by Chris Lattner · 21 years ago
  97. 23e9070 Do not depend on the gep index types to determine what flavor of index it is by Chris Lattner · 21 years ago
  98. 0415b6c Fix PR149 - support constant shift expressions. by Brian Gaeke · 21 years ago
  99. c59c118 ISO 9899 7.13.2.1 (3) says that "[...] the values of objects of automatic by Chris Lattner · 21 years ago
  100. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago