1. 04b72c8 Fix bug: test/Regression/CBackend/2002-10-15-OpaqueTypeProblem.ll by Chris Lattner · 23 years ago
  2. 98360a1 Instead of adding stdlib we just prototype malloc correctly. by Nick Hildenbrandt · 23 years ago
  3. c7140e9 Sun requires you to include stdlib to use malloc by Nick Hildenbrandt · 23 years ago
  4. 2a408f0 Bug fix: In preventing static global variables from being printed twice, by Vikram S. Adve · 23 years ago
  5. d2eb386 Add parens around constant calls to getelemptr to properly associate the reference by Nick Hildenbrandt · 23 years ago
  6. ca62692 I was wrong on the removing of those references on the last commit. by Nick Hildenbrandt · 23 years ago
  7. 51c84d1 Removed unneeded reference and dereferences. by Nick Hildenbrandt · 23 years ago
  8. 275801b Cleaned up my last check-in. by Nick Hildenbrandt · 23 years ago
  9. 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 · 23 years ago
  10. c3dd2af Fixed to properly escape quotes in strings. by Nick Hildenbrandt · 23 years ago
  11. e548f00 Strings now handled correctly. by Nick Hildenbrandt · 23 years ago
  12. c14ded4 Parenthesis are now added to casts of type array. by Nick Hildenbrandt · 23 years ago
  13. d1cf1b4 Fix cwriter to not output FP constants in ascii, output them in hex instead. by Chris Lattner · 23 years ago
  14. 1f8c4a1 Fix bug: 2002-09-20-VarArgPrototypes.ll by Chris Lattner · 23 years ago
  15. 270d78a Fix output of typedefs to avoid syntax errors. by Chris Lattner · 23 years ago
  16. 58d04d4 * Add a couple of comments to the output c code by Chris Lattner · 23 years ago
  17. 2db41cd Another change that doesn't affect functionality. Since we are only looking by Chris Lattner · 23 years ago
  18. 2c601a7 Make the StructPrinted set only take memory when it's being used. by Chris Lattner · 23 years ago
  19. a4c047e No functionality changes, primarily just changing tab indentation to space by Chris Lattner · 23 years ago
  20. 913bfbc Don't print global variable definitions twice! Sun's pathetic compiler by Vikram S. Adve · 23 years ago
  21. 9d6f13f No longer need to sign-extend array indices to 64 bits since they by Vikram S. Adve · 23 years ago
  22. 67aa2e2 by Nick Hildenbrandt · 23 years ago
  23. 59afbf3 Fix a bug introduced by the Getelementptr change by Chris Lattner · 23 years ago
  24. 106ff45 - Change getelementptr instruction to use long indexes instead of uint by Chris Lattner · 23 years ago
  25. 0e9f93e - Fix bug: test/Regression/CBackend/2002-08-20-RecursiveTypes.ll by Chris Lattner · 23 years ago
  26. fabc880 Fix bug: test/Regression/CBackend/2002-08-26-IndirectCallTest.ll by Chris Lattner · 23 years ago
  27. 969c4ad Fix the way parens are printed around "*ptrName" so that by Vikram S. Adve · 23 years ago
  28. 42eb2ba Sign-extend array index expressions to work correctly on non-32 bit machines. by Vikram S. Adve · 23 years ago
  29. ed0f1c5 Changed default value of 3rd parameter in function definition by Anand Shukla · 23 years ago
  30. 5dfe767 by Chris Lattner · 23 years ago
  31. 4cda835 Fix bug: 2002-08-20-UnnamedArgument.c by Chris Lattner · 23 years ago
  32. df35a1c Implement ConstantExprs in CWriter by Chris Lattner · 23 years ago
  33. 83c5775 Incorporate calcTypeNameVar into CWriter class, fixing by Chris Lattner · 23 years ago
  34. a4d4a85 Output forward definitions of global vars to handle recursive intializers correctly. by Chris Lattner · 23 years ago
  35. 6d49292 - Change constant printing to be better integrated with the rest of the by Chris Lattner · 23 years ago
  36. 20e8e01 Remove support for NOT instruction by Chris Lattner · 23 years ago
  37. 4b36721 Avoid warning message by Chris Lattner · 23 years ago
  38. e7f65d3b Fix anands changes by Chris Lattner · 23 years ago
  39. e6f74a9 added include<iostream> for cerr by Anand Shukla · 23 years ago
  40. eea60fc changes to make it compatible with 64bit gcc by Anand Shukla · 23 years ago
  41. bb03efd * Update with MegaPatch * Fix various bugs by Chris Lattner · 23 years ago
  42. 594b9fa * Fix typeo by Chris Lattner · 23 years ago
  43. 963b70b Fix bug: test/Regression/CBackend/2002-05-21-MissingReturn.ll by Chris Lattner · 23 years ago
  44. 78771c8 Fix bug: test/Regression/CBackend/2002-05-16-NameCollide.ll by tracking by Chris Lattner · 23 years ago
  45. 3af3ba8 Last minor cleanups, this code still does not work for all cases, but it by Chris Lattner · 23 years ago
  46. d0c668c Two Cleanups to generated C code: by Chris Lattner · 23 years ago
  47. 4fbf26d * Remove CInstPrintVisitor class, incorporating it into the CWriter class by Chris Lattner · 23 years ago
  48. 497e19a Remove CLocalVars data structure entirely, instead of building stuff and by Chris Lattner · 23 years ago
  49. 7683a12 Simplify code by removing InstLocalVarsVisitor, replacing it with a simple by Chris Lattner · 23 years ago
  50. 1f02c89 * Clean up how PHI nodes are handled by Chris Lattner · 23 years ago
  51. 8c8a370 Emit: by Chris Lattner · 23 years ago
  52. 8c3c4bf * Print structures types correctly by Chris Lattner · 23 years ago
  53. deed7a5 * Continue cleanup of type printing code by Chris Lattner · 23 years ago
  54. 3ef6dc7 Gut the type printing code so there is only one copy of it instead of 3 by Chris Lattner · 23 years ago
  55. 2d05a1a * Remove dead "constant printing" code by Chris Lattner · 23 years ago
  56. 2a7ab2e Remove gross "Operand" instance variable by Chris Lattner · 23 years ago
  57. 2f49902 Simplify and clean up function calls. by Chris Lattner · 23 years ago
  58. 2f5eb4e * Remove dead function by Chris Lattner · 23 years ago
  59. 4440826 Make Getelementptr, load & store all work the right way. by Chris Lattner · 23 years ago
  60. 2f5f51a Many random fixes: by Chris Lattner · 23 years ago
  61. f34ee81 Incorporate and purge function before and after printing them so unnamed values by Chris Lattner · 23 years ago
  62. b5af06a Factor out the code to print a value to ONE place. by Chris Lattner · 23 years ago
  63. 16c7bb2 First wave of cleanups, looks like the first of many. by Chris Lattner · 23 years ago
  64. 9ddc86c *** empty log message *** by Sumant Kowshik · 23 years ago