Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
556d1a3b80ddedf8d68bf1293fba755f688e83b7
556d1a3
[fuzzer] properly enable asan's coverage feedback
by Kostya Serebryany
· 11 years ago
5d68306
fix typos; NFC
by Sanjay Patel
· 11 years ago
c9baf3b
Add a Fuzzer library
by Kostya Serebryany
· 11 years ago
37be0d7
[SimplifyLibCalls] Don't confuse strcpy_chk for stpcpy_chk.
by Ahmed Bougacha
· 11 years ago
fdefc69
Teach IRCE to look at branch weights when recognizing range checks
by Sanjoy Das
· 11 years ago
00b7a94
Revert "[x86] Combine x86mmx/i64 to v2i64 conversion to use scalar_to_vector"
by Alexey Samsonov
· 11 years ago
fb04c23
[ExecutionEngine] Fix r227228 tests on Windows
by Keno Fischer
· 11 years ago
a167fe1
dd the option, -link-opt-hints to llvm-objdump used with -macho to print the
by Kevin Enderby
· 11 years ago
c94f9d3
Merge vector stores into wider vector stores (PR21711)
by Sanjay Patel
· 11 years ago
c1592bc
Add llvm-pdbdump to tools.
by Zachary Turner
· 11 years ago
a18b3e0
tsan: properly instrument unaligned accesses
by Dmitry Vyukov
· 11 years ago
e67f5de
overloaded-intrinsic-name: exercise anyptr on struct
by Ramkumar Ramachandra
· 11 years ago
811b152
[ExecutionEngine] Add weak symbol support to RuntimeDyld
by Keno Fischer
· 11 years ago
99b5229
[ExecutionEngine] FindFunctionNamed: Skip declarations
by Keno Fischer
· 11 years ago
47b633d
[mips] Add range checks and transformation to octeon instructions in AsmParser.
by Kai Nacke
· 11 years ago
ed9cdce
Add cmake flag LLVM_USE_SANITIZE_COVERAGE
by Kostya Serebryany
· 11 years ago
fd55bcd
R600/SI: Enable all tests that pass on VI without changes
by Marek Olsak
· 11 years ago
d922eb0
R600/SI: Fix MIN3/MAX3 on VI, define MED3
by Marek Olsak
· 11 years ago
2ba0c13
R600/SI: Don't set patterns for chip-specific instructions while having pseudos
by Marek Olsak
· 11 years ago
9f824da
R600/SI: Add VI versions of LDS atomics
by Marek Olsak
· 11 years ago
37788ca
R600/SI: Add VI versions of MUBUF atomics
by Marek Olsak
· 11 years ago
058ab60
R600/SI: Add VI versions of MUBUF loads and stores
by Marek Olsak
· 11 years ago
3111d0a
R600/SI: Add pseudos for MUBUF loads and stores
by Marek Olsak
· 11 years ago
944d865
[InstCombine] Teach how to fold a select into a cttz/ctlz with the 'is_zero_undef' flag.
by Andrea Di Biagio
· 11 years ago
0b2455c
[sancov] Fix unspecified constructor order between sancov and asan.
by Evgeniy Stepanov
· 11 years ago
145de00
Add a FIXME in SelectionDAGBuilder before an assert that is valid only on X86.
by Manuel Jacob
· 11 years ago
ad5a857
Replace some uses of getSubtargetImpl with the cached version
by Eric Christopher
· 11 years ago
df01caf
[PM] Clean up file banner comments prior to refactoring this code.
by Chandler Carruth
· 11 years ago
05935e2
Have the PBQP register allocator use the subtarget on the MachineFunction.
by Eric Christopher
· 11 years ago
556614b
Remove some extraneous includes.
by Eric Christopher
· 11 years ago
9a322a1
Fix build failure with pointer vs reference.
by Eric Christopher
· 11 years ago
fd0f792
Update a few calls to getSubtarget<> to either be getSubtargetImpl
by Eric Christopher
· 11 years ago
f57b52c
Clean up the AArch64 store pair suppression pass initialization
by Eric Christopher
· 11 years ago
72e7586
The subtarget is cached on the MachineFunction. Access it directly.
by Eric Christopher
· 11 years ago
c2601d2
Migrate SeparateConstOffsetFromGEP to use a Function with getSubtarget.
by Eric Christopher
· 11 years ago
90c42dd
LoopRotate: Don't walk the uses of a Constant
by David Majnemer
· 11 years ago
d70090c
Remove unused include.
by Eric Christopher
· 11 years ago
510cadb
Revert r227148 & r227154 which added a test which infinitely loops.
by Richard Trieu
· 11 years ago
9564795
[PM] Run clang-format over this header to clean up the very few)
by Chandler Carruth
· 11 years ago
7e085b8
[PM] Switch a doxygen comment to the standard format. NFC
by Chandler Carruth
· 11 years ago
b63fed3
[PM] Refactor the core logic to run EarlyCSE over a function into an
by Chandler Carruth
· 11 years ago
ac33b1f
MachineRegisterInfo can access TII off of the MachineFunction's
by Eric Christopher
· 11 years ago
0774503
Migrate AtomicExpandPass and DwarfEHPrepare to using a Function-ized getSubtargetImpl.
by Eric Christopher
· 11 years ago
ec89182
Fix unsigned/signed comparison warning.
by Eric Christopher
· 11 years ago
24f37da
Migrate CodeGenPrepare to use the Function based getSubtarget code.
by Eric Christopher
· 11 years ago
cdafa10
Grab the TargetLowering info from the DAG rather than querying for a subtarget.
by Eric Christopher
· 11 years ago
28f4510
Remove extraneous period.
by Eric Christopher
· 11 years ago
57d5adf
One more fix to the new API to fix const-correctness.
by Chris Bieneman
· 11 years ago
eb57831
Replace this testcase with an even shorter one provided by dblaikie.
by Adrian Prantl
· 11 years ago
13faabb
Commoning of target specific load/store intrinsics in Early CSE.
by Chad Rosier
· 11 years ago
f963623
Pete Cooper suggested the new API should use ArrayRef instead of SmallVectorImpl. Also adding a test case.
by Chris Bieneman
· 11 years ago
c1beae0
Add test cases for PRE w/volatile loads
by Philip Reames
· 11 years ago
44513da
[X86][SSE] Float comparisons can sometimes be safely commuted
by Simon Pilgrim
· 11 years ago
b9a39da
Have the UTF conversion wrappers append a null terminator.
by Zachary Turner
· 11 years ago
3ba85ab
[X86][PCLMUL] Enable commutation for PCLMUL instructions
by Simon Pilgrim
· 11 years ago
7006a12
Add new HideUnrelatedOptions API that takes a SmallVectorImpl.
by Chris Bieneman
· 11 years ago
38c35f3
Line endings fix. NFC.
by Simon Pilgrim
· 11 years ago
b33118d
R600: Cleanup or test
by Matt Arsenault
· 11 years ago
1d34ec1
Line endings fix. NFC.
by Simon Pilgrim
· 11 years ago
bcd2c28
bpf: fix build due to 'Move DataLayout back to the TargetMachine'
by Alexei Starovoitov
· 11 years ago
0f3d465
[x86][MMX] Rename and cleanup tests: arith, intrinsics and shuffle
by Bruno Cardoso Lopes
· 11 years ago
325385a
SimplifyCFG: Omit range checks for switch lookup tables when default is unreachable
by Hans Wennborg
· 11 years ago
d5c2318
SimplifyCFG: don't remove unreachable default switch destinations
by Hans Wennborg
· 11 years ago
1f0c6fa
Make ConstantFoldTerminator() handle switches with unreachable default.
by Hans Wennborg
· 11 years ago
33eac3e
[NVPTX] Generate a more optimal sequence for select of i1
by Justin Holewinski
· 11 years ago
91ccead
Add a UTF8 to UTF16 conversion wrapper for use in the pdb dumper
by Reid Kleckner
· 11 years ago
7936ef0
Cache the lookup of TargetLowering in the atomic expand pass.
by Eric Christopher
· 11 years ago
6f9c8fa
[SelectionDAG] Fix assert message copypasta. NFC.
by Ahmed Bougacha
· 11 years ago
afb6a4f
Add a FIXME about preferred alignment to DataLayout.
by Eric Christopher
· 11 years ago
48e8722
[NVPTX] Handle floating-point conversion patterns that are not explicitly ordered or unordered
by Justin Holewinski
· 11 years ago
8da9a66
Use a different encoding for debugtrap on PS4.
by Alex Rosenberg
· 11 years ago
04bcc11
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
by Eric Christopher
· 11 years ago
cce3c83
Refine memory dependence's notion of volatile semantics
by Philip Reames
· 11 years ago
956d6f0
Model sqrtsd as a binary operation with one source operand tied to the destination (PR14221)
by Sanjay Patel
· 11 years ago
8a5ad05
Pass QueryInst down through non-local dependency calculation
by Philip Reames
· 11 years ago
2bdb238
Revert GCStrategy ownership changes
by Philip Reames
· 11 years ago
019c097
Teach raw_ostream to support hex formatting without a prefix '0x'.
by Zachary Turner
· 11 years ago
583a153
Remove trailing whitespace. NFC ®
by Alex Rosenberg
· 11 years ago
1cc4d3d
Remove trailing whitespace.
by Alex Rosenberg
· 11 years ago
fcd3c40
Move the Mips target to storing the ABI in the TargetMachine rather
by Eric Christopher
· 11 years ago
5da5449
Store the passed in CPU name string so that it can be accessed later.
by Eric Christopher
· 11 years ago
8e43882
Fix incorrect partial aliasing Update testcases
by Daniel Berlin
· 11 years ago
0d16caf
Fix delegation
by Daniel Berlin
· 11 years ago
dbc6dda
fix line-endings; NFC
by Sanjay Patel
· 11 years ago
58fed4d
[Support][Windows] Disable error dialog boxes when stack trace printing is enabled.
by Michael J. Spencer
· 11 years ago
e0c2d28
Putting all the standard tool options into a "Generic" category.
by Chris Bieneman
· 11 years ago
1e0dc31
[MC] The PS4's ELF OSABI value is the same as FreeBSD.
by Alex Rosenberg
· 11 years ago
83a0a62
Teach the autoconf machinery about the PS4 triple.
by Alex Rosenberg
· 11 years ago
536bce2
[mips] Enable arithmetic and binary operations for the i128 data type.
by Vasileios Kalintiris
· 11 years ago
71ec66e
[mips] Add tests for bitwise binary and integer arithmetic operators.
by Vasileios Kalintiris
· 11 years ago
d546b25
The canonical CPU variant for ARM according to config.guess uses a
by Joerg Sonnenberger
· 11 years ago
c211591
When disassembler meets compact jump instructions for r6 it crashes as the access to operands array is out of range. This patch removes dedicated decoder method that wrongly handles decoding of these instructions.
by Vladimir Medic
· 11 years ago
823e854
Revert "[mips] Fix assertion on i128 addition/subtraction on MIPS64"
by Vasileios Kalintiris
· 11 years ago
77453e9
Revert llvm/test/MC/ELF/noexec.s in r227074, "Fix a problem where the AArch64 ELF assembler was failing with"
by NAKAMURA Takumi
· 11 years ago
8f6e8cb
SLPVectorizer: fix wrong scheduling of atomic load/stores.
by Erik Eckstein
· 11 years ago
56471c4
Correct the header guard for MipsABIInfo.h.
by Eric Christopher
· 11 years ago
acbaac4
Fix a problem where the AArch64 ELF assembler was failing with
by Eric Christopher
· 11 years ago
1656cc8
[X86] Change comparision immediate type to i8 in test cases for AVX512 floating point comparisons. The type was already changed in the definitions and was being auto upgraded to the new type.
by Craig Topper
· 11 years ago
fd17668
[X86] Use i8 immediate for comparison type on AVX512 packed integer instructions. This matches floating point equivalents. Includes autoupgrade support to convert old code.
by Craig Topper
· 11 years ago
f6c7255
Add the triple for the Sony Playstation®4.
by Alex Rosenberg
· 11 years ago
Next »