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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Support] Add a version of fs::make_absolute with a custom CWD.
Benjamin Kramer
2015-10-05
1
-0
/
+4
*
Add support for sub-byte aligned writes to lib/Support/Endian.h
Teresa Johnson
2015-09-30
1
-0
/
+48
*
InstrProf: Support for value profiling in the indexed profile format
Justin Bogner
2015-09-29
2
-10
/
+20
*
HHVM calling conventions.
Maksim Panchenko
2015-09-29
1
-0
/
+5
*
Use fixed-point representation for BranchProbability.
Cong Hou
2015-09-25
2
-85
/
+93
*
Add a unit test for r248341.
Adrian Prantl
2015-09-22
1
-1
/
+1
*
Simplify SmallBitVector::applyMask by consolidating common code for 32- and 6...
Yaron Keren
2015-09-18
1
-2
/
+2
*
Reverting r247972 (and subordinate commit r247972) as the 32-bit left-shift i...
Aaron Ballman
2015-09-18
1
-2
/
+2
*
Fix BitVectorTest on 32-bit hosts after r247972.
Yaron Keren
2015-09-18
1
-2
/
+2
*
Simplify SmallBitVector::applyMask by consolidating common code for 32-bit an...
Yaron Keren
2015-09-18
1
-2
/
+2
*
Revert "[opaque pointer type] Pass GlobalAlias the actual pointer type rather...
David Blaikie
2015-09-14
1
-2
/
+2
*
Pass BranchProbability/BlockMass by value instead of const& as they are small...
Cong Hou
2015-09-10
1
-1
/
+1
*
[ADT] Fix a confusing interface spec and some annoying peculiarities
Chandler Carruth
2015-09-10
1
-0
/
+48
*
[ADT] Switch a bunch of places in LLVM that were doing single-character
Chandler Carruth
2015-09-10
1
-4
/
+4
*
[ADT] Add a single-character version of the small vector split routine
Chandler Carruth
2015-09-10
1
-0
/
+5
*
Add makeArrayRef() overload for ArrayRef input (no-op/identity) NFC
Mehdi Amini
2015-09-10
1
-0
/
+16
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
3
-50
/
+42
*
Fix PR 24633 - Handle undef values when parsing standalone constants.
Alex Lorenz
2015-09-09
1
-0
/
+4
*
Adding full stops to comments
Ben Craig
2015-09-04
1
-2
/
+2
*
Fix APInt value initialization to give a zero value as any sane integer type
Richard Smith
2015-09-04
1
-0
/
+7
*
Move twice-repeated clang path operation into a new function.
Douglas Katzman
2015-09-02
1
-0
/
+10
*
[RemoveDuplicatePHINodes] Start over after removing a PHI.
Benjamin Kramer
2015-09-02
1
-0
/
+37
*
[ValueTracking] Minor comment change in test
James Molloy
2015-09-02
1
-2
/
+1
*
[ValueTracking] Look through casts when both operands are casts.
James Molloy
2015-09-02
1
-0
/
+42
*
Teach the target parsing framework to directly compute the length of all
Chandler Carruth
2015-08-30
1
-43
/
+43
*
DI: Set DILexicalBlock columns >= 65536 to 0/unknown
Duncan P. N. Exon Smith
2015-08-28
1
-0
/
+26
*
DI: Add Function::getSubprogram()
Duncan P. N. Exon Smith
2015-08-28
1
-0
/
+12
*
Add a global mapping layer for Orc. Adapted from a patch by Andy Somogyi.
Lang Hames
2015-08-27
2
-0
/
+56
*
AsmParser: Save and restore the parsing state for types using SlotMapping.
Alex Lorenz
2015-08-21
1
-0
/
+36
*
Allow Optionals to be compared to None
David Blaikie
2015-08-19
1
-0
/
+13
*
[PM/AA] Remove the last relics of the separate IPA library from LLVM,
Chandler Carruth
2015-08-18
4
-4
/
+2
*
Add unit test for isLayoutIdentical(empty, empty).
Yaron Keren
2015-08-18
1
-0
/
+8
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-14
/
+21
*
[PM/AA] Hoist the interface to TBAA into a dedicated header along with
Chandler Carruth
2015-08-14
1
-0
/
+1
*
There is only one saver of strings.
Rafael Espindola
2015-08-13
1
-1
/
+1
*
Return ErrorOr from FileOutputBuffer::create. NFC.
Rafael Espindola
2015-08-13
1
-9
/
+16
*
Simplify PackedVector by removing user-defined special members that aren't an...
David Blaikie
2015-08-12
1
-12
/
+0
*
Fix UB in MCJIT test cases that relied on union type punning
David Blaikie
2015-08-11
1
-52
/
+30
*
Add SmallString test trying to exercise the realloc() code path
Yaron Keren
2015-08-11
1
-0
/
+11
*
Add support for floating-point minnum and maxnum
James Molloy
2015-08-11
2
-0
/
+149
*
Thread premissions through sys::fs::create_director{y|ies}
Frederic Riss
2015-08-06
1
-0
/
+24
*
Fix Visual C++ error C2248:
Yaron Keren
2015-08-06
1
-2
/
+2
*
[PM/AA] Hoist the interface for BasicAA into a header file.
Chandler Carruth
2015-08-06
1
-0
/
+1
*
Add a TrailingObjects template class.
James Y Knight
2015-08-05
2
-0
/
+148
*
[ArrayRefTest] Work around a GCC 4.8 internal compiler error.
Benjamin Kramer
2015-08-05
1
-5
/
+2
*
unittests/ADT/ArrayRefTest.cpp: Suppress r243995 on g++-4.8 for now to unbrea...
NAKAMURA Takumi
2015-08-05
1
-0
/
+4
*
[ArrayRef] Make copy use std::uninitialized_copy.
Benjamin Kramer
2015-08-04
1
-1
/
+13
*
-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...
David Blaikie
2015-08-03
1
-6
/
+6
*
Fix memory leak in unit test of Bitcode/BitReaderTest.cpp
Derek Schuff
2015-08-03
1
-1
/
+3
*
[MCJIT] Fix a cast warning in the unit-test introduced in r243589.
Lang Hames
2015-08-03
1
-1
/
+7
[next]