Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove llvm-ld and llvm-stub (which is only used by llvm-ld). | Michael J. Spencer | 2012-04-19 | 4 | -117/+0 |
| | | | | | | | | | | | | | | | | llvm-ld is no longer useful and causes confusion and so it is being removed. * Does not work very well on Windows because it must call a gcc like driver to assemble and link. * Has lots of hard coded paths which are wrong on many systems. * Does not understand most of ld's options. * Can be partially replaced by llvm-link | opt | {llc | as, llc -filetype=obj} | ld, or fully replaced by Clang. I know of no production use of llvm-ld, and hacking use should be replaced by Clang's driver. llvm-svn: 155147 | ||||
* | LLVMBuild: Remove trailing newline, which irked me. | Daniel Dunbar | 2011-12-12 | 1 | -1/+0 |
| | | | | llvm-svn: 146409 | ||||
* | LLVMBuild: Add description files for the LLVM tools. | Daniel Dunbar | 2011-11-11 | 1 | -0/+23 |
| | | | | llvm-svn: 144417 | ||||
* | build: Tidy up a bunch of tool Makefiles, and simplify where possible using the | Daniel Dunbar | 2011-10-18 | 1 | -2/+4 |
| | | | | | | new all-targets pseudo-component. llvm-svn: 142401 | ||||
* | llvm-stub.cpp: mingw-w64 tweak. | NAKAMURA Takumi | 2011-03-24 | 1 | -1/+1 |
| | | | | llvm-svn: 128205 | ||||
* | Hack around incompatible pointer warnings. | Benjamin Kramer | 2010-10-16 | 1 | -1/+5 |
| | | | | llvm-svn: 116671 | ||||
* | Fix Whitespace. | Michael J. Spencer | 2010-10-07 | 1 | -2/+2 |
| | | | | llvm-svn: 115959 | ||||
* | Fix warnings on Windows. | Michael J. Spencer | 2010-10-07 | 1 | -1/+1 |
| | | | | llvm-svn: 115958 | ||||
* | Silence MSVC warning. | Benjamin Kramer | 2009-08-11 | 1 | -1/+1 |
| | | | | llvm-svn: 78660 | ||||
* | fix some warnings for the MSVC build, by Yonggang Luo! | Chris Lattner | 2009-08-10 | 1 | -2/+1 |
| | | | | llvm-svn: 78571 | ||||
* | Comment headers should extend to 80 chars. | Misha Brukman | 2008-12-31 | 1 | -1/+1 |
| | | | | llvm-svn: 61529 | ||||
* | Initial support for the CMake build system. | Oscar Fuentes | 2008-09-22 | 1 | -0/+3 |
| | | | | llvm-svn: 56419 | ||||
* | Fix some warnings reported by gcc-4.3. Hopefully | Duncan Sands | 2008-06-19 | 1 | -7/+8 |
| | | | | | | this still compiles on windows - I can't test! llvm-svn: 52488 | ||||
* | Make sure that the current executable filename has "exe" suffix on Windows. | Argyrios Kyrtzidis | 2008-06-15 | 1 | -5/+9 |
| | | | | llvm-svn: 52286 | ||||
* | regenerate | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | llvm-svn: 45424 | ||||
* | remove attributions from tools/utils makefiles. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | llvm-svn: 45414 | ||||
* | finishing touches of bytecode -> bitcode changes. also unbreak Windows | Gabor Greif | 2007-07-06 | 1 | -3/+3 |
| | | | | llvm-svn: 37950 | ||||
* | Incorporate the contents of include/llvm/Config/unistd.h as this is the | Reid Spencer | 2004-12-20 | 1 | -1/+11 |
| | | | | | | | last file in LLVM to require the header. After ths commmit, our unistd.h will go away. llvm-svn: 19065 | ||||
* | We're not doing automake any more | Reid Spencer | 2004-10-22 | 1 | -645/+0 |
| | | | | llvm-svn: 17168 | ||||
* | We won't use automake | Reid Spencer | 2004-10-22 | 1 | -14/+0 |
| | | | | llvm-svn: 17155 | ||||
* | Initial automake generated Makefile template | Reid Spencer | 2004-10-18 | 1 | -0/+645 |
| | | | | llvm-svn: 17136 | ||||
* | Update to reflect changes in Makefile rules. | Reid Spencer | 2004-10-13 | 1 | -1/+1 |
| | | | | llvm-svn: 16950 | ||||
* | Initial version of automake Makefile.am file. | Reid Spencer | 2004-10-10 | 1 | -0/+14 |
| | | | | llvm-svn: 16894 | ||||
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -1/+1 |
| | | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137 | ||||
* | Fix a double negation (in grammar). | Misha Brukman | 2004-06-02 | 1 | -1/+1 |
| | | | | llvm-svn: 13943 | ||||
* | No really cygwin, we LIKE .exe'ness. | Chris Lattner | 2004-06-02 | 1 | -0/+8 |
| | | | | llvm-svn: 13939 | ||||
* | Initial checkin of a stub executable that can be used by gccld to forward to | Chris Lattner | 2004-06-01 | 2 | -0/+64 |
bytecode files on systems that don't support #!/bin/sh natively (ie, win32). llvm-svn: 13937 |