1. 326e40a The HAVE_JUMP code is dead, these intrinsics should _never_ be expanded by Chris Lattner · 21 years ago
  2. f6b7ff9 Unbreak the CBE output by Chris Lattner · 21 years ago
  3. 506dad0 Modified the code so that it generates (0) for setjmp() and abort() for by John Criswell · 21 years ago
  4. 49a178b Don't include llvm/SlotCalculator.h, or <set>. by Brian Gaeke · 21 years ago
  5. d9fb37a Use unified CWriter-X86/Printer name mangler. Do not bother using by Brian Gaeke · 21 years ago
  6. d4e8d31 Fix program: SingleSource/UnitTests/2003-07-09-SignedArgs with the CBE by Chris Lattner · 21 years ago
  7. c07736a Simplify code by using ConstantInt::getRawValue instead of checking to see by Chris Lattner · 21 years ago
  8. 8f9f9a2 Eliminated dead code. by Misha Brukman · 21 years ago
  9. ac25de3 Some beautification changes (tabs to spaces, removed extra blank lines); by Misha Brukman · 21 years ago
  10. cf6d7b0 Removed size_t from the parameter list of the malloc() prototype in generated C by John Criswell · 21 years ago
  11. 2fa42a8 jmp_buf is really a pointer type that is passed around... by Chris Lattner · 21 years ago
  12. 9bda5f5 Add support for the Invoke instruction! by Chris Lattner · 21 years ago
  13. 4148819 Preserve compatibility with non-gcc compilers by Chris Lattner · 21 years ago
  14. 76d9f1b Fix bug: CBackend/2003-06-28-LinkOnceGlobalVars.llx by Chris Lattner · 21 years ago
  15. 54f6032 - Fixed name mangling conditions to handle 'linkonce' linkage type. In by Joel Stanley · 21 years ago
  16. e99f4cf It seems likely that floats would need a cast too, because they are by Brian Gaeke · 21 years ago
  17. 031a112 Fix 2003-06-23-PromotedExprs.llx -- if we are adding two bytes we better by Brian Gaeke · 21 years ago
  18. b471a23 lib/CWriter/Writer.cpp: Copy AsmWriter's ConstantFP checking code here by Brian Gaeke · 21 years ago
  19. a8ab89e Fairly major change: emit fixed sized allocas in the entry block as a variable, by Chris Lattner · 21 years ago
  20. a0145cc Don't include alloca.h on FreeBSD. by Brian Gaeke · 21 years ago
  21. da92090 Fix typeo by Chris Lattner · 21 years ago
  22. 02da6c0 Fix bug: CBackend/2003-06-11-HexConstant.ll by Chris Lattner · 21 years ago
  23. 940b08d Don't output explicit initializers for globals that are zero initialized by Chris Lattner · 21 years ago
  24. cf135cb Fix bug: CBackend/2003-06-01-NullPointerType.ll by Chris Lattner · 21 years ago
  25. d13bd22 Fix a bug with casts to bool. This fixes testcase UnitTests/2003-05-31-CastToBool.c by Chris Lattner · 21 years ago
  26. ab2b328 Eliminate unnecessary ->get calls that are now automatically handled. by Chris Lattner · 21 years ago
  27. c436b37 Add support for setjmp/longjmp primitives Patch checked in for Bill Wendling :) by Chris Lattner · 21 years ago
  28. 84c0d5e Casts are now unnecessary by Chris Lattner · 22 years ago
  29. ddfc03c Fix bug: CBackend/2003-05-13-VarArgFunction.ll by Chris Lattner · 22 years ago
  30. 45343ea Fix bug: CWriter/2003-05-12-IntegerSizeWarning.c by Chris Lattner · 22 years ago
  31. 18ac3c8 Add support for variable argument functions! by Chris Lattner · 22 years ago
  32. 84e6665 Fix bug: UnitTests/2003-05-02-DependantPHI.c Fix testcase MultiSource/Ptrdist-ks by Chris Lattner · 22 years ago
  33. edd8ce1 * Eliminate using decls by Chris Lattner · 22 years ago
  34. f1acd96 Fix problem where labels were being incorrectly elided, and fix problem by Chris Lattner · 22 years ago
  35. f5612b76 Fix the super obnoxious "cast to pointer from integer of different size" warnings by Chris Lattner · 22 years ago
  36. 2ee82e0 Remove unneccesary &* by Chris Lattner · 22 years ago
  37. a9f5e05 Add support for the switch instruction to the CWriter by Chris Lattner · 22 years ago
  38. ecd78ac Fixed alloca declaration problem on sun. by Joel Stanley · 22 years ago
  39. 6e6026b - Eliminated the deferred symbol table stuff in Module & Function, it really by Chris Lattner · 22 years ago
  40. a1a64f8 *** empty log message *** by Nick Hildenbrandt · 22 years ago
  41. 9850237 *** empty log message *** by Nick Hildenbrandt · 22 years ago
  42. 9c1338b _REALLY_ fix the float constant problem by Chris Lattner · 22 years ago
  43. eb6f8c7 Print out 'float' constants correctly by Chris Lattner · 22 years ago
  44. 088b472 Fixes escapeing bug in strings. Fixes test case test/Regression/CBackend/2002-11-06-PrintEscaped.c by Nick Hildenbrandt · 22 years ago
  45. 2cf2cbc Loads and stores can't be inlined. This fixes test/Singlesource/matrixTranspose by Nick Hildenbrandt · 22 years ago
  46. 7e9fea7 Fixed bug in Regression/CBackend/2002-10-30-FunctionPointerAlloca.ll by Nick Hildenbrandt · 22 years ago
  47. f0fca36 Casting NULL can cause problems so lets just not cast NULL to anything. by Nick Hildenbrandt · 22 years ago
  48. 50de36a *** empty log message *** by Nick Hildenbrandt · 22 years ago
  49. 3cecdc5 Malloc prototyping now works even if the original file had its own prototype for malloc by Nick Hildenbrandt · 22 years ago
  50. e8e035b Fix bug: CBackend/2002-10-16-External.ll by Chris Lattner · 22 years ago
  51. 04b72c8 Fix bug: test/Regression/CBackend/2002-10-15-OpaqueTypeProblem.ll by Chris Lattner · 22 years ago
  52. 98360a1 Instead of adding stdlib we just prototype malloc correctly. by Nick Hildenbrandt · 22 years ago
  53. c7140e9 Sun requires you to include stdlib to use malloc by Nick Hildenbrandt · 22 years ago
  54. 2a408f0 Bug fix: In preventing static global variables from being printed twice, by Vikram S. Adve · 22 years ago
  55. d2eb386 Add parens around constant calls to getelemptr to properly associate the reference by Nick Hildenbrandt · 22 years ago
  56. ca62692 I was wrong on the removing of those references on the last commit. by Nick Hildenbrandt · 22 years ago
  57. 51c84d1 Removed unneeded reference and dereferences. by Nick Hildenbrandt · 22 years ago
  58. 275801b Cleaned up my last check-in. by Nick Hildenbrandt · 22 years ago
  59. 113ad89 No longer include malloc.h. If protoypes are needed for memory functions they will be present in the byte code and the generated c as well. by Nick Hildenbrandt · 22 years ago
  60. c3dd2af Fixed to properly escape quotes in strings. by Nick Hildenbrandt · 22 years ago
  61. e548f00 Strings now handled correctly. by Nick Hildenbrandt · 22 years ago
  62. c14ded4 Parenthesis are now added to casts of type array. by Nick Hildenbrandt · 22 years ago
  63. d1cf1b4 Fix cwriter to not output FP constants in ascii, output them in hex instead. by Chris Lattner · 22 years ago
  64. 1f8c4a1 Fix bug: 2002-09-20-VarArgPrototypes.ll by Chris Lattner · 22 years ago
  65. 270d78a Fix output of typedefs to avoid syntax errors. by Chris Lattner · 22 years ago
  66. 58d04d4 * Add a couple of comments to the output c code by Chris Lattner · 22 years ago
  67. 2db41cd Another change that doesn't affect functionality. Since we are only looking by Chris Lattner · 22 years ago
  68. 2c601a7 Make the StructPrinted set only take memory when it's being used. by Chris Lattner · 22 years ago
  69. a4c047e No functionality changes, primarily just changing tab indentation to space by Chris Lattner · 22 years ago
  70. 913bfbc Don't print global variable definitions twice! Sun's pathetic compiler by Vikram S. Adve · 22 years ago
  71. 9d6f13f No longer need to sign-extend array indices to 64 bits since they by Vikram S. Adve · 22 years ago
  72. 67aa2e2 by Nick Hildenbrandt · 22 years ago
  73. 59afbf3 Fix a bug introduced by the Getelementptr change by Chris Lattner · 22 years ago
  74. 106ff45 - Change getelementptr instruction to use long indexes instead of uint by Chris Lattner · 22 years ago
  75. 0e9f93e - Fix bug: test/Regression/CBackend/2002-08-20-RecursiveTypes.ll by Chris Lattner · 22 years ago
  76. fabc880 Fix bug: test/Regression/CBackend/2002-08-26-IndirectCallTest.ll by Chris Lattner · 22 years ago
  77. 969c4ad Fix the way parens are printed around "*ptrName" so that by Vikram S. Adve · 22 years ago
  78. 42eb2ba Sign-extend array index expressions to work correctly on non-32 bit machines. by Vikram S. Adve · 22 years ago
  79. ed0f1c5 Changed default value of 3rd parameter in function definition by Anand Shukla · 22 years ago
  80. 5dfe767 by Chris Lattner · 22 years ago
  81. 4cda835 Fix bug: 2002-08-20-UnnamedArgument.c by Chris Lattner · 22 years ago
  82. df35a1c Implement ConstantExprs in CWriter by Chris Lattner · 22 years ago
  83. 83c5775 Incorporate calcTypeNameVar into CWriter class, fixing by Chris Lattner · 22 years ago
  84. a4d4a85 Output forward definitions of global vars to handle recursive intializers correctly. by Chris Lattner · 22 years ago
  85. 6d49292 - Change constant printing to be better integrated with the rest of the by Chris Lattner · 22 years ago
  86. 20e8e01 Remove support for NOT instruction by Chris Lattner · 22 years ago
  87. 4b36721 Avoid warning message by Chris Lattner · 22 years ago
  88. e7f65d3b Fix anands changes by Chris Lattner · 22 years ago
  89. e6f74a9 added include<iostream> for cerr by Anand Shukla · 22 years ago
  90. eea60fc changes to make it compatible with 64bit gcc by Anand Shukla · 22 years ago
  91. bb03efd * Update with MegaPatch * Fix various bugs by Chris Lattner · 22 years ago
  92. 594b9fa * Fix typeo by Chris Lattner · 22 years ago
  93. 963b70b Fix bug: test/Regression/CBackend/2002-05-21-MissingReturn.ll by Chris Lattner · 22 years ago
  94. 78771c8 Fix bug: test/Regression/CBackend/2002-05-16-NameCollide.ll by tracking by Chris Lattner · 22 years ago
  95. 3af3ba8 Last minor cleanups, this code still does not work for all cases, but it by Chris Lattner · 23 years ago
  96. d0c668c Two Cleanups to generated C code: by Chris Lattner · 23 years ago
  97. 4fbf26d * Remove CInstPrintVisitor class, incorporating it into the CWriter class by Chris Lattner · 23 years ago
  98. 497e19a Remove CLocalVars data structure entirely, instead of building stuff and by Chris Lattner · 23 years ago
  99. 7683a12 Simplify code by removing InstLocalVarsVisitor, replacing it with a simple by Chris Lattner · 23 years ago
  100. 1f02c89 * Clean up how PHI nodes are handled by Chris Lattner · 23 years ago