- Jun 02, 2004
-
-
Chris Lattner authored
llvm-svn: 13956
-
Chris Lattner authored
llvm-svn: 13955
-
Chris Lattner authored
llvm-svn: 13954
-
Chris Lattner authored
llvm-svn: 13953
-
Chris Lattner authored
llvm-svn: 13952
-
Chris Lattner authored
llvm-svn: 13951
-
Chris Lattner authored
Substantially clean up all target implementations by having the OPTIONAL get*Info methods return a pointer instead of a reference. This allows us to have default implementations! llvm-svn: 13950
-
Chris Lattner authored
llvm-svn: 13949
-
Chris Lattner authored
llvm-svn: 13948
-
Chris Lattner authored
llvm-svn: 13947
-
Chris Lattner authored
bytecode files on win32 systems. We keep the shell script on unix systems because it is much more transparent for the users and supports -load options. This allows llvmgcc work correctly on win32 systems without the -native or -native-cbe options. llvm-svn: 13946
-
Chris Lattner authored
llvm-svn: 13945
-
Chris Lattner authored
llvm-svn: 13944
-
Misha Brukman authored
llvm-svn: 13943
-
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
-
Chris Lattner authored
llvm-svn: 13941
-
Misha Brukman authored
llvm-svn: 13940
-
Chris Lattner authored
llvm-svn: 13939
-
Chris Lattner authored
llvm-svn: 13938
-
Chris Lattner authored
bytecode files on systems that don't support #!/bin/sh natively (ie, win32). llvm-svn: 13937
-
Chris Lattner authored
provides. This seems like a relatively clean way to get it. llvm-svn: 13936
-
- Jun 01, 2004
-
-
Chris Lattner authored
llvm-svn: 13935
-
Chris Lattner authored
This fixes some critical problems building libstdc++ on cygwin. llvm-svn: 13934
-
Brian Gaeke authored
llvm-svn: 13933
-
Brian Gaeke authored
llvm-svn: 13930
-
Brian Gaeke authored
llvm-svn: 13929
-
Brian Gaeke authored
llvm-svn: 13928
-
Chris Lattner authored
llvm-svn: 13927
-
Chris Lattner authored
tools, but is required for rules that depend on the executables, e.g.: a: b $(LLVMAS) llvm-svn: 13926
-
John Criswell authored
to put on executable files. llvm-svn: 13925
-
Misha Brukman authored
* HTML 4.01 (Strict) compliance llvm-svn: 13924
-
Chris Lattner authored
llvm-svn: 13923
-
Chris Lattner authored
llvm-svn: 13922
-
Misha Brukman authored
* Reference the lines image correctly * Set font size to make the title stand out llvm-svn: 13921
-
Chris Lattner authored
* Add information about cygwin * Simplify instructions a little and make it more robust (have people just reconfig and build after buildint the CFE) * Remove some obsolete stuff llvm-svn: 13920
-
Misha Brukman authored
llvm-svn: 13919
-
Misha Brukman authored
* Remove doxygen image from page, make LLVM link inline with the text llvm-svn: 13918
-
Misha Brukman authored
* Our main page is index.html, not index.php * Wrap lines at 80 cols llvm-svn: 13917
-
Chris Lattner authored
llvm-svn: 13916
-
John Criswell authored
every recursive call. This makes it more robust for deeply nested, unnamed types. llvm-svn: 13915
-