projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
LTO: Change signature of LTOCodeGenerator::setCodePICModel() to take a Reloc::Model.
[oota-llvm.git]
/
lib
/
ExecutionEngine
/
Interpreter
/
2015-08-01
Craig Topper
De-constify pointers to Type since they can't be modifi...
tree
|
commitdiff
2015-07-16
Mehdi Amini
Fix ffiInvoke() use of DataLayout, broken in 242414
tree
|
commitdiff
2015-07-16
Mehdi Amini
Make ExecutionEngine owning a DataLayout
tree
|
commitdiff
2015-07-16
Michael Kuperstein
Revert "Make ExecutionEngine owning a DataLayout"
tree
|
commitdiff
2015-07-16
Mehdi Amini
Make ExecutionEngine owning a DataLayout
tree
|
commitdiff
2015-06-23
Alexander Kornienko
Revert r240137 (Fixed/added namespace ending comments...
tree
|
commitdiff
2015-06-19
Alexander Kornienko
Fixed/added namespace ending comments using clang-tidy...
tree
|
commitdiff
2015-06-13
Benjamin Kramer
[ExecutionEngine] ArrayRefize argument passing.
tree
|
commitdiff
2015-05-29
Benjamin Kramer
Replace push_back(Constructor(foo)) with emplace_back...
tree
|
commitdiff
2015-04-11
Alexander Kornienko
Use 'override/final' instead of 'virtual' for overridde...
tree
|
commitdiff
2015-04-10
Benjamin Kramer
Reduce dyn_cast<> to isa<> or cast<> where possible.
tree
|
commitdiff
2015-03-30
Yaron Keren
Remove more superfluous .str() and replace std::string...
tree
|
commitdiff
2015-03-23
Chris Bieneman
Raising minimum required CMake version to 2.8.12.2.
tree
|
commitdiff
2015-03-23
Benjamin Kramer
Re-sort includes with sort-includes.py and insert raw_o...
tree
|
commitdiff
2015-03-16
David Blaikie
Fix uses of reserved identifiers starting with an under...
tree
|
commitdiff
2015-02-24
Tobias Grosser
Revert "Raising minimum required CMake version to 2...
tree
|
commitdiff
2015-02-23
Chad Rosier
Revert "Revert "Raising minimum required CMake version...
tree
|
commitdiff
2015-02-23
Chad Rosier
Revert "Raising minimum required CMake version to 2...
tree
|
commitdiff
2015-02-20
Chris Bieneman
Raising minimum required CMake version to 2.8.12.2.
tree
|
commitdiff
2014-09-19
Chris Bieneman
Converting FuncNames to a ManagedStatic to avoid static...
tree
|
commitdiff
2014-09-16
Reid Kleckner
Add a missing return to operator=
tree
|
commitdiff
2014-09-16
Reid Kleckner
Fix move-only type issues in Interpreter with MSVC
tree
|
commitdiff
2014-09-16
Benjamin Kramer
Spell out a move ctor. Even the 2013 vintage of MSVC...
tree
|
commitdiff
2014-09-16
Benjamin Kramer
Interpreter: Hack around a series of bugs in MSVC 2012...
tree
|
commitdiff
2014-09-15
Benjamin Kramer
Add return that was lost somehow in my last commit.
tree
|
commitdiff
2014-09-15
Benjamin Kramer
Remove ancient hack that was emulating move semantics...
tree
|
commitdiff
2014-09-15
Lang Hames
[MCJIT] Start Stringref-izing the ExecutionEngine inter...
tree
|
commitdiff
2014-09-04
Jan Vesely
build/cmake: Fix CMP0023 warning with libffi
tree
|
commitdiff
2014-09-02
Eric Christopher
Reinstate "Nuke the old JIT."
tree
|
commitdiff
2014-08-23
Dylan Noblesmith
Support: add llvm::unique_lock
tree
|
commitdiff
2014-08-23
Dylan Noblesmith
Support: make LLVM Mutexes STL-compatible
tree
|
commitdiff
2014-08-19
Rafael Espindola
Make it explicit that ExecutionEngine takes ownership...
tree
|
commitdiff
2014-08-13
Benjamin Kramer
Canonicalize header guards into a common format.
tree
|
commitdiff
2014-08-07
Eric Christopher
Temporarily Revert "Nuke the old JIT." as it's not...
tree
|
commitdiff
2014-08-07
Rafael Espindola
Nuke the old JIT.
tree
|
commitdiff
2014-06-13
Rafael Espindola
Remove 'using std::errro_code' from lib.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Don't use 'using std::error_code' in include/llvm.
tree
|
commitdiff
2014-04-28
Craig Topper
[C++] Use 'nullptr'.
tree
|
commitdiff
2014-04-24
Craig Topper
[C++] Use 'nullptr'.
tree
|
commitdiff
2014-04-22
Chandler Carruth
[Modules] Fix potential ODR violations by sinking the...
tree
|
commitdiff
2014-03-08
Craig Topper
[C++11] Add 'override' keyword to virtual methods that...
tree
|
commitdiff
2014-03-06
Chandler Carruth
[Layering] Move InstVisitor.h into the IR library as...
tree
|
commitdiff
2014-03-04
Chandler Carruth
[Modules] Move CallSite into the IR library where it...
tree
|
commitdiff
2014-03-04
Chandler Carruth
[Modules] Move GetElementPtrTypeIterator into the IR...
tree
|
commitdiff
2014-01-24
Alp Toker
Fix known typos
tree
|
commitdiff
2014-01-14
Rafael Espindola
Return an error_code from materializeAllPermanently.
tree
|
commitdiff
2013-12-11
NAKAMURA Takumi
Prune redundant dependencies in LLVMBuild.txt.
tree
|
commitdiff
2013-09-12
Elena Demikhovsky
LLVM Interpreter: implementation of "insertvalue" and...
tree
|
commitdiff
2013-09-11
Benjamin Kramer
Don't expose symbols of lle_ functions.
tree
|
commitdiff
2013-09-09
Bob Wilson
Revert patches to add case-range support for PR1255.
tree
|
commitdiff
2013-09-02
Elena Demikhovsky
llvm interpreter: select, shuffle and insertelement...
tree
|
commitdiff
2013-08-05
Elena Demikhovsky
LLVM Interpreter: This patch implements vector support...
tree
|
commitdiff
2013-04-26
Nadav Rotem
Teach the interpreter to handle vector compares and...
tree
|
commitdiff
2013-04-12
Nadav Rotem
Revert r179409 because it caused some warnings and...
tree
|
commitdiff
2013-04-12
Nadav Rotem
Add support for additional vector instructions in the...
tree
|
commitdiff
2013-04-01
Nadav Rotem
Add support for vector data types in the LLVM interpreter.
tree
|
commitdiff
2013-02-01
Jim Grosbach
Fix misplaced 'break'.
tree
|
commitdiff
2013-01-31
Jim Grosbach
interpreter: Fix errant fallthrough.
tree
|
commitdiff
2013-01-02
Chandler Carruth
Move all of the header files which are involved in...
tree
|
commitdiff
2012-12-04
Chandler Carruth
Sort includes for all of the .h files under the 'lib...
tree
|
commitdiff
2012-12-03
Chandler Carruth
Use the new script to sort the includes of every file...
tree
|
commitdiff
2012-11-30
Chandler Carruth
Move the InstVisitor utility into VMCore where it belon...
tree
|
commitdiff
2012-11-01
Chandler Carruth
Revert the majority of the next patch in the address...
tree
|
commitdiff
2012-10-15
Micah Villmow
Resubmit the changes to llvm core to update the functio...
tree
|
commitdiff
2012-10-11
Micah Villmow
Revert 165732 for further review.
tree
|
commitdiff
2012-10-11
Micah Villmow
Add in the first iteration of support for llvm/clang...
tree
|
commitdiff
2012-10-08
Micah Villmow
Move TargetData to DataLayout.
tree
|
commitdiff
2012-06-24
NAKAMURA Takumi
llvm/lib: [CMake] Add explicit dependency to intrinsics...
tree
|
commitdiff
2012-06-23
Stepan Dyatkovskiy
Optimized usage of new SwitchInst case values (Integers...
tree
|
commitdiff
2012-06-02
Stepan Dyatkovskiy
PR1255: case ranges.
tree
|
commitdiff
2012-06-01
Stepan Dyatkovskiy
PR1255: case ranges.
tree
|
commitdiff
2012-05-29
Stepan Dyatkovskiy
ConstantRangesSet renamed to IntegersSubset. CRSBuilder...
tree
|
commitdiff
2012-05-28
Stepan Dyatkovskiy
PR1255: Case Ranges
tree
|
commitdiff
2012-05-21
Stepan Dyatkovskiy
PR1255 (case ranges: work with ConstantRangesSet instea...
tree
|
commitdiff
2012-03-11
Stepan Dyatkovskiy
llvm::SwitchInst
tree
|
commitdiff
2012-03-08
Stepan Dyatkovskiy
Taken into account Duncan's comments for r149481 dated...
tree
|
commitdiff
2012-02-24
NAKAMURA Takumi
EE/Interpreter/ExternalFunctions.cpp: Staticize lle_X_...
tree
|
commitdiff
2012-02-24
NAKAMURA Takumi
EE/Interpreter/ExternalFunctions.cpp: Prune "C" linkage...
tree
|
commitdiff
2012-02-19
Ahmed Charles
Remove dead code. Improve llvm_unreachable text. Simpli...
tree
|
commitdiff
2012-02-14
Aaron Ballman
Using the new external-linkage warning recently added...
tree
|
commitdiff
2012-02-14
Aaron Ballman
Fixing warning due to the new "UTD return type in exter...
tree
|
commitdiff
2012-02-06
Bill Wendling
[unwind removal] We no longer have 'unwind' instruction...
tree
|
commitdiff
2012-02-01
Stepan Dyatkovskiy
SwitchInst refactoring.
tree
|
commitdiff
2012-01-23
Bill Wendling
Remove extraneous ';'s.
tree
|
commitdiff
2012-01-20
David Blaikie
More dead code removal (using -Wunreachable-code)
tree
|
commitdiff
2012-01-05
Danil Malyshev
A small re-factored JIT/MCJIT::getPointerToNamedFunctio...
tree
|
commitdiff
2011-12-12
Daniel Dunbar
LLVMBuild: Remove trailing newline, which irked me.
tree
|
commitdiff
2011-11-29
Daniel Dunbar
build/CMake: Finish removal of add_llvm_library_depende...
tree
|
commitdiff
2011-11-15
Benjamin Kramer
Remove all remaining uses of Value::getNameStr().
tree
|
commitdiff
2011-11-03
Daniel Dunbar
build: Add initial cut at LLVMBuild.txt files.
tree
|
commitdiff
2011-09-29
Eli Friedman
Clean up uses of switch instructions so they are not...
tree
|
commitdiff
2011-09-09
Duncan Sands
Don't tack "Instruction not interpretable yet!" onto...
tree
|
commitdiff
2011-07-29
Chandler Carruth
Rewrite the CMake build to use explicit dependencies...
tree
|
commitdiff
2011-07-18
Chris Lattner
land David Blaikie's patch to de-constify Type, with...
tree
|
commitdiff
2011-07-09
Chris Lattner
Land the long talked about "type system rewrite" patch...
tree
|
commitdiff
2011-06-18
Chris Lattner
eliminate the Type::getDescription() method, using...
tree
|
commitdiff
2011-01-28
Oscar Fuentes
Fix libffi usage when it is on a custom path.
tree
|
commitdiff
2011-01-27
Oscar Fuentes
Use the paths to libffi's header and library even when...
tree
|
commitdiff
2011-01-21
Oscar Fuentes
Handles libffi on the CMake build.
tree
|
commitdiff
2010-11-29
Michael J. Spencer
Merge System into Support.
tree
|
commitdiff
next