aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm2cpp/Makefile
Commit message (Expand)AuthorAgeFilesLines
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-291-2/+2
* switch tools to bitcode instead of bytecodeChris Lattner2007-05-061-1/+1
* bitcodify, remove eh cruftChris Lattner2007-05-061-2/+1
* Make llvm2cpp -pedantic clean.Reid Spencer2006-11-031-1/+1
* Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2006-09-041-2/+1
* 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-061-3/+2
* Suppress -pedantic warnings about print("%a")Reid Spencer2006-06-021-0/+3
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-011-2/+2
* Remove temporary testing rules.Reid Spencer2006-05-291-14/+0
* Fix two bugs in the CppWriter.cpp:Reid Spencer2006-05-291-4/+9
* Initial Commit of llvm2cppReid Spencer2006-05-291-0/+23