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
/
lib
/
Target
Age
Commit message (
Expand
)
Author
2012-01-18
Move some ARM specific MCAssmebler bits into the ARMAsmBackend.
Jim Grosbach
2012-01-18
Add a CoveredBySubRegs property to Register descriptions.
Jakob Stoklund Olesen
2012-01-17
Implement ARMBaseRegisterInfo::getCallPreservedMask().
Jakob Stoklund Olesen
2012-01-17
Move X86 callee saved register lists to the X86CallConv .td file.
Jakob Stoklund Olesen
2012-01-17
Intel syntax: Fix parser match class to check memory operand size.
Devang Patel
2012-01-17
Intel syntax: Parse "BYTE PTR [RDX + RCX]"
Devang Patel
2012-01-17
Untabify.
Devang Patel
2012-01-17
Intel syntax: Do not unncessarily create plus expression for memory operand d...
Devang Patel
2012-01-17
Intel syntax: Robustify memory operand parsing.
Devang Patel
2012-01-17
Fix warning.
Nadav Rotem
2012-01-17
Fix 11769.
Nadav Rotem
2012-01-17
Remove unnecessary AVX check from an assert. hasSSE2 is enough.
Craig Topper
2012-01-17
Moving options declarations around.
Andrew Trick
2012-01-17
Fix a crasher when PerformShiftCombine receives a BUILD_VECTOR of all UNDEF. ...
Craig Topper
2012-01-16
Removing unused default switch cases in switches over enums that already acco...
David Blaikie
2012-01-16
Cleanup PPC RLWINM8 vs RLWINM
Hal Finkel
2012-01-16
Make sure the non-SSE lowering for fences correctly clobbers EFLAGS. PR11768.
Eli Friedman
2012-01-16
Get rid of unused codegen-only instruction.
Eli Friedman
2012-01-16
Give priority to AVX over SSE for 128-bit floating point unpck instructions.
Craig Topper
2012-01-16
Refactor variables unused under non-assert builds (& remove two entirely unus...
David Blaikie
2012-01-15
[AVX] Optimize x86 VSELECT instructions using SimplifyDemandedBits.
Nadav Rotem
2012-01-15
Return an ArrayRef from ShuffleVectorSDNode::getMask and push it through Code...
Benjamin Kramer
2012-01-14
Fix the memop type on a couple 256-bit AVX instructions that were using f128m...
Craig Topper
2012-01-14
Add a bunch of AVX instructions to the folding tables. Also fixed the alignme...
Craig Topper
2012-01-14
After r147827 and r147902, it's now possible for unallocatable registers to be
Evan Cheng
2012-01-14
Fix pasto from r146196.
Chad Rosier
2012-01-13
Use RegisterTuples to generate pseudo-registers.
Jakob Stoklund Olesen
2012-01-13
Revert r148131, it was committed before it was ready.
Devang Patel
2012-01-13
Refactor.
Devang Patel
2012-01-13
Convert SHUFPD with the same register for both sources to PSHUFD if it would ...
Craig Topper
2012-01-13
use v8i32 as optimal mem type over v8f32 if AVX2 is enabled. Similar to SSE2 ...
Craig Topper
2012-01-13
Make X86 instruction selection use 256-bit VPXOR for build_vector of all ones...
Craig Topper
2012-01-13
Add patterns for v16i16 and v32i8 immAllZerosV to select VPXOR to match v4i64...
Craig Topper
2012-01-13
Added the MachineSchedulerPass skeleton.
Andrew Trick
2012-01-13
Use 8i32 constant pool entry for converting AVX2_SETALLONES. Possibly fixes P...
Craig Topper
2012-01-13
Fix typo in PerformAddCombine that caused any vector type to be checked for h...
Craig Topper
2012-01-13
Fix off-by-one error.
Bill Wendling
2012-01-12
Fix the code that was WRONG.
Bill Wendling
2012-01-12
Fixed a bug in LowerVECTOR_SHUFFLE caused assertion failure
Elena Demikhovsky
2012-01-12
Support segmented stacks on 64-bit FreeBSD.
Rafael Espindola
2012-01-12
Support segmented stacks on win32.
Rafael Espindola
2012-01-12
Rename X86ATTAsmParser -> X86AsmParser
Devang Patel
2012-01-12
After Jakob's r147938 exception handling on i386 was completely broken.
Benjamin Kramer
2012-01-12
Fix a bug in the AVX 256-bit shuffle code in cases where the splat element is...
Nadav Rotem
2012-01-12
X86: Generalize the x << (y & const) optimization to also catch masks with mo...
Benjamin Kramer
2012-01-12
Add predicate method check match memory operand size, if available.
Devang Patel
2012-01-12
Add intel style operand parser skeleton.
Devang Patel
2012-01-12
Switch all of the uses of my InsertDAGNode helper to follow the exact
Chandler Carruth
2012-01-11
Fix assert.
Eric Christopher
2012-01-11
Support segmented stacks on mac.
Rafael Espindola
[prev]
[next]