index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2012-12-20
Change Lit error redirection to FileCheck to a more common syntax since it
Eli Bendersky
2012-12-20
Add a largish auto-generated test for the aligned bundling feature, along with
Eli Bendersky
2012-12-20
Tests for the aligned bundling support added in r170718
Eli Bendersky
2012-12-20
Simplify the testcase a bit.
Rafael Espindola
2012-12-20
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...
James Molloy
2012-12-20
Adding support for llvm.arm.neon.vaddl[su].* and
Renato Golin
2012-12-20
fix most of remaining issues with large frames.
Reed Kotler
2012-12-20
[mips] Use "or $r0, $r1, $zero" instead of "addu $r0, $zero, $r1" to copy
Akira Hatanaka
2012-12-20
Do not introduce vector operations in functions marked with noimplicitfloat.
Bob Wilson
2012-12-19
Split out abbreviations for the skeleton info from the rest of
Eric Christopher
2012-12-19
LLVM sdisel normalize bit extraction of the form:
Evan Cheng
2012-12-19
Remove edis - the enhanced disassembler. Fixes PR14654.
Roman Divacky
2012-12-19
Transform (x&C)>V into (x&C)!=0 where possible
Paul Redmond
2012-12-19
PowerPC: Expand VSELECT nodes.
Benjamin Kramer
2012-12-19
Make TargetLowering::getTypeConversion more resilient against odd illegal MVTs.
Benjamin Kramer
2012-12-19
[msan] Heuristically instrument unknown intrinsics.
Evgeniy Stepanov
2012-12-19
Optimized load + SIGN_EXTEND patterns in the X86 backend.
Elena Demikhovsky
2012-12-19
After reducing the size of an operation in the DAG we zero-extend the reduced
Nadav Rotem
2012-12-19
Teach SimplifySetCC that comparing AssertZext i1 against a constant 1 can be ...
Craig Topper
2012-12-18
rdar://12801297
Shuxin Yang
2012-12-18
Reverse order of checking SSE level when calculating compare cost, so we check
Jakub Staszak
2012-12-18
Disable ARM partial flag dependency optimization at -Oz
Quentin Colombet
2012-12-18
MISched: add dependence to ExitSU to model live-out latency.
Andrew Trick
2012-12-18
LoopVectorize: Emit reductions as log2(vectorsize) shuffles + vector ops inst...
Benjamin Kramer
2012-12-18
Check multiple register classes for inline asm tied registers
Hal Finkel
2012-12-18
Rename the test so that we can add additional vectors-of-pointers tests
Nadav Rotem
2012-12-18
SROA: Replace calls to getScalarSizeInBits to DataLayout's API because
Nadav Rotem
2012-12-18
llvm/test/MC/ELF/comp-dir.s: Appease MSYS Bash.
NAKAMURA Takumi
2012-12-18
Add support for passing -main-file-name all the way through to
Eric Christopher
2012-12-17
Add a triple to this test -- it has to be an ELF platform...
Chandler Carruth
2012-12-17
Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage the
Chandler Carruth
2012-12-17
Fix another SROA crasher, PR14601.
Chandler Carruth
2012-12-17
Teach MachO which sections contain code
Tim Northover
2012-12-17
Add instruction encodings / disassembly support for l2r instructions.
Richard Osborne
2012-12-17
Teach the rewriting of memcpy calls to support subvector copies.
Chandler Carruth
2012-12-17
Add instruction encodings for PEEK and ENDIN.
Richard Osborne
2012-12-17
Fix a secondary bug I introduced while fixing the first part of PR14478.
Chandler Carruth
2012-12-17
Add instruction encodings / disassembly support for rus instructions.
Richard Osborne
2012-12-17
Add instruction encodings for ZEXT and SEXT.
Richard Osborne
2012-12-17
Add instruction encodings / disassembly support for 2r instructions.
Richard Osborne
2012-12-17
Add instruction encodings / disassembly support for 0r instructions.
Richard Osborne
2012-12-17
Add rest of BMI/BMI2 instructions to the folding tables as well as popcnt and...
Craig Topper
2012-12-17
Fix the first part of PR14478: memset now works.
Chandler Carruth
2012-12-16
Add tests for disassembly of 1r XCore instructions.
Richard Osborne
2012-12-16
This patch is needed to make c++ exceptions work for mips16.
Reed Kotler
2012-12-15
X86: Add a couple of target-specific dag combines that turn VSELECTS into psu...
Benjamin Kramer
2012-12-15
Add a corollary test for PR14572. We got this code path correct already.
Chandler Carruth
2012-12-15
Relax an overly aggressive assert to fix PR14572.
Chandler Carruth
2012-12-15
This code implements most of mips16 hardfloat as it is done by gcc.
Reed Kotler
2012-12-14
Make sure the alternate PC+imm syntax of LDR instruction with a small
Kevin Enderby
[next]