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-08-13
Remove the LowerMMXCONCAT_VECTORS function. It could never execute because th...
Craig Topper
2012-08-12
Remove call to setOperationAction for SETCC of v4f32. SETCC returns an intege...
Craig Topper
2012-08-12
Remove unnecessary call to setOperationAction for SETCC of v2i64 under SSE42....
Craig Topper
2012-08-12
Revert 161581: Patch to implement UMLAL/SMLAL instructions for the ARM
Arnold Schwaighofer
2012-08-12
Change addTypeForNeon to use MVT instead of EVT so all the calls to getSimple...
Craig Topper
2012-08-12
Make replace many calls to getSizeInBits() with is128BitVector/is256BitVector
Craig Topper
2012-08-12
Use MVT.isXBitVector instead of EVT.isXBitVector when setting up operation ac...
Craig Topper
2012-08-11
fix PR13577, an issue introduced by r161687
Michael Liao
2012-08-11
Move setOperationAction for CONCAT_VECTORS for 256-bit vectors into loop sinc...
Craig Topper
2012-08-11
Tidy up indentation. No functional change.
Craig Topper
2012-08-11
Fix a cast that was casting away 'const' unnecessarily
Craig Topper
2012-08-11
Add a couple default: llvm_unreachable() to some switch statements. Fix a bad...
Craig Topper
2012-08-10
X86: when we are auto-detecting the subtarget features, make sure we turn on
Manman Ren
2012-08-10
ARM: enable struct byval for AAPCS.
Manman Ren
2012-08-10
add X86-specific DAG optimization to simplify boolean test
Michael Liao
2012-08-10
remove tailing whitespaces and test commit
Michael Liao
2012-08-10
Add some missing includes for the build against stdcxx.
Joerg Sonnenberger
2012-08-09
Remove getARMRegisterNumbering and replace with calls into
Eric Christopher
2012-08-09
Don't modify MO while use_iterator is still pointing to it.
Jakob Stoklund Olesen
2012-08-09
[ms-inline asm] Extend the MC AsmParser API to match MCInsts (but not emit).
Chad Rosier
2012-08-09
Another 32 to 64 bit sign extension bug.
Jack Carter
2012-08-09
Patch to implement UMLAL/SMLAL instructions for the ARM architecture
Arnold Schwaighofer
2012-08-09
This field isn't used anymore, use it with HWEncoding instead.
Eric Christopher
2012-08-08
Don't use getNextOperandForReg().
Jakob Stoklund Olesen
2012-08-08
Added MispredictPenalty to SchedMachineModel.
Andrew Trick
2012-08-08
whitespace
Andrew Trick
2012-08-08
X86: enable CSE between CMP and SUB
Manman Ren
2012-08-08
Don't scan physreg use-def chains looking for a PIC base.
Jakob Stoklund Olesen
2012-08-07
X86 cmp lowering is looking past truncate on the condition node. It should only
Evan Cheng
2012-08-07
Add a comment about mftb vs. mfspr on PPC.
Hal Finkel
2012-08-07
Revert r161371. Removing the 'const' before Type is a "good thing".
Bill Wendling
2012-08-07
The define for 64 bit sign extension neglected to
Jack Carter
2012-08-07
Constify the Type parameter to some methods (which are const anyway).
Bill Wendling
2012-08-07
Allow x86 subtargets to use the GenericModel defined in X86Schedule.td.
Andrew Trick
2012-08-07
Mips relocation R_MIPS_64 relocates a 64 bit double word.
Jack Carter
2012-08-06
The Mips64InstrInfo.td definitions DynAlloc64 LEA_ADDiu64
Jack Carter
2012-08-06
Mips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST.
Jack Carter
2012-08-06
MFTB on PPC64 should really be encoded using MFSPR.
Hal Finkel
2012-08-06
Add support for the OpenBSD for Bitrig.
Eric Christopher
2012-08-06
Remove empty overrides of processFunctionBeforeFrameFinalized().
Roman Divacky
2012-08-06
Implement proper handling for pcmpistri/pcmpestri intrinsics. Requires custom...
Craig Topper
2012-08-05
Remove custom inserter for MWAIT. It doesn't do anything that couldn't be rep...
Craig Topper
2012-08-05
Use a COPY node instead of an explicit MOVA opcode in the custom insterter fo...
Craig Topper
2012-08-04
Add readcyclecounter lowering on PPC64.
Hal Finkel
2012-08-04
Skip impdef regs during eabi save/restore list emission to workaround PR11902
Anton Korobeynikov
2012-08-04
Recognize vst1.64 / vld1.64 with 3 and 4 regs as load from / store to stack s...
Anton Korobeynikov
2012-08-04
Add stack spill / reload instructions for DTriple and DQuad register classes,...
Anton Korobeynikov
2012-08-03
1. Redo mips16 instructions to avoid multiple opcodes for same instruction.
Akira Hatanaka
2012-08-03
allow 'make CPPFLAGS=<something>' work again
Gabor Greif
2012-08-03
Fall back to selection DAG isel for calls to builtin functions.
Bob Wilson
[prev]
[next]