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
2011-07-08
Fix broken x86_64 tests which specify non-64-bit cpu's.
Evan Cheng
2011-07-08
Default 64-bit target features and SSE2 on when a triple specifies x86-64. C...
Eli Friedman
2011-07-08
Make tBX_RET and tBX_RET_vararg predicable.
Jim Grosbach
2011-07-08
Add _allrem, _aullrem and _allmul to the runtime for MSVC.
Julien Lerouge
2011-07-08
Add an intrinsic and codegen support for fused multiply-accumulate. The intent
Cameron Zwarich
2011-07-08
Be more aggressive about following hints.
Jakob Stoklund Olesen
2011-07-08
Use ARMPseudoExpand for ARM tail calls.
Jim Grosbach
2011-07-08
Emit a more efficient magic number multiplication for exact sdivs.
Benjamin Kramer
2011-07-08
Make GVN look through extractvalues for recognised intrinsics. GVN can then C...
Lang Hames
2011-07-08
Fix more register allocation sensitive tests.
Jakob Stoklund Olesen
2011-07-08
Remove a test that no longer makes sense.
Jakob Stoklund Olesen
2011-07-08
Let the inline asm 'q' constraint match float, and on 64-bit double too.
Nick Lewycky
2011-07-08
Go ahead and emit the barrier on x86-64 even without sse2. The
Eric Christopher
2011-07-07
Add support for the X86 'l' constraint.
Eric Christopher
2011-07-07
Add Mode64Bit feature and sink it down to MC layer.
Evan Cheng
2011-07-07
Change some ARM subtarget features to be single bit yes/no in order to sink t...
Evan Cheng
2011-07-07
Added a testcase for PR10220.
Lang Hames
2011-07-06
indvars -disable-iv-rewrite: Added SimplifyCongruentIVs.
Andrew Trick
2011-07-06
LICM: Do not loose alignment on promotion
Tobias Grosser
2011-07-06
Introduce "expect" intrinsic instructions.
Jakub Staszak
2011-07-06
Update MC/ELF/relocation.s with change to X86 PUSH64i8 in r134501.
Kevin Enderby
2011-07-06
Changed the X86 PUSH64i8 record to use the i64i8imm ParserMatchClass so that a
Kevin Enderby
2011-07-05
Revert r134366 and add an explicit triple to make this test host-independent.
Dan Gohman
2011-07-05
Add assembler/disassembler support for non-AVX pclmulqdq. While I'm here, use...
Eli Friedman
2011-07-05
Fix PR10277.
Jakob Stoklund Olesen
2011-07-04
PR10267: Don't combine an equality compare with an AND into an inequality com...
Benjamin Kramer
2011-07-03
test/CodeGen/X86/lsr-nonaffine.ll: Relax expressions for Win64 CC to appease ...
NAKAMURA Takumi
2011-07-02
FileCheck-ize another test. Reduces the llc invocations from 8 to 1, and
Chandler Carruth
2011-07-02
Avoid writing to an arbitrary filename during the test run by writing to
Chandler Carruth
2011-07-02
FileCheck-ize another X86 test, making it more precisely verify the
Chandler Carruth
2011-07-02
Quote two greps which contain parentheses.
Chandler Carruth
2011-07-02
FileCheck-ize and simplify RUN lines.
Chandler Carruth
2011-07-02
FileCheck-ize
Chandler Carruth
2011-07-02
FileCheck-ize and tighten up assertions to only check the relevant sections.
Chandler Carruth
2011-07-02
FileCheck-ize and cleanup IR.
Chandler Carruth
2011-07-02
FileCheck-ize
Chandler Carruth
2011-07-02
Remove a grep that is already checked with FileCheck.
Chandler Carruth
2011-07-02
FileCheck-ize
Chandler Carruth
2011-07-02
FileCheck-ize and modernize IR.
Chandler Carruth
2011-07-02
FileCheck-ize and simplify RUNs.
Chandler Carruth
2011-07-02
FileCheck-ize and modernize the RUN line.
Chandler Carruth
2011-07-02
FileCheck-ize, tightening checks and avoiding a temporary file.
Chandler Carruth
2011-07-02
FileCheck-ize, tightening checks and avoiding a temporary file.
Chandler Carruth
2011-07-02
FileCheck-ize
Chandler Carruth
2011-07-02
FileCheck-ize
Chandler Carruth
2011-07-02
FileCheck-ize a test, avoiding a temporary file.
Chandler Carruth
2011-07-02
FileCheck-ize and simplify this test.
Chandler Carruth
2011-07-02
FileCheck-ize
Chandler Carruth
2011-07-02
FileCheck-ize another codegen test.
Chandler Carruth
2011-07-02
Partially FileCheck-ize a test to remove a weird quoting situation.
Chandler Carruth
[next]