projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[Orc][MCJIT][RuntimeDyld] Add symbol flags to symbols in RuntimeDyld. Thread the
[oota-llvm.git]
/
lib
/
ExecutionEngine
/
Interpreter
/
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
2010-11-28
Jay Foad
PR5207: change APInt::doubleToBits() and APInt::floatTo...
tree
|
commitdiff
2010-09-13
Michael J. Spencer
Revert "CMake: Get rid of LLVMLibDeps.cmake and export...
tree
|
commitdiff
2010-09-10
Michael J. Spencer
CMake: Get rid of LLVMLibDeps.cmake and export the...
tree
|
commitdiff
2010-07-12
Duncan Sands
Convert some tab stops into spaces.
tree
|
commitdiff
2010-06-18
Dan Gohman
Handle execution entrypoints with non-integer return...
tree
|
commitdiff
2010-05-01
Dan Gohman
Fix an ancient FIXME.
tree
|
commitdiff
2010-04-07
Chris Lattner
rename llvm::llvm_report_error -> llvm::report_fatal_error
tree
|
commitdiff
2010-03-30
Torok Edwin
Typo noticed by Duncan.
tree
|
commitdiff
2010-03-30
Torok Edwin
Don't overwrite previous value, if it succeeded.
tree
|
commitdiff
2010-03-30
Torok Edwin
Honour addGlobalMapping() in the interpreter, if it...
tree
|
commitdiff
2010-02-16
Duncan Sands
There are two ways of checking for a given type, for...
tree
|
commitdiff
2010-02-15
Duncan Sands
Uniformize the names of type predicates: rather than...
tree
|
commitdiff
2010-01-28
Benjamin Kramer
Replace strcpy with memcpy when we have the length...
tree
|
commitdiff
2010-01-27
Jeffrey Yasskin
Kill ModuleProvider and ghost linkage by inverting...
tree
|
commitdiff
2010-01-24
Chris Lattner
make -fno-rtti the default unless a directory builds...
tree
|
commitdiff
next