1. 18335f8 clean up the CBE output a bit by Chris Lattner · 21 years ago
  2. 561b7eb add tail marker as a comment by Chris Lattner · 21 years ago
  3. ea548c0 Remove trailing whitespace, patch by Markus Oberhumer. by Misha Brukman · 21 years ago
  4. 484bfc4 Fix the 3 regressions last night, due to my buggy patch from yesterday. by Chris Lattner · 21 years ago
  5. bed9657 remove use of getPrev() and getNext() on ilist nodes. by Chris Lattner · 21 years ago
  6. fb972ad stop using arg_front by Chris Lattner · 21 years ago
  7. 31c8a9d stop using arg_back by Chris Lattner · 21 years ago
  8. 531f9e9 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 21 years ago
  9. ea50620 Make sure to remove all dead type names from the symbol table, not just by Chris Lattner · 21 years ago
  10. 20238eb Single characters should be printed out as chars, not strings. by Misha Brukman · 21 years ago
  11. c9b0984 simplify some code. by Chris Lattner · 21 years ago
  12. 00ee68c Print -X like this: by Chris Lattner · 21 years ago
  13. 1a678c6 Do not lower malloc's to pass "sizeof" expressions like this: by Chris Lattner · 21 years ago
  14. 12328e9 Remove tabs from file. by Chris Lattner · 21 years ago
  15. 8111073 Add support to the C backend for llvm.prefetch. Patch contributed by by Chris Lattner · 21 years ago
  16. 3bef66f Fix volatile load/store of pointers. Consider this testcase: by Chris Lattner · 21 years ago
  17. 2b1e100 Write out single characters as chars, not strings. by Misha Brukman · 21 years ago
  18. 7afbdca Implement CodeGen/CBackend/2005-02-14-VolatileOperations.ll by Chris Lattner · 21 years ago
  19. 8dfa2e4 Fix hyphenation in output comment by Misha Brukman · 21 years ago
  20. d5d45b8 Fix alloca support for Cygwin. On cygwin its __alloca not __builtin_alloca by Reid Spencer · 21 years ago
  21. b56965b Fix CBE code so that it compiles with VC++. by Jeff Cohen · 21 years ago
  22. 93feeb1 Fix PR490 Fix testcase CodeGen/CBackend/2004-12-28-LogicalConstantExprs.ll by Chris Lattner · 21 years ago
  23. 298a7f8 Fix PR485, instead of emitting zero sized arrays, emit arrays of size 1. by Chris Lattner · 21 years ago
  24. b3b1c27 When generating code for X86 targets, make sure the fp control word is set by Chris Lattner · 21 years ago
  25. 81c7fd2 Emit correct prototype for __builtin_alloca on V8. by Brian Gaeke · 21 years ago
  26. f878f75 Move lower intrinsics before FP constant emission, in case by Chris Lattner · 21 years ago
  27. 26d9c22 Fix test/Regression/CodeGen/CBackend/2004-12-03-ExternStatics.ll and PR472 by Chris Lattner · 21 years ago
  28. 335c342 Reverting revision 1.209. by John Criswell · 21 years ago
  29. 798e034 Do not let GCC emit a warning for INT64_MIN by Chris Lattner · 21 years ago
  30. 86deaf2 Sparcs behave better if we use <alloca.h> and avoid messing with __builtin_alloca. by Brian Gaeke · 21 years ago
  31. 073f6ca Hack around stupidity in GCC, fixing Burg with the CBE and by Chris Lattner · 21 years ago
  32. 7eeed93 Removed dead method, printPHICopiesForSuccessors(). by John Criswell · 21 years ago
  33. a564e9e Modified switch generation so that only the phi values associated with the by John Criswell · 21 years ago
  34. 85b3805 Small performance improvement in generated C code: by John Criswell · 21 years ago
  35. 5305866 Print a semicolon for the unreacahble instruction. This fixes problems by Chris Lattner · 21 years ago
  36. 621c413 The first hunk corrects a bug when printing undef null values. We would print by Chris Lattner · 21 years ago
  37. 583dfdc Add support for unreachable and undef by Chris Lattner · 21 years ago
  38. 58043a1 Fix a warning that is emitted on the suns by Chris Lattner · 21 years ago
  39. e4c60eb Really fix FreeBSD, which apparently doesn't tolerate the extern. by Chris Lattner · 21 years ago
  40. 32ed828 FreeBSD uses GCC. Patch contributed by Jeff Cohen! by Chris Lattner · 21 years ago
  41. 3ce42ec Pull assignment out of for loop conditional in order for this to by Alkis Evlogimenos · 21 years ago
  42. 4f2cf03 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
  43. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  44. 7f00753 Previous checkin broke printf(%a) support for fp constants-- re-fix it. by Brian Gaeke · 21 years ago
  45. 35eb7ae New version of Bill Wendling's PR33 patch. by Brian Gaeke · 21 years ago
  46. 1d78735 Paper over CBackend/2004-08-09-va-end-null.ll by Chris Lattner · 21 years ago
  47. 21a015c Temporarily disable this code, as it is emitting LLVM_NAN("nan") which results in a call to the by Chris Lattner · 21 years ago
  48. 1dde3fa Emit NaNs and INFs bit-identically to the bytecode file, if the system has by Brian Gaeke · 21 years ago
  49. cb3fb5d bug 122: - Replace ConstantPointerRef usage with GlobalValue usage by Reid Spencer · 21 years ago
  50. 7dc9de5 Patches towards fixing PR341 by Chris Lattner · 21 years ago
  51. 9dacda6 Apple's MacOS X is another OS which does not provide alloca() via <alloca.h> by Misha Brukman · 21 years ago
  52. 2beb439 Delete the allocate*TargetMachine function, which is now dead . by Chris Lattner · 21 years ago
  53. 73eb943 Make these format a bit nicer by Chris Lattner · 21 years ago
  54. 4266f80 Auto-registrate target by Chris Lattner · 21 years ago
  55. eb04d9b Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
  56. bcdadf3 Move the IntrinsicLowering header into the CodeGen directory, as per PR346 by Chris Lattner · 21 years ago
  57. 6b72759 Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 21 years ago
  58. 4f816d2 <alloca.h> on cygwin pulls in a ton of stuff (macros and function protos) by Chris Lattner · 21 years ago
  59. c53c2a3 Fix the big regression that has been killing the nightly tester these last by Chris Lattner · 21 years ago
  60. c7e2ff2 Minor changes. Switch to a SymbolTable remove that does not take linear time by Chris Lattner · 21 years ago
  61. 83d067a Fix PR344: the incorrect remove was being used. by Chris Lattner · 21 years ago
  62. e7e9671 Convert to SymbolTable's new iteration interface. by Reid Spencer · 21 years ago
  63. 6e4edd6 Add support for accurate garbage collection to the LLVM code generators by Chris Lattner · 21 years ago
  64. 83c139d Fix to make the CBE always emit comparisons inline. Hopefully this will by Chris Lattner · 21 years ago
  65. f719a52 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
  66. 87d036c Do not emit prototypes for setjmp/longjmp, as they are handled specially by Chris Lattner · 21 years ago
  67. 9c29991 Make the floating point constant pools local to each function, split the by Chris Lattner · 22 years ago
  68. 14d328e Get this looking more like a function pass. by Chris Lattner · 22 years ago
  69. 2484a63 Print all PHI copies for successor blocks before the terminator, whether it be a conditional branch or switch. by Chris Lattner · 22 years ago
  70. 2d3a7a6 Changes to fix up the inst_iterator to pass to boost iterator checks. This by Chris Lattner · 22 years ago
  71. b28dd11 Add support for select constant expressions to the CBE, fixing SIOD by Chris Lattner · 22 years ago
  72. 071a5e5 Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to by Chris Lattner · 22 years ago
  73. 65a64e1 ADd support for select instructions by Chris Lattner · 22 years ago
  74. feb7c49c Fixes for PR258 and PR259. by John Criswell · 22 years ago
  75. b471f01 Fix some unexpected fallout from the config.h changes. Because the CBE no by Chris Lattner · 22 years ago
  76. 73ffc88 It is totally unacceptable to print out (literally) millions of zeros when by Chris Lattner · 22 years ago
  77. a95bd44 Now that the lowerinvoke pass inserts calls to llvm.setjmp/llvm.longjmp, some by Chris Lattner · 22 years ago
  78. 7bea808 Add support for the new ConstantAggregateZero class by Chris Lattner · 22 years ago
  79. f7c1088 Add support for the returnaddress and frameaddress intrinsics by Chris Lattner · 22 years ago
  80. 0997f20 Use intrinsic lowering like the rest of the backends. Get rid of crufty hacky by Chris Lattner · 22 years ago
  81. 1f9c6eb CBackend now lives here by Chris Lattner · 22 years ago[Renamed from llvm/lib/CWriter/Writer.cpp]
  82. 0591bb5 Convert the C backend into a target, for use with LLC. This allows us to use by Chris Lattner · 22 years ago
  83. d2b6e18 Make the cwriter use the lowerinvoke pass so that it can either use "disabled exceptions" or by Chris Lattner · 22 years ago
  84. 337df9b Fine grainify namespacification, prune #includes by Chris Lattner · 22 years ago
  85. bb68a22 Add support for memcpy and memmove intrinsics. Why isn't the cwriter using by Chris Lattner · 22 years ago
  86. ac6db75 Adjust to the changed StructType interface. In particular, getElementTypes() is gone. by Chris Lattner · 22 years ago
  87. fa829be Start using the new and improve interface to FunctionType arguments by Chris Lattner · 22 years ago
  88. fae8ab3 rename the "exceptional" destination of an invoke instruction to the 'unwind' dest by Chris Lattner · 22 years ago
  89. e869e0c Turn off "attribute weak" to pacify Mac OS X's system compiler, which prints a by Brian Gaeke · 22 years ago
  90. 65b3acd Upon Chris's suggestion, moved the #ifdef's to the generated C code. by John Criswell · 22 years ago
  91. 83fb097 Fixed the CBE on Solaris/Sparc. We need to define the return value of by John Criswell · 22 years ago
  92. eb64b6a output foo(void) as appropriate by Chris Lattner · 22 years ago
  93. 883b73f Fix bug in previous checkin by Chris Lattner · 22 years ago
  94. 637ee39 Do not depend on the gep index types to determine what flavor of index it is by Chris Lattner · 22 years ago
  95. 03f3611 Fix PR149 - support constant shift expressions. by Brian Gaeke · 22 years ago
  96. 9005b80 ISO 9899 7.13.2.1 (3) says that "[...] the values of objects of automatic by Chris Lattner · 22 years ago
  97. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  98. 39c0a19 Work around a bug in GCC where it can't handle common variables marked weak. by Chris Lattner · 22 years ago
  99. e4e2595 Fix bugs with attribute weak emission by Chris Lattner · 22 years ago
  100. 7be3ab2 This simplifies the CWriter code, makes the generated code easier to read, by Chris Lattner · 22 years ago