- 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
-
- May 25, 2004
-
-
Reid Spencer authored
compliant. Thanks, Chris. llvm-svn: 13771
-
Reid Spencer authored
llvm-svn: 13765
-
Reid Spencer authored
the Abstract Data Type that holds slot number values and associates them with Type* and Value*. The SlotTable is simply the holder of the slot numbers and provides a controlled interface for building the table. It does not enforce any particular idiom or functionality for manipulating the slot numbers. This is part of bug_122. The SlotCalculator and SlotMachine classes will follow. llvm-svn: 13764
-
Alkis Evlogimenos authored
llvm-svn: 13762
-
- May 07, 2004
-
-
Chris Lattner authored
llvm-svn: 13388
-
- May 05, 2004
-
-
Brian Gaeke authored
llvm-svn: 13364
-
- May 04, 2004
-
-
Brian Gaeke authored
fills in a ToolArgs vector in the AbstractInterpreter if it is set. This ToolArgs vector is used to pass additional arguments to LLI and/or LLC. This is intended to address Bug 40. Also, make -debug-only=toolrunner work for the LLC and CBE AbstractInterpreters. llvm-svn: 13356
-
- Apr 16, 2004
-
-
Chris Lattner authored
that didn't exist, missing the ones that do :( llvm-svn: 12978
-
- Apr 05, 2004
-
-
Chris Lattner authored
llvm-svn: 12674
-
Chris Lattner authored
llvm-svn: 12673
-
- Apr 02, 2004
-
-
Brian Gaeke authored
llvm-svn: 12638
-
Chris Lattner authored
llvm-svn: 12600
-
- Mar 30, 2004
-
-
Chris Lattner authored
llvm-svn: 12539
-
- Mar 29, 2004
-
-
Chris Lattner authored
llvm-svn: 12534
-
- Mar 04, 2004
-
-
Alkis Evlogimenos authored
llvm-svn: 12118
-
- Feb 26, 2004
-
-
Chris Lattner authored
having the compiler emit RTTI and vtables to EVERY translation unit. llvm-svn: 11871
-
- Feb 21, 2004
-
-
Misha Brukman authored
llvm-svn: 11690
-
Chris Lattner authored
in a signal handler, allocating memory or doing other unsafe things is bad, which means we should do it in a different process. llvm-svn: 11689
-
- Feb 20, 2004
-
-
Brian Gaeke authored
llvm-svn: 11658
-
- Feb 19, 2004
-
-
Chris Lattner authored
call breaks on sparcs llvm-svn: 11635
-
Chris Lattner authored
llvm-svn: 11631
-
Alkis Evlogimenos authored
interface: getMessage() is gone, use what() instead. llvm-svn: 11621
-