Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
eef61336fc6497b5670524df27d7f6a9c4f29aec
eef6133
[ARC] Prevent InstPrinter from crashing on unknown condition codes.
by Tatyana Krasnukha
· 7 years ago
f228328
Quick fix for -DBUILD_SHARED_LIBS=on build after rL341502
by Fangrui Song
· 7 years ago
4d5299c
[ORC] Make RuntimeDyldObjectLinkingLayer2 take memory managers by unique_ptr.
by Lang Hames
· 7 years ago
28fce59
[ORC] Remove the mapSectionAddress method from RuntimeDyldObjectLinkingLayer2.
by Lang Hames
· 7 years ago
14596df
[llvm-ar] Move a variable declaration closer to where it is needed. NFC.
by Martin Storsjo
· 7 years ago
df5fa7a3
[x86] add tests for pow --> cbrt; NFC
by Sanjay Patel
· 7 years ago
2f53151
Move init code in AArch64SelectionDAGTest to SetUpTestCase (NFC)
by Scott Linder
· 7 years ago
9d561f5
[llvm-ar] Support * as comment char in MRI scripts
by Martin Storsjo
· 7 years ago
9840d7c
[dsymutil] Reduce peak memory usage for the single threaded execution.
by Jonas Devlieghere
· 7 years ago
bd42453
AMDGPU: Remove old hack for function addresses
by Matt Arsenault
· 7 years ago
6dc9199
[NFC] - in preparation for adding nsw, nuw and exact as flags to MI
by Michael Berg
· 7 years ago
94bb0ad
Fix a warning.
by Zachary Turner
· 7 years ago
80b7585
[InstCombine] add xor+not folds
by Sanjay Patel
· 7 years ago
f2f8ab0
ARM64: improve non-zero memset isel by ~2x
by JF Bastien
· 7 years ago
05fc2ce
[InstCombine] add tests for xor-not; NFC
by Sanjay Patel
· 7 years ago
3a4ff5c
Remove unnecessary semicolon to silence -Wpedantic warning. NFCI.
by Simon Pilgrim
· 7 years ago
066246b
[MSan] store origins for variadic function parameters in __msan_va_arg_origin_tls
by Alexander Potapenko
· 7 years ago
738b5f5
[RISCV][NFC] Rework test/MC/RISCV/rv{32,64}* to allow testing of symbol operands
by Alex Bradbury
· 7 years ago
48afe9e
[InstCombine] fix formatting in SimplifyDemandedVectorElts->Select; NFCI
by Sanjay Patel
· 7 years ago
7b6a2c6
[MSan] revert r341528 to unbreak the bots
by Alexander Potapenko
· 7 years ago
f61d5e4
[LoopInterchange] Cleanup unused variables.
by Florian Hahn
· 7 years ago
b219bbc
Fix argument type in MachineInstr::hasPropertyInBundle
by Sven van Haastregt
· 7 years ago
8502b00
[LoopInterchange] Move preheader creation to transform stage and simplify.
by Florian Hahn
· 7 years ago
62f1666
[NFC] Simplify inner structure of InstructionPrecedenceTracking
by Max Kazantsev
· 7 years ago
a044b58
[MSan] store origins for variadic function parameters in __msan_va_arg_origin_tls
by Alexander Potapenko
· 7 years ago
139b3ea
[SLC] Add an alignment to CreateGlobalString
by David Green
· 7 years ago
d8ffa61
Return "[NFC] Add severe validation of InstructionPrecedenceTracking"
by Max Kazantsev
· 7 years ago
ac23fcd
[MSan] Make sure variadic function arguments do not overflow __msan_va_arg_tls
by Alexander Potapenko
· 7 years ago
afed981
[XRay] Add a BlockIndexer visitor for FDR Records.
by Dean Michael Berris
· 7 years ago
fba980b
Revert "[IndVars] Turn isValidRewrite into an assertion" because it seems wrong
by Max Kazantsev
· 7 years ago
a8709f1
[IndVars] Turn isValidRewrite into an assertion
by Max Kazantsev
· 7 years ago
7337076
Revert rL341509 to fix massive failures on buildbots
by Max Kazantsev
· 7 years ago
7995447
[DebugInfo] Do not generate label debug info if it has been processed.
by Hsiangkai Wang
· 7 years ago
b9c9629
[X86][Assembler] Allow %eip as a register in 32-bit mode for .cfi directives.
by Craig Topper
· 7 years ago
95d4ae1
[llvm-dwp] Fix `UN:` lines (supposed to be `RUN:`) in X86/simple.test and adjust check lines for TYPES:
by Fangrui Song
· 7 years ago
92c8fe0
[llvm-dwp] Use buffer_stream if output file is not seekable (e.g. "-")
by Fangrui Song
· 7 years ago
d2d8db6
Fix some warnings.
by Zachary Turner
· 7 years ago
a8b0ea0
Fix silly error in unittest helper.
by Zachary Turner
· 7 years ago
f54d7ce
NFC: improve ARM64 isFPImmLegal debug print
by JF Bastien
· 7 years ago
af026c1
[PDB] Refactor the PDB symbol classes to fix a reuse bug.
by Zachary Turner
· 7 years ago
c4278f1
Add support for unittest inputs.
by Zachary Turner
· 7 years ago
1b5f730
Remove some unnecessary constructor arguments.
by Lang Hames
· 7 years ago
d6e49ee
NFC: more memset inline arm64 coverage
by JF Bastien
· 7 years ago
1f9e6bb
Handle zero-length debug directory entries.
by Nico Weber
· 7 years ago
39f79ec
[DAGCombiner] try to convert pow(x, 0.25) to sqrt(sqrt(x))
by Sanjay Patel
· 7 years ago
3fcb1c0
[XRay] Use a function to return a constant
by Dean Michael Berris
· 7 years ago
0cfd535
[Hexagon] Ignore unnamed globals in HexagonConstExtenders
by Krzysztof Parzyszek
· 7 years ago
c5318e3
[XRay] Use `const` instead of `constexpr` in storage declaration
by Dean Michael Berris
· 7 years ago
0cd23e0
[benchmark] Fix 32-bit build failure
by Kirill Bobyrev
· 7 years ago
559403c
[ControlHeightReduction] Remove unused includes
by Benjamin Kramer
· 7 years ago
4906f3f
[llvm-strip] Support stripping multiple input files
by Jordan Rupprecht
· 7 years ago
5797fe2
[Aggressive InstCombine] Move C bindings to their own header file.
by Benjamin Kramer
· 7 years ago
846d4ba
[DebugInfo] Normalize common kinds of DWARF sub-expressions.
by Jonas Devlieghere
· 7 years ago
c191ccb
[NFC] Add test on full IV widening
by Max Kazantsev
· 7 years ago
7336954
Remove FrameAccess struct from hasLoadFromStackSlot
by Sander de Smalen
· 7 years ago
ebf842e
[XRay] Add a RecordPrinter visitor for FDR Records
by Dean Michael Berris
· 7 years ago
10377f6
[DebugInfo] Fix bug in LiveDebugVariables.
by Hsiangkai Wang
· 7 years ago
8ca3863
Prevent unsigned overflow.
by Richard Trieu
· 7 years ago
ea500dc
Fix -Wunused-function in release build after rL341386
by Fangrui Song
· 7 years ago
581d231
[WebAssembly] clang-format (NFC)
by Heejin Ahn
· 7 years ago
2f9ea06
Fix -Wunused-private-variable on non-Windows
by Reid Kleckner
· 7 years ago
dc281ce
[Windows] Convert from UTF-8 to UTF-16 when writing to a Windows console
by Reid Kleckner
· 7 years ago
cb00c85
[InstCombine] fix xor-or-xor fold to check uses and handle commutes
by Sanjay Patel
· 7 years ago
59d80ee
[InstCombine] update tests checks; NFC
by Sanjay Patel
· 7 years ago
013c07f
[WebAssembly] Fixed stale assert message in WebAssemblyMCInstLower
by Wouter van Oortmerssen
· 7 years ago
3e090e5
[ThinLTO] Fix memory corruption in ThinLTOCodeGenerator when CodeGenOnly was specified
by Steven Wu
· 7 years ago
e15daa3
[llvm-strip] Allow copying relocation sections without symbol tables.
by Jordan Rupprecht
· 7 years ago
e4422b6
Revert "Revert r341269: [Constant Hoisting] Hoisting Constant GEP Expressions"
by Zhaoshi Zheng
· 7 years ago
a989ec7
[LV] First order recurrence phis should not be treated as uniform
by Anna Thomas
· 7 years ago
df71640
[InstCombine] add tests for xor-or-xor fold; NFC
by Sanjay Patel
· 7 years ago
e49253c
[WebAssembly][NFC] Add colon to label in test
by Thomas Lively
· 7 years ago
6da9a35
[AMDGPU] Legalize VGPR Rsrc operands for MUBUF instructions
by Scott Linder
· 7 years ago
66ded41
Fix a memory leak after rL341386.
by Hiroshi Yamauchi
· 7 years ago
c5f4b48
[WebAssembly][NFC] Fix formatting and tests
by Thomas Lively
· 7 years ago
04349ce
[InstCombine] make ((X & C) ^ C) form consistent for vectors
by Sanjay Patel
· 7 years ago
09f9778
[Hexagon] Don't packetize new-value stores with any other stores
by Krzysztof Parzyszek
· 7 years ago
2618a11
[NFC] Improve clarity in emitInstrCountChangedRemark
by Jessica Paquette
· 7 years ago
354803c
NFC: expand memset inline arm64 coverage
by JF Bastien
· 7 years ago
85c2e69
[InstCombine] simplify code for xor folds; NFCI
by Sanjay Patel
· 7 years ago
5d04fc0
[MinGW] Move code for indicating "potentially not DSO local" into shouldAssumeDSOLocal. NFC.
by Martin Storsjo
· 7 years ago
42d7052
[MinGW] [AArch64] Add stubs for potential automatic dllimported variables
by Martin Storsjo
· 7 years ago
801cfc8
Fix unused variable warning
by Reid Kleckner
· 7 years ago
ff4ee4d
[SimpleLoopUnswitch] remove a chain of dead blocks at once
by Fedor Sergeev
· 7 years ago
46d216b
[Codegen] Fix test added in rL341380: AArch64SelectionDAGTest needs to link against Analysis lib.
by Jordan Rupprecht
· 7 years ago
810335c
Set console mode when -fansi-escape-codes is enabled
by David Bolvansky
· 7 years ago
e2888fd
[CMake] Provide a custom target to install LLVM libraries
by Petr Hosek
· 7 years ago
badf517
[InstCombine] improve xor+and/or tests
by Sanjay Patel
· 7 years ago
49cbe52
AMDGPU: Fix DAG divergence not reporting flat loads
by Matt Arsenault
· 7 years ago
87877c5
DAG: Factor out helper function for odd vector sizes
by Matt Arsenault
· 7 years ago
012ff47
Fix build failures after rL341386.
by Hiroshi Yamauchi
· 7 years ago
b9587f4
[WebAssembly] Fix operand rewriting in inline asm lowering.
by Dan Gohman
· 7 years ago
c38c850
[PGO] Control Height Reduction
by Hiroshi Yamauchi
· 7 years ago
c7d9aac
[CodeGen] Fix remaining zext() assertions in SelectionDAG
by Scott Linder
· 7 years ago
fe2c687
[MachO] Fix inconsistency between error messages when validating LC_DYSYMTAB
by Francis Visoiu Mistrih
· 7 years ago
e6cfed9
[MachO] Fix LC_DYSYMTAB validation for external symbols
by Francis Visoiu Mistrih
· 7 years ago
488ca48
[dwarfdump] Improve -diff option by hiding more data.
by Jonas Devlieghere
· 7 years ago
1381c3b
Revert r341269: [Constant Hoisting] Hoisting Constant GEP Expressions
by Chandler Carruth
· 7 years ago
784fc22
Fix some Wundef warnings in Compiler.h
by Sven van Haastregt
· 7 years ago
d2b1fb1
[x86/SLH] Add a real Clang flag and LLVM IR attribute for Speculative
by Chandler Carruth
· 7 years ago
24a8df2
Disable -Wnoexcept-type due to false positives with GCC.
by Aaron Ballman
· 7 years ago
Next »