index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
unittests
/
ADT
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARMTargetParser: Make BSD Thumb/BE armv6 work
Renato Golin
2015-05-27
1
-0
/
+8
*
Adding profile and version parsers to ARMTargetParser
Renato Golin
2015-05-22
1
-0
/
+20
*
Make Triple::parseARMArch use ARMTargetParser
Renato Golin
2015-05-21
1
-0
/
+65
*
Get Triple::getARMCPUForArch() to use TargetParser
Renato Golin
2015-05-20
1
-13
/
+136
*
[ARM] Reject invalid -march values
John Brawn
2015-05-08
1
-0
/
+31
*
Fix regression in parsing armv{6,7}hl- triples. These are used by SUSE
Ismail Donmez
2015-05-05
1
-0
/
+12
*
Move unit test into anonymous namespace as per convention.
Douglas Katzman
2015-05-01
1
-1
/
+2
*
Exhaustively test all triples in TripleTest.
Douglas Katzman
2015-04-30
1
-4
/
+4
*
New architecture name - 'sparcel' for Sparc little-endian.
Douglas Katzman
2015-04-29
1
-0
/
+20
*
Fix APInt long division algorithm
Pawel Bylica
2015-04-24
1
-182
/
+66
*
Another test to exercise APInt divide step D6.
Yaron Keren
2015-04-22
1
-0
/
+13
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
3
-6
/
+3
*
Default to armv7 cpu for NaCl when march=arm
Derek Schuff
2015-03-26
1
-0
/
+4
*
Fix rare case where APInt divide algorithm applied un-needed transformation.
Yaron Keren
2015-03-26
1
-0
/
+200
*
[APInt] Add an isSplat helper and use it in some places.
Benjamin Kramer
2015-03-25
1
-0
/
+40
*
[ADT] Teach MapVector to support a swap member. Will be used in
Chandler Carruth
2015-03-25
1
-0
/
+25
*
Teach Twine to support SmallString.
Yaron Keren
2015-03-17
1
-0
/
+10
*
[llvm] Replacing asserts with static_asserts where appropriate
Gabor Horvath
2015-03-16
1
-1
/
+1
*
Add support for Nuxi CloudABI.
Ed Schouten
2015-03-09
1
-0
/
+6
*
Drop the hacks used for partial C99 math libraries.
Benjamin Kramer
2015-03-09
1
-3
/
+4
*
Explicitly default ilistTest::Node's copy constructor
David Blaikie
2015-03-04
1
-1
/
+2
*
Explicitly default DenseMapTest::CtorTest::operator=
David Blaikie
2015-03-04
1
-0
/
+1
*
Revert "Remove the explicit SDNodeIterator::operator= in favor of the implici...
David Blaikie
2015-03-03
2
-4
/
+1
*
Remove the explicit SDNodeIterator::operator= in favor of the implicit default
David Blaikie
2015-03-03
2
-1
/
+4
*
DeltaAlgorithm: Provide protected default copy ctor for use by test derived c...
David Blaikie
2015-03-03
1
-1
/
+1
*
Remove no-op dtor so that use of the implicit copy ctor/assignment operator a...
David Blaikie
2015-03-03
1
-1
/
+0
*
Remove explicit copy ctor in favor of the default so as not to disable/deprec...
David Blaikie
2015-03-03
1
-2
/
+0
*
SmallVector: Allow initialization and assignment from initializer_list.
Benjamin Kramer
2015-03-02
1
-0
/
+19
*
ArrayRef: Remove the equals helper with many arguments.
Benjamin Kramer
2015-03-01
1
-14
/
+14
*
Correcting the ArrayRef test to not cause use-after-free bugs with initialize...
Aaron Ballman
2015-02-17
1
-3
/
+5
*
Adding additional tests to ensure that initializer lists created from return ...
Aaron Ballman
2015-02-17
1
-0
/
+13
*
Addressing a post-commit review comment suggesting to avoid using direct init...
Aaron Ballman
2015-02-17
1
-1
/
+1
*
I believe we no longer require LLVM_HAS_INITIALIZER_LISTS; it's supported in ...
Aaron Ballman
2015-02-17
1
-0
/
+6
*
ADT/PointerIntPairTest.cpp: Prune obsolete #if. We don't support msc17 anymore.
NAKAMURA Takumi
2015-02-17
1
-2
/
+0
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
3
-15
/
+15
*
ADT: Allow up to 18 arguments in hash_combine()
Duncan P. N. Exon Smith
2015-02-09
1
-0
/
+25
*
SmallVector: Move emplace_back to SmallVectorImpl.
Benjamin Kramer
2015-02-07
1
-0
/
+8
*
ADT: Add int64_t interoperability to APSInt
Duncan P. N. Exon Smith
2015-02-05
1
-0
/
+102
*
The canonical CPU variant for ARM according to config.guess uses a
Joerg Sonnenberger
2015-01-26
1
-0
/
+17
*
[ADT] Add move operations to SmallVector<T,N> from SmallVectorImpl<T>.
Lang Hames
2015-01-23
1
-6
/
+75
*
[tinyptrvector] Add in a MutableArrayRef implicit conversion operator to comp...
Michael Gottesman
2015-01-19
1
-0
/
+21
*
Disable -Wunknown-pragmas in a test so that Clang without -Wself-move will not
Richard Trieu
2015-01-14
1
-0
/
+4
*
Silence warnings about unknown pragmas for compilers that are not Clang. NFC.
Aaron Ballman
2015-01-13
1
-1
/
+4
*
Disable a warning for self move since the test is checking for this behavior.
Richard Trieu
2015-01-13
1
-0
/
+4
*
[APFloat][ADT] Fix sign handling logic for FMA results that truncate to zero.
Lang Hames
2015-01-04
1
-0
/
+41
*
Revert r225053: Add an ArrayRef upcasting constructor from ArrayRef<U*> -> Ar...
Chandler Carruth
2015-01-01
1
-35
/
+0
*
Add 2x constructors for TinyPtrVector, one that takes in one elemenet and the...
Michael Gottesman
2014-12-31
1
-0
/
+26
*
Add a SmallMapVector class that is a MapVector with a Map of SmallDenseMap an...
Michael Gottesman
2014-12-31
1
-0
/
+218
*
Add an ArrayRef upcasting constructor from ArrayRef<U*> -> ArrayRef<T*> where...
Michael Gottesman
2014-12-31
1
-0
/
+35
*
Silencing several "multiple copy constructors" warnings from MSVC; NFC.
Aaron Ballman
2014-12-03
1
-1
/
+0
[next]