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
*
[ORC] Errorize the ORC APIs.
Lang Hames
2017-07-07
7
-62
/
+90
*
[ORC] Update GlobalMappingLayer::addModuleSet to addModule.
Lang Hames
2017-07-06
1
-1
/
+1
*
Prototype: Reduce llvm-profdata merge memory usage further
David Blaikie
2017-07-06
1
-14
/
+14
*
Simplify InstrProfRecord tests, eliminating named temporaries in favor of bra...
David Blaikie
2017-07-06
2
-107
/
+56
*
Revert "Revert "Revert "Replace trivial use of external rc.exe by writing our...
Eric Beckmann
2017-07-05
1
-2
/
+1
*
Revert "Revert "Replace trivial use of external rc.exe by writing our own .re...
Eric Beckmann
2017-07-05
1
-1
/
+2
*
Revert "Replace trivial use of external rc.exe by writing our own .res file."
Eric Beckmann
2017-07-05
1
-2
/
+1
*
[Orc] Remove the memory manager argument to addModule, and de-templatize the
Lang Hames
2017-07-04
3
-54
/
+47
*
MathExtras UnitTest: Assert that isPowerOf2(0) is false. NFC.
Zvi Rackover
2017-07-03
1
-0
/
+2
*
Revert "Revert "Replace trivial use of external rc.exe by writing our own .re...
Eric Beckmann
2017-07-01
1
-1
/
+2
*
[Dominators] Reapply r306892, r306893, r306893.
Jakub Kuderski
2017-07-01
1
-0
/
+13
*
Revert "[Dominators] Teach IDF to use level information"
Jakub Kuderski
2017-06-30
1
-13
/
+0
*
[Dominators] Keep tree level in DomTreeNode and use it to find NCD and answer...
Jakub Kuderski
2017-06-30
1
-0
/
+13
*
Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTOR
Richard Smith
2017-06-30
1
-14
/
+16
*
[DWARF] Don't include TestingSupport in LLVM_LINK_COMPONENTS.
Juergen Ributzka
2017-06-30
1
-1
/
+2
*
[DWARF] - Simplify HandleExpectedError implementation in DWARFDebugInfoTest
George Rimar
2017-06-30
2
-78
/
+64
*
[GlobalISel] Make multi-step legalization work.
Kristof Beyls
2017-06-30
1
-0
/
+19
*
Try to appease a buildbot.
Vedant Kumar
2017-06-30
1
-1
/
+2
*
[Dominators] Don't compute DFS InOut numbers eagerly.
Jakub Kuderski
2017-06-30
1
-0
/
+2
*
[Coverage] Remove two overloads of CoverageMapping::load. NFC.
Vedant Kumar
2017-06-30
1
-8
/
+9
*
[DWARF] NFC: DWARFDataExtractor combines relocs with DataExtractor.
Paul Robinson
2017-06-29
1
-4
/
+4
*
Recommit "[Support] Add RetryAfterSignal helper function"
Pavel Labath
2017-06-29
2
-0
/
+37
*
Revert "Replace trivial use of external rc.exe by writing our own .res file."
Eric Beckmann
2017-06-29
1
-2
/
+1
*
[DebugInfo] - Removed trailing whitespaces. NFC.
George Rimar
2017-06-28
1
-68
/
+68
*
Recommit "[ELF] - Add ability for DWARFContextInMemory to exit early when any...
George Rimar
2017-06-28
2
-0
/
+48
*
Revert r306512 "[ELF] - Add ability for DWARFContextInMemory to exit early wh...
George Rimar
2017-06-28
2
-48
/
+0
*
[ELF] - Add ability for DWARFContextInMemory to exit early when any error hap...
George Rimar
2017-06-28
2
-0
/
+48
*
[DWARF] NFC: Collect info used by DWARFFormValue into a helper.
Paul Robinson
2017-06-26
1
-10
/
+19
*
Replace trivial use of external rc.exe by writing our own .res file.
Eric Beckmann
2017-06-26
1
-1
/
+2
*
[AST] Fix a bug in aliasesUnknownInst. Make sure we are comparing the unknown...
Xin Tong
2017-06-25
2
-0
/
+88
*
Add support for Ananas platform
Ed Schouten
2017-06-25
1
-0
/
+6
*
[ORC] Re-apply r306166 and r306168 with fix for regression test.
Lang Hames
2017-06-23
4
-33
/
+38
*
This reverts commit r306166 and r306168.
Rafael Espindola
2017-06-23
4
-38
/
+33
*
[ORC] Move ORC IR layer interface from addModuleSet to addModule and fix the
Lang Hames
2017-06-23
4
-33
/
+38
*
Make the size specification for cache_size_bytes case insensitive.
Peter Collingbourne
2017-06-23
1
-1
/
+1
*
Add a ThinLTO cache policy for controlling the maximum cache size in bytes.
Peter Collingbourne
2017-06-23
1
-4
/
+30
*
Fix double->float truncation warning on MSVC
Simon Pilgrim
2017-06-23
1
-2
/
+2
*
[ADT] Add llvm::to_float
Pavel Labath
2017-06-23
1
-1
/
+19
*
[ORC] Switch the object layer API from addObjectSet to addObject (singular), and
Lang Hames
2017-06-22
2
-121
/
+110
*
Make IPDBSession::getGlobalScope a non-const method
Adrian McCarthy
2017-06-22
1
-3
/
+1
*
Revert "[Support] Add RetryAfterSignal helper function" and subsequent fix
Pavel Labath
2017-06-22
2
-39
/
+0
*
[Support] Fix return type deduction in RetryAfterSignal
Pavel Labath
2017-06-22
1
-0
/
+5
*
[PDB] Add symbols to the PDB
Reid Kleckner
2017-06-21
1
-8
/
+79
*
[Support] Add RetryAfterSignal helper function
Pavel Labath
2017-06-21
2
-0
/
+34
*
Add a cantFail overload for Expected-reference (Expected<T&>) types.
Lang Hames
2017-06-20
1
-0
/
+4
*
Support: chunk writing on Linux
Saleem Abdulrasool
2017-06-20
1
-0
/
+6
*
[GSoC] Flag value completion for clang
Yuka Takahashi
2017-06-20
1
-6
/
+7
*
[Coverage] PR33517: Check for failure to load func records
Vedant Kumar
2017-06-20
1
-16
/
+39
*
[ProfileData] PR33517: Check for failure of symtab creation
Vedant Kumar
2017-06-20
1
-5
/
+11
*
Try to fix uninitialized read in unit test.
Zachary Turner
2017-06-19
1
-0
/
+1
[next]