- f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
- dc351b9 simplify creation of the interpreter, make ExecutionEngine ctor protected, by Chris Lattner · 18 years ago
- ff38cf8 For PR1486: by Reid Spencer · 18 years ago
- 2d89fa8 Remove the insufficient code in Interpreter::create that computed the by Reid Spencer · 19 years ago
- 04a1829 Remove unnecessary #include. by Reid Spencer · 19 years ago
- 603682a Deal with error handling better. by Reid Spencer · 19 years ago
- 42b2c08 Remove tabs. by Reid Spencer · 19 years ago
- 1e960cd Implement use of new IntrinsicLowering interface. by Reid Spencer · 19 years ago
- 3ac38e9 For PR761: by Reid Spencer · 19 years ago
- 2775aba Simplify IntrinsicLowering and clarify that it is only for use by the by Chris Lattner · 19 years ago
- 6c79005 Simplify TargetData ctor call by Chris Lattner · 19 years ago
- 91f228b Simplify interpreter construction. by Chris Lattner · 19 years ago
- 20a631f Refactor TargetMachine, pushing handling of TargetData into the target-specific subclasses. This has one caller-visible change: getTargetData() now returns a pointer instead of a reference. by Owen Anderson · 19 years ago
- 0eafbc3 Get JIT/Interpreter working on Windows again. by Jeff Cohen · 20 years ago
- 0b2de9f remove the intrinsiclowering hook by Chris Lattner · 20 years ago
- 2d52c1b Eliminate the dependency of ExecutionEngine on the JIT/Interpreter libraries. by Chris Lattner · 20 years ago
- 2439669 The interpreter assumes that the caller of runFunction() must be lli, and by Jeff Cohen · 20 years ago
- 5f4ef3c Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 20 years ago
- 5191b4b Convert tabs to spaces by Misha Brukman · 21 years ago
- 91fb9ab * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 21 years ago
- bcdadf3 Move the IntrinsicLowering header into the CodeGen directory, as per PR346 by Chris Lattner · 21 years ago
- fa829be Start using the new and improve interface to FunctionType arguments by Chris Lattner · 22 years ago
- c8c6c03 Pass around IntrinsicLowering instances as appropriate. by Chris Lattner · 22 years ago
- d94296c No longer run atExit functions from run() rename run to runFunction by Chris Lattner · 22 years ago
- 1809966 Finegrainify namespacification by Chris Lattner · 22 years ago
- 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
- b5b9ba6 Be friendly to gcc 3.4... good compiler. Nice compiler. by Chris Lattner · 22 years ago
- 65c60e2 ExecutionEngine::create no longer takes a TraceMode argument. by Brian Gaeke · 22 years ago
- 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
- 2caaaba Squelch warning by Chris Lattner · 22 years ago
- a766903 Make CreateArgv part of lli rather than part of ExecutionEngine. by Brian Gaeke · 22 years ago
- 8421765 Remove support for interactive (step finish next) instructions. by Brian Gaeke · 22 years ago
- e80e5ba Interpreter cleanups: by Brian Gaeke · 22 years ago
- 4bd3bd5 ExecutionEngine.cpp: Move execution engine creation stuff into a new by Brian Gaeke · 22 years ago
- 4d4f424 Targets now configure themselves based on the source module, not on the by Chris Lattner · 22 years ago
- 71c3e62 The JIT now passes the environment pointer to the main() function when it by John Criswell · 22 years ago
- 4a5bb95 Add support for atexit function, remove support for __main function by Chris Lattner · 22 years ago
- b78244f Make sure that globals are emitted AFTER the passmanager is set up for the JIT, by Chris Lattner · 22 years ago
- 470754e A large number of simple changes: by Chris Lattner · 22 years ago
- 4f6cdbd Remove two fields from TargetData which are target specific. by Chris Lattner · 23 years ago
- 6fac66e MAke sure that LLI properly configures align_of(double) by Chris Lattner · 23 years ago
- 996fe01 Initial checkin of new LLI with JIT compiler by Chris Lattner · 23 years ago