Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove BFtoLLVM. It was old, and a poor example because it didn't use best ↵ | Owen Anderson | 2007-07-03 | 5 | -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 names | Chris Lattner | 2006-03-03 | 1 | -2/+3 |
| | | | | llvm-svn: 26483 | ||||
* | Convert tabs to spaces | Misha Brukman | 2005-04-22 | 1 | -2/+2 |
| | | | | llvm-svn: 21433 | ||||
* | Remove trailing whitespace at the end of lines | Misha Brukman | 2005-04-20 | 1 | -6/+6 |
| | | | | llvm-svn: 21380 | ||||
* | Fix PR456:\ | Reid Spencer | 2004-11-18 | 1 | -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 end | Brian Gaeke | 2004-10-05 | 5 | -0/+271 |
llvm-svn: 16714 |