- May 29, 2004
-
-
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
-
Alkis Evlogimenos authored
the symbols are not demangled. llvm-svn: 11620
-
Chris Lattner authored
llvm-svn: 11611
-
- Feb 18, 2004
-
-
Chris Lattner authored
llvm-svn: 11601
-
Chris Lattner authored
llvm-svn: 11600
-
Chris Lattner authored
If there is an error running a tool, include the error message (e.g. assertion failure) in the exception llvm-svn: 11597
-
Chris Lattner authored
of calling exit(1). llvm-svn: 11593
-
- Feb 17, 2004
-
-
Chris Lattner authored
llvm-svn: 11533
-
- Feb 16, 2004
-
-
Chris Lattner authored
nightly tests to be really messed up. The problem was that the new leakdetector was depending on undefined behavior: the order of destruction of static objects. llvm-svn: 11488
-
- Feb 15, 2004
-
-
Alkis Evlogimenos authored
implementation class. This makes the code simpler and allows for more types to be added easily. It also implements caching for generic objects (it was only available for llvm objects). llvm-svn: 11452
-
- Feb 14, 2004
-
-
Chris Lattner authored
is external, make sure to mangle the *internal* one, not external one llvm-svn: 11424
-