aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm2cpp
Commit message (Expand)AuthorAgeFilesLines
...
* For PR1043:Zhou Sheng2007-01-111-6/+7
* For PR411:Reid Spencer2007-01-061-8/+9
* For PR950:Reid Spencer2006-12-311-22/+14
* For PR950:Reid Spencer2006-12-231-40/+97
* Remove a call to Type::isSigned().Reid Spencer2006-12-181-3/+1
* Generate the correct cast opcode for constant expressions.Reid Spencer2006-12-121-2/+17
* make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner2006-12-062-2/+5
* For PR950:Reid Spencer2006-11-271-4/+30
* For PR950:Reid Spencer2006-11-081-3/+6
* Make llvm2cpp -pedantic clean.Reid Spencer2006-11-031-1/+1
* For PR786:Reid Spencer2006-11-021-2/+1
* For PR950:Reid Spencer2006-11-021-3/+9
* For PR950:Reid Spencer2006-10-261-3/+9
* For PR950:Reid Spencer2006-10-201-6/+5
* simplify codeChris Lattner2006-09-281-2/+1
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-141-0/+6
* Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2006-09-041-2/+1
* Provide indentation of the generated program.Reid Spencer2006-08-141-181/+267
* Tools require EH for their top-level try blocks.Chris Lattner2006-07-071-0/+1
* Fix PR819, llvm2cpp should read .bc files, not .ll files.Chris Lattner2006-07-062-82/+55
* Change the verifier to never throw an exception. Instead verifyModule canopt...Chris Lattner2006-07-061-8/+10
* Actually add instructions to the list of defined values so it getsReid Spencer2006-06-151-0/+1
* Suppress -pedantic warnings about print("%a")Reid Spencer2006-06-021-0/+3
* Teach CppWriter how to emit an inline (partial) function.Reid Spencer2006-06-011-50/+132
* Restore default arguments for llvm2cpp back to health by declaring anReid Spencer2006-06-011-1/+1
* Fix a bug where incorrect C++ was being emitted.Reid Spencer2006-06-011-1/+0
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-011-2/+2
* fix utostrAndrew Lenharth2006-05-311-1/+1
* Major reorganization and extension of the code. The diff on this will be aReid Spencer2006-05-311-487/+698
* Don't generate module definitions when the -fragment option is given.Reid Spencer2006-05-311-51/+59
* Fix more bugs. This version now passes all of the Feature test except forReid Spencer2006-05-301-135/+244
* Fix many small bugs in llvm2cpp. This patch gets llvm2cpp working withReid Spencer2006-05-301-73/+161
* First complete version of llvm2cpp that doesn't crash on any of the FeatureReid Spencer2006-05-301-274/+308
* Next batch of implementation:Reid Spencer2006-05-291-1148/+265
* Fix file header comment.Reid Spencer2006-05-291-2/+2
* Remove temporary testing rules.Reid Spencer2006-05-291-14/+0
* Fix two bugs in the CppWriter.cpp:Reid Spencer2006-05-292-4/+17
* Fix the file's comment block.Reid Spencer2006-05-291-6/+7
* Initial Commit of llvm2cppReid Spencer2006-05-294-0/+2174