summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/JIT/JITEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-1248/+0
* Use range based for loops to avoid needing to re-mention SmallPtrSet size.Craig Topper2014-08-241-4/+3
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-0/+1249
* Nuke the old JIT.Rafael Espindola2014-08-071-1249/+0
* Drop the udis86 wrapper from llvm::sysAlp Toker2014-07-171-7/+0
* Revert "Replace Execution Engine's mutex with std::recursive_mutex."Zachary Turner2014-06-201-11/+11
* Replace Execution Engine's mutex with std::recursive_mutex.Zachary Turner2014-06-181-11/+11
* Remove more occurrences of the unused-mutex-parameter pattern.Zachary Turner2014-06-171-16/+9
* Cleanup more unreferenced MutexGuard parameters on functions.Zachary Turner2014-06-161-1/+1
* Add a Constant version of stripPointerCasts.Rafael Espindola2014-06-041-1/+1
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-031-2/+13
* Delete getAliasedGlobal.Rafael Espindola2014-05-161-1/+1
* [C++] Use 'nullptr'.Craig Topper2014-04-241-15/+16
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-271-1/+1
* Revert "Prevent alias from pointing to weak aliases."Rafael Espindola2014-03-261-1/+1
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-261-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-17/+17
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-1/+0
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* [Modules] Move ValueMap to the IR library. While this class does notChandler Carruth2014-03-041-1/+1
* [Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth2014-03-041-1/+1
* Remove dead code.Rafael Espindola2013-05-101-5/+0
* Remove exception handling support from the old JIT.Rafael Espindola2013-05-071-46/+1
* Fix bug in exception table allocation (PR13678)Eli Bendersky2013-01-111-8/+18
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-17/+17
* Remove buggy classof().Sean Silva2012-10-111-11/+3
* Move TargetData to DataLayout.Micah Villmow2012-10-081-9/+9
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-221-2/+2
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-281-2/+2
* Disable the right instance of TheJIT, this one is only used in asserts.Benjamin Kramer2012-06-161-8/+8
* Guard private fields that are unused in Release builds with #ifndef NDEBUG.Benjamin Kramer2012-06-161-1/+6
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-3/+3
* Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka2012-02-031-0/+3
* Remove the old ELF writer.Rafael Espindola2012-01-051-27/+3
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-021-4/+10
* Silence a bunch (but not all) "variable written but not read" warningsDuncan Sands2011-08-121-0/+1
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-2/+2
* Like the coding standards say, do not use "using namespace std".Jay Foad2011-04-131-2/+2
* Tidy up. Whitespace and 80 column.Jim Grosbach2011-03-161-12/+15
* Support unregistering exception frames of functions when they are removed.Eric Christopher2011-03-041-3/+4
* Merge System into Support.Michael J. Spencer2010-11-291-2/+2
* remove some dead code.Chris Lattner2010-08-231-246/+0
* remove the JIT "NeedsExactSize" feature and supporting logic.Chris Lattner2010-07-221-58/+3
* first part of JIT support for address of labels, part of PR7264,Chris Lattner2010-07-111-1/+9
* Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands2010-05-021-3/+3
* Formatting changes. No functionality change.Bill Wendling2010-04-181-29/+28
* The JIT calls TidyLandingPads to tidy up the landing pads. However, because theBill Wendling2010-04-161-2/+6
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-151-2/+3
OpenPOWER on IntegriCloud