1. d2d174d Another hack due to allowing multiple symbols with the same name. by Chris Lattner · 20 years ago
  2. 4b41c8e Make the C writer work with packed types. printContainedStructs is by Robert Bocchino · 20 years ago
  3. eca8734 Simplify CWriter::printContainedStructs, also allowing it to work with by Chris Lattner · 20 years ago
  4. 3f5aaf5 yet more C++ standards-compliance stuff. by Duraid Madina · 20 years ago
  5. 4b3b919 do not allow '.' in symbol names by Chris Lattner · 20 years ago
  6. 369b61f Call this method with the object we have by Chris Lattner · 20 years ago
  7. b28f214 Add a new option to indicate we want the code generator to emit code quickly,not spending tons of time microoptimizing it. This is useful for an -O0style of build. by Chris Lattner · 20 years ago
  8. 9b9a839 Fix a QOI issue noticed by Markus F.X.J. Oberhumer. This fixes PR641 by Chris Lattner · 20 years ago
  9. 5635cc0 fix CBackend/2005-09-27-VolatileFuncPtr.ll by Chris Lattner · 20 years ago
  10. 9c0a243 Fix PR618 and Regression/CodeGen/CBackend/2005-08-23-Fmod.ll by not emitting by Chris Lattner · 20 years ago
  11. b74c666 Culling out use of unions for converting FP to bits and vice versa. by Jim Laskey · 20 years ago
  12. 3870f9d Fixed PR#596: by John Criswell · 20 years ago
  13. f11f48b Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile by Chris Lattner · 20 years ago
  14. 2531452 If we support structs as va_list, we must pass pointers to them to va_copy by Andrew Lenharth · 20 years ago
  15. 9144ec4 core changes for varargs by Andrew Lenharth · 20 years ago
  16. 18335f8 clean up the CBE output a bit by Chris Lattner · 21 years ago
  17. 561b7eb add tail marker as a comment by Chris Lattner · 21 years ago
  18. ea548c0 Remove trailing whitespace, patch by Markus Oberhumer. by Misha Brukman · 21 years ago
  19. 484bfc4 Fix the 3 regressions last night, due to my buggy patch from yesterday. by Chris Lattner · 21 years ago
  20. bed9657 remove use of getPrev() and getNext() on ilist nodes. by Chris Lattner · 21 years ago
  21. fb972ad stop using arg_front by Chris Lattner · 21 years ago
  22. 31c8a9d stop using arg_back by Chris Lattner · 21 years ago
  23. 531f9e9 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 21 years ago
  24. ea50620 Make sure to remove all dead type names from the symbol table, not just by Chris Lattner · 21 years ago
  25. 20238eb Single characters should be printed out as chars, not strings. by Misha Brukman · 21 years ago
  26. c9b0984 simplify some code. by Chris Lattner · 21 years ago
  27. 00ee68c Print -X like this: by Chris Lattner · 21 years ago
  28. 1a678c6 Do not lower malloc's to pass "sizeof" expressions like this: by Chris Lattner · 21 years ago
  29. 12328e9 Remove tabs from file. by Chris Lattner · 21 years ago
  30. 8111073 Add support to the C backend for llvm.prefetch. Patch contributed by by Chris Lattner · 21 years ago
  31. 3bef66f Fix volatile load/store of pointers. Consider this testcase: by Chris Lattner · 21 years ago
  32. 2b1e100 Write out single characters as chars, not strings. by Misha Brukman · 21 years ago
  33. 7afbdca Implement CodeGen/CBackend/2005-02-14-VolatileOperations.ll by Chris Lattner · 21 years ago
  34. 8dfa2e4 Fix hyphenation in output comment by Misha Brukman · 21 years ago
  35. d5d45b8 Fix alloca support for Cygwin. On cygwin its __alloca not __builtin_alloca by Reid Spencer · 21 years ago
  36. b56965b Fix CBE code so that it compiles with VC++. by Jeff Cohen · 21 years ago
  37. 93feeb1 Fix PR490 Fix testcase CodeGen/CBackend/2004-12-28-LogicalConstantExprs.ll by Chris Lattner · 21 years ago
  38. 298a7f8 Fix PR485, instead of emitting zero sized arrays, emit arrays of size 1. by Chris Lattner · 21 years ago
  39. b3b1c27 When generating code for X86 targets, make sure the fp control word is set by Chris Lattner · 21 years ago
  40. 81c7fd2 Emit correct prototype for __builtin_alloca on V8. by Brian Gaeke · 21 years ago
  41. f878f75 Move lower intrinsics before FP constant emission, in case by Chris Lattner · 21 years ago
  42. 26d9c22 Fix test/Regression/CodeGen/CBackend/2004-12-03-ExternStatics.ll and PR472 by Chris Lattner · 21 years ago
  43. 335c342 Reverting revision 1.209. by John Criswell · 21 years ago
  44. 798e034 Do not let GCC emit a warning for INT64_MIN by Chris Lattner · 21 years ago
  45. 86deaf2 Sparcs behave better if we use <alloca.h> and avoid messing with __builtin_alloca. by Brian Gaeke · 21 years ago
  46. 073f6ca Hack around stupidity in GCC, fixing Burg with the CBE and by Chris Lattner · 21 years ago
  47. 7eeed93 Removed dead method, printPHICopiesForSuccessors(). by John Criswell · 21 years ago
  48. a564e9e Modified switch generation so that only the phi values associated with the by John Criswell · 21 years ago
  49. 85b3805 Small performance improvement in generated C code: by John Criswell · 21 years ago
  50. 5305866 Print a semicolon for the unreacahble instruction. This fixes problems by Chris Lattner · 21 years ago
  51. 621c413 The first hunk corrects a bug when printing undef null values. We would print by Chris Lattner · 21 years ago
  52. 583dfdc Add support for unreachable and undef by Chris Lattner · 21 years ago
  53. 58043a1 Fix a warning that is emitted on the suns by Chris Lattner · 21 years ago
  54. e4c60eb Really fix FreeBSD, which apparently doesn't tolerate the extern. by Chris Lattner · 21 years ago
  55. 32ed828 FreeBSD uses GCC. Patch contributed by Jeff Cohen! by Chris Lattner · 21 years ago
  56. 3ce42ec Pull assignment out of for loop conditional in order for this to by Alkis Evlogimenos · 21 years ago
  57. 4f2cf03 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
  58. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  59. 7f00753 Previous checkin broke printf(%a) support for fp constants-- re-fix it. by Brian Gaeke · 21 years ago
  60. 35eb7ae New version of Bill Wendling's PR33 patch. by Brian Gaeke · 21 years ago
  61. 1d78735 Paper over CBackend/2004-08-09-va-end-null.ll by Chris Lattner · 21 years ago
  62. 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
  63. 1dde3fa Emit NaNs and INFs bit-identically to the bytecode file, if the system has by Brian Gaeke · 21 years ago
  64. cb3fb5d bug 122: - Replace ConstantPointerRef usage with GlobalValue usage by Reid Spencer · 21 years ago
  65. 7dc9de5 Patches towards fixing PR341 by Chris Lattner · 21 years ago
  66. 9dacda6 Apple's MacOS X is another OS which does not provide alloca() via <alloca.h> by Misha Brukman · 21 years ago
  67. 2beb439 Delete the allocate*TargetMachine function, which is now dead . by Chris Lattner · 21 years ago
  68. 73eb943 Make these format a bit nicer by Chris Lattner · 21 years ago
  69. 4266f80 Auto-registrate target by Chris Lattner · 21 years ago
  70. eb04d9b Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
  71. bcdadf3 Move the IntrinsicLowering header into the CodeGen directory, as per PR346 by Chris Lattner · 21 years ago
  72. 6b72759 Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 21 years ago
  73. 4f816d2 <alloca.h> on cygwin pulls in a ton of stuff (macros and function protos) by Chris Lattner · 21 years ago
  74. c53c2a3 Fix the big regression that has been killing the nightly tester these last by Chris Lattner · 21 years ago
  75. c7e2ff2 Minor changes. Switch to a SymbolTable remove that does not take linear time by Chris Lattner · 21 years ago
  76. 83d067a Fix PR344: the incorrect remove was being used. by Chris Lattner · 21 years ago
  77. e7e9671 Convert to SymbolTable's new iteration interface. by Reid Spencer · 21 years ago
  78. 6e4edd6 Add support for accurate garbage collection to the LLVM code generators by Chris Lattner · 21 years ago
  79. 83c139d Fix to make the CBE always emit comparisons inline. Hopefully this will by Chris Lattner · 21 years ago
  80. 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
  81. 87d036c Do not emit prototypes for setjmp/longjmp, as they are handled specially by Chris Lattner · 21 years ago
  82. 9c29991 Make the floating point constant pools local to each function, split the by Chris Lattner · 21 years ago
  83. 14d328e Get this looking more like a function pass. by Chris Lattner · 21 years ago
  84. 2484a63 Print all PHI copies for successor blocks before the terminator, whether it be a conditional branch or switch. by Chris Lattner · 21 years ago
  85. 2d3a7a6 Changes to fix up the inst_iterator to pass to boost iterator checks. This by Chris Lattner · 22 years ago
  86. b28dd11 Add support for select constant expressions to the CBE, fixing SIOD by Chris Lattner · 22 years ago
  87. 071a5e5 Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to by Chris Lattner · 22 years ago
  88. 65a64e1 ADd support for select instructions by Chris Lattner · 22 years ago
  89. feb7c49c Fixes for PR258 and PR259. by John Criswell · 22 years ago
  90. b471f01 Fix some unexpected fallout from the config.h changes. Because the CBE no by Chris Lattner · 22 years ago
  91. 73ffc88 It is totally unacceptable to print out (literally) millions of zeros when by Chris Lattner · 22 years ago
  92. a95bd44 Now that the lowerinvoke pass inserts calls to llvm.setjmp/llvm.longjmp, some by Chris Lattner · 22 years ago
  93. 7bea808 Add support for the new ConstantAggregateZero class by Chris Lattner · 22 years ago
  94. f7c1088 Add support for the returnaddress and frameaddress intrinsics by Chris Lattner · 22 years ago
  95. 0997f20 Use intrinsic lowering like the rest of the backends. Get rid of crufty hacky by Chris Lattner · 22 years ago
  96. 1f9c6eb CBackend now lives here by Chris Lattner · 22 years ago[Renamed from llvm/lib/CWriter/Writer.cpp]
  97. 0591bb5 Convert the C backend into a target, for use with LLC. This allows us to use by Chris Lattner · 22 years ago
  98. d2b6e18 Make the cwriter use the lowerinvoke pass so that it can either use "disabled exceptions" or by Chris Lattner · 22 years ago
  99. 337df9b Fine grainify namespacification, prune #includes by Chris Lattner · 22 years ago
  100. bb68a22 Add support for memcpy and memmove intrinsics. Why isn't the cwriter using by Chris Lattner · 22 years ago