1. 43421b3 Next round of APFloat changes. by Dale Johannesen · 17 years ago
  2. 418a04e by David Greene · 17 years ago
  3. f0e8560 by David Greene · 17 years ago
  4. b8f7479 by David Greene · 17 years ago
  5. f1355a5 by David Greene · 17 years ago
  6. 22256f4 Adjust for new CallInst constructor interface. by Reid Spencer · 17 years ago
  7. 02e2152 Emit correct linkage. Patch by Roman Samoilov. by Anton Korobeynikov · 17 years ago
  8. a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 17 years ago
  9. c38adbb Fix PR1525: by Reid Spencer · 17 years ago
  10. a4d71f0 Fix PR1517: by Reid Spencer · 17 years ago
  11. ab24b4c Fix PR1516: by Reid Spencer · 17 years ago
  12. 8946fe1 Call the correct function name. Patch from Stephane Letz. by Nick Lewycky · 17 years ago
  13. febca34 Commit first round work of PR1373. "noalias" is now fully supported in by Zhou Sheng · 17 years ago
  14. 065344d use the new MemoryBuffer interfaces to simplify error reporting in clients. by Chris Lattner · 18 years ago
  15. 44dadff switch tools to bitcode instead of bytecode by Chris Lattner · 18 years ago
  16. b958ba3 bitcodify, remove eh cruft by Chris Lattner · 18 years ago
  17. 4f859aa For PR1146: by Reid Spencer · 18 years ago
  18. 4d26a06 Make the generated code for ConstantInt nicer. by Reid Spencer · 18 years ago
  19. 46fea10 Teach llvm2cpp about packed structure types. by Reid Spencer · 18 years ago
  20. 0744166 Fix several bugs relating to changes in the LLVM IR API or just outright by Reid Spencer · 18 years ago
  21. a9297b1 Fix some issues with param attrs. by Reid Spencer · 18 years ago
  22. 6abd3da Add support for parameter attributes. by Reid Spencer · 18 years ago
  23. 7029725 Make output for ConstantInt construction correct for any bitwidth. by Reid Spencer · 18 years ago
  24. 3481657 Add missing break statements! by Reid Spencer · 18 years ago
  25. ac9dcb9 For PR1195: by Reid Spencer · 18 years ago
  26. 9d6565a For PR1195: by Reid Spencer · 18 years ago
  27. f2e292c push bytecode decompressor out through APIs. Now the bytecode reader by Chris Lattner · 18 years ago
  28. 688b049 For PR411: by Reid Spencer · 18 years ago
  29. ef9b9a7 For PR411: by Reid Spencer · 18 years ago
  30. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  31. 3fdf2c3 Drop CSRET from here too. by Nick Lewycky · 18 years ago
  32. 42a7551 rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. by Chris Lattner · 18 years ago
  33. f6e7bb4 unbreak i1 constants with the cpp writer, eliminate special case. by Chris Lattner · 18 years ago
  34. a54b7cb For PR1064: by Reid Spencer · 18 years ago
  35. 579dca1 Implement review feedback for the ConstantBool->ConstantInt merge. Chris by Reid Spencer · 18 years ago
  36. 4fe16d6 Rename BoolTy as Int1Ty. Patch by Sheng Zhou. by Reid Spencer · 18 years ago
  37. 6b6b6ef For PR1043: by Zhou Sheng · 18 years ago
  38. 78d033e For PR411: by Reid Spencer · 18 years ago
  39. 71d2ec9 For PR950: Convert signed integer types to signless. by Reid Spencer · 18 years ago
  40. e4d87aa For PR950: by Reid Spencer · 18 years ago
  41. f6c511c Remove a call to Type::isSigned(). by Reid Spencer · 18 years ago
  42. b0e9f72 Generate the correct cast opcode for constant expressions. by Reid Spencer · 18 years ago
  43. c30598b make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 18 years ago
  44. 3da59db For PR950: by Reid Spencer · 18 years ago
  45. 3822ff5 For PR950: by Reid Spencer · 18 years ago
  46. 7bd7873 Make llvm2cpp -pedantic clean. by Reid Spencer · 18 years ago
  47. 3ed469c For PR786: by Reid Spencer · 18 years ago
  48. 0a783f7 For PR950: Replace the REM instruction with UREM, SREM and FREM. by Reid Spencer · 18 years ago
  49. 1628cec For PR950: by Reid Spencer · 18 years ago
  50. b83eb64 For PR950: by Reid Spencer · 18 years ago
  51. e354df9 simplify code by Chris Lattner · 18 years ago
  52. b74ed07 Adding dllimport, dllexport and external weak linkage types. by Anton Korobeynikov · 18 years ago
  53. aea932d Use LINK_COMPONENTS to specify *components* to link against instead of by Chris Lattner · 18 years ago
  54. 70bbf9a Provide indentation of the generated program. by Reid Spencer · 18 years ago
  55. 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 18 years ago
  56. 8eaafde Fix PR819, llvm2cpp should read .bc files, not .ll files. by Chris Lattner · 18 years ago
  57. 05ac92c Change the verifier to never throw an exception. Instead verifyModule canoptionally return the string error, which is an easier api for clients touse anyway. by Chris Lattner · 18 years ago
  58. 68464b7 Actually add instructions to the list of defined values so it gets by Reid Spencer · 18 years ago
  59. 409411e Suppress -pedantic warnings about print("%a") by Reid Spencer · 18 years ago
  60. f977e7b Teach CppWriter how to emit an inline (partial) function. by Reid Spencer · 18 years ago
  61. ad67a04 Restore default arguments for llvm2cpp back to health by declaring an by Reid Spencer · 18 years ago
  62. 659a243 Fix a bug where incorrect C++ was being emitted. by Reid Spencer · 18 years ago
  63. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
  64. 539d871 fix utostr by Andrew Lenharth · 18 years ago
  65. 12803f5 Major reorganization and extension of the code. The diff on this will be a by Reid Spencer · 18 years ago
  66. 25edc35 Don't generate module definitions when the -fragment option is given. by Reid Spencer · 18 years ago
  67. 15f7e01 Fix more bugs. This version now passes all of the Feature test except for by Reid Spencer · 18 years ago
  68. 1a2a0cc Fix many small bugs in llvm2cpp. This patch gets llvm2cpp working with by Reid Spencer · 18 years ago
  69. 66c8734 First complete version of llvm2cpp that doesn't crash on any of the Feature by Reid Spencer · 18 years ago
  70. e0d133f Next batch of implementation: by Reid Spencer · 18 years ago
  71. ba570d7 Fix file header comment. by Reid Spencer · 18 years ago
  72. 4edca33 Remove temporary testing rules. by Reid Spencer · 18 years ago
  73. 74e032a Fix two bugs in the CppWriter.cpp: by Reid Spencer · 18 years ago
  74. d9169d3 Fix the file's comment block. by Reid Spencer · 18 years ago
  75. fb0c0dc Initial Commit of llvm2cpp by Reid Spencer · 18 years ago