index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-21
Fix constant folding of addrspacecast of null
Matt Arsenault
1
-0
/
+21
2016-05-19
Remove specializations of ProfileSummary
Easwaran Raman
2
-25
/
+19
2016-05-19
Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"
Vedant Kumar
2
-48
/
+58
2016-05-19
[ConstantRange] Add an getEquivalentICmp helper
Sanjoy Das
1
-0
/
+46
2016-05-18
Delete Reloc::Default.
Rafael Espindola
1
-1
/
+1
2016-05-18
Delete dead code. Reloc::Default is the default.
Rafael Espindola
1
-3
/
+0
2016-05-17
[ThinLTO] Option to control path of distributed backend files
Teresa Johnson
1
-0
/
+25
2016-05-16
Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""
Vedant Kumar
2
-58
/
+48
2016-05-16
Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"
Vedant Kumar
2
-48
/
+58
2016-05-14
Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""
Chandler Carruth
2
-58
/
+48
2016-05-13
Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"
Vedant Kumar
2
-48
/
+58
2016-05-13
[Support][Unittests] Add unittest for recursive_directory_iterator::level()
Bruno Cardoso Lopes
1
-0
/
+14
2016-05-13
Revert "Revert "[Unroll] Implement a conservative and monotonically increasin...
Michael Zolotukhin
1
-3
/
+7
2016-05-13
Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use...
Vedant Kumar
2
-58
/
+48
2016-05-13
[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC
Vedant Kumar
2
-48
/
+58
2016-05-13
Revert "[Unroll] Implement a conservative and monotonically increasing cost t...
Michael Zolotukhin
1
-7
/
+3
2016-05-13
[ADT] Add an 'llvm::seq' function which produces an iterator range over
Chandler Carruth
2
-0
/
+40
2016-05-13
[Unroll] Implement a conservative and monotonically increasing cost tracking ...
Michael Zolotukhin
1
-3
/
+7
2016-05-13
Remove runtime specific code from common header
Xinliang David Li
1
-42
/
+33
2016-05-12
[unittests] Use coveragemap_error in CoverageMappingReaderMock (NFC)
Vedant Kumar
1
-2
/
+2
2016-05-11
Delete duplicated verifier test.
Rafael Espindola
1
-0
/
+27
2016-05-10
Revert r269131
Easwaran Raman
2
-67
/
+0
2016-05-10
Reapply r266477 and r266488
Easwaran Raman
2
-0
/
+67
2016-05-10
Cloning: Clean up the interface to the CloneFunction function.
Peter Collingbourne
1
-9
/
+5
2016-05-10
Appease MSVC
Matthias Braun
1
-0
/
+1
2016-05-10
LLVMTargetMachine: Add functions to create MIModuleInfo/MIFunction; NFC
Matthias Braun
1
-8
/
+3
2016-05-09
Disable this unit test on MSVC, which crashes while compiling it.
Adrian Prantl
1
-1
/
+3
2016-05-09
Separate the Verifier into an analysis and a transformation pass and
Adrian Prantl
1
-0
/
+25
2016-05-09
Revert "Separate the Verifier into an analysis and a transformation pass and"
Adrian Prantl
1
-25
/
+0
2016-05-09
Separate the Verifier into an analysis and a transformation pass and
Adrian Prantl
1
-0
/
+25
2016-05-06
LiveIntervalAnalysis: Fix handleMove() extending liverange for undef inputs
Matthias Braun
1
-0
/
+11
2016-05-05
[Coverage] Combine counts of expansion regions if there are no code regions f...
Igor Kudrin
1
-0
/
+25
2016-05-04
Fix build of DebugInfoPDBTests.
Zachary Turner
1
-0
/
+1
2016-05-03
[Support] Add a free toString function for Error
Vedant Kumar
1
-0
/
+19
2016-05-03
PM: Check that loop passes preserve a basic set of analyses
Justin Bogner
1
-1
/
+1
2016-05-03
[ADT] Add drop_front method to ArrayRef
Reid Kleckner
1
-0
/
+7
2016-05-03
[ProfileData] Assert NoError in CoverageMappingTest
Vedant Kumar
1
-13
/
+13
2016-05-03
[ProfileData] Assert NoError in InstrProfTest
Vedant Kumar
1
-44
/
+44
2016-05-03
MITests: Update libdeps.
NAKAMURA Takumi
1
-1
/
+2
2016-05-02
Add unittest for LiveIntervalAnalysis::handleMove()
Matthias Braun
2
-3
/
+309
2016-04-29
Move coverage related code into a separate library.
Easwaran Raman
2
-3
/
+4
2016-04-29
[MemorySSA] Fix bugs in walker; refactor unittests a bit.
George Burgess IV
1
-23
/
+163
2016-04-28
Fix some Clang-tidy modernize and Include What You Use warnings.
Eugene Zelenko
1
-4
/
+18
2016-04-26
Use gcc's rules for parsing gcc-style response files
Nico Weber
1
-5
/
+6
2016-04-25
[ORC] clang-format code that was touched in r267457. NFC.
Lang Hames
2
-90
/
+53
2016-04-25
[ORC] Thread Error/Expected through the RPC library.
Lang Hames
2
-11
/
+11
2016-04-25
[Support] Fix latent bugs in Expected and ExitOnError that were preventing them
Lang Hames
1
-0
/
+14
2016-04-25
[Coverage] Restore the correct count value after processing a nested region i...
Igor Kudrin
1
-0
/
+20
2016-04-23
DebugInfo: Remove MDString-based type references
Duncan P. N. Exon Smith
1
-34
/
+30
2016-04-23
Add #ifndef NDEBUG markers around EXPECT_DEATH after r267270
Duncan P. N. Exon Smith
1
-0
/
+2
[next]