index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
/
Interpreter
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r235153
Pirama Arumuga Nainar
2015-05-18
3
-14
/
+13
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
2
-9
/
+10
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
4
-65
/
+69
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-1
/
+1
*
Adds the ability to run the llvm test suite in-tree.
Chris Wailes
2014-06-06
1
-0
/
+18
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
4
-39
/
+40
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
4
-14
/
+17
*
LLVM Interpreter: implementation of "insertvalue" and "extractvalue";
Elena Demikhovsky
2013-09-12
2
-0
/
+92
*
Don't expose symbols of lle_ functions.
Benjamin Kramer
2013-09-11
1
-7
/
+6
*
Revert patches to add case-range support for PR1255.
Bob Wilson
2013-09-09
1
-33
/
+4
*
llvm interpreter: select, shuffle and insertelement instructions.
Elena Demikhovsky
2013-09-02
3
-8
/
+156
*
LLVM Interpreter: This patch implements vector support for cast operations (z...
Elena Demikhovsky
2013-08-05
1
-77
/
+414
*
Teach the interpreter to handle vector compares and additional vector arithme...
Nadav Rotem
2013-04-26
1
-44
/
+280
*
Revert r179409 because it caused some warnings and some of the build bots fail.
Nadav Rotem
2013-04-12
1
-277
/
+44
*
Add support for additional vector instructions in the interpreter.
Nadav Rotem
2013-04-12
1
-44
/
+277
*
Add support for vector data types in the LLVM interpreter.
Nadav Rotem
2013-04-01
2
-0
/
+34
*
Fix misplaced 'break'.
Jim Grosbach
2013-02-01
1
-3
/
+3
*
interpreter: Fix errant fallthrough.
Jim Grosbach
2013-01-31
1
-1
/
+3
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
4
-10
/
+10
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
1
-2
/
+2
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
2
-9
/
+9
*
Move the InstVisitor utility into VMCore where it belongs. It heavily
Chandler Carruth
2012-11-30
1
-2
/
+2
*
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
2
-3
/
+2
*
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
2
-2
/
+3
*
Revert 165732 for further review.
Micah Villmow
2012-10-11
2
-3
/
+2
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
2
-2
/
+3
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
3
-7
/
+7
*
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-06-24
1
-0
/
+2
*
Optimized usage of new SwitchInst case values (IntegersSubset type) in Local....
Stepan Dyatkovskiy
2012-06-23
1
-9
/
+29
*
PR1255: case ranges.
Stepan Dyatkovskiy
2012-06-02
1
-2
/
+2
*
PR1255: case ranges.
Stepan Dyatkovskiy
2012-06-01
1
-2
/
+2
*
ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...
Stepan Dyatkovskiy
2012-05-29
1
-2
/
+2
*
PR1255: Case Ranges
Stepan Dyatkovskiy
2012-05-28
1
-2
/
+5
*
PR1255 (case ranges: work with ConstantRangesSet instead of ConstantInt) rela...
Stepan Dyatkovskiy
2012-05-21
1
-4
/
+10
*
llvm::SwitchInst
Stepan Dyatkovskiy
2012-03-11
1
-1
/
+1
*
Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:
Stepan Dyatkovskiy
2012-03-08
1
-5
/
+3
*
EE/Interpreter/ExternalFunctions.cpp: Staticize lle_X_() entries. They can be...
NAKAMURA Takumi
2012-02-24
1
-0
/
+8
*
EE/Interpreter/ExternalFunctions.cpp: Prune "C" linkage to suppress warnings ...
NAKAMURA Takumi
2012-02-24
1
-22
/
+0
*
Remove dead code. Improve llvm_unreachable text. Simplify some control flow.
Ahmed Charles
2012-02-19
1
-1
/
+1
*
Using the new external-linkage warning recently added instead of disabling al...
Aaron Ballman
2012-02-14
1
-1
/
+1
*
Fixing warning due to the new "UTD return type in extern 'C'".
Aaron Ballman
2012-02-14
1
-2
/
+9
*
[unwind removal] We no longer have 'unwind' instructions being generated, so
Bill Wendling
2012-02-06
2
-19
/
+0
*
SwitchInst refactoring.
Stepan Dyatkovskiy
2012-02-01
1
-2
/
+2
*
Remove extraneous ';'s.
Bill Wendling
2012-01-23
1
-1
/
+1
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
2
-2
/
+0
*
A small re-factored JIT/MCJIT::getPointerToNamedFunction(), so it could be ca...
Danil Malyshev
2012-01-05
1
-0
/
+6
*
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-12
1
-1
/
+0
*
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-29
1
-8
/
+0
*
Remove all remaining uses of Value::getNameStr().
Benjamin Kramer
2011-11-15
1
-3
/
+4
*
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
2011-11-03
1
-0
/
+23
[next]