index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
/
Interpreter
Age
Commit message (
Expand
)
Author
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-04-26
Teach the interpreter to handle vector compares and additional vector arithme...
Nadav Rotem
2013-04-12
Revert r179409 because it caused some warnings and some of the build bots fail.
Nadav Rotem
2013-04-12
Add support for additional vector instructions in the interpreter.
Nadav Rotem
2013-04-01
Add support for vector data types in the LLVM interpreter.
Nadav Rotem
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-02-01
Fix misplaced 'break'.
Jim Grosbach
2013-01-31
interpreter: Fix errant fallthrough.
Jim Grosbach
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-30
Move the InstVisitor utility into VMCore where it belongs. It heavily
Chandler Carruth
2012-11-06
Merge commit 'cfe09ed28d8a65b671e8b7a716a933e98e810e32'
Derek Schuff
2012-11-01
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-10-15
Merge commit 'bb20b24224734f5369d124181d086703ca439dd7'
Derek Schuff
2012-10-15
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-11
Merge commit '2fa8af224ea026f9432e833fd6f42a216423a010'
Derek Schuff
2012-10-11
Revert 165732 for further review.
Micah Villmow
2012-10-11
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-08-17
Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'
Derek Schuff
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
2012-06-24
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-06-23
Optimized usage of new SwitchInst case values (IntegersSubset type) in Local....
Stepan Dyatkovskiy
2012-06-02
PR1255: case ranges.
Stepan Dyatkovskiy
2012-06-01
PR1255: case ranges.
Stepan Dyatkovskiy
2012-05-29
ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...
Stepan Dyatkovskiy
2012-05-28
PR1255: Case Ranges
Stepan Dyatkovskiy
2012-05-21
PR1255 (case ranges: work with ConstantRangesSet instead of ConstantInt) rela...
Stepan Dyatkovskiy
2012-03-11
llvm::SwitchInst
Stepan Dyatkovskiy
2012-03-08
Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:
Stepan Dyatkovskiy
2012-02-24
EE/Interpreter/ExternalFunctions.cpp: Staticize lle_X_() entries. They can be...
NAKAMURA Takumi
2012-02-24
EE/Interpreter/ExternalFunctions.cpp: Prune "C" linkage to suppress warnings ...
NAKAMURA Takumi
2012-02-19
Remove dead code. Improve llvm_unreachable text. Simplify some control flow.
Ahmed Charles
2012-02-14
Using the new external-linkage warning recently added instead of disabling al...
Aaron Ballman
2012-02-14
Fixing warning due to the new "UTD return type in extern 'C'".
Aaron Ballman
2012-02-06
[unwind removal] We no longer have 'unwind' instructions being generated, so
Bill Wendling
2012-02-01
SwitchInst refactoring.
Stepan Dyatkovskiy
2012-01-23
Remove extraneous ';'s.
Bill Wendling
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-05
A small re-factored JIT/MCJIT::getPointerToNamedFunction(), so it could be ca...
Danil Malyshev
2011-12-12
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-11-29
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-15
Remove all remaining uses of Value::getNameStr().
Benjamin Kramer
2011-11-03
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
2011-09-29
Clean up uses of switch instructions so they are not dependent on the operand...
Eli Friedman
2011-09-09
Don't tack "Instruction not interpretable yet!" onto the end of
Duncan Sands
2011-07-29
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
[next]