| Commit message (Expand) | Author | Age | Files | Lines |
* | add more support for ConstantDataSequential | Chris Lattner | 2012-01-24 | 1 | -11/+27 |
* | ExecutionEngine: refactor interface | Dylan Noblesmith | 2011-12-12 | 1 | -7/+14 |
* | EngineBuilder: support for custom TargetOptions. Fixes the | Peter Collingbourne | 2011-12-07 | 1 | -1/+4 |
* | ExecutionEngine: honor optimization level | Dylan Noblesmith | 2011-12-01 | 1 | -4/+4 |
* | - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. | Evan Cheng | 2011-07-20 | 1 | -5/+3 |
* | Convert TargetData::getIndexedOffset to use ArrayRef. | Jay Foad | 2011-07-19 | 1 | -2/+1 |
* | Introduce MCCodeGenInfo, which keeps information that can affect codegen | Evan Cheng | 2011-07-19 | 1 | -3/+4 |
* | Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a... | Jeffrey Yasskin | 2011-07-18 | 1 | -1/+1 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -9/+9 |
* | ExecutionEngine: move createJIT() definition (v2) | Dylan Noblesmith | 2011-05-13 | 1 | -0/+29 |
* | ExecutionEngine: push TargetMachine creation into clients (v2) | Dylan Noblesmith | 2011-05-13 | 1 | -20/+18 |
* | Revert ExecutionEngine patches, they either failed to build or broke unit tests. | Jakob Stoklund Olesen | 2011-05-07 | 1 | -39/+12 |
* | ExecutionEngine: move createJIT() definition | Dylan Noblesmith | 2011-05-06 | 1 | -0/+29 |
* | ExecutionEngine: push TargetMachine creation into clients | Dylan Noblesmith | 2011-05-06 | 1 | -12/+10 |
* | Fix the last -Wnon-pod-memset I'm seeing. This is benign, but appears | Chandler Carruth | 2011-04-28 | 1 | -1/+1 |
* | Just because a GlobalVariable's initializer is [N x { i32, void ()* }] doesn't | Nick Lewycky | 2011-04-11 | 1 | -1/+5 |
* | llvm.global_[cd]tor is defined to be either external, or appending with an array | Nick Lewycky | 2011-04-08 | 1 | -6/+2 |
* | Fix comment to use llvm 2.x syntax. | Nick Lewycky | 2011-04-06 | 1 | -1/+1 |
* | Support unregistering exception frames of functions when they are removed. | Eric Christopher | 2011-03-04 | 1 | -3/+4 |
* | Remove unneeded zero arrays. | Benjamin Kramer | 2010-12-04 | 1 | -4/+2 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -2/+2 |
* | PR5207: change APInt::doubleToBits() and APInt::floatToBits() to be | Jay Foad | 2010-11-28 | 1 | -2/+2 |
* | lli: Add stub -use-mcjit option, which doesn't currently do anything. | Daniel Dunbar | 2010-11-17 | 1 | -1/+17 |
* | JIT: More nitty style tweakage, aka territory marking. | Daniel Dunbar | 2010-11-13 | 1 | -192/+140 |
* | Fix 80-col violation / non-sensicalness. | Daniel Dunbar | 2010-11-13 | 1 | -3/+3 |
* | Fix the cleanup process of exception information in JIT. Now JIT | Duncan Sands | 2010-10-21 | 1 | -3/+13 |
* | improve portability to systems that don't have powf/modf (e.g. solaris 9) | Chris Lattner | 2010-05-15 | 1 | -2/+2 |
* | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner | 2010-04-07 | 1 | -9/+9 |
* | Avoid leaking the memory allocated for GlobalVariables in the interpreter, by | Jeffrey Yasskin | 2010-03-27 | 1 | -3/+32 |
* | Avoid leaking argv and env arrays from lli. | Jeffrey Yasskin | 2010-03-26 | 1 | -13/+35 |
* | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 1 | -2/+2 |
* | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands | 2010-02-15 | 1 | -4/+4 |
* | Move --march, --mcpu, and --mattr from JIT/TargetSelect.cpp to lli.cpp. | Jeffrey Yasskin | 2010-02-05 | 1 | -7/+12 |
* | r94686 changed all ModuleProvider parameters to Modules, which made the | Jeffrey Yasskin | 2010-02-03 | 1 | -4/+0 |
* | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin | 2010-01-27 | 1 | -48/+21 |
* | Fix http://llvm.org/PR6028, an assertion failure when an UndefValue of | Jay Foad | 2010-01-15 | 1 | -2/+16 |
* | Move remaining stuff to the isInteger predicate. | Benjamin Kramer | 2010-01-05 | 1 | -5/+3 |
* | Avoid going through the LLVMContext for type equality where it's safe to dere... | Benjamin Kramer | 2010-01-05 | 1 | -4/+2 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -6/+6 |
* | Add ability to set code model within the execution engine builders | Eric Christopher | 2009-11-17 | 1 | -2/+3 |
* | Remove dlsym stubs, with Nate Begeman's permission. | Jeffrey Yasskin | 2009-11-09 | 1 | -1/+0 |
* | add interpreter support for indirect goto / blockaddress. The interpreter | Chris Lattner | 2009-10-29 | 1 | -1/+4 |
* | Change the JIT to compile eagerly by default as agreed in | Jeffrey Yasskin | 2009-10-27 | 1 | -1/+1 |
* | Fix http://llvm.org/PR4822: allow module deletion after a function has been | Jeffrey Yasskin | 2009-10-23 | 1 | -18/+22 |
* | Make the ExecutionEngine automatically remove global mappings on when their | Jeffrey Yasskin | 2009-10-13 | 1 | -30/+47 |
* | ExecutionEngine::clearGlobalMappingsFromModule failed to remove reverse | Jeffrey Yasskin | 2009-10-09 | 1 | -16/+19 |
* | Introduce and use convenience methods for getting pointer types | Duncan Sands | 2009-10-06 | 1 | -1/+1 |
* | strength reduce a ton of type equality tests to check the typeid (Through | Chris Lattner | 2009-10-05 | 1 | -11/+11 |
* | errorstr can be null, don't unconditionally set it. Only report that | Chris Lattner | 2009-09-23 | 1 | -6/+9 |
* | Make EngineBuilder return more error codes, by KS Sreeram. | Chris Lattner | 2009-09-23 | 1 | -13/+22 |