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
*
BitcodeTests: Fix LINK_COMPONENTS.
NAKAMURA Takumi
2014-08-02
2
-2
/
+3
*
IR: Add Value::reverseUseList()
Duncan P. N. Exon Smith
2014-08-01
1
-0
/
+43
*
BitcodeReader: Fix some BlockAddress forward reference corner cases
Duncan P. N. Exon Smith
2014-08-01
1
-0
/
+68
*
Try to fix configure+make after r214556
Duncan P. N. Exon Smith
2014-08-01
1
-1
/
+1
*
Rewrite BitReaderTest, NFC
Duncan P. N. Exon Smith
2014-08-01
2
-32
/
+40
*
[Debug Info] add DISubroutineType and its creation takes DITypeArray.
Manman Ren
2014-07-28
1
-1
/
+1
*
[ADT] Add a remarkbly useful little helper routine to ArrayRef for
Chandler Carruth
2014-07-27
1
-0
/
+22
*
IR/UseTest.cpp: Avoid std::to_string() to appease mingw32 bot.
NAKAMURA Takumi
2014-07-26
1
-5
/
+10
*
Fix r213824 on windows
Duncan P. N. Exon Smith
2014-07-24
1
-0
/
+2
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
1
-1
/
+1
*
[CMake] LineEditorTests: Add Support to link_components.
NAKAMURA Takumi
2014-07-24
1
-0
/
+1
*
IR: Add Value::sortUseList()
Duncan P. N. Exon Smith
2014-07-24
2
-0
/
+63
*
unittests: Actually test reverse iterators in Path tests
Justin Bogner
2014-07-16
1
-5
/
+5
*
ADT: Add MapVector::remove_if
Duncan P. N. Exon Smith
2014-07-15
1
-0
/
+21
*
ADT: Fix MapVector::erase()
Duncan P. N. Exon Smith
2014-07-15
1
-0
/
+15
*
Support: Fix option handling when using cl::Required with aliasopt
Justin Bogner
2014-07-14
1
-0
/
+19
*
[CMake] Update libdeps.
NAKAMURA Takumi
2014-07-14
4
-0
/
+5
*
Move the API and implementation of clang::driver::getARMCPUForMArch() to llvm...
Argyrios Kyrtzidis
2014-07-11
1
-0
/
+12
*
Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.
Alexey Samsonov
2014-07-09
4
-233
/
+127
*
These should be EXPECT_TRUE, not EXPECT_FALSE. Amends r212415.
Aaron Ballman
2014-07-06
1
-2
/
+2
*
Fixing compile errors related to changes with MemoryBuffer::getFile.
Aaron Ballman
2014-07-06
1
-6
/
+6
*
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
2014-07-06
1
-7
/
+8
*
ADT: Add a drop_back() helper to ArrayRef
David Majnemer
2014-07-05
1
-0
/
+7
*
Invert the MC -> Object dependency.
Rafael Espindola
2014-07-03
7
-29
/
+6
*
Move CFG building code to a new lib/MC/MCAnalysis library.
Rafael Espindola
2014-07-02
3
-9
/
+5
*
Remove unused typedef. GCC warns about this.
Benjamin Kramer
2014-07-01
1
-3
/
+0
*
Reverting r211950 -- it did not help resolve the -Wcomment warnings triggered...
Aaron Ballman
2014-06-27
1
-4
/
+4
*
Adding some trailing whitespace after a comment previously ending with \ to e...
Aaron Ballman
2014-06-27
1
-4
/
+4
*
Re-apply r211287: Remove support for LLVM runtime multi-threading.
Chandler Carruth
2014-06-27
1
-2
/
+0
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-6
/
+7
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-7
/
+6
*
Revert r211287, "Remove support for LLVM runtime multi-threading."
NAKAMURA Takumi
2014-06-24
1
-0
/
+2
*
Support: Return ScaledNumbers::MaxScale from getQuotient()
Duncan P. N. Exon Smith
2014-06-24
1
-4
/
+4
*
Support: Extract ScaledNumbers::getSum() and getDifference()
Duncan P. N. Exon Smith
2014-06-23
1
-0
/
+150
*
Support: Return scale from ScaledNumbers::matchScales()
Duncan P. N. Exon Smith
2014-06-23
1
-1
/
+1
*
Support: Extract ScaledNumbers::matchScale()
Duncan P. N. Exon Smith
2014-06-23
1
-0
/
+64
*
Recommit 211309 (StringMap::insert), reverted in 211328 due to issues with pr...
David Blaikie
2014-06-23
1
-2
/
+40
*
Cleanup r211507
Duncan P. N. Exon Smith
2014-06-23
1
-1
/
+1
*
Support: Extract ScaledNumbers::compare()
Duncan P. N. Exon Smith
2014-06-23
1
-0
/
+37
*
Support: ScaledNumber: Fix inconsistent test names
Duncan P. N. Exon Smith
2014-06-20
1
-6
/
+6
*
Support: Write ScaledNumbers::getLg{,Floor,Ceiling}()
Duncan P. N. Exon Smith
2014-06-20
1
-0
/
+94
*
Support: Write ScaledNumber::getQuotient() and getProduct()
Duncan P. N. Exon Smith
2014-06-20
1
-0
/
+112
*
Support: Mark end of namespaces
Duncan P. N. Exon Smith
2014-06-20
1
-1
/
+2
*
Revert "Replace Execution Engine's mutex with std::recursive_mutex."
Zachary Turner
2014-06-20
1
-4
/
+4
*
Fix some -Wsign-compare fallout from changing container count member function...
David Blaikie
2014-06-20
3
-12
/
+12
*
Support: Clean up getRounded() tests
Duncan P. N. Exon Smith
2014-06-20
1
-14
/
+12
*
Support: Write ScaledNumbers::getAdjusted()
Duncan P. N. Exon Smith
2014-06-20
1
-0
/
+23
*
Support: Write ScaledNumbers::getRounded()
Duncan P. N. Exon Smith
2014-06-20
2
-0
/
+61
*
Revert "Add StringMap::insert(pair) consistent with the standard associative ...
Rafael Espindola
2014-06-20
1
-38
/
+0
*
Add StringMap::insert(pair) consistent with the standard associative containe...
David Blaikie
2014-06-19
1
-0
/
+38
[next]