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-02-05
Add a test for the miscompilation my recent ConstantDataArray patches introdu...
Chris Lattner
2012-02-05
Remove most of the intrinsics for XOP VPCMOV instruction. They all aliased to...
Craig Topper
2012-02-04
Boost the effective chain depth of loads and stores.
Hal Finkel
2012-02-04
[fast-isel] HandlePHINodesInSuccessorBlocks() can promite i8 and i16 types too.
Chad Rosier
2012-02-03
[fast-isel] Add support for FPToUI. Also add test cases for FPToSI.
Chad Rosier
2012-02-03
[fast-isel] Add support for selecting UIToFP.
Chad Rosier
2012-02-03
The type-legalizer often scalarizes code. One of the common patterns is extra...
Nadav Rotem
2012-02-03
Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is
Akira Hatanaka
2012-02-03
Fix SSAUpdaterImpl's RecordMatchingPHI to record exactly the
Dan Gohman
2012-02-03
Revert "Disable InstCombine unsafe folding bitcasts of calls w/ varargs."
Jim Grosbach
2012-02-02
Unix line endings
Matt Beaumont-Gay
2012-02-02
Move test/CodeGen/Generic/2012-02-01-CoalescerBug.ll to CodeGen/ARM, for now....
NAKAMURA Takumi
2012-02-02
Optimization for SIGN_EXTEND operation on AVX.
Elena Demikhovsky
2012-02-02
Set EFLAGS correctly in EmitLoweredSelect on X86.
Lang Hames
2012-02-02
PR11868. The previous loop in LiveIntervals::join would sometimes fall over if
Lang Hames
2012-02-01
Instruction scheduling itinerary for Intel Atom.
Andrew Trick
2012-02-01
Avoid creating an extract element to an illegal type after LegalizeTypes has ...
Mon P Wang
2012-02-01
VLIW specific scheduler framework that utilizes deterministic finite automato...
Andrew Trick
2012-02-01
test/CodeGen/X86/avx-minmax.ll: Relax expressions for Win32 targets. YMM argu...
NAKAMURA Takumi
2012-02-01
Passing AVX 256-bit structures in Win64 was wrong.
Elena Demikhovsky
2012-02-01
Optimization for "truncate" operation on AVX.
Elena Demikhovsky
2012-02-01
Add a basic-block autovectorization pass.
Hal Finkel
2012-02-01
Disable InstCombine unsafe folding bitcasts of calls w/ varargs.
Jim Grosbach
2012-01-31
Fixed a crash in llvm-mc for Mach-O when a symbol difference expression uses a
Kevin Enderby
2012-01-31
Remove pcmpgt/pcmpeq intrinsics as clang is not using them.
Craig Topper
2012-01-31
Remove all references to the old EH.
Bill Wendling
2012-01-31
Update test to new EH model.
Bill Wendling
2012-01-31
Update test to new EH model.
Bill Wendling
2012-01-30
Chris's constant data sequence refactoring actually enabled printing
Chandler Carruth
2012-01-30
Intel syntax. Adjust special code, used to recognize cmp<comparison code>{ss,...
Devang Patel
2012-01-30
Intel syntax. Support .intel_syntax directive.
Devang Patel
2012-01-30
Fix pattern for memory form of PSHUFD for use with FP vectors to remove bitca...
Craig Topper
2012-01-30
CMake: Promote the testing targets out of folders on IDE.
NAKAMURA Takumi
2012-01-28
Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and...
James Molloy
2012-01-28
Small improvement to the recursion detection logic from the previous commit.
Rafael Espindola
2012-01-28
Handle recursive variable definitions directly. This gives us better error
Rafael Espindola
2012-01-27
Add r149110 back with a fix for when the vector and the int have the same
Rafael Espindola
2012-01-27
Revert r149110 and add a testcase that was crashing since that revision.
Rafael Espindola
2012-01-27
Intel Syntax: Parse mem operand with seg reg. QWORD PTR FS:[320]
Devang Patel
2012-01-27
Unix line endings
Matt Beaumont-Gay
2012-01-27
enhance constant folding to be able to constant fold bitcast of
Chris Lattner
2012-01-27
Rewrite instruction operands in AdjustCopiesBackFrom. Fixes PR11861.
Lang Hames
2012-01-26
Handle call-clobbered ymm registers on Win64.
Jakob Stoklund Olesen
2012-01-26
Replace the use of isPredicable() with isPredicated() in
Chad Rosier
2012-01-26
Clear kill flags before propagating a copy.
Jakob Stoklund Olesen
2012-01-26
Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...
James Molloy
2012-01-26
Fix for the following bug in AVX codegen for double-to-int conversions:
Victor Umansky
2012-01-25
Improve sub-register def handling in ProcessImplicitDefs.
Jakob Stoklund Olesen
2012-01-25
Properly emit ctors / dtors with priorities into desired sections
Anton Korobeynikov
2012-01-25
ARM assemly parsing and validation of IT instruction.
Jim Grosbach
[prev]
[next]