"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "37099990b3d340de8cfa635cd8559ef79e8b2c5f"
- May 14, 2006
-
-
Chris Lattner authored
llvm-svn: 28299
-
- Dec 22, 2005
-
-
Reid Spencer authored
* Changed the -rpath option from cl::opt to cl::list * Changed the interface to GenerateNative to take a std::vector<std::string> instead of just a std::string * Changed GenerateNative to generate multiple -Wl,-rpath, options to be passed to gcc. llvm-svn: 24930
-
- Nov 03, 2005
-
-
Chris Lattner authored
llvm-gcc main.c -Wl,-native -o a.out -g This is important because it used by many configure scripts. John, please pull this onto the 1.6 branch. llvm-svn: 24163
-
- Oct 18, 2005
-
-
Chris Lattner authored
llvm-svn: 23784
-
- Sep 23, 2005
-
-
Chris Lattner authored
not completely painful to use. Once we decide a directory has a bytecode library, we know it this function returns true, no need to scan entire directories. llvm-svn: 23405
-
Chris Lattner authored
2. Concatenate -lfoo and -L/bar options into a single option instead of passing "-L /bar" (for example) which doesn't work on Darwin. 3. Send -v output to stderr instead of stdout llvm-svn: 23404
-
- Aug 03, 2005
-
-
Chris Lattner authored
performed with -export-dynamic (aka. -disable-internalize). Patch by Nicholas Riley! llvm-svn: 22601
-
- Jul 08, 2005
-
-
Reid Spencer authored
exit from isBytecodeLPath with "false". llvm-svn: 22360
-
Reid Spencer authored
Get rid of the difference between file paths and directory paths. The Path class now simply stores a path that can refer to either a file or a directory. This required various changes in the implementation and interface of the class with the corresponding impact to its users. Doxygen comments were also updated to reflect these changes. Interface changes are: appendDirectory -> appendComponent appendFile -> appendComponent elideDirectory -> eraseComponent elideFile -> eraseComponent elideSuffix -> eraseSuffix renameFile -> rename setDirectory -> set setFile -> set Changes pass Dejagnu and llvm-test/SingleSource tests. llvm-svn: 22349
-
- Apr 22, 2005
-
-
Misha Brukman authored
llvm-svn: 21428
-
- Apr 20, 2005
-
-
Misha Brukman authored
llvm-svn: 21372
-
Misha Brukman authored
* Add option `-save-temps' Patch contributed by Markus Oberhumer. llvm-svn: 21367
-
- Apr 10, 2005
-
-
Chris Lattner authored
out by Markus F.X.J. Oberhumer. llvm-svn: 21211
-
- Feb 28, 2005
-
-
Reid Spencer authored
ensure that -L paths don't contain both bytecode and native libraries. This patch contributed by Adam Treat. llvm-svn: 20370
-
- Feb 14, 2005
-
-
Chris Lattner authored
llvm-svn: 20166
-
- Dec 19, 2004
-
-
Reid Spencer authored
* Support changes in sys::Program::ExecuteAndWait interface llvm-svn: 19044
-
- Dec 14, 2004
-
-
Reid Spencer authored
* Change ExecWait calls to sys::Program::ExecuteAndWait * Convert to use sys::Path where it makes sense llvm-svn: 18929
-
- Dec 10, 2004
-
-
Chris Lattner authored
llvm-svn: 18782
-
Chris Lattner authored
llvm-svn: 18753
-
- Dec 02, 2004
-
-
Chris Lattner authored
Add -S and --strip-debug option support. llvm-svn: 18441
-
- Nov 17, 2004
-
-
Chris Lattner authored
llvm-svn: 17911
-
- Nov 16, 2004
-
-
Chris Lattner authored
llvm-svn: 17903
-
- Nov 15, 2004
-
-
Reid Spencer authored
llvm-svn: 17801
-
- Oct 11, 2004
-
-
Chris Lattner authored
llvm-svn: 16913
-
- Oct 07, 2004
-
-
Chris Lattner authored
llvm-svn: 16801
-
- Sep 02, 2004
-
-
Reid Spencer authored
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
-
- Aug 02, 2004
-
-
Chris Lattner authored
llvm-svn: 15411
-
- Jul 27, 2004
-
-
Chris Lattner authored
The -disable-globalsmodref is temporary and will be removed eventually. llvm-svn: 15268
-
- Jun 23, 2004
-
-
Misha Brukman authored
llvm-svn: 14351
-
- Jun 02, 2004
-
-
Chris Lattner authored
to reduce the inter-file interface in the gccld tool and gets some uninteresting code out of gccld.cpp. llvm-svn: 13942
-
- Apr 12, 2004
-
-
Chris Lattner authored
llvm-svn: 12863
-
- Apr 08, 2004
-
-
Chris Lattner authored
generate is not TBAA safe. llvm-svn: 12774
-
Chris Lattner authored
llvm-svn: 12773
-
Chris Lattner authored
aliasing in the C compiler. llvm-svn: 12772
-
- Apr 06, 2004
-
-
Chris Lattner authored
llvm-svn: 12700
-
Chris Lattner authored
for the application with the C backend instead of the native LLVM code generator llvm-svn: 12698
-
- Mar 07, 2004
-
-
Chris Lattner authored
llvm-svn: 12196
-
- Feb 26, 2004
-
-
Chris Lattner authored
removes some cruft from 255.vortex, cleaning up after DAE and IPCP, which do horrible, beautiful, things to vortex. llvm-svn: 11861
-
- Feb 25, 2004
-
-
Chris Lattner authored
llvm-svn: 11839
-
- Jan 27, 2004
-
-
John Criswell authored
when creating native executables. llvm-svn: 10979
-