Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
0c9684c947266b9f2df9d2e5b62ab0efb3bc4bf2
0c9684c
Raising minimum required CMake version to 2.8.12.2.
by Chris Bieneman
· 10 years ago
16ff2da
Refactor: Simplify boolean expressions in llvm IR
by David Blaikie
· 10 years ago
b370250
Refactor: Simplify boolean expressions in llvm Support
by David Blaikie
· 10 years ago
3fb6269
Refactor: Simplify boolean expressions in x86 target
by David Blaikie
· 10 years ago
1bfcd1f
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
by Benjamin Kramer
· 10 years ago
848b1ce
[ctorutils] Update and sort includes. NFC.
by Benjamin Kramer
· 10 years ago
16ee53b
[winehprepare] Update and sort includes. NFC.
by Benjamin Kramer
· 10 years ago
eef4a33
Another set of missing raw_ostream.h. Still no functional change.
by Benjamin Kramer
· 10 years ago
a9da1ce
R600/SI: Merge tables for commuting
by Matt Arsenault
· 10 years ago
16ef363
R600/SI: Only use one range of isCommutable for compares
by Matt Arsenault
· 10 years ago
88ed640
R600/SI: Remove redundant unsetting of hasSideEffects
by Matt Arsenault
· 10 years ago
7ec044c
R600/SI: Move hasSideEffects setting into VOPCX classes
by Matt Arsenault
· 10 years ago
59a5e97
R600/SI: Allow commuting compares
by Matt Arsenault
· 10 years ago
b53594d
R600/SI: Use right class for cmpsx f64 instructions
by Matt Arsenault
· 10 years ago
3aaa554
R600/SI: Remove cond operand to VOPCX classes
by Matt Arsenault
· 10 years ago
c71d3d4
Refactor: simplify boolean expressions in llvm-objdump
by David Blaikie
· 10 years ago
8b9cc2d
Add missing ELFObjectWriter::reset() override, like other MC classes.
by Yaron Keren
· 10 years ago
ebe8742
More missing includes only visible to MSVC.
by Benjamin Kramer
· 10 years ago
2fa206d
Add missing include that MSVC complains about.
by Benjamin Kramer
· 10 years ago
df93f4b
Purge unused includes throughout libSupport.
by Benjamin Kramer
· 10 years ago
c1813d8
[AArch64] Enable rematerialization of float 0 values.
by Chad Rosier
· 10 years ago
a75fecc
Revert "[ARM] Add more pattern matching for f16 <-> f64 conversions"
by Bradley Smith
· 10 years ago
437c286
Simplify boolean expressions with true and false using clang-tidy
by Eli Bendersky
· 10 years ago
2f72983
[ARM] Remove target-specific ITOFP/FPTOI nodes
by James Molloy
· 10 years ago
fd58f22
R600/SI: Fix crash in SIInstrInfo::areLoadsFromSameBasePtr()
by Tom Stellard
· 10 years ago
fdfad96
[Hexagon] Simplify boolean expression
by Colin LeMahieu
· 10 years ago
de5be46
[ARM] Add more pattern matching for f16 <-> f64 conversions
by Bradley Smith
· 10 years ago
cab2a09
[gcov] Move formatBranchInfo into an anonymous namespace.
by Benjamin Kramer
· 10 years ago
bd8e1b1
Move private classes into anonymous namespaces
by Benjamin Kramer
· 10 years ago
15863e5
Fix sign extension for MIPS64 in makeLibCall function
by Petar Jovanovic
· 10 years ago
eb7e9cc
[aarch64] Distinguish the 'Q' and 'm' inline assembly memory constraints.
by Daniel Sanders
· 10 years ago
e86dbbf
[SDAG] Don't widen VSETCC during type legalization for split operands
by Hal Finkel
· 10 years ago
858c62e
[Orc] Add missing -use-orcmcjit flag to a number of Orc regression tests.
by Lang Hames
· 10 years ago
38d5f48
Fix typo 'AVX too' instead of 'AVX2'
by Craig Topper
· 10 years ago
da740f1
[X86] Add one stepping of Broadwell to the CPU name autodetection for march=native.
by Craig Topper
· 10 years ago
a36668c
Silence a GCC warning
by David Majnemer
· 10 years ago
00edfae
FoldingSet: Make FoldingSetImpl's dtor protected and non-virtual
by Benjamin Kramer
· 10 years ago
031fbae
Prevent CHECK-NOTs from matching file paths
by Duncan P. N. Exon Smith
· 10 years ago
3445d7b
Fixed MSVC compile warning issue introduced in r232837
by Simon Pilgrim
· 10 years ago
42a84b5
[SimplifyLibCalls] Fix negative shifts being produced by the memchr -> bitfield transform.
by Benjamin Kramer
· 10 years ago
fd48a80
[SimplifyLibCalls] Turn memchr(const, C, const) into a bitfield check.
by Benjamin Kramer
· 10 years ago
2bb644f
R600: Cleanup test with multiple check prefixes
by Matt Arsenault
· 10 years ago
b1c9f1f
StringRef: Just forward StringRef::find to libc's memchr.
by Benjamin Kramer
· 10 years ago
f85c601
Revert accidental commit.
by Benjamin Kramer
· 10 years ago
4b74df7
SimplifyLibCalls: Add basic optimization of memchr calls.
by Benjamin Kramer
· 10 years ago
046c58a
ValueTracking: Forward getConstantStringInfo's TrimAtNul param into recursive invocation
by Benjamin Kramer
· 10 years ago
c58f32d
Tidied up vec_zero_cse.ll test. NFCI.
by Simon Pilgrim
· 10 years ago
ac5b42c
MemoryDependenceAnalysis: Don't miscompile atomics
by David Majnemer
· 10 years ago
048ca17
AArch64: simplify test case
by Tim Northover
· 10 years ago
4638c99
Remove the target independent TargetMachine::getSubtarget and
by Eric Christopher
· 10 years ago
ae6fc14
Remove the bare getSubtargetImpl call from the AArch64 port. As part
by Eric Christopher
· 10 years ago
bc473ed
Remove the bare getSubtargetImpl call from the PPC port. As part
by Eric Christopher
· 10 years ago
f2b4a7f
Forward the Function based getSubtarget call to the appropriate Impl call.
by Eric Christopher
· 10 years ago
b793348
Grab a subtarget off of an AMDGPUTargetMachine rather than a
by Eric Christopher
· 10 years ago
6f125f5
Cache the Function dependent subtarget on the MachineFunction.
by Eric Christopher
· 10 years ago
773e661
Grab the cached subtarget off of the MachineFunction.
by Eric Christopher
· 10 years ago
fac8953
Grab a subtarget off of a MipsTargetMachine rather than a
by Eric Christopher
· 10 years ago
1154706
Simplify the query for a subtarget in the NVPTX pass manager.
by Eric Christopher
· 10 years ago
ba617ac
Change getISAEncoding to use the target triple to determine
by Eric Christopher
· 10 years ago
4ced9d4
Make the Hexagon ISelDAGToDAG pass set the subtarget dynamically
by Eric Christopher
· 10 years ago
a1ea57a
[sanitizer] experimental tracing for cmp instructions
by Kostya Serebryany
· 10 years ago
995f4f8
[CodeGen][IfCvt] Don't re-ifcvt blocks with unanalyzable terminators.
by Ahmed Bougacha
· 10 years ago
165bd17
[AArch64] Prefer UZP for concat_vector of illegal truncs.
by Ahmed Bougacha
· 10 years ago
e3f2e6f
Make getLastArgNoClaim work for up to 4 arguments.
by Filipe Cabecinhas
· 10 years ago
2c11db2
Tell lit.cfg about more Windows triples.
by Yunzhong Gao
· 10 years ago
be9ee96
[X86, AVX] instcombine common cases of vperm2* intrinsics into shuffles
by Sanjay Patel
· 10 years ago
e0e1c1d
Fixing a bug with WinEH PHI handling
by Andrew Kaylor
· 10 years ago
39110ec
[X86] Prefer blendps over insertps codegen for one special case
by Sanjay Patel
· 10 years ago
5155a78
X86: Make helper functions static. NFC.
by Benjamin Kramer
· 10 years ago
aaca69b
Remove dead calls and function arguments dealing with TRI in StackMaps.
by Eric Christopher
· 10 years ago
e2305f7
DebugInfo: Require valid DIDescriptors
by Duncan P. N. Exon Smith
· 10 years ago
d80979b
Don't declare all text sections at the start of the .s
by Rafael Espindola
· 10 years ago
e9994ab
Bugpoint: Fix invalid 'inlinedAt:' references in testcase
by Duncan P. N. Exon Smith
· 10 years ago
2145388
AsmPrinter: Check subprogram before using it
by Duncan P. N. Exon Smith
· 10 years ago
82759c6
Reorganize the x86 ELF relocation selection logic.
by Rafael Espindola
· 10 years ago
c128839
DwarfDebug: Check for null DebugLocs
by Duncan P. N. Exon Smith
· 10 years ago
d94d5bb
Verifier: Check that !dbg attachments have the right type
by Duncan P. N. Exon Smith
· 10 years ago
c867853
DebugInfoFinder: Check for null imported entities
by Duncan P. N. Exon Smith
· 10 years ago
14d8dbd
SanitizerCoverage: Check for null DebugLocs
by Duncan P. N. Exon Smith
· 10 years ago
11053bd
SelectionDAGBuilder: Rangeify a loop. NFC.
by Hans Wennborg
· 10 years ago
13e18d9
SelectionDAGBuilder::handleJTSwitchCase, simplify loop; NFC
by Hans Wennborg
· 10 years ago
1188480
Rewrite test/Feature/md_on_instruction.ll
by Duncan P. N. Exon Smith
· 10 years ago
8979e3f
Correctly estimate SROA savings for store operands in inline cost analysis.
by Wei Mi
· 10 years ago
e7cec1e
Small optimization to avoid getting pass info when we will not run loop
by Daniel Berlin
· 10 years ago
151a5da
[ARM] Fix handling of thumb1 out-of-range frame offsets
by John Brawn
· 10 years ago
45f61bf
Stripped trailing whitespace. NFC.
by Simon Pilgrim
· 10 years ago
aa6604c
Rewrite StackMap location handling to pre-compute the dwarf register
by Eric Christopher
· 10 years ago
abc546a
At the beginning of doFinalization set the MachineFunction to
by Eric Christopher
· 10 years ago
dda7fcb
Typo.
by Chad Rosier
· 10 years ago
18e8ab1
R600/SI: Refactor VOP2 instruction defs
by Tom Stellard
· 10 years ago
fb9cd4b
R600/SI: Refactor VOP1 instruction defs
by Tom Stellard
· 10 years ago
c2c5c09
Reduce indentation after return. NFC.
by Rafael Espindola
· 10 years ago
6ee46c4
Use early returns. NFC.
by Rafael Espindola
· 10 years ago
c09121b
Fold a llvm_unreachable into an assert. NFC.
by Rafael Espindola
· 10 years ago
ddcc06d
clang-format a function. NFC.
by Rafael Espindola
· 10 years ago
70b146b
[MBP] Don't outline short optional branches
by Daniel Jasper
· 10 years ago
3220d11
[Tablegen] Attempt to add support for patterns containing nodes with multiple results.
by Craig Topper
· 10 years ago
4aee931
R600/SI: Add missing CHECK-LABEL lines to a test
by Tom Stellard
· 10 years ago
9478751
Fix comment from r232794. NFC
by Nick Lewycky
· 10 years ago
2611a42
[bpf] fix build
by Alexei Starovoitov
· 10 years ago
Next »