Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
2a393a57582dc4d691abbdb8a1b045625a65f01e
2a393a5
FunctionImport: missed one occurence of ImportListForModule to rename (NFC)
by Mehdi Amini
· 9 years ago
22277af
FunctionImport: rename ImportsForModule to ImportList for consistency (NFC)
by Mehdi Amini
· 9 years ago
055f556
[LTO] Simplify APIs and constify (NFC)
by Mehdi Amini
· 9 years ago
8454221
[InstCombine] add tests for missing vector icmp folds
by Sanjay Patel
· 9 years ago
cbcae43
[LTO] Rename variables with meaningul names, i.e. more than one character (NFC)
by Mehdi Amini
· 9 years ago
8e443cd
[InstCombine] add tests for missing vector icmp folds
by Sanjay Patel
· 9 years ago
ca77873
[AMDGPU] Give enum an explicit 64-bit type to fix MSVC 2013 failures
by Reid Kleckner
· 9 years ago
3d6b718
[ThinLTO] Fix temp file dumping, enable via llvm-lto and test it
by Teresa Johnson
· 9 years ago
d7f4d11
Don't use %llc_dwarf with -mtriple, they don't combine
by Reid Kleckner
· 9 years ago
dfacb43
[InstCombine] add tests for missing vector icmp folds
by Sanjay Patel
· 9 years ago
d6a48b1
Linker: Avoid some ridiculous indentation by using a temporary. NFC
by Justin Bogner
· 9 years ago
5912e9a
Adding the triple for test comitted with r278703.
by Wolfgang Pieb
· 9 years ago
f514d2f
[sancov] extracting AArch64 test to a separate file.
by Mike Aizatsky
· 9 years ago
eeadbe0
[ADT] Fix DepthFirstIterator's std::iterator base to have normal typedefs
by Tim Shen
· 9 years ago
36b7d78
[ADT] Change PostOrderIterator to use NodeRef. NFC.
by Tim Shen
· 9 years ago
caa3105
[InstCombine] add tests for missing vector icmp folds
by Sanjay Patel
· 9 years ago
29e5e14
Fix typo in lowering for fp128 ueq.
by Eli Friedman
· 9 years ago
fc94e66
AMDGPU/R600: Convert buffer id to VTX_READ input
by Jan Vesely
· 9 years ago
072a33f
Really fix the issue with 502957cc9cf805dc6093950e8cdcd0db4969d933. Windows %p and FileCheck limitations makes the test linux only
by Hemant Kulkarni
· 9 years ago
72159af
[InstCombine] add tests for missing vector icmp folds
by Sanjay Patel
· 9 years ago
b430a4a
GlobalISel: support loads and stores of strange types.
by Tim Northover
· 9 years ago
889162f
Remove unnecessary flag from new test
by Teresa Johnson
· 9 years ago
70fd49b
update tests to use FileCheck and exact checking
by Sanjay Patel
· 9 years ago
b4ca813
Revert "[ValueTracking] Improve ValueTracking on left shift with nsw flag"
by Sanjoy Das
· 9 years ago
d73e134
[ThinLTO] Remove functions resolved to available_externally from comdats
by Teresa Johnson
· 9 years ago
f9b2472
[InstCombine] add tests for missing vector icmp folds
by Sanjay Patel
· 9 years ago
3928f27
Fix a test that failed due to:
by Hemant Kulkarni
· 9 years ago
1e230bc
Enhance SCEV to compute the trip count for some loops with unknown stride.
by David L Kreitzer
· 9 years ago
fa85d67
[InstCombine] add test for missing vector icmp fold
by Sanjay Patel
· 9 years ago
f7714c1
[InstCombine] add tests for vector icmp folds
by Sanjay Patel
· 9 years ago
502957c
llvm-objdump: Implement source[line numbers] interleaving
by Hemant Kulkarni
· 9 years ago
e286c13
[libFuzzer] print a verbose message after executing inputs in non-fuzzing mode
by Kostya Serebryany
· 9 years ago
0347ebc
[libFuzzer] fix the bot
by Kostya Serebryany
· 9 years ago
7016f85
[InstCombine] add tests for missing vector icmp folds
by Sanjay Patel
· 9 years ago
bb8ab1a
update test to use FileCheck and autogenerated checks
by Sanjay Patel
· 9 years ago
ade7edf
Fix WAsm test after LSR change in r278658
by Reid Kleckner
· 9 years ago
1741b5a
Revert "[Thumb] Validate branch target for CBZ/CBNZ instructions."
by Matthias Braun
· 9 years ago
66842c07
[InstCombine] add tests for missing vector icmp folds
by Sanjay Patel
· 9 years ago
a451d6b
[InstCombine] add test for missing vector icmp fold
by Sanjay Patel
· 9 years ago
3d09ca2
minimize test
by Sanjay Patel
· 9 years ago
cc96a8c
remove unnecessary IR comments about uses
by Sanjay Patel
· 9 years ago
8b850ac
[InstCombine] add tests for missing vector icmp folds
by Sanjay Patel
· 9 years ago
1bb8cbf
Local variables whose address is taken and passed on to a call are described
by Wolfgang Pieb
· 9 years ago
f5c5c7d
[InstCombine] add tests for missing vector icmp folds
by Sanjay Patel
· 9 years ago
137c395
[libFuzzer] add InsertRepeatedBytes and EraseBytes.
by Kostya Serebryany
· 9 years ago
12b2b51
[InstCombine] auto-generate exact checks
by Sanjay Patel
· 9 years ago
e0a314c
[InstCombine] add tests for missing vector icmp folds
by Sanjay Patel
· 9 years ago
93a7ad2
AMDGPU: Update AMDGPURuntimeMetadata.h for enums of address space qualifiers
by Yaxun Liu
· 9 years ago
8f1b18b
AMDGPU: Don't fold subregister extracts into tied operands
by Matt Arsenault
· 9 years ago
5154970
Revert "[SimplifyCFG] Rewrite SinkThenElseCodeToEnd"
by Reid Kleckner
· 9 years ago
9364829
[AMDGPU] fix failure on printing of non-existing instruction operands.
by Valery Pykhtin
· 9 years ago
47a3de7
MachineLoop: add methods findLoopControlBlock and findLoopPreheader
by Sjoerd Meijer
· 9 years ago
7bc6001
[SimplifyCFG] Rewrite SinkThenElseCodeToEnd
by James Molloy
· 9 years ago
91c19fb
[Thumb] Validate branch target for CBZ/CBNZ instructions.
by Prakhar Bahuguna
· 9 years ago
bd7c3fb
[LSR] Don't try and create post-inc expressions on non-rotated loops
by James Molloy
· 9 years ago
24088ba
[X86] PADDUSB/W instructions should be commutable.
by Craig Topper
· 9 years ago
d1a8c19
[X86] Mark some of the X86 SDNodes as commutative.
by Craig Topper
· 9 years ago
ed1f4b6
[X86] X86ISD::FANDN is not commutative or associative.
by Craig Topper
· 9 years ago
937229d
[ScopedNoAliasAA] collectMDInDomain should be a free function
by David Majnemer
· 9 years ago
24f7cd8
[ScopedNoAliasAA] Only collect noalias nodes if we have alias.scope nodes
by David Majnemer
· 9 years ago
a727375
[ScopedNoAliasAA] Replace !ScopeNodes.size() with ScopeNodes.empty()
by David Majnemer
· 9 years ago
28873d7
Revert "[ScopedNoAliasAA] Remove an unneccesary set"
by David Majnemer
· 9 years ago
6bd5c84
[ScopedNoAliasAA] Remove an unneccesary set
by David Majnemer
· 9 years ago
b3d14d2
[InstCombine] add test for missing vector icmp fold
by Sanjay Patel
· 9 years ago
93591d1
[InstCombine] add tests for vector icmp folds
by Sanjay Patel
· 9 years ago
aafbbf8
[InstCombine] add test for potentially missing vector icmp fold
by Sanjay Patel
· 9 years ago
bc87c37
[InstCombine] add test for missing vector icmp fold
by Sanjay Patel
· 9 years ago
411c4db
[InstCombine] add tests for missing vector icmp folds
by Sanjay Patel
· 9 years ago
9e679db
[InstCombine] remove unnecessary function attributes from tests
by Sanjay Patel
· 9 years ago
6eea5bd
[InstCombine] add tests for missing vector icmp folds
by Sanjay Patel
· 9 years ago
4865e7b
[InstCombine] add test for missing vector icmp fold
by Sanjay Patel
· 9 years ago
3bf3ce9
[InstCombine] add test for missing vector icmp fold
by Sanjay Patel
· 9 years ago
98df2b1
[AVX-512] Mark VPMADDWD as commutable to match SSE/AVX version.
by Craig Topper
· 9 years ago
8cbb186
[AVX-512] Add masked commutable floating point max/min instructions to folding tables.
by Craig Topper
· 9 years ago
4889469
[AVX-512] Add masked logical operations to memory folding tables.
by Craig Topper
· 9 years ago
1a3669b
[AVX512] Fix VFPCLASSSD/VFPCLASSSS intrinsic lowering. The i1 result should be zero extended according to SPEC.
by Igor Breger
· 9 years ago
96cefd6
autogenerate checks
by Igor Breger
· 9 years ago
bf57b01
[AVX512] Fix insertelement i1 lowering.
by Igor Breger
· 9 years ago
5724bf57
Revert "gold: add a cast to appease std::max NFC"
by Saleem Abdulrasool
· 9 years ago
12fc232
Revert "CodeGen: If Convert blocks that would form a diamond when tail-merged."
by Diana Picus
· 9 years ago
281da4f
Revert "Codegen: Don't tail-duplicate blocks with un-analyzable fallthrough."
by Diana Picus
· 9 years ago
d330744
[IRCE] Change variable grouping; NFC
by Sanjoy Das
· 9 years ago
39b5545
[IRCE] Create llvm::Loop instances for cloned out loops
by Sanjoy Das
· 9 years ago
300cd13
[IRCE] Don't iterate on loops that were cloned out
by Sanjoy Das
· 9 years ago
abf7d54
[IRCE] Add better DEBUG diagnostic; NFC
by Sanjoy Das
· 9 years ago
2c1c0b4
Fix bitcode auto-upgrade when using bitcode lazy loading
by Mehdi Amini
· 9 years ago
26d2a23
Fix unsupported relocation type R_HEX_6_X' for symbol .rodata
by Ron Lieberman
· 9 years ago
4510860
Revert "Fix bitcode auto-upgrade when using bitcode lazy loading"
by Mehdi Amini
· 9 years ago
3e63425
[IRCE] Fix test case; NFC
by Sanjoy Das
· 9 years ago
c56bea6
[IRCE] Be resilient in the face of non-simplified loops
by Sanjoy Das
· 9 years ago
c5432bd
Fix bitcode auto-upgrade when using bitcode lazy loading
by Mehdi Amini
· 9 years ago
804c815
Revert "Revert "Invariant start/end intrinsics overloaded for address space""
by Mehdi Amini
· 9 years ago
2eb84a5
Revert "Invariant start/end intrinsics overloaded for address space"
by Mehdi Amini
· 9 years ago
d2e55b6
[IRCE] Use dyn_cast instead of explicit isa/cast; NFC
by Sanjoy Das
· 9 years ago
81232a9
[IRCE] Use range-for; NFC
by Sanjoy Das
· 9 years ago
568382f
[ADT] Add a reserve() method to DenseSet as well as an insert() for R-value
by Mehdi Amini
· 9 years ago
80f0510
Revert "[ADT] Add a reserve method to DenseSet as well as an insert() for R-value"
by Mehdi Amini
· 9 years ago
663c3ce
Limit DenseMap::setNumEntries input to 1<<31, in accordance with the 31 bits allocated to NumEntries.
by Yaron Keren
· 9 years ago
5ac928f
Add missing REQUIRES in sancov/print_coverage_pcs.test: it requires aarch64 as well now
by Mehdi Amini
· 9 years ago
762481d
[ADT] Add a reserve method to DenseSet as well as an insert() for R-value
by Mehdi Amini
· 9 years ago
Next »