Sign in
chromium
/
external
/
github.com
/
llvm-mirror
/
llvm
/
refs/heads/testing
d5c2cca
Creating branches/google/testing and tags/google/testing/2017-11-14 from r317716
by David L. Jones
· 8 years ago
testing
ce7676b
Cherry-pick r317444 to google/testing.
by David L. Jones
· 8 years ago
dc4b1c5
Creating branches/google/testing and tags/google/testing/ from r317203
by David L. Jones
· 8 years ago
dcf64df
[ThinLTO] Ensure sanitizer passes are run
by Teresa Johnson
· 8 years ago
9799e6f
[X86] Don't call validateInstruction from MatchAndEmitInstruction when MatchingInlineAsm is set. The MCInst won't be populated.
by Craig Topper
· 8 years ago
ca3cf87
[ValueTracking] Use APInt::isNullValue/isOneValue which are more efficient for large APInts.
by Craig Topper
· 8 years ago
94964bb
[WebAssembly] Add a test for inline-asm "m" constraints.
by Dan Gohman
· 8 years ago
40486d7
[WebAssembly] Call signExtend to get sign extended register
by Dan Gohman
· 8 years ago
29ba7f6
Un-XFAIL a test after the bugfix in r317702.
by Adrian Prantl
· 8 years ago
8e0d3d4
[WebAssembly] Revise the strategy for inline asm.
by Dan Gohman
· 8 years ago
cf89e1c
NFC: Rename MCSafeSEHFragment to MCSymbolIdFragment
by Adrian McCarthy
· 8 years ago
27b6b31
Handle inlined variables in SelectionDAGBuilder::EmitFuncArgumentDbgValue().
by Adrian Prantl
· 8 years ago
15443bd
[X86] Add some initial scheduling tests for generic x86 instructions
by Simon Pilgrim
· 8 years ago
d44ed28
[CMake] Remove target to build native tablegen
by Jonas Hahnfeld
· 8 years ago
41dfa19
[CMake] Add custom target to create build directory
by Jonas Hahnfeld
· 8 years ago
a3ad9bd
[utils] Add RISC-V support to update_llc_test_checks.py
by Alex Bradbury
· 8 years ago
da781c7
[RISCV] Initial support for function calls
by Alex Bradbury
· 8 years ago
eacca30
[RISCV] Codegen for conditional branches
by Alex Bradbury
· 8 years ago
6c9938c
[RISCV] Codegen support for memory operations on global addresses
by Alex Bradbury
· 8 years ago
21ae2e7
[RISCV] Codegen support for memory operations
by Alex Bradbury
· 8 years ago
c5abad3
[RISCV] Codegen support for materializing constants
by Alex Bradbury
· 8 years ago
96342eb
[Analysis] Fix merging TBAA tags with different final access types
by Ivan A. Kosarev
· 8 years ago
d036c9c
[mips] Guard indirect and tailcall pseudo instructions correctly.
by Simon Dardis
· 8 years ago
4514930
BasicAA: fix bug where we would return partialalias instead of noalias
by Nuno Lopes
· 8 years ago
4d211ca
[NFCI] Ensure TargetOpcode::* are compatible with guessInstructionProperties=0
by Alex Bradbury
· 8 years ago
19b50e8
DAG: Add computeKnownBitsForFrameIndex
by Matt Arsenault
· 8 years ago
600fc9c
Revert "[CGP] Enable extending scope of optimizeMemoryInst"
by Serguei Katkov
· 8 years ago
2c8a33a
[CGP] Enable extending scope of optimizeMemoryInst
by Serguei Katkov
· 8 years ago
d550a31
[X86] Add patterns to fold EVEX store with EVEX encoded vcvtps2ph instructions. Remove bad pattern that had vf432 vcvtps2ph storing 128-bits.
by Craig Topper
· 8 years ago
c30df5f
[X86] Allow legacy vcvtps2ph intrinsics to select EVEX encoded instructions. Rely on EVEX->VEX to convert back.
by Craig Topper
· 8 years ago
14c6360
Convert FileOutputBuffer::commit to Error.
by Rafael Espindola
· 8 years ago
aeaece7
Revert "Reapply: Allow yaml2obj to order implicit sections for ELF"
by Dave Lee
· 8 years ago
29fa40c
Update unittest too.
by Rafael Espindola
· 8 years ago
0fa582d
Convert FileOutputBuffer to Expected. NFC.
by Rafael Espindola
· 8 years ago
4831923
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
by David Blaikie
· 8 years ago
9fd7184
Reapply: Allow yaml2obj to order implicit sections for ELF
by Dave Lee
· 8 years ago
a932c3f
AMDGPU: Set correct sched model on v_mad_u64_u32
by Matt Arsenault
· 8 years ago
cee0476
Revert rL317618
by Mitch Phillips
· 8 years ago
ea30756
Attribute nonlazybind should not affect calls to functions with hidden visibility.
by Sriraman Tallam
· 8 years ago
d37de6a
Reapply r317609 with a simpler sed script, thanks to Justin Bogner!
by Paul Robinson
· 8 years ago
7c6de05
Revert "Allow yaml2obj to order implicit sections for ELF"
by Dave Lee
· 8 years ago
aa34334
Revert r317609, test fails on one bot
by Paul Robinson
· 8 years ago
1d494b9
Fix build bots after r317622
by Dave Lee
· 8 years ago
d8660fa
[NVPTX] Implement __nvvm_atom_add_gen_d builtin.
by Justin Lebar
· 8 years ago
595a448
Allow yaml2obj to order implicit sections for ELF
by Dave Lee
· 8 years ago
c7c5ad7
[SLPVectorizer] Failure to beneficially vectorize 'copyable' elements in integer binary ops.
by Dinar Temirbulatov
· 8 years ago
56fec39
Extend SpecialCaseList to allow users to blame matches on entries in the file.
by Mitch Phillips
· 8 years ago
c062c8d
[CodeGenPrepare] Fix typo in comment. NFC
by Craig Topper
· 8 years ago
5363e7a
Use new vector insert half-word and byte instructions when we see insertelement on '8 x i16' and '16 x i8' types. Also extended existing lit testcase to cover these cases.
by Graham Yiu
· 8 years ago
2725af0
Convert a dwarfdump test from checked-in binary to assembler source.
by Paul Robinson
· 8 years ago
a2fd1c7
[DWARFv5] Add new test for previous commit.
by Paul Robinson
· 8 years ago
e9d757c
[DWARFv5] Support DW_FORM_strp in the .debug_line header.
by Paul Robinson
· 8 years ago
7e1904e
Recommit r317510 "[InstCombine] Pull shifts through a select plus binop with constant"
by Craig Topper
· 8 years ago
3c64d8f
[InstCombine] Update stale comment. NFC
by Craig Topper
· 8 years ago
5933b24
[Hexagon] Make a test more flexible in HexagonLoopIdiomRecognition
by Krzysztof Parzyszek
· 8 years ago
9983524
[AArch64][SVE] Asm: Add support for (ADD|SUB)_ZZZ
by Florian Hahn
· 8 years ago
6cf02b9
[AArch64][SVE] Asm: Add SVE (Z) Register definitions and parsing support
by Florian Hahn
· 8 years ago
70b92b6
[SelectionDAG] Fix typo in comment. NFC
by Craig Topper
· 8 years ago
861d296
[AArch64][SVE] Asm: Set SVE as unsupported feature for existing scheduler models.
by Florian Hahn
· 8 years ago
8cec6c4
Reland "Correct dwarf unwind information in function epilogue for X86"
by Petar Jovanovic
· 8 years ago
d142ab1
Silence MSVC error C2398
by Kristof Beyls
· 8 years ago
25ff19d
[SLP] Fix PR35047: Fix default cost model for cast op in X86.
by Alexey Bataev
· 8 years ago
81d5ecb
Mark intentional fall-through with LLVM_FALLTHROUGH.
by Kristof Beyls
· 8 years ago
7c37aa1
Add a -D flag to FileCheck to define variables
by Alexander Richardson
· 8 years ago
1ed4428
[X86] Regenerate select tests
by Simon Pilgrim
· 8 years ago
c5e08cf
[AArch64][SVE] Asm: Replace 'IsVector' by 'RegKind' in AArch64AsmParser (NFC)
by Florian Hahn
· 8 years ago
55f6a85
Silence C4715 warning from MSVC (NFC).
by Kristof Beyls
· 8 years ago
8aa5d0f
[AArch64][SVE] Asm: Extend EnforceVectorSubVectorTypeIs to distinguish Scalable Vectors
by Florian Hahn
· 8 years ago
b79469c
[GlobalISel] Enable legalizing non-power-of-2 sized types.
by Kristof Beyls
· 8 years ago
e82a7f1
[CGP] Disable Select instruction handling in optimizeMemoryInst. NFC
by Serguei Katkov
· 8 years ago
51bcf5f
[docs][ARM] Add HowTo for cross compiling and testing compiler-rt builtins
by Peter Smith
· 8 years ago
c1c411e
[X86] Don't clobber reserved registers with stack adjustments
by Bjorn Steinbrink
· 8 years ago
c305f3d
[X86] Add patterns to fold a 64-bit load into the EVEX vcvtph2ps instructions.
by Craig Topper
· 8 years ago
7f45818
[X86] Add patterns for folding a v16i8 with the VEX vcvtph2ps intrinsics.
by Craig Topper
· 8 years ago
2765e2d
[X86] Add a test for a 128-bit vector load feeding a cvtph2ps intrinsic.
by Craig Topper
· 8 years ago
bfc0134
[X86] Remove alignment from a load in the f16c intrinsic test. The alignment shouldn't be required for load folding.
by Craig Topper
· 8 years ago
0c6a9e1
[X86] Add support for using EVEX instructions for the legacy vcvtph2ps intrinsics.
by Craig Topper
· 8 years ago
60b616c
[X86] Add AVX512VL command line to f16c intrinsic test to show missed EVEX opportunities for the legacy intrinsics.
by Craig Topper
· 8 years ago
f14ad9a
[X86] Use IMPLICIT_DEF in VEX/EVEX vcvtss2sd/vcvtsd2ss patterns instead of a COPY_TO_REGCLASS.
by Craig Topper
· 8 years ago
0b9dcde
[X86] Remove 'Requires' from instructions with no patterns. NFC
by Craig Topper
· 8 years ago
59aa491
[Support/UNIX] posix_fallocate() can fail with EINVAL.
by Davide Italiano
· 8 years ago
0227fe5
Make DIExpression::createFragmentExpression() return an Optional.
by Adrian Prantl
· 8 years ago
ed2657e
[XRay] Minimal tool to convert xray traces to Chrome's Trace Event Format.
by Keith Wyss
· 8 years ago
964a48a
[IPO/LowerTypesTest] Skip blockaddress(es) when replacing uses.
by Davide Italiano
· 8 years ago
db6cc31
AMDGPU: Remove redundant combine
by Matt Arsenault
· 8 years ago
0ffa879
[DebugInfo] Unify logic to merge DILocations. NFC.
by Vedant Kumar
· 8 years ago
b67df9f
[Support][Chrono] Use explicit cast of text output of time values.
by Simon Dardis
· 8 years ago
790be31
InstCombine: salvage the debug info of DCE'ed add instructions.
by Adrian Prantl
· 8 years ago
acf8758
[X86] Make FeatureAVX512 imply FeatureF16C.
by Craig Topper
· 8 years ago
490bc39
[X86] Make FeatureAVX512 imply FeatureFMA.
by Craig Topper
· 8 years ago
618cf29
[ValueTracking] readonly (const) is a requirement for converting sqrt to llvm.sqrt; nnan is not
by Sanjay Patel
· 8 years ago
e209a1a
Revert r317510 "[InstCombine] Pull shifts through a select plus binop with constant"
by Hans Wennborg
· 8 years ago
2c99ae8
Revert r316064 "Fix the incorrect detection of ICONV_LIBRARY_PATH"
by Hans Wennborg
· 8 years ago
cebfaaf
Fix comment /NFC
by Xinliang David Li
· 8 years ago
4cbab70
[MIRPrinter] Use %subreg.xxx syntax for subregister index operands
by Bjorn Pettersson
· 8 years ago
aceaaf0
[InstCombine] Pull shifts through a select plus binop with constant
by Craig Topper
· 8 years ago
82cd943
update_mir_test_checks: Be careful about replacing entire vregs
by Justin Bogner
· 8 years ago
e005ea7
Fix buildbot breakages from r317503. Add parentheses to assignment when using result as a condition.
by Graham Yiu
· 8 years ago
20a90ab
Adds code to PPC ISEL lowering to recognize byte inserts from vector_shuffles, and use P9 shift and vector insert byte instructions instead of vperm. Extends tests from vector insert half-word.
by Graham Yiu
· 8 years ago
561a742
Include already promoted counts when computing SUM for VP.
by Dehao Chen
· 8 years ago
Next »