summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm2cpp/CppWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner2006-12-061-2/+3
* For PR950:Reid Spencer2006-11-271-4/+30
* For PR950:Reid Spencer2006-11-081-3/+6
* 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
* Provide indentation of the generated program.Reid Spencer2006-08-141-181/+267
* Actually add instructions to the list of defined values so it getsReid Spencer2006-06-151-0/+1
* 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
* 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 two bugs in the CppWriter.cpp:Reid Spencer2006-05-291-0/+8
* Initial Commit of llvm2cppReid Spencer2006-05-291-0/+1995
OpenPOWER on IntegriCloud