Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
11186e1752d832c6283e4a169a9c039749f12b64
11186e1
[libFuzzer] implement strncmp hook for data-flow-guided fuzzing (w/ and w/o dfsan), add a test
by Kostya Serebryany
· 10 years ago
7c8bec3
[MCJIT] Fix a memory leak in a unit test that was introduced in r243589.
by Lang Hames
· 10 years ago
c01d39e
[libFuzzer] implement memcmp hook for data-flow-guided fuzzing (w/o dfsan), extend the memcmp fuzzer test
by Kostya Serebryany
· 10 years ago
b1d5086
Prefix make_reverse_iterator with llvm namespace.
by Pete Cooper
· 10 years ago
b7177b0
push fast-math check for machine-combiner reassociations into instruction-type check; NFC
by Sanjay Patel
· 10 years ago
6821f63
IR: Implement Value::mergeUseLists() iteratively
by Matthias Braun
· 10 years ago
7fe1972
[MCJIT] Fix PR20656 by teaching MCJIT to honor ExecutionEngine's global mapping.
by Lang Hames
· 10 years ago
6fc1adf
Fix typo "fuction" noticed in comments in AssumptionCache.h, and also all the other files that have the same typo. All comments, no functionality change! (Merely a "fuctionality" change.)
by Nick Lewycky
· 10 years ago
3134ceb
[dsymutil] Re-add command line option -v this time printing the version.
by Frederic Riss
· 10 years ago
ba72b70
[dsymutil] Use option categories.
by Frederic Riss
· 10 years ago
2096f62
[dsymutil] Rename -v option to -verbose
by Frederic Riss
· 10 years ago
639ec3d
Reapply "Add reverse(ContainerTy) range adapter."
by Pete Cooper
· 10 years ago
b026a8a
Rename hasCompatibleFunctionAttributes->areInlineCompatible based
by Eric Christopher
· 10 years ago
f66eda9
[X86][SSE] Keep 32-bit target i64 vector shifts on SSE unit.
by Simon Pilgrim
· 10 years ago
3614662
AArch64: use 32-bit MOV rather than UBFX to truncate registers.
by Tim Northover
· 10 years ago
81474d3
MIR Serialization: Serialize the frame info's save and restore points.
by Alex Lorenz
· 10 years ago
3b4ca38
MIR Parser: Extract the code that parses MBB references into a new method. NFC.
by Alex Lorenz
· 10 years ago
5ff91d8
[X86][SSE] Vectorize i64 ASHR operations
by Simon Pilgrim
· 10 years ago
c54abc9
Revert "Add reverse(ContainerTy) range adapter."
by Pete Cooper
· 10 years ago
0552dc7
[opaque pointers] Remove use of PointerType::getElementType in favor of GEPOperator::getSourceElementType
by David Blaikie
· 10 years ago
a53ce4e
Add reverse(ContainerTy) range adapter.
by Pete Cooper
· 10 years ago
67e53da
[ASan] Disable dynamic alloca and UAR detection in presence of returns_twice calls.
by Alexey Samsonov
· 10 years ago
55e9a41
[llvm-objdump] Inverting logic to match the word "predicate". Returning true when we want it rather than when we want to discard it.
by Colin LeMahieu
· 10 years ago
154b3f0
[llvm-objdump] Merging MachO DumpSections in to FilterSections. Simplifying some predicate logic.
by Colin LeMahieu
· 10 years ago
7e90f69
Roll forward r242871
by Jingyue Wu
· 10 years ago
dd741a8
MIR Serialization: Serialize the '.cfi_def_cfa' CFI instruction.
by Alex Lorenz
· 10 years ago
0b7483e
MIR Parser: Parse multiple LHS register machine operands.
by Alex Lorenz
· 10 years ago
7a641cc
move DAGCombiner's allowableAlignment() helper function into the TLI
by Sanjay Patel
· 10 years ago
8ad735a
[asan] Remove special case mapping on Android/AArch64.
by Evgeniy Stepanov
· 10 years ago
63aeece
LowerBitSets: Add debugging output.
by Peter Collingbourne
· 10 years ago
607fe5b
[Unroll] Handle SwitchInst properly.
by Michael Zolotukhin
· 10 years ago
815580f
[Unroll] Don't crash when simplified branch condition is undef.
by Michael Zolotukhin
· 10 years ago
952e40f
Rename test full-unroll-bad-geps.ll to full-unroll-crashers.ll.
by Michael Zolotukhin
· 10 years ago
aaa9ff3
Fix typos in comments. NFC.
by Lang Hames
· 10 years ago
4e3c7c2
Revert "[PeepholeOptimizer] Look through PHIs to find additional register sources"
by Bruno Cardoso Lopes
· 10 years ago
de85af6
Add an ArgList::AddAllArgs that accepts a vector of OptSpecifier.
by Douglas Katzman
· 10 years ago
eb745dc
AArch64: use AddressingModes.h accessors for compare shifts
by Tim Northover
· 10 years ago
c3a9cb5
test-release.sh: Add option for building the OpenMP run-time
by Hans Wennborg
· 10 years ago
a229846
Reverting r243386 because it has serious post-commit concerns that have not been addressed. Also reverts r243389, which relied on this commit.
by Aaron Ballman
· 10 years ago
edbf9d7
[llvm-objdump] Added -j flag to filter sections that are operated on.
by Colin LeMahieu
· 10 years ago
d63325d
Temporarily revert r242871
by Jingyue Wu
· 10 years ago
e541870
[PPC] Fix PR24216: Don't generate splat for misaligned shuffle mask
by Bill Schmidt
· 10 years ago
b8b226b
[AArch64] Define subtarget feature strict-align.
by Akira Hatanaka
· 10 years ago
dc9125e
Make function comments consistently imperative.
by Bjarke Hammersholt Roune
· 10 years ago
44d65ea
[Statepoints] Let patchable statepoints have a symbolic call target.
by Sanjoy Das
· 10 years ago
a27dfaf
Fix broken ArrayRef conversion from r243497.
by Alex Lorenz
· 10 years ago
8fd3ed9
ignore duplicate divisor uses when transforming into reciprocal multiplies (PR24141)
by Sanjay Patel
· 10 years ago
6ea347b
fix TLI's combineRepeatedFPDivisors interface to return the minimum user threshold
by Sanjay Patel
· 10 years ago
ba90cee
MIR Serialization: Serialize the target index machine operands.
by Alex Lorenz
· 10 years ago
4fb2f33
[ARM] Define subtarget feature strict-align.
by Akira Hatanaka
· 10 years ago
db059db
AArch64: be careful of large immediates when optimising cmps.
by Tim Northover
· 10 years ago
62df004
[tests] Use llvm-readobj instead of macho-dump.
by Davide Italiano
· 10 years ago
6969fd1
[PeepholeOptimizer] Look through PHIs to find additional register sources
by Bruno Cardoso Lopes
· 10 years ago
a0b4070
[mips][FastISel] Fix call lowering by bailing out on "fastcc" calls.
by Vasileios Kalintiris
· 10 years ago
86eea13
[RuntimeDyld] Remove a memory-leak that was introduced in r243456. Thanks to Ben
by Lang Hames
· 10 years ago
1e8077f
Fix typo.
by Chih-Hung Hsieh
· 10 years ago
8da0a80
Limit this test only on linux.
by Chih-Hung Hsieh
· 10 years ago
c82121e
[Unroll] Add debug dumps to loop-unroll analyzer.
by Michael Zolotukhin
· 10 years ago
0ed54d8
[mips][FastISel] Fix generated code for IR's select instruction.
by Vasileios Kalintiris
· 10 years ago
8ae1a0f
[Unroll] Don't analyze blocks outside the loop.
by Michael Zolotukhin
· 10 years ago
03b49c8
AMDGPU: Don't try to use LDS/vector for private if pointer value stored
by Matt Arsenault
· 10 years ago
7a1c02d
AMDGPU: Fix crash if called function is a bitcast
by Matt Arsenault
· 10 years ago
7d4d116
[SCEV] Apply NSW and NUW flags via poison value analysis
by Jingyue Wu
· 10 years ago
c3f2d5b
AMDGPU: Fix return type of getImplicitParameterOffset.
by Matt Arsenault
· 10 years ago
6adfd93
Add a test case for r242191 ([MMX] Use the appropriate instructions for
by Alex Lorenz
· 10 years ago
ce8287d
[RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAddress take a SectionRef
by Lang Hames
· 10 years ago
eb9ef2d
Move unit tests to target specific directories.
by Chih-Hung Hsieh
· 10 years ago
6d0376c
MIR Serialization: Serialize the block address machine operands.
by Alex Lorenz
· 10 years ago
6b43809
WebAssembly: MCAsmInfo only has one syntax variant for now.
by JF Bastien
· 10 years ago
b17a94c
add tests to show broken current behavior of minsize attribute
by Sanjay Patel
· 10 years ago
b82063e
MIR Parser: Extract the method 'parseGlobalValue'. NFC.
by Alex Lorenz
· 10 years ago
e787364
MIR Parser: Move the function 'lexName'. NFC.
by Alex Lorenz
· 10 years ago
8302e12
MIR Printer: Remove an outdated TODO comment and assertion. NFC.
by Alex Lorenz
· 10 years ago
3e85c48
MIR Parser: Remove redundant parameters. NFC.
by Alex Lorenz
· 10 years ago
dc73dc0
Implement target independent TLS compatible with glibc's emutls.c.
by Chih-Hung Hsieh
· 10 years ago
751664f
Summary: Object: add IMAGE_FILE_MACHINE_ARM64
by Martell Malone
· 10 years ago
456b44f
[LVI] Cleanup whitespaces. NFC
by Bruno Cardoso Lopes
· 10 years ago
9c12f72
fix formatting; NFC
by Sanjay Patel
· 10 years ago
1a0868d
[AArch64] Match float round and convert to int instructions.
by Geoff Berry
· 10 years ago
8d1cf22
Use a specified list of languages in cmake project() command.
by Douglas Katzman
· 10 years ago
c26dfdf
[LAA] Add clarifying comments for the checking pointer grouping algorithm. NFC
by Silviu Baranga
· 10 years ago
fb3d3bb
Implement __builtin_thread_pointer
by Adhemerval Zanella
· 10 years ago
ce1116e
docs: update arcanist links
by Martell Malone
· 10 years ago
3b94858
[GMR] Teach GlobalsModRef to distinguish an important and safe case of
by Chandler Carruth
· 10 years ago
d625452
Improving lli documentation
by Renato Golin
· 10 years ago
c335310
[X86] Remove mergeSPUpdatesUp()
by Michael Kuperstein
· 10 years ago
e4eb76c
[X86][SSE] Use bitmasks instead of shuffles where possible.
by Simon Pilgrim
· 10 years ago
ec6000a
AVX512: Add encoding tests to vptestnm instructions
by Igor Breger
· 10 years ago
e5dac1f
AVX512: Implemented encoding and intrinsics for VGETEXPSS/D instructions
by Igor Breger
· 10 years ago
fbb4b52
Changes for MachineBasicBlock to use SortedVector for LiveIns.
by Puyan Lotfi
· 10 years ago
3942a29
Move the Target way of overriding DAG Scheduler to a target hook
by Mehdi Amini
· 10 years ago
268011e
Adding ADT SortedVector; client patch will follow.
by Puyan Lotfi
· 10 years ago
89576ce
[GMR] Fix a long-standing bug in GlobalsModRef where it failed to clear
by Chandler Carruth
· 10 years ago
bd426c6
[LDist][LVer] Explicitly pass the set of memchecks to LoopVersioning, NFC
by Adam Nemet
· 10 years ago
80458cb
Remove unnecessary const_casts. NFC
by Craig Topper
· 10 years ago
b25dcfd
Reserve some constant values for the Swift calling convention.
by Bob Wilson
· 10 years ago
d9408bc
FileCheck'ify some wc/grep based tests; NFCI.
by Sanjoy Das
· 10 years ago
c830ceb
[libFuzzer] ensure that the dfsan tracing hooks actually run (using -verbosity=3 in tests)
by Kostya Serebryany
· 10 years ago
322fda4
[libFuzzer] when using cmp traces, first check that the CMP is evaluated to one value much more frequently than to the other value (heuristic)
by Kostya Serebryany
· 10 years ago
3d89ab8
fix invalid load folding with SSE/AVX FP logical instructions (PR22371)
by Sanjay Patel
· 10 years ago
Next »