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
*
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
*
Clean up uses of switch instructions so they are not dependent on the operand...
Eli Friedman
2011-09-29
1
-7
/
+10
*
Don't tack "Instruction not interpretable yet!" onto the end of
Duncan Sands
2011-09-09
1
-1
/
+1
*
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-07-29
1
-0
/
+8
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
3
-90
/
+90
*
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-07-09
1
-1
/
+0
*
eliminate the Type::getDescription() method, using "<<" instead. This
Chris Lattner
2011-06-18
1
-2
/
+2
*
Fix libffi usage when it is on a custom path.
Oscar Fuentes
2011-01-28
1
-9
/
+1
*
Use the paths to libffi's header and library even when no custom
Oscar Fuentes
2011-01-27
1
-6
/
+10
*
Handles libffi on the CMake build.
Oscar Fuentes
2011-01-21
1
-0
/
+16
*
Merge System into Support.
Michael J. Spencer
2010-11-29
2
-3
/
+3
*
PR5207: change APInt::doubleToBits() and APInt::floatToBits() to be
Jay Foad
2010-11-28
1
-4
/
+2
*
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
Michael J. Spencer
2010-09-13
1
-7
/
+0
[next]