Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
54387416945fec115cde9912be0574544fedf7af
5438741
[Coverage] Clarify a function contract (NFC)
by Vedant Kumar
· 9 years ago
3de4fb3
[llvm-cov] Factor out logic to remove unmapped inputs (NFC)
by Vedant Kumar
· 9 years ago
a6754db
[libFuzzer] reset Counters (trace-pc-guard) before every run
by Kostya Serebryany
· 9 years ago
85fa818
[MC] Support .dcb directives in assembler parser
by Petr Hosek
· 9 years ago
daacf3c
[llvm-cov] Filter away source files that aren't in the coverage mapping
by Vedant Kumar
· 9 years ago
fd06635
[llvm-cov] Get rid of all invalid filename references
by Vedant Kumar
· 9 years ago
c36f315
[llvm-cov] Minor cleanup. NFC.
by Vedant Kumar
· 9 years ago
c5ddf50
[TLI] isdigit / isascii / toascii param type should match return type (PR30484)
by Sanjay Patel
· 9 years ago
f8e3a51
[ResetMachineFunction] Populate the comments in the header of the file.
by Quentin Colombet
· 9 years ago
76cc1a9
[ResetMachineFunction] Add statistic on the number of reset functions.
by Quentin Colombet
· 9 years ago
c81278e
[RegisterBankInfo] Add statistics for dynamic partial mappings.
by Quentin Colombet
· 9 years ago
abd02b3
ScheduleDAG: Match enum names when printing sdep kinds
by Matthias Braun
· 9 years ago
5c7b0b1
BitcodeReader: Deduplicate code. NFC.
by Peter Collingbourne
· 9 years ago
4151a97
[RegBankSelect] Use DEBUG_TYPE instead of repeating the name of the pass
by Quentin Colombet
· 9 years ago
f8d0897
[RegisterBank] Mark the dump method with LLVM_DUMP_METHOD.
by Quentin Colombet
· 9 years ago
32ed609
Enhance calcColdCallHeuristics for InvokeInst
by Jun Bum Lim
· 9 years ago
3b62127
Revert "[ARM] Promote small global constants to constant pools"
by James Molloy
· 9 years ago
a04f901
[Power9] Exploit move and splat instructions for build_vector improvement
by Nemanja Ivanovic
· 9 years ago
e2c1cbe
[ARM] Promote small global constants to constant pools
by James Molloy
· 9 years ago
91fdd2b
cmake: Support overriding Sphinx HTML doc install directory
by Michal Gorny
· 9 years ago
582d1a1
Revert r282238 "Revert r282235 "[llvm-dwarfdump] - Teach dwarfdump to dump gdb-index section.""
by George Rimar
· 9 years ago
53a7de6
Revert r282235 "[llvm-dwarfdump] - Teach dwarfdump to dump gdb-index section."
by George Rimar
· 9 years ago
b9dfeea
[InstCombine] Fix for PR29124: reduce insertelements to shufflevector
by Alexey Bataev
· 9 years ago
b64f7d8
[llvm-dwarfdump] - Teach dwarfdump to dump gdb-index section.
by George Rimar
· 9 years ago
5d11fd5
[AMDGPU] Refactor VOP1 and VOP2 instruction TD definitions
by Valery Pykhtin
· 9 years ago
c2a5d16
[AVX-512] Split X86ISD::VFPROUND and X86ISD::VFPEXT into separate opcodes for each type constraint.
by Craig Topper
· 9 years ago
27e9902
[AVX-512] Add separate ISD opcodes for each form of CVT instructions. Don't reuse non-X86 ISD opcodes with extra X86 specific arguments.
by Craig Topper
· 9 years ago
cfb1f68
[AVX-512] Use different ISD opcodes for some of the scalar intrinsic lowering. Isel is not very robust against using the same ISD opcode with different number of operands so its better to separate.
by Craig Topper
· 9 years ago
fd1fd77
[libFuzzer] be more precise about what we reset in TracePC
by Kostya Serebryany
· 9 years ago
07016d4
[libFuzzer] fix merging with trace-pc-guard
by Kostya Serebryany
· 9 years ago
bf101a6
AMDGPU/SI: Include implicit arguments in kernarg_segment_byte_size
by Tom Stellard
· 9 years ago
73508a3
[libFuzzer] simplify the TracePC logic
by Kostya Serebryany
· 9 years ago
a750e55
[RegisterBankInfo] Mark the dump methods with LLVM_DUMP_METHOD.
by Quentin Colombet
· 9 years ago
7bb963e
[AArch64][RegisterBankInfo] Sanity check TableGen'ed like inputs.
by Quentin Colombet
· 9 years ago
5a965a6
[libFuzzer] move value profiling logic into TracePC
by Kostya Serebryany
· 9 years ago
6744636
Triple: Add opencl environment type
by Tom Stellard
· 9 years ago
bdbe64e
[MC] Support skip and count for .incbin directive
by Petr Hosek
· 9 years ago
28f017d
[libFuzzer] change ValueBitMap to remember the number of bits in it
by Kostya Serebryany
· 9 years ago
5255015
[AArch64][RegisterBankInfo] Switch to TableGen'ed like PartialMapping.
by Quentin Colombet
· 9 years ago
04905d7
[RegisterBankInfo] Check that the mapping covers the interesting bits.
by Quentin Colombet
· 9 years ago
45c56ae
[RegisterBankInfo] Use array instead of SmallVector for BreakDown.
by Quentin Colombet
· 9 years ago
43896df
[libFuzzer] simplify the crash minimizer; split MaxLen into two: MaxInputLen and MaxMutationLen, allow MaxMutationLen to be less than MaxInputLen
by Kostya Serebryany
· 9 years ago
38d30e5
[InstCombine] fold X urem C -> X < C ? X : X - C when C is big (PR28672)
by Sanjay Patel
· 9 years ago
f35fea1
[AsmParser] Remove unused partial template specialization.
by Davide Italiano
· 9 years ago
c2ac1a7
[utils] Teach the code coverage prep script about --restrict
by Vedant Kumar
· 9 years ago
ae0e243
[llvm-cov] Document some fields in a class (NFC)
by Vedant Kumar
· 9 years ago
ef76be0
[llvm-cov] Add the ability to specify directories of input source files
by Vedant Kumar
· 9 years ago
a86d297
MachineScheduler: Slightly simplify release node
by Matthias Braun
· 9 years ago
c3e16a5
MachineScheduler: Remove ineffective heuristic; NFC
by Matthias Braun
· 9 years ago
579bab4
Revert r282168 "GVN-hoist: fix store past load dependence analysis (PR30216)"
by Hans Wennborg
· 9 years ago
319d69e
[RDF] Add initial support for lane masks in the DFG
by Krzysztof Parzyszek
· 9 years ago
a9c167e
[Hexagon] Remove USR_OVF from CtrRegs register class
by Krzysztof Parzyszek
· 9 years ago
b505adc
[RDF] Print the function name for calls in dumps
by Krzysztof Parzyszek
· 9 years ago
6baa853
[RDF] Use uint32_t for register numbers instead of unsigned
by Krzysztof Parzyszek
· 9 years ago
d1714b5
i386 does not support optimized swifterror handling
by Arnold Schwaighofer
· 9 years ago
ba9e1e6
Win64: Don't emit unwind info for "leaf" functions (PR30337)
by Hans Wennborg
· 9 years ago
0966627
Fix build breakage due to typo in cast.
by Zachary Turner
· 9 years ago
f2f9e2b
[PowerPC] Sign extend sub-word values for atomic comparisons
by Nemanja Ivanovic
· 9 years ago
489cfe7
[DAG] Fix incorrect alignment of ext load.
by Nirav Dave
· 9 years ago
7924acd
GVN-hoist: do not dereference null pointers
by Sebastian Pop
· 9 years ago
7b83fe6
[PPC] Set SP after loading data from stack frame, if no red zone is present
by Krzysztof Parzyszek
· 9 years ago
20bb032
Speculative fix for build failures due to consumeInteger.
by Zachary Turner
· 9 years ago
3e55f3d
GVN-hoist: fix store past load dependence analysis (PR30216)
by Sebastian Pop
· 9 years ago
3132c38
GVN-hoist: fix typo
by Sebastian Pop
· 9 years ago
fb27f55
[Support] Add StringRef::consumeInteger.
by Zachary Turner
· 9 years ago
3abbc4d
[compiler-rt] fix typo in option description [NFC]
by Etienne Bergeron
· 9 years ago
6958050
GVN-hoist: move hoist testcase to GVNHoist dir
by Sebastian Pop
· 9 years ago
afaf6ad
GVN-hoist: only hoist relevant scalar instructions
by Sebastian Pop
· 9 years ago
523c933
Reapplying r281895 (and follow-up r281964) after fixing pr30468.
by Keith Walker
· 9 years ago
c63e7f7
GlobalISel: handle stack-based parameters on AArch64.
by Tim Northover
· 9 years ago
4bbf4cb
[RS4GC] Remat in presence of phi and use live value
by Anna Thomas
· 9 years ago
c228fe8
[AMDGPU][mc] Add support for absolute expressions in DPP modifiers.
by Artem Tamazov
· 9 years ago
11508f0
[PowerPC] Remove LE patterns matching generic stores/loads to VSX permuting ops
by Nemanja Ivanovic
· 9 years ago
a941fe2
[Power9] Add exploitation of non-permuting memory ops
by Nemanja Ivanovic
· 9 years ago
5b1a390
[EfficiencySanitizer] Using '$' instead of '#' for struct counter name
by Sagar Thakur
· 9 years ago
f2986e2
Fix revision 281960
by Dorit Nuzman
· 9 years ago
c7cbba0
[AVX-512] Add support for commuting VPTERNLOG instructions.
by Craig Topper
· 9 years ago
e6b78fd
[RegisterBankInfo] Move to statically allocated RegisterBank.
by Quentin Colombet
· 9 years ago
22bb41e
[RegisterBankInfo] Take advantage of the extra argument of SmallVector::resize.
by Quentin Colombet
· 9 years ago
e9b850b
[libFuzzer] add 'features' to the corpus elements, allow mutations with Size > MaxSize, fix sha1 in corpus stats; various refactorings
by Kostya Serebryany
· 9 years ago
3f3f2cd
[libFuzzer] one more test
by Kostya Serebryany
· 9 years ago
e4977b2
[libFuzzer] add stats to the corpus; more refactoring
by Kostya Serebryany
· 9 years ago
ecdd589
=delete the StringRef(nullptr_t) constructor.
by Zachary Turner
· 9 years ago
a6b3c30
[libFuzzer] more refactoring; don't compute sha1sum every time we mutate a unit from the corpus, use the stored one.
by Kostya Serebryany
· 9 years ago
e52f15b
[libFuzzer] more refactoring
by Kostya Serebryany
· 9 years ago
e10e0e3
Next set of additional error checks for invalid Mach-O files for bad LC_UUID
by Kevin Enderby
· 9 years ago
799bfde
[LoopInterchange] Track all dependencies, not just anti dependencies.
by Chad Rosier
· 9 years ago
b81a1e9
[ThinLTO] Emit files for distributed builds for all modules
by Teresa Johnson
· 9 years ago
648d6ac
[MIRParser] Delete dead code. NFCI.
by Davide Italiano
· 9 years ago
5f630a9
revert 281908 because 281909 got reverted
by Nico Weber
· 9 years ago
1ff6b12
fix typo in comment [NFC]
by Etienne Bergeron
· 9 years ago
ad6572b
Disable tail calls if there is an swifterror argument
by Arnold Schwaighofer
· 9 years ago
653eafd
[LV] Don't emit unused scalars for uniform instructions
by Matthew Simpson
· 9 years ago
4836a1b
[AMDGPU][mc] Add support for ds_add_[rtn_]f32.
by Artem Tamazov
· 9 years ago
aa30d2c
Change the basic block weight calculation algorithm to use max instead of voting.
by Dehao Chen
· 9 years ago
8f80e9f
[LV] Rename "Width" to "Lane" (NFC)
by Matthew Simpson
· 9 years ago
3d9ce2b
[AVX512] Fix return types on int_x86_avx512_gatherXXX_di intrinsics
by Cameron McInally
· 9 years ago
a613eb1
Revert r281895 "Add @llvm.dbg.value entries for the phi node created by -mem2reg"
by Hans Wennborg
· 9 years ago
f83ecb0
Revert r281715, it caused PR30475
by Nico Weber
· 9 years ago
e9993d5
DeadArgElim: Don't mark swifterror arguments as unused
by Arnold Schwaighofer
· 9 years ago
Next »