1. e3db4da __i386__, __i386, etc. are not defined for x86-64. Use __x86_64__. by Evan Cheng · 19 years ago
  2. 475c553 Now that PR633 is implemented, the CBE can know to emit _setjmp/_longjmp by Chris Lattner · 19 years ago
  3. d947760 Add mingw support, patch contributed by Anton by Chris Lattner · 19 years ago
  4. 2bc320d Fix casting so there's no warning on Alpha. by Reid Spencer · 19 years ago
  5. 19b7e0e For PR786: by Reid Spencer · 19 years ago
  6. 0c54d89 Print struct return functions and calls as actually returning the hidden by Chris Lattner · 19 years ago
  7. 3c280bf Add checks for __OpenBSD__. by Jeff Cohen · 19 years ago
  8. 580418e Modify how CBE handles #lines. by Jim Laskey · 19 years ago
  9. bc641b9 Eliminate IntrinsicLowering from TargetMachine. by Chris Lattner · 19 years ago
  10. 8724215 Handle builtins that directly correspond to GCC builtins. by Chris Lattner · 19 years ago
  11. f4321a3 Handle the removal of the debug chain. by Jim Laskey · 19 years ago
  12. 7075d6f Add #line support for CBE. by Jim Laskey · 19 years ago
  13. 9a571ba Two things: by Chris Lattner · 19 years ago
  14. f9a0532 Another hack due to allowing multiple symbols with the same name. by Chris Lattner · 19 years ago
  15. b78e838 Make the C writer work with packed types. printContainedStructs is by Robert Bocchino · 19 years ago
  16. 14d9b20 Simplify CWriter::printContainedStructs, also allowing it to work with by Chris Lattner · 19 years ago
  17. d2dec7d yet more C++ standards-compliance stuff. by Duraid Madina · 19 years ago
  18. ba9c643 do not allow '.' in symbol names by Chris Lattner · 20 years ago
  19. 36c975c Call this method with the object we have by Chris Lattner · 20 years ago
  20. ce8eb0c 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
  21. bad13eb Fix a QOI issue noticed by Markus F.X.J. Oberhumer. This fixes PR641 by Chris Lattner · 20 years ago
  22. b94388a fix CBackend/2005-09-27-VolatileFuncPtr.ll by Chris Lattner · 20 years ago
  23. 57da252 Fix PR618 and Regression/CodeGen/CBackend/2005-08-23-Fmod.ll by not emitting by Chris Lattner · 20 years ago
  24. cb6682f Culling out use of unions for converting FP to bits and vice versa. by Jim Laskey · 20 years ago
  25. ce4e1e4 Fixed PR#596: by John Criswell · 20 years ago
  26. 0431c96 Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile by Chris Lattner · 20 years ago
  27. 213e557 If we support structs as va_list, we must pass pointers to them to va_copy by Andrew Lenharth · 20 years ago
  28. 558bc88 core changes for varargs by Andrew Lenharth · 20 years ago
  29. 50a8a17 clean up the CBE output a bit by Chris Lattner · 20 years ago
  30. fe673d9 add tail marker as a comment by Chris Lattner · 20 years ago
  31. d6a29a5 Remove trailing whitespace, patch by Markus Oberhumer. by Misha Brukman · 20 years ago
  32. efd02c7 Fix the 3 regressions last night, due to my buggy patch from yesterday. by Chris Lattner · 20 years ago
  33. 67c2d18 remove use of getPrev() and getNext() on ilist nodes. by Chris Lattner · 20 years ago
  34. 39220de stop using arg_front by Chris Lattner · 20 years ago
  35. c5e7df1 stop using arg_back by Chris Lattner · 20 years ago
  36. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 20 years ago
  37. dbf69f1 Make sure to remove all dead type names from the symbol table, not just by Chris Lattner · 20 years ago
  38. 23ba0c5 Single characters should be printed out as chars, not strings. by Misha Brukman · 20 years ago
  39. b15fde2 simplify some code. by Chris Lattner · 20 years ago
  40. 6d9b69f Print -X like this: by Chris Lattner · 20 years ago
  41. f7fe494 Do not lower malloc's to pass "sizeof" expressions like this: by Chris Lattner · 20 years ago
  42. ca76f35 Remove tabs from file. by Chris Lattner · 20 years ago
  43. 33e9d29 Add support to the C backend for llvm.prefetch. Patch contributed by by Chris Lattner · 20 years ago
  44. 8399e02 Fix volatile load/store of pointers. Consider this testcase: by Chris Lattner · 20 years ago
  45. b70aaa6 Write out single characters as chars, not strings. by Misha Brukman · 20 years ago
  46. 9d30e22 Implement CodeGen/CBackend/2005-02-14-VolatileOperations.ll by Chris Lattner · 20 years ago
  47. 41ce39c Fix hyphenation in output comment by Misha Brukman · 20 years ago
  48. a8411a6 Fix alloca support for Cygwin. On cygwin its __alloca not __builtin_alloca by Reid Spencer · 20 years ago
  49. d01f65a Fix CBE code so that it compiles with VC++. by Jeff Cohen · 20 years ago
  50. f376e5e Fix PR490 Fix testcase CodeGen/CBackend/2004-12-28-LogicalConstantExprs.ll by Chris Lattner · 20 years ago
  51. 3e3b6f7 Fix PR485, instead of emitting zero sized arrays, emit arrays of size 1. by Chris Lattner · 20 years ago
  52. 395fd59 When generating code for X86 targets, make sure the fp control word is set by Chris Lattner · 20 years ago
  53. ce63005 Emit correct prototype for __builtin_alloca on V8. by Brian Gaeke · 20 years ago
  54. 3150e2d Move lower intrinsics before FP constant emission, in case by Chris Lattner · 21 years ago
  55. cc16a8e Fix test/Regression/CodeGen/CBackend/2004-12-03-ExternStatics.ll and PR472 by Chris Lattner · 21 years ago
  56. ced06b7 Reverting revision 1.209. by John Criswell · 21 years ago
  57. 40e7c35 Do not let GCC emit a warning for INT64_MIN by Chris Lattner · 21 years ago
  58. 33ce43e Sparcs behave better if we use <alloca.h> and avoid messing with __builtin_alloca. by Brian Gaeke · 21 years ago
  59. 4394d51 Hack around stupidity in GCC, fixing Burg with the CBE and by Chris Lattner · 21 years ago
  60. 408f999 Removed dead method, printPHICopiesForSuccessors(). by John Criswell · 21 years ago
  61. 30cc227 Modified switch generation so that only the phi values associated with the by John Criswell · 21 years ago
  62. 57bbfce Small performance improvement in generated C code: by John Criswell · 21 years ago
  63. 963869e Print a semicolon for the unreacahble instruction. This fixes problems by Chris Lattner · 21 years ago
  64. 665825e The first hunk corrects a bug when printing undef null values. We would print by Chris Lattner · 21 years ago
  65. a9d12c0 Add support for unreachable and undef by Chris Lattner · 21 years ago
  66. c71ff4c Fix a warning that is emitted on the suns by Chris Lattner · 21 years ago
  67. 60e6674 Really fix FreeBSD, which apparently doesn't tolerate the extern. by Chris Lattner · 21 years ago
  68. 523001f FreeBSD uses GCC. Patch contributed by Jeff Cohen! by Chris Lattner · 21 years ago
  69. 200a360 Pull assignment out of for loop conditional in order for this to by Alkis Evlogimenos · 21 years ago
  70. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
  71. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  72. 07b52b3 Previous checkin broke printf(%a) support for fp constants-- re-fix it. by Brian Gaeke · 21 years ago
  73. 8a702e8 New version of Bill Wendling's PR33 patch. by Brian Gaeke · 21 years ago
  74. f8e6f4f Paper over CBackend/2004-08-09-va-end-null.ll by Chris Lattner · 21 years ago
  75. 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
  76. 043c0bb Emit NaNs and INFs bit-identically to the bytecode file, if the system has by Brian Gaeke · 21 years ago
  77. 518310c bug 122: - Replace ConstantPointerRef usage with GlobalValue usage by Reid Spencer · 21 years ago
  78. 76e2df2 Patches towards fixing PR341 by Chris Lattner · 21 years ago
  79. f028f82 Apple's MacOS X is another OS which does not provide alloca() via <alloca.h> by Misha Brukman · 21 years ago
  80. 4e547ec Delete the allocate*TargetMachine function, which is now dead . by Chris Lattner · 21 years ago
  81. 71d24aa Make these format a bit nicer by Chris Lattner · 21 years ago
  82. d36c970 Auto-registrate target by Chris Lattner · 21 years ago
  83. 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
  84. 3048373 Move the IntrinsicLowering header into the CodeGen directory, as per PR346 by Chris Lattner · 21 years ago
  85. f70c22b Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 21 years ago
  86. 8fcf797 <alloca.h> on cygwin pulls in a ton of stuff (macros and function protos) by Chris Lattner · 21 years ago
  87. 9d1af97 Fix the big regression that has been killing the nightly tester these last by Chris Lattner · 21 years ago
  88. d06a549 Minor changes. Switch to a SymbolTable remove that does not take linear time by Chris Lattner · 21 years ago
  89. 85acba6 Fix PR344: the incorrect remove was being used. by Chris Lattner · 21 years ago
  90. 9231ac8 Convert to SymbolTable's new iteration interface. by Reid Spencer · 21 years ago
  91. 99c59e8 Add support for accurate garbage collection to the LLVM code generators by Chris Lattner · 21 years ago
  92. 433e25a Fix to make the CBE always emit comparisons inline. Hopefully this will by Chris Lattner · 21 years ago
  93. 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
  94. 4589ed9 Do not emit prototypes for setjmp/longjmp, as they are handled specially by Chris Lattner · 21 years ago
  95. 6875807 Make the floating point constant pools local to each function, split the by Chris Lattner · 21 years ago
  96. c242143 Get this looking more like a function pass. by Chris Lattner · 21 years ago
  97. 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
  98. 6ffe551 Changes to fix up the inst_iterator to pass to boost iterator checks. This by Chris Lattner · 21 years ago
  99. 6683dbf Add support for select constant expressions to the CBE, fixing SIOD by Chris Lattner · 21 years ago
  100. 317201d Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to by Chris Lattner · 21 years ago