Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 年之前 |
Fangrui Song
|
3b35e17b21
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
|
7 年之前 |
Nicola Zaghen
|
0818e789cb
Rename DEBUG macro to LLVM_DEBUG.
|
7 年之前 |
Shiva Chen
|
24abe71d71
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
|
7 年之前 |
Mandeep Singh Grang
|
8ba42a9352
[CodeGen] Change std::sort to llvm::sort in response to r327219
|
7 年之前 |
Craig Topper
|
9ec8f37d28
[ReachingDefAnalysis] Fix what I assume to be a typo ReachingDedDefaultVal->ReachingDefDefaultVal.
|
7 年之前 |
Marina Yatsina
|
66bd7d7663
Fixing warnings caused by commit 323095
|
7 年之前 |
Marina Yatsina
|
be6cfa9585
Separate LoopTraversal, ReachingDefAnalysis and BreakFalseDeps into their own files.
|
7 年之前 |