summaryrefslogtreecommitdiffstats
path: root/llvm/examples/BFtoLLVM
Commit message (Collapse)AuthorAgeFilesLines
* Remove BFtoLLVM. It was old, and a poor example because it didn't use best ↵Owen Anderson2007-07-035-273/+0
| | | | | | | | practices for making a LLVM frontend in C++. Maybe someday it will be rewritten.. llvm-svn: 37858
* Upgrade this to use the new intrinsic namesChris Lattner2006-03-031-2/+3
| | | | llvm-svn: 26483
* Convert tabs to spacesMisha Brukman2005-04-221-2/+2
| | | | llvm-svn: 21433
* Remove trailing whitespace at the end of linesMisha Brukman2005-04-201-6/+6
| | | | llvm-svn: 21380
* Fix PR456:\Reid Spencer2004-11-181-0/+1
| | | | | | | | | | Tools and libraries will be built into $(BUILD_OBJ_ROOT)/$(BuildMode)/bin and \ $(BUILD_OBJ_ROOT)/$(BuildMode)/lib, respectively. Furthermore, the example \ programs will go in $(BUILD_OBJ_ROOT)/$(BuildMode)/examples to keep them \ separate from the tools and hopefully out of the PATH. Install targets \ have not changed. llvm-svn: 17953
* Add BFtoLLVM example front endBrian Gaeke2004-10-055-0/+271
llvm-svn: 16714
OpenPOWER on IntegriCloud