Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
534100b31e1eba23effe750c1c996f594ea2e3b5
534100b
Revert "r214669 - MachineCombiner Pass for selecting faster instruction"
by Kevin Qin
· 11 years ago
499befa
MemoryBuffer: Don't use mmap when FileSize is multiple of 4k on Cygwin.
by NAKAMURA Takumi
· 11 years ago
73100d8
[x86] Handle single input shuffles in the SSSE3 case more intelligently.
by Chandler Carruth
· 11 years ago
f3ef961
[x86] Fix the test case added in r214670 and tweaked in r214674 further.
by Chandler Carruth
· 11 years ago
0980da3
[OCaml] Add Llvm.{string_of_const,const_element}.
by Peter Zotov
· 11 years ago
5f3f062
[LLVM-C] Add LLVM{IsConstantString,GetAsString,GetElementAsConstant}.
by Peter Zotov
· 11 years ago
7bf958f
Account for possible leading '.' in label string.
by Sanjay Patel
· 11 years ago
53dd6f7
[x86] Don't add nodes to the combined set (and prune subsequent
by Chandler Carruth
· 11 years ago
f83017c
X86: silence warning (-Wparentheses)
by Saleem Abdulrasool
· 11 years ago
335c0ca
CodeGen: silence a warning
by Saleem Abdulrasool
· 11 years ago
0f2bc49
fix for PR20354 - Miscompile of fabs due to vectorization
by Sanjay Patel
· 11 years ago
48e1bd7
MachineCombiner Pass for selecting faster instruction
by Gerolf Hoflehner
· 11 years ago
b0b7088
MachineCombiner Pass for selecting faster instruction
by Gerolf Hoflehner
· 11 years ago
83eaeba
MC: virtualise EmitWindowsUnwindTables
by Saleem Abdulrasool
· 11 years ago
2aded1f
MC: rename Win64EHFrameInfo to WinEH::FrameInfo
by Saleem Abdulrasool
· 11 years ago
fc65cf6
R600/SI: Fix extra whitespace in asm str
by Matt Arsenault
· 11 years ago
3d5463d
[SimplifyCFG] fix accessing deleted PHINodes in switch-to-table conversion.
by Manman Ren
· 11 years ago
a0e1d10
tlbia support
by Joerg Sonnenberger
· 11 years ago
55f925a
mfdcr / mtdcr support
by Joerg Sonnenberger
· 11 years ago
8624519
fix bug 20513 - Crash in SLP Vectorizer
by Erik Eckstein
· 11 years ago
14d596a
Update test to use a more modern AArch64 triple, as requested by Renato.
by James Molloy
· 11 years ago
419f380
Don't use additional arguments for dss and friends to satisfy DSS_Form,
by Joerg Sonnenberger
· 11 years ago
e411c38
[AArch64] Teach DAGCombiner that converting two consecutive loads into a vector load is not a good transform when paired loads are available.
by James Molloy
· 11 years ago
caf471e
[x86] Remove the FIXME that was implemented in r214628. Managed to
by Chandler Carruth
· 11 years ago
49f7f89
[x86] Give this test a bare metal triple so it doesn't use the weird
by Chandler Carruth
· 11 years ago
1029c70
[x86] Largely complete the use of PSHUFB in the new vector shuffle
by Chandler Carruth
· 11 years ago
a661225
[x86] Switch to using the variable we extracted this operand into.
by Chandler Carruth
· 11 years ago
3c92a7a
[x86] Fix a few typos in my comments spotted in passing.
by Chandler Carruth
· 11 years ago
fb1293f
[x86] Teach the target shuffle mask extraction to recognize unary forms
by Chandler Carruth
· 11 years ago
8a64a46
[x86] Teach my pshufb comment printer to handle VPSHUFB forms as well as
by Chandler Carruth
· 11 years ago
4e6635e
[SDAG] Refactor the code which deletes nodes in the DAG combiner to do
by Chandler Carruth
· 11 years ago
ec6d4d8
Fix issues with ISD::FNEG and ISD::FMA SDNodes where they would not be constant-folded
by Owen Anderson
· 11 years ago
61e99f1
CodeGen: Remove commented out code
by Justin Bogner
· 11 years ago
7e55ac7
[ARM] In dynamic-no-pic mode, ARM's post-RA pseudo expansion was incorrectly
by Akira Hatanaka
· 11 years ago
354ed5f
[MCJIT] Fix an overly-aggressive check in RuntimeDyldMachOARM.
by Lang Hames
· 11 years ago
507c5af
R600: Cleanup fneg tests
by Matt Arsenault
· 11 years ago
bcf8459
Add a small utility called bisect that enables commandline bisecting on a counter.
by Michael Gottesman
· 11 years ago
2785e77
[lit] Add --show-xfail flag to LIT.
by Eric Fiselier
· 11 years ago
63fab54
R600/SI: Fix formatting.
by Matt Arsenault
· 11 years ago
a272803
[x86] Make some questionable tests not spew assembly to stdout, which
by Chandler Carruth
· 11 years ago
cbd8458
[ASan] Use metadata to pass source-level information from Clang to ASan.
by Alexey Samsonov
· 11 years ago
d61e28d
[SDAG] Allow the legalizer to delete an illegally typed intermediate
by Chandler Carruth
· 11 years ago
5e3bfde
[SDAG] Let the DAG combiner take care of dead nodes rather than manually
by Chandler Carruth
· 11 years ago
842a06e
Add diagnostics to the vectorizer cost model.
by Tyler Nowicki
· 11 years ago
1b23e26
BitcodeTests: Fix LINK_COMPONENTS.
by NAKAMURA Takumi
· 11 years ago
1d31691
verify-uselistorder: Reverse use-lists at every verification
by Duncan P. N. Exon Smith
· 11 years ago
4277019
verify-uselistorder: Add missing `static`
by Duncan P. N. Exon Smith
· 11 years ago
99a43c2
IR: Add Value::reverseUseList()
by Duncan P. N. Exon Smith
· 11 years ago
f425efd
PartiallyInlineLibCalls: Check sqrt result type before transforming it.
by Peter Collingbourne
· 11 years ago
b2b0ad4
verify-uselistorder: Move shuffleUseLists() out of lib/IR
by Duncan P. N. Exon Smith
· 11 years ago
65225b6
Cleanup this test some more.
by Adrian Prantl
· 11 years ago
22c6e04
Add the missing target triple to this testcase.
by Adrian Prantl
· 11 years ago
87c17d9
Attempt to increase the overall happiness of the MSCV-based buildbots.
by Adrian Prantl
· 11 years ago
236c1ac
verify-uselistorder: Make the verification logic easier to reuse
by Duncan P. N. Exon Smith
· 11 years ago
4a6fa13
InstrProf: Allow multiple functions with the same name
by Justin Bogner
· 11 years ago
7df1db5
UseListOrder: Guarantee that shuffles change use-list order
by Duncan P. N. Exon Smith
· 11 years ago
1526278
UseListOrder: Fix blockaddress use-list order
by Duncan P. N. Exon Smith
· 11 years ago
306030f
[X86] Simplify X87 stackifier pass.
by Akira Hatanaka
· 11 years ago
c36cba4
llvm/test/CodeGen/Mips/cconv/arguments-varargs.ll: Add explicit -mtriple=(mips|mipsel)-linux on 4 lines.
by NAKAMURA Takumi
· 11 years ago
2a39c99
Debug info: Infrastructure to support debug locations for fragmented
by Adrian Prantl
· 11 years ago
0439521
[SDAG] MorphNodeTo recursively deletes dead operands of the old
by Chandler Carruth
· 11 years ago
b2df20d
Revert "R600: Move code for generating REGISTER_LOAD into R600ISelLowering.cpp"
by Tom Stellard
· 11 years ago
b125730
MS inline asm: Hide symbol to attempt to fix test failure on darwin
by Reid Kleckner
· 11 years ago
147851e
BitcodeReader: Change mechanics of BlockAddress forward references, NFC
by Duncan P. N. Exon Smith
· 11 years ago
7e59545
R600/SI: Remove leftover debugging code
by Tom Stellard
· 11 years ago
7f288b4
R600: Move code for generating REGISTER_LOAD into R600ISelLowering.cpp
by Tom Stellard
· 11 years ago
cdc41f5
docs: Strongly recommend setting rpath when using a local GCC toolchain
by Reid Kleckner
· 11 years ago
865919d
IR: Add BasicBlock::insertInto()
by Duncan P. N. Exon Smith
· 11 years ago
f149954
[dfsan] Correctly handle loads and stores of zero size.
by Peter Collingbourne
· 11 years ago
f9799db
Add a non-const subtarget returning function to the target machine
by Eric Christopher
· 11 years ago
cf8b959
BitcodeReader: Fix some BlockAddress forward reference corner cases
by Duncan P. N. Exon Smith
· 11 years ago
fc15e8a
Try to fix configure+make after r214556
by Duncan P. N. Exon Smith
· 11 years ago
2e9b60a
Rewrite BitReaderTest, NFC
by Duncan P. N. Exon Smith
· 11 years ago
ab41806
MS inline asm: Use memory constraints for functions instead of registers
by Reid Kleckner
· 11 years ago
a2a42a6
llvm-profdata: Replace redundant tests with more targeted ones
by Justin Bogner
· 11 years ago
5b74e5a
[SDAG] Begin simplifying the way in which the legalizer deletes nodes.
by Chandler Carruth
· 11 years ago
8d3bf10
[FastISel][AArch64] Fold offset into the memory operation.
by Juergen Ributzka
· 11 years ago
7485669
Include Archive.h
by Rafael Espindola
· 11 years ago
d9aaca0
Fix building with in-tree libc++abi on FreeBSD
by Viktor Kutuzov
· 11 years ago
db11712
Move virtual method out of line.
by Rafael Espindola
· 11 years ago
ec9de46
Add support for StackMap section for ELF/Linux systems
by Philip Reames
· 11 years ago
3d253a3
[FastISel][AArch64] Add branch weights.
by Juergen Ributzka
· 11 years ago
fff7ba3
Use object::Archive::create instead of new object::Archive.
by Rafael Espindola
· 11 years ago
5a96b41
Explicitly report runtime stack realignment in StackMap section
by Philip Reames
· 11 years ago
6312816
Replace comment about ownership with std::unique_ptr.
by Rafael Espindola
· 11 years ago
b36af07
[FastISel][ARM] Do not emit stores for undef arguments.
by Juergen Ributzka
· 11 years ago
af30da4
Use range loop.
by Rafael Espindola
· 11 years ago
de97719
Add missing breaks to AArch64InstrInfo::isGPRCopy
by Renato Golin
· 11 years ago
f823085
R600: Cleanup test
by Matt Arsenault
· 11 years ago
b3cecb1c
Make getNamedOperandIdx readonly
by Matt Arsenault
· 11 years ago
76db85a
R600/SI: Don't display GDS bit for read2
by Matt Arsenault
· 11 years ago
b4cded4
[AArch64] Fix test from r214518 in an attempt to appease buildbots.
by Chad Rosier
· 11 years ago
09237b8
Remove lto_codegen_set_attr.
by Rafael Espindola
· 11 years ago
4175e2f
[AArch64] Generate tbz/tbnz when comparing against zero.
by Chad Rosier
· 11 years ago
a45d218
[PowerPC] PR20280 - Slots for byval parameters are not immutable
by Ulrich Weigand
· 11 years ago
9aa0b5e
Remove some calls to std::move.
by Rafael Espindola
· 11 years ago
a36429f
[pr20127] Check for leading \1 in the Twine version of getNameWithPrefix.
by Rafael Espindola
· 11 years ago
19f5c7e
Simplify the code a bit with std::unique_ptr.
by Rafael Espindola
· 11 years ago
f28a36e
llvm-objdump: implement printing for MachO __compact_unwind info.
by Tim Northover
· 11 years ago
ea029d5
Allow only disassembling of M-class MSR masks that the assembler knows how to assemble back.
by James Molloy
· 11 years ago
Next »