Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
30eac4b85aaf36958b6ba8eb191f9b8c7a811de4
30eac4b
AMDGPU: Fix v16i32 to v16i8 truncstore
by Matt Arsenault
· 10 years ago
02c18f4
[libFuzzer] trace switch statements and apply mutations based on the expected case values
by Kostya Serebryany
· 10 years ago
8cb3db9
ELFYAML: Enable parsing of EM_AMDGPU
by Tom Stellard
· 10 years ago
01e2215
AMDGPU/SI: Set DwarfRegNum
by Matt Arsenault
· 10 years ago
6a224c3
TableGen: Support folding casts from bits to int
by Matt Arsenault
· 10 years ago
a29a752
docs: Add information about helper scripts to HowToReleaseLLVM page
by Tom Stellard
· 10 years ago
b0619e0
AMDGPU/SI: Remove unused pattern for f32 constant loads
by Tom Stellard
· 10 years ago
8d13756
[ARM] Lower modulo operation to generate __aeabi_divmod on Android
by Sumanth Gundapaneni
· 10 years ago
2623dd4
MIR Parser: Report an error when a constant pool item is redefined.
by Alex Lorenz
· 10 years ago
2bc6316
MIR Parser: Report an error when a virtual register is redefined.
by Alex Lorenz
· 10 years ago
8a6197a
fix memcpy/memset/memmove lowering when optimizing for size
by Sanjay Patel
· 10 years ago
dd6dcb6
[libFuzzer] fix the strncmp interceptor -- it should respect short strings.
by Kostya Serebryany
· 10 years ago
f4745ec
Fix TableGen code generation for ReadNone attribute.
by Eric Christopher
· 10 years ago
3b00227
enable fast-math-flag propagation to DAG nodes
by Sanjay Patel
· 10 years ago
044eeda
Enable dfsan for aarch64
by Adhemerval Zanella
· 10 years ago
93204d2
Add a TargetMachine hook that verifies DataLayout compatibility
by Mehdi Amini
· 10 years ago
4db6728
[SLP vectorizer]: Choose the best consecutive candidate to pair with a store instruction.
by Wei Mi
· 10 years ago
778e064
Fix lli with OrcLazyJIT: the default DataLayout was used.
by Mehdi Amini
· 10 years ago
ece90bb
AMDGPU: Set SubRegIndex size and offset
by Matt Arsenault
· 10 years ago
b240003
AMDGPU: Fix unreachable when emitting binary debug info
by Matt Arsenault
· 10 years ago
fbd9479
MIR Serialization: Serialize the machine basic block's successor weights.
by Alex Lorenz
· 10 years ago
cfe562c
[COFF] Add IMAGE_SCN_TYPE_NOLOAD to SectionCharacteristics
by David Majnemer
· 10 years ago
a495784
AMDGPU/SI: Simplify moveSMRDToVALU()
by Tom Stellard
· 10 years ago
a3a8dc4
AMDGPU/SI: Remove isTriviallyReMaterializable() function from SIInstrInfo
by Tom Stellard
· 10 years ago
f04b7c7
[mips] Fix out-of-date debug information in test file.
by Vasileios Kalintiris
· 10 years ago
fc77c83
MCJITTests/MCJITCAPITest.cpp: Try to appease i686-win32.
by NAKAMURA Takumi
· 10 years ago
458b5f3
[mips][FastISel] Remove hidden mips-fast-isel option.
by Vasileios Kalintiris
· 10 years ago
3b79f0c
[mips][FastISel] Apply only zero-extension to constants prior to their materialization.
by Vasileios Kalintiris
· 10 years ago
4b26be6
[test-release.sh] Add -no-libunwind to disable it on targets that don't support it.
by Daniel Sanders
· 10 years ago
78a589c
[X86] Recognize "flags" as an identifier, not a register in Intel-syntax inline asm
by Michael Kuperstein
· 10 years ago
d8c145f
Add amdopencl environment to triple
by Matt Arsenault
· 10 years ago
77907c7
[LoopVer] Add missing std::move
by Adam Nemet
· 10 years ago
52aafdb
[LDist] Filter the checks locally rather than in LAA, NFC
by Adam Nemet
· 10 years ago
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
Next »