summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/JIT
Commit message (Expand)AuthorAge
* Revert "Replace Execution Engine's mutex with std::recursive_mutex."Zachary Turner2014-06-20
* Replace Execution Engine's mutex with std::recursive_mutex.Zachary Turner2014-06-18
* Remove more occurrences of the unused-mutex-parameter pattern.Zachary Turner2014-06-17
* Cleanup more unreferenced MutexGuard parameters on functions.Zachary Turner2014-06-16
* Add a Constant version of stripPointerCasts.Rafael Espindola2014-06-04
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-03
* Delete getAliasedGlobal.Rafael Espindola2014-05-16
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* [C++] Use 'nullptr'.Craig Topper2014-04-24
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [ExecutionEngine] Allow JIT clients to enable/disable module verification.Lang Hames2014-04-18
* [Allocator] Finally, finish nuking the redundant code that led me hereChandler Carruth2014-04-15
* [Allocator] Make the underlying allocator a template instead of anChandler Carruth2014-04-14
* [Allocator] Switch the BumpPtrAllocator to use a vector of pointers toChandler Carruth2014-04-14
* [Allocator] Lift the slab size and size threshold into templateChandler Carruth2014-03-30
* [cleanup] Hoist the initialization and constants for slab sizes to theChandler Carruth2014-03-28
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-27
* Revert "Prevent alias from pointing to weak aliases."Rafael Espindola2014-03-26
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-26
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* [Modules] Move ValueMap to the IR library. While this class does notChandler Carruth2014-03-04
* [Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth2014-03-04
* Use DataLayout from the module when easily available.Rafael Espindola2014-02-25
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-25
* Add target analysis passes to the codegen pipeline for MCJIT.Juergen Ributzka2014-01-23
* Prune redundant dependencies in LLVMBuild.txt.NAKAMURA Takumi2013-12-11
* Resolve JIT runtime linking problems on Android.Andrew Kaylor2013-11-15
* Remove dead code.Rafael Espindola2013-10-07
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-02
* Fix the build issue under ia64. Close bug #5715Sylvestre Ledru2013-08-27
* Fixed alignment of code sections in the JIT mode. Added a test to the JITMemo...Elena Demikhovsky2013-07-02
* Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-17
* Remove dead code.Rafael Espindola2013-05-10
* Remove exception handling support from the old JIT.Rafael Espindola2013-05-07
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-22
* Fix More CastsDavid Greene2013-01-14
* Fix bug in exception table allocation (PR13678)Eli Bendersky2013-01-11
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Remove duplicate includes.Roman Divacky2012-12-21
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor2012-11-15
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-01
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-15
* Remove buggy classof().Sean Silva2012-10-11
* Revert 165732 for further review.Micah Villmow2012-10-11
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-11
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-22