Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
9f2d0b861e223937faa279cfd520ce5be0d10f4a
9f2d0b8
[IRCE][NFC] Rename IndVarNext to IndVarBase
by Max Kazantsev
· 8 years ago
b9af9b0
Temporarily revert "Update branch coalescing to be a PowerPC specific pass"
by Eric Christopher
· 8 years ago
c3f95e0
AMDGPU: Don't assert in TTI with fp32 denorms enabled
by Matt Arsenault
· 8 years ago
639888f
Revert "llvm-mt: Fix release of OutputDoc"
by Vitaly Buka
· 8 years ago
9946989
llvm-mt: Fix release of OutputDoc
by Vitaly Buka
· 8 years ago
e02cff1
AMDGPU: Use set for tracked registers
by Matt Arsenault
· 8 years ago
b5924ab
[Orc] Add a comment about member variable dependencies to OrcMCJITReplacement.
by Lang Hames
· 8 years ago
72cfebd
[XRay][tools] Fix an accounting bug in llvm-xray account
by Dean Michael Berris
· 8 years ago
33a7788
cmake: Invent add_llvm_fuzzer to set up fuzzer targets
by Justin Bogner
· 8 years ago
cb4a5a0
Revert "Revert r312139 "Verifier: Verify the correctness of fragment expressions attached to globals.""
by Adrian Prantl
· 8 years ago
6f18931
Don't add a fragment expression when GlobalSRA splits up a single-member struct
by Adrian Prantl
· 8 years ago
38a8d04
llvm-isel-fuzzer: Stop including FuzzerInterface.h
by Justin Bogner
· 8 years ago
a7f8823
[MachineOutliner] Add missed optimization remarks for the outliner.
by Jessica Paquette
· 8 years ago
8231133
[yaml2obj][ELF] Make symbols optional for relocations
by Petr Hosek
· 8 years ago
a678116
[X86] Remove some code from fast isel that is no longer needed with i1 being an illegal type.
by Craig Topper
· 8 years ago
ac2dfaf
[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzer
by Matt Morehouse
· 8 years ago
2ccb804
Revert r312139 "Verifier: Verify the correctness of fragment expressions attached to globals."
by Hans Wennborg
· 8 years ago
7875e9f
[ARM] Replace fixed-size SmallSet with a bitset.
by Benjamin Kramer
· 8 years ago
73dd3b8
AMDGPU: Correct operand types for v_mad_mix*
by Matt Arsenault
· 8 years ago
92b6b15
Revert r312154 "Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forwarding""
by Hans Wennborg
· 8 years ago
aa892fd
Simplify writeArchive return type.
by Rui Ueyama
· 8 years ago
564f4d8
Fix test after rL312144
by Konstantin Zhuravlyov
· 8 years ago
e6ed980
[InstCombine] add more vector demand examples; NFC
by Sanjay Patel
· 8 years ago
9863705
SelectionDAG: Emit correct debug info for multi-register function arguments.
by Adrian Prantl
· 8 years ago
b5b9823
[IR] Don't print "!DIExpression() = !DIExpression()" when dumping
by Reid Kleckner
· 8 years ago
5c6206f
Refactor DIBuilder::createFragmentExpression into a static DIExpression member
by Adrian Prantl
· 8 years ago
5d79590
[ARM] Use Swift error registers on non-Darwin targets
by Brian Gesiak
· 8 years ago
c1e0b4f
[WebAssembly] Update debug info test after r312144
by Derek Schuff
· 8 years ago
36fa01b
NewGVN: Make sure we add the correct user if we swapped the comparison operands
by Daniel Berlin
· 8 years ago
01a26ff
NewGVN: Allow simplification into variables
by Daniel Berlin
· 8 years ago
be7fdad
[GISel]: Add a clean up combiner during legalization.
by Aditya Nandakumar
· 8 years ago
065862a
[GVNSink] Remove dependency on SmallPtrSet iteration order.
by Benjamin Kramer
· 8 years ago
62c7c25
Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forwarding"
by Geoff Berry
· 8 years ago
08c4fd3
[X86] Remove unneed AVX512 check from fast isel.
by Craig Topper
· 8 years ago
3e170f0
[WebAssembly] Add target feature for atomics
by Derek Schuff
· 8 years ago
69e607f
Canonicalize the representation of empty an expression in DIGlobalVariableExpression
by Adrian Prantl
· 8 years ago
ec6b6f4
[codeview] make DbgVariableLocation::extractFromMachineInstruction use Optional
by Bob Haarman
· 8 years ago
d3f69d7
docs: remove dead doxygen tarball link
by Hans Wennborg
· 8 years ago
29126d9
Verifier: Verify the correctness of fragment expressions attached to globals.
by Adrian Prantl
· 8 years ago
f9a2a4b
[AVX512] Don't use 32-bit elements version of AND/OR/XOR/ANDN during isel unless we're matching a masked op or broadcast
by Craig Topper
· 8 years ago
4c877ef
[X86] Remove GCCBuiltin for some intrinsics that aren't used by clang. Add TODO to remove them.
by Craig Topper
· 8 years ago
7f372fd
[GlobalISel][X86] Support variadic function call.
by Igor Breger
· 8 years ago
b3e25ce
Re-land MachineInstr: Reason locally about some memory objects before going to AA.
by Balaram Makam
· 8 years ago
17f4bfb
[InstCombine] remove unnecessary vector select fold; NFCI
by Sanjay Patel
· 8 years ago
ccd99b4
fix more typos; NFC
by Sanjay Patel
· 8 years ago
b987f880
fix typos; NFC
by Sanjay Patel
· 8 years ago
e17ef29
[MIPS] Add support to match more patterns for BBIT instruction
by Strahinja Petrovic
· 8 years ago
7853207
[InstCombine] Fold insert sequence if first ins has multiple users.
by Florian Hahn
· 8 years ago
722a758
[AArch64] allow v4f16 types when FullFP16 is supported
by Sjoerd Meijer
· 8 years ago
65eb760
[X86][Skylake] Fixing duplicated prefixes in the run command of Code Gen regression tests
by Gadi Haber
· 8 years ago
e841c28
[AVX512] Correct isel patterns to support selecting masked vbroadcastf32x2/vbroadcasti32x2
by Craig Topper
· 8 years ago
d3803a9
[AVX512] Use 256-bit extract instructions for extracting bits [255:128] from a 512-bit register
by Craig Topper
· 8 years ago
4dde563
[X86] Apply SlowIncDec feature to Sandybridge/Ivybridge CPUs as well
by Craig Topper
· 8 years ago
a821548
[cfi] Fixed non-determinism in codegen due to DenseSet iteration order
by Mandeep Singh Grang
· 8 years ago
3ccd12e
[X86] Provide a separate feature bit for macro fusion support instead of basing it on the AVX flag
by Craig Topper
· 8 years ago
b0edfb8
AMDGPU: Don't look for DS merge candidates with one use address
by Matt Arsenault
· 8 years ago
0a4c4f2
[AMDGPU] Use v_max_f* for fcanonicalize
by Stanislav Mekhanoshin
· 8 years ago
923dbc9
[TableGen] Fix a range based for loop to take the value by reference so that SimplifyTree can modify the copy in the array if its needs to.
by Craig Topper
· 8 years ago
90ea18a
AMDGPU: Select clamp pattern with v2f16
by Matt Arsenault
· 8 years ago
eb73554
[Orc] Fix member variable ordering issue in OrcMCJITReplacement.
by Lang Hames
· 8 years ago
cfcd4a3
[Error] Add an optional error message to cantFail.
by Lang Hames
· 8 years ago
e23f91a
[X86] Finish the subtarget and predicate implementation of CLWB.
by Craig Topper
· 8 years ago
81f2a10
[codeview] add missing break in CodeGen/AsmPrinter/DebugHandlerBase.cpp
by Bob Haarman
· 8 years ago
aa1a72d
[cfi] Avoid branch veneers in jump tables when possible.
by Evgeniy Stepanov
· 8 years ago
7cf6af5
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
21f4a97
[cfi] Build __cfi_check as Thumb when applicable.
by Evgeniy Stepanov
· 8 years ago
65a4721
Fix the dwarfdump test so that it passes in its new location
by Reid Kleckner
· 8 years ago
71bf2c2
Move dwarfdump test to DebugInfo/X86 now that it looks for x86 register names
by Reid Kleckner
· 8 years ago
4e044bf
Revert "[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzer"
by Matt Morehouse
· 8 years ago
0488e47
[LoopUnswitch] Fix a simple bug which disables loop unswitch for select statement
by Wei Mi
· 8 years ago
943b3d4
Fix indentation of find_first_existing_vc_file
by Reid Kleckner
· 8 years ago
87b9591
[cmake] Stop putting the revision info in LLVM_VERSION_STRING
by Reid Kleckner
· 8 years ago
e6c9ef3
[dwarfdump] Pretty print location expressions and location lists
by Reid Kleckner
· 8 years ago
e5eabbf
AMDGPU: Fix typo
by Matt Arsenault
· 8 years ago
f9a69ed
Simplify test case, so that it works for both trunk and release-5.0.
by Joerg Sonnenberger
· 8 years ago
e769623
[NFC] clang-format llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
by Bob Haarman
· 8 years ago
ebcb588
Reland r311957 [codeview] support more DW_OPs for more complete debug info
by Bob Haarman
· 8 years ago
1539440
[FunctionImport] Avoid unused variable warnings in Release builds
by Benjamin Kramer
· 8 years ago
c95fd24
[SimplifyCFG] Fix for PR34219: Preserve alignment after merging conditional stores.
by Alexey Bataev
· 8 years ago
505883f
[llvm-rc] Fix DIALOG(EX) parsing ability (parser, pt 5/8).
by Marek Sokolowski
· 8 years ago
db26686
[docs] Fix Scudo documentation error
by Kostya Kortchinsky
· 8 years ago
50a9486
[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzer
by Matt Morehouse
· 8 years ago
a135575
Update Scudo allocator documentation.
by Kostya Kortchinsky
· 8 years ago
3ff9c13
[InstCombine] Support vector splats in transformZExtICmp
by Craig Topper
· 8 years ago
6116180
[DAG] Bound loop dependence check in merge optimization.
by Hans Wennborg
· 8 years ago
39c1ebd
[ThinLTO] Clean up stale alias import handling
by Teresa Johnson
· 8 years ago
fac36eb
[LoopUnroll] Make the test for PR33437 actually useful.
by Davide Italiano
· 8 years ago
42defb6
[PGO] Fixed non-determinism with DenseSet storing function importing info.
by Ana Pazos
· 8 years ago
ae0931e
Fix build of llvm-mc-assemble/disassemble-fuzzer
by Justin Bogner
· 8 years ago
7ca5fcc
[llvm-rc] Add DIALOG(EX) parsing ability (parser, pt 5/8).
by Marek Sokolowski
· 8 years ago
e99d47f
[X86] Fix copy pasto from r311841. Call getOnesVector instead of getZeroVector.
by Craig Topper
· 8 years ago
31ec888
Add null check for promoted direct call
by Dehao Chen
· 8 years ago
a67ad7b
[SimplifyCFG] Update initial test for better testing of the fix for
by Alexey Bataev
· 8 years ago
1bf0915
[Instruction] add moveAfter() convenience function; NFCI
by Sanjay Patel
· 8 years ago
d0babe3
[X86] Add a test cases to demonstrate selecting GPR instructions when
by Guy Blank
· 8 years ago
3fbcc06
[X86] Adding a test to demonstrate aggressive folding for LEA facotrization.
by Jatin Bhateja
· 8 years ago
a403b9f
[ARM] - Tidy-up ARMAsmPrinter.cpp
by Javed Absar
· 8 years ago
d29af7c
[ARM] GlobalISel: Select globals in PIC mode
by Diana Picus
· 8 years ago
86e5102
[ARM] GlobalISel: Rename tests. NFC.
by Diana Picus
· 8 years ago
1de13c0
Revert "The current version of LLVM X86 disassembler incorrectly interprets some possible sets of x86 prefixes. This patch is the first step to close PR7709 and PR17697. There will be next patch(es) to close relative PRs." temporarily while some regressions are addressed.
by Eric Christopher
· 8 years ago
Next »