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
/
unittests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.
Chandler Carruth
2012-11-30
2
-18
/
+18
*
copyFastMathFlags utility and test case
Michael Ilseman
2012-11-29
1
-0
/
+9
*
Whoops, fixed bad merge
Michael Ilseman
2012-11-28
1
-55
/
+0
*
Fixed bad test case
Michael Ilseman
2012-11-28
1
-0
/
+55
*
Fast-math: IRBuilder test for creating instructions with fast-math flags
Michael Ilseman
2012-11-28
1
-0
/
+58
*
Add backreference matching capabilities to Support/Regex, with
Eli Bendersky
2012-11-28
1
-1
/
+22
*
Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.
Andrew Kaylor
2012-11-27
5
-406
/
+175
*
Implementing page permission setting in MCJIT unit test SectionMemoryManager.cpp
Andrew Kaylor
2012-11-27
3
-63
/
+205
*
Allow using MemoryBuffers with yaml::Stream directly.
Sean Silva
2012-11-19
1
-0
/
+34
*
Add a new function to ConstantExpr - getAsInstruction. This returns its Instr...
James Molloy
2012-11-17
1
-0
/
+106
*
Removing utf-8 smart quote and trailing whitespace
Joe Abbey
2012-11-17
1
-2
/
+2
*
Suppressing the 'direct base ‘{anonymous}::S1’ inaccessible in ‘{anonym...
Joe Abbey
2012-11-17
1
-0
/
+12
*
Interface changes to allow RuntimeDyld memory managers to set memory permissi...
Andrew Kaylor
2012-11-15
3
-4
/
+8
*
Remove DOS line endings.
Jakub Staszak
2012-11-14
1
-356
/
+356
*
do not play preprocessor tricks with 'private', use public interfaces instead...
Gabor Greif
2012-11-12
1
-7
/
+4
*
add unit test for waymarking algorithm (Use::getUser)
Gabor Greif
2012-11-12
2
-0
/
+58
*
Provide definitions for all functions.
Benjamin Kramer
2012-11-10
1
-0
/
+11
*
Drop the limitation to IEEE floating point types from the fdiv of pow2 -> fmu...
Benjamin Kramer
2012-11-08
1
-0
/
+6
*
MCJIT unit test: add calls to ensure that instruction caches are properly inv...
Amara Emerson
2012-10-31
1
-0
/
+5
*
Port lli bug fix from r166920 to MCJIT unit test.
Amara Emerson
2012-10-31
1
-3
/
+11
*
Commit access test.
Amara Emerson
2012-10-31
1
-0
/
+1
*
Disable all old-JIT unit tests on PowerPC.
Ulrich Weigand
2012-10-31
2
-21
/
+22
*
Add IRBuilderBase::getIntPtrTy.
Evgeniy Stepanov
2012-10-31
1
-0
/
+12
*
Fix isEliminableCastPair to work correctly in the presence of pointers
Duncan Sands
2012-10-30
1
-0
/
+37
*
Implement arithmetic on APFloat with PPCDoubleDouble semantics by
Ulrich Weigand
2012-10-29
1
-0
/
+36
*
Fixed bug in SmallDenseMap where it wouldn't leave enough space for an empty ...
Pete Cooper
2012-10-23
1
-0
/
+33
*
Use an export list when building JIT unittests. <rdar://problem/12473675>
Bob Wilson
2012-10-18
1
-0
/
+7
*
Marked this variable as 'used' so that LTO doesn't get rid of it.
Bill Wendling
2012-10-17
1
-1
/
+1
*
Fix a bug in the set(I,E)/reset(I,E) methods that I recently added. The boun...
Owen Anderson
2012-10-16
1
-0
/
+10
*
Add range-based set()/reset() to BitVector. These allow fast setting/resetti...
Owen Anderson
2012-10-15
1
-0
/
+42
*
Update CMake build.
Benjamin Kramer
2012-10-14
1
-0
/
+1
*
Fix a typo that made ImmutableMap::getMaxElement() useless.
Benjamin Kramer
2012-10-14
1
-0
/
+50
*
Add powerpc-ibm-aix to Triple. Patch by Kai.
Duncan Sands
2012-10-12
1
-0
/
+12
*
JITTest.cpp: Use LLVM_ATTRIBUTE_USED, rather than __attribute__ directly!
NAKAMURA Takumi
2012-10-12
1
-1
/
+1
*
Mark function as 'used' so that LTO doesn't try to get rid of it.
Bill Wendling
2012-10-12
1
-0
/
+1
*
Revert r165777, "Mark function as 'used' so that LTO doesn't try to get rid o...
NAKAMURA Takumi
2012-10-12
1
-1
/
+1
*
Mark function as 'used' so that LTO doesn't try to get rid of it.
Bill Wendling
2012-10-12
1
-1
/
+1
*
Casting.h: Automatically handle isa<Base>(Derived).
Sean Silva
2012-10-11
1
-0
/
+51
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
2
-14
/
+14
*
Some regression tests which are testing the old jit and are exercising functi...
James Molloy
2012-10-08
1
-1
/
+14
*
Adding MCJIT and MemoryBuffer unit tests
Andrew Kaylor
2012-10-04
11
-1
/
+869
*
Use unsigned long long instead of uin64_t for OS where that matters.
Nick Kledzik
2012-10-03
1
-1
/
+1
*
Don't call getAsUnsignedInteger directly, it fails to compile if uint64_t is ...
Benjamin Kramer
2012-10-03
1
-1
/
+5
*
Add getAsUnsignedInteger test case that checks that known bad values are reje...
Nick Kledzik
2012-10-03
1
-0
/
+19
*
Removing dependency on third party library for Intel JIT event support.
Andrew Kaylor
2012-09-28
2
-3
/
+4
*
Fix of hang during Intel JIT profiling
Andrew Kaylor
2012-09-26
1
-1
/
+1
*
Remove unneeded and invalid SetInsertPoint calls from unittest.
Benjamin Kramer
2012-09-26
1
-8
/
+0
*
APFloat::roundToIntegral: Special values don't keep the exponent value up to ...
Benjamin Kramer
2012-09-26
1
-0
/
+17
*
Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...
Michael Ilseman
2012-09-26
1
-0
/
+96
*
Revert r164614 to appease the buildbots.
Chad Rosier
2012-09-25
1
-97
/
+0
[next]