Merging r261033:
[oota-llvm.git] / lib / ExecutionEngine / Interpreter /
2015-12-18 Rafael EspindolaDrop materializeAllPermanently.
2015-10-22 Davide Italiano[ExecutionEngine] Garbage collect some dead (and unsafe...
2015-10-15 Richard SmithFix -Wmismatched-tags error in modules build by removin...
2015-10-13 Duncan P. N. Exon... Interpreter: Remove implicit ilist iterator conversions...
2015-08-01 Craig TopperDe-constify pointers to Type since they can't be modifi...
2015-07-16 Mehdi AminiFix ffiInvoke() use of DataLayout, broken in 242414
2015-07-16 Mehdi AminiMake ExecutionEngine owning a DataLayout
2015-07-16 Michael KupersteinRevert "Make ExecutionEngine owning a DataLayout"
2015-07-16 Mehdi AminiMake ExecutionEngine owning a DataLayout
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-13 Benjamin Kramer[ExecutionEngine] ArrayRefize argument passing.
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-10 Benjamin KramerReduce dyn_cast<> to isa<> or cast<> where possible.
2015-03-30 Yaron KerenRemove more superfluous .str() and replace std::string...
2015-03-23 Chris BienemanRaising minimum required CMake version to 2.8.12.2.
2015-03-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2015-02-24 Tobias GrosserRevert "Raising minimum required CMake version to 2...
2015-02-23 Chad RosierRevert "Revert "Raising minimum required CMake version...
2015-02-23 Chad RosierRevert "Raising minimum required CMake version to 2...
2015-02-20 Chris BienemanRaising minimum required CMake version to 2.8.12.2.
2014-09-19 Chris BienemanConverting FuncNames to a ManagedStatic to avoid static...
2014-09-16 Reid KlecknerAdd a missing return to operator=
2014-09-16 Reid KlecknerFix move-only type issues in Interpreter with MSVC
2014-09-16 Benjamin KramerSpell out a move ctor. Even the 2013 vintage of MSVC...
2014-09-16 Benjamin KramerInterpreter: Hack around a series of bugs in MSVC 2012...
2014-09-15 Benjamin KramerAdd return that was lost somehow in my last commit.
2014-09-15 Benjamin KramerRemove ancient hack that was emulating move semantics...
2014-09-15 Lang Hames[MCJIT] Start Stringref-izing the ExecutionEngine inter...
2014-09-04 Jan Veselybuild/cmake: Fix CMP0023 warning with libffi
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-23 Dylan NoblesmithSupport: add llvm::unique_lock
2014-08-23 Dylan NoblesmithSupport: make LLVM Mutexes STL-compatible
2014-08-19 Rafael EspindolaMake it explicit that ExecutionEngine takes ownership...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-06 Chandler Carruth[Layering] Move InstVisitor.h into the IR library as...
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2014-03-04 Chandler Carruth[Modules] Move GetElementPtrTypeIterator into the IR...
2014-01-24 Alp TokerFix known typos
2014-01-14 Rafael EspindolaReturn an error_code from materializeAllPermanently.
2013-12-11 NAKAMURA TakumiPrune redundant dependencies in LLVMBuild.txt.
2013-09-12 Elena DemikhovskyLLVM Interpreter: implementation of "insertvalue" and...
2013-09-11 Benjamin KramerDon't expose symbols of lle_ functions.
2013-09-09 Bob WilsonRevert patches to add case-range support for PR1255.
2013-09-02 Elena Demikhovskyllvm interpreter: select, shuffle and insertelement...
2013-08-05 Elena DemikhovskyLLVM Interpreter: This patch implements vector support...
2013-04-26 Nadav RotemTeach the interpreter to handle vector compares and...
2013-04-12 Nadav RotemRevert r179409 because it caused some warnings and...
2013-04-12 Nadav RotemAdd support for additional vector instructions in the...
2013-04-01 Nadav RotemAdd support for vector data types in the LLVM interpreter.
2013-02-01 Jim GrosbachFix misplaced 'break'.
2013-01-31 Jim Grosbachinterpreter: Fix errant fallthrough.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-30 Chandler CarruthMove the InstVisitor utility into VMCore where it belon...
2012-11-01 Chandler CarruthRevert the majority of the next patch in the address...
2012-10-15 Micah VillmowResubmit the changes to llvm core to update the functio...
2012-10-11 Micah VillmowRevert 165732 for further review.
2012-10-11 Micah VillmowAdd in the first iteration of support for llvm/clang...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-06-24 NAKAMURA Takumillvm/lib: [CMake] Add explicit dependency to intrinsics...
2012-06-23 Stepan DyatkovskiyOptimized usage of new SwitchInst case values (Integers...
2012-06-02 Stepan DyatkovskiyPR1255: case ranges.
2012-06-01 Stepan DyatkovskiyPR1255: case ranges.
2012-05-29 Stepan DyatkovskiyConstantRangesSet renamed to IntegersSubset. CRSBuilder...
2012-05-28 Stepan DyatkovskiyPR1255: Case Ranges
2012-05-21 Stepan DyatkovskiyPR1255 (case ranges: work with ConstantRangesSet instea...
2012-03-11 Stepan Dyatkovskiyllvm::SwitchInst
2012-03-08 Stepan DyatkovskiyTaken into account Duncan's comments for r149481 dated...
2012-02-24 NAKAMURA TakumiEE/Interpreter/ExternalFunctions.cpp: Staticize lle_X_...
2012-02-24 NAKAMURA TakumiEE/Interpreter/ExternalFunctions.cpp: Prune "C" linkage...
2012-02-19 Ahmed CharlesRemove dead code. Improve llvm_unreachable text. Simpli...
2012-02-14 Aaron BallmanUsing the new external-linkage warning recently added...
2012-02-14 Aaron BallmanFixing warning due to the new "UTD return type in exter...
2012-02-06 Bill Wendling[unwind removal] We no longer have 'unwind' instruction...
2012-02-01 Stepan DyatkovskiySwitchInst refactoring.
2012-01-23 Bill WendlingRemove extraneous ';'s.
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-05 Danil MalyshevA small re-factored JIT/MCJIT::getPointerToNamedFunctio...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-15 Benjamin KramerRemove all remaining uses of Value::getNameStr().
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-09-29 Eli FriedmanClean up uses of switch instructions so they are not...
2011-09-09 Duncan SandsDon't tack "Instruction not interpretable yet!" onto...
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-06-18 Chris Lattnereliminate the Type::getDescription() method, using...
next