1. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  2. 07b52b3 Previous checkin broke printf(%a) support for fp constants-- re-fix it. by Brian Gaeke · 20 years ago
  3. 8a702e8 New version of Bill Wendling's PR33 patch. by Brian Gaeke · 20 years ago
  4. f8e6f4f Paper over CBackend/2004-08-09-va-end-null.ll by Chris Lattner · 20 years ago
  5. a9d790c Temporarily disable this code, as it is emitting LLVM_NAN("nan") which results in a call to the by Chris Lattner · 20 years ago
  6. 043c0bb Emit NaNs and INFs bit-identically to the bytecode file, if the system has by Brian Gaeke · 20 years ago
  7. 518310c bug 122: - Replace ConstantPointerRef usage with GlobalValue usage by Reid Spencer · 20 years ago
  8. 76e2df2 Patches towards fixing PR341 by Chris Lattner · 20 years ago
  9. f028f82 Apple's MacOS X is another OS which does not provide alloca() via <alloca.h> by Misha Brukman · 20 years ago
  10. 4e547ec Delete the allocate*TargetMachine function, which is now dead . by Chris Lattner · 20 years ago
  11. 71d24aa Make these format a bit nicer by Chris Lattner · 20 years ago
  12. d36c970 Auto-registrate target by Chris Lattner · 20 years ago
  13. 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 20 years ago
  14. 3048373 Move the IntrinsicLowering header into the CodeGen directory, as per PR346 by Chris Lattner · 20 years ago
  15. f70c22b Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 20 years ago
  16. 8fcf797 <alloca.h> on cygwin pulls in a ton of stuff (macros and function protos) by Chris Lattner · 20 years ago
  17. 9d1af97 Fix the big regression that has been killing the nightly tester these last by Chris Lattner · 20 years ago
  18. d06a549 Minor changes. Switch to a SymbolTable remove that does not take linear time by Chris Lattner · 20 years ago
  19. 85acba6 Fix PR344: the incorrect remove was being used. by Chris Lattner · 20 years ago
  20. 9231ac8 Convert to SymbolTable's new iteration interface. by Reid Spencer · 20 years ago
  21. 99c59e8 Add support for accurate garbage collection to the LLVM code generators by Chris Lattner · 20 years ago
  22. 433e25a Fix to make the CBE always emit comparisons inline. Hopefully this will by Chris Lattner · 20 years ago
  23. 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 · 20 years ago
  24. 4589ed9 Do not emit prototypes for setjmp/longjmp, as they are handled specially by Chris Lattner · 20 years ago
  25. 6875807 Make the floating point constant pools local to each function, split the by Chris Lattner · 20 years ago
  26. c242143 Get this looking more like a function pass. by Chris Lattner · 20 years ago
  27. a05e0ec Print all PHI copies for successor blocks before the terminator, whether it be a conditional branch or switch. by Chris Lattner · 20 years ago
  28. 6ffe551 Changes to fix up the inst_iterator to pass to boost iterator checks. This by Chris Lattner · 20 years ago
  29. 6683dbf Add support for select constant expressions to the CBE, fixing SIOD by Chris Lattner · 21 years ago
  30. 317201d Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to by Chris Lattner · 21 years ago
  31. 9f24a07 ADd support for select instructions by Chris Lattner · 21 years ago
  32. 3799eec Fixes for PR258 and PR259. by John Criswell · 21 years ago
  33. 2bcab1f Fix some unexpected fallout from the config.h changes. Because the CBE no by Chris Lattner · 21 years ago
  34. f358c5a It is totally unacceptable to print out (literally) millions of zeros when by Chris Lattner · 21 years ago
  35. e42cde2 Now that the lowerinvoke pass inserts calls to llvm.setjmp/llvm.longjmp, some by Chris Lattner · 21 years ago
  36. cfb0fd2 Add support for the new ConstantAggregateZero class by Chris Lattner · 21 years ago
  37. fe1554a Add support for the returnaddress and frameaddress intrinsics by Chris Lattner · 21 years ago
  38. 4ef5137 Use intrinsic lowering like the rest of the backends. Get rid of crufty hacky by Chris Lattner · 21 years ago
  39. f31182a Convert the C backend into a target, for use with LLC. This allows us to use by Chris Lattner · 21 years ago
  40. 94f4f8e Make the cwriter use the lowerinvoke pass so that it can either use "disabled exceptions" or by Chris Lattner · 21 years ago
  41. 897bf0d Fine grainify namespacification, prune #includes by Chris Lattner · 21 years ago
  42. f8cd914 Add support for memcpy and memmove intrinsics. Why isn't the cwriter using by Chris Lattner · 21 years ago
  43. d21cd80 Adjust to the changed StructType interface. In particular, getElementTypes() is gone. by Chris Lattner · 21 years ago
  44. d5d8996 Start using the new and improve interface to FunctionType arguments by Chris Lattner · 21 years ago
  45. aeb2a1d rename the "exceptional" destination of an invoke instruction to the 'unwind' dest by Chris Lattner · 21 years ago
  46. 27f7a71 Turn off "attribute weak" to pacify Mac OS X's system compiler, which prints a by Brian Gaeke · 21 years ago
  47. 0284a42 Upon Chris's suggestion, moved the #ifdef's to the generated C code. by John Criswell · 21 years ago
  48. 01b2d61 Fixed the CBE on Solaris/Sparc. We need to define the return value of by John Criswell · 21 years ago
  49. 4f7e173 output foo(void) as appropriate by Chris Lattner · 21 years ago
  50. bc771c5 Fix bug in previous checkin by Chris Lattner · 21 years ago
  51. 23e9070 Do not depend on the gep index types to determine what flavor of index it is by Chris Lattner · 21 years ago
  52. 0415b6c Fix PR149 - support constant shift expressions. by Brian Gaeke · 21 years ago
  53. c59c118 ISO 9899 7.13.2.1 (3) says that "[...] the values of objects of automatic by Chris Lattner · 21 years ago
  54. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  55. 5ea326a Work around a bug in GCC where it can't handle common variables marked weak. by Chris Lattner · 21 years ago
  56. 2580d4f Fix bugs with attribute weak emission by Chris Lattner · 21 years ago
  57. 8917d36 This simplifies the CWriter code, makes the generated code easier to read, by Chris Lattner · 21 years ago
  58. 7635ea4 Eliminate the silly namedContext member of printType by Chris Lattner · 21 years ago
  59. fa395ec The "correct" fix for CBackend/2003-10-23-UnusedType.ll is to not even try by Chris Lattner · 21 years ago
  60. 4065ef9 Fail gracefully if we have a zero arg varargs function by Chris Lattner · 21 years ago
  61. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  62. 4d45bd0 Add support for the new varargs intrinsics and instructions by Chris Lattner · 21 years ago
  63. 72ac148d Add support for 'weak' linkage. by Chris Lattner · 21 years ago
  64. fd05924 Decrease usage of use_size() by Chris Lattner · 21 years ago
  65. 3875657 Do not allow fallthroughs in switch statements. This fixes PR37, by Chris Lattner · 21 years ago
  66. 4946a8c Use the autoconf macro John wrote by Chris Lattner · 21 years ago
  67. 5ef6ffd * Spell "necessary" correctly by Chris Lattner · 21 years ago
  68. 9860e77 * Be TBAA safe by Chris Lattner · 21 years ago
  69. dd76aca A couple of minor code cleanups. by Chris Lattner · 21 years ago
  70. 02a3be0 Rename Function::getEntryNode -> getEntryBlock by Chris Lattner · 21 years ago
  71. bdbecac Fix problems with programs that prototype printf to something unusual by Chris Lattner · 21 years ago
  72. 37f92e2 Fixed spelling and grammar. by Misha Brukman · 21 years ago
  73. d0b52cf Remove a bunch of warnings from the CBE generated C code by Chris Lattner · 21 years ago
  74. 4b2a71d "the one true solution for compatibility with GCC 3.3+" by Chris Lattner · 21 years ago
  75. ee5457c Eliminate support for the llvm.unwind intrinisic, using the Unwind instruction instead by Chris Lattner · 21 years ago
  76. 36143fc Add support for the unwind instruction by Chris Lattner · 21 years ago
  77. fd04561 Fix really nasty bugs in the CWriter, handling invoke instructions. Tracking by Chris Lattner · 21 years ago
  78. 5864da0 Simplify code by Chris Lattner · 21 years ago
  79. e55497c Implement support for the unwind intrinsic in the CBE by Chris Lattner · 21 years ago
  80. 72af6b8 Add support for the sig(set|long)jmp intrinsics by Chris Lattner · 21 years ago
  81. 5560c9d Spell `necessary' correctly. by Misha Brukman · 21 years ago
  82. 2925592 Stop annoying warnings about mismatched types with the argument of a free by Chris Lattner · 21 years ago
  83. 326e40a The HAVE_JUMP code is dead, these intrinsics should _never_ be expanded by Chris Lattner · 21 years ago
  84. f6b7ff9 Unbreak the CBE output by Chris Lattner · 21 years ago
  85. 506dad0 Modified the code so that it generates (0) for setjmp() and abort() for by John Criswell · 21 years ago
  86. 49a178b Don't include llvm/SlotCalculator.h, or <set>. by Brian Gaeke · 21 years ago
  87. d9fb37a Use unified CWriter-X86/Printer name mangler. Do not bother using by Brian Gaeke · 21 years ago
  88. d4e8d31 Fix program: SingleSource/UnitTests/2003-07-09-SignedArgs with the CBE by Chris Lattner · 21 years ago
  89. c07736a Simplify code by using ConstantInt::getRawValue instead of checking to see by Chris Lattner · 21 years ago
  90. 8f9f9a2 Eliminated dead code. by Misha Brukman · 21 years ago
  91. ac25de3 Some beautification changes (tabs to spaces, removed extra blank lines); by Misha Brukman · 21 years ago
  92. cf6d7b0 Removed size_t from the parameter list of the malloc() prototype in generated C by John Criswell · 21 years ago
  93. 2fa42a8 jmp_buf is really a pointer type that is passed around... by Chris Lattner · 21 years ago
  94. 9bda5f5 Add support for the Invoke instruction! by Chris Lattner · 21 years ago
  95. 4148819 Preserve compatibility with non-gcc compilers by Chris Lattner · 21 years ago
  96. 76d9f1b Fix bug: CBackend/2003-06-28-LinkOnceGlobalVars.llx by Chris Lattner · 21 years ago
  97. 54f6032 - Fixed name mangling conditions to handle 'linkonce' linkage type. In by Joel Stanley · 21 years ago
  98. e99f4cf It seems likely that floats would need a cast too, because they are by Brian Gaeke · 21 years ago
  99. 031a112 Fix 2003-06-23-PromotedExprs.llx -- if we are adding two bytes we better by Brian Gaeke · 21 years ago
  100. b471a23 lib/CWriter/Writer.cpp: Copy AsmWriter's ConstantFP checking code here by Brian Gaeke · 21 years ago