- Aug 29, 2004
-
-
Reid Spencer authored
llvm-svn: 16097
-
- Aug 16, 2004
-
-
Misha Brukman authored
llvm-svn: 15825
-
- Aug 13, 2004
-
-
Reid Spencer authored
absolute position on the command line. Similarly allow any cl::list to use the method getPosition(n) to retrieve the absolute position of the nth option in the list. This provides support for two things: (a) options like -l that are actually positional and their order of occurrence matters when they are intermixed with positional arguments like "a.o"; and (b) options like -x LANG which affect only the positional arguments that come after the option. In both cases, knowing the absolute position of a given option helps. llvm-svn: 15725
-
- Aug 04, 2004
-
-
Chris Lattner authored
llvm-svn: 15496
-
Reid Spencer authored
Low Level Virtual Machine ($PACKAGE_NAME) $PACKAGE_VERSION llvm-svn: 15454
-
- Jul 25, 2004
-
-
Chris Lattner authored
llvm-svn: 15195
-
- Jul 24, 2004
-
-
Chris Lattner authored
llvm-svn: 15161
-
Chris Lattner authored
llvm-svn: 15160
-
Chris Lattner authored
llvm-svn: 15158
-
- Jul 21, 2004
-
-
Brian Gaeke authored
llvm-svn: 15089
-
Brian Gaeke authored
llvm-svn: 15058
-
Brian Gaeke authored
Patch contributed by Bill Wendling. llvm-svn: 15050
-
- Jul 19, 2004
-
-
Chris Lattner authored
llvm-svn: 14995
-
Chris Lattner authored
Patch contributed by the fabulous Nate Begeman. llvm-svn: 14994
-
- Jul 18, 2004
-
-
Chris Lattner authored
llvm-svn: 14976
-
- Jul 16, 2004
-
-
Misha Brukman authored
llvm-svn: 14892
-
- Jul 15, 2004
-
-
Chris Lattner authored
llvm-svn: 14838
-
- Jul 11, 2004
-
-
Chris Lattner authored
is a bad idea. Make tools that want the option #include PluginSupport.h explicitly. llvm-svn: 14738
-
- Jul 09, 2004
-
-
Chris Lattner authored
llvm-svn: 14706
-
- Jul 06, 2004
-
-
Brian Gaeke authored
names start with l0_. llvm-svn: 14651
-
- Jul 04, 2004
-
-
Reid Spencer authored
llvm-svn: 14622
-
- Jul 03, 2004
-
-
Chris Lattner authored
llvm-svn: 14588
-
- Jun 23, 2004
-
-
Brian Gaeke authored
llvm-svn: 14338
-
- Jun 18, 2004
-
-
Misha Brukman authored
* Order #includes alphabetically llvm-svn: 14234
-
Misha Brukman authored
llvm-svn: 14233
-
- Jun 07, 2004
-
-
Chris Lattner authored
system specific stuff on HAVE_MKSTEMP llvm-svn: 14051
-
Chris Lattner authored
getrusage implementation on HAVE_GETRUSAGE llvm-svn: 14050
-
- Jun 05, 2004
-
-
Alkis Evlogimenos authored
llvm-svn: 14041
-
- Jun 02, 2004
-
-
Chris Lattner authored
llvm-svn: 13945
-
Misha Brukman authored
llvm-svn: 13940
-
- May 30, 2004
-
-
Reid Spencer authored
llvm-svn: 13900
-
- May 29, 2004
-
-
Chris Lattner authored
dynamic linker does not automatically search libraries when looking up symbols with GetProcAddress. Because of this we have to emulate it. The only detail is that there doesn't seem to be a way to enumerate the libraries loaded, so we have a gross hack (tm). This make the JIT functional on win32 under cygwin. llvm-svn: 13887
-
Chris Lattner authored
llvm-svn: 13886
-
- May 28, 2004
-
-
Chris Lattner authored
much easier than on unix. :) The only evil thing is that windows.h defines a macro named FindExecutable, which collides with one of our names. The JIT now runs on windows, but it cannot resolve external functions (like printf) yet. llvm-svn: 13871
-
Chris Lattner authored
includes mman.h llvm-svn: 13870
-
Chris Lattner authored
llvm-svn: 13866
-
Chris Lattner authored
llvm-svn: 13863
-
- May 27, 2004
-
-
Chris Lattner authored
llvm-svn: 13851
-
Chris Lattner authored
but not right now. llvm-svn: 13811
-
Chris Lattner authored
llvm-svn: 13806
-