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-18
Remove the CAND/COR/CXOR custom ISD nodes and their select code.
Jakob Stoklund Olesen
2012-08-18
Remove virtual from many methods. These methods replace methods in the base c...
Craig Topper
2012-08-18
Also combine zext/sext into selects for ARM.
Jakob Stoklund Olesen
2012-08-18
Also pass logical ops to combineSelectAndUse.
Jakob Stoklund Olesen
2012-08-18
Reapply r162160 with a fix: Optimize Arith->Trunc->SETCC sequence to allow be...
Nadav Rotem
2012-08-18
fp16-to-fp32 conversion instructions are available in Thumb mode as well.
Anton Korobeynikov
2012-08-18
Refactor code a bit to reduce number of calls in the final compiled code. No ...
Craig Topper
2012-08-18
Reorder initialization list to silence -Wreorder
Craig Topper
2012-08-18
Revert r162160 because it made a few buildbots fail.
Nadav Rotem
2012-08-18
The X86 backend has a number of optimizations for SETCC nodes which use
Nadav Rotem
2012-08-17
Add MipsELFWriterInfo.{h,cpp}.
Akira Hatanaka
2012-08-17
Correct MCJIT functionality for MIPS32 architecture.
Akira Hatanaka
2012-08-17
Avoid folding ADD instructions with FI operands.
Jakob Stoklund Olesen
2012-08-17
Add stub methods for mips assembly matcher.
Akira Hatanaka
2012-08-17
Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to
Bill Wendling
2012-08-17
Add comment, clean up code. No functional change.
Jakob Stoklund Olesen
2012-08-17
Implement NEON domain switching for scalar <-> S-register vmovs on ARM
Tim Northover
2012-08-17
Use nested switch to select arguments to reduce calls to EmitPCMP.
Craig Topper
2012-08-17
Make ReplaceATOMIC_BINARY_64 a static function. Use a nested switch to reduce...
Craig Topper
2012-08-17
Remove unnecessary include of ARMGenInstrInfo.inc.
Craig Topper
2012-08-16
Add ADD and SUB to the predicable ARM instructions.
Jakob Stoklund Olesen
2012-08-16
Handle ARM MOVCC optimization in PeepholeOptimizer.
Jakob Stoklund Olesen
2012-08-16
Revert r162034, r162035 and r162037.
Roman Divacky
2012-08-16
Define and handle additional fixup kinds. By Adhemerval Zanella.
Roman Divacky
2012-08-16
Fix typo and grammar. By Adhemerval Zanella.
Roman Divacky
2012-08-16
[arm-fast-isel] Add support for fastcc.
Jush Lu
2012-08-16
Patch to enable FMA on bdver2 target. Make XOP feature enable FMA4 as well.
Anitha Boyapati
2012-08-16
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162010 91177308-0d34...
Anitha Boyapati
2012-08-16
Add Android ABI to Mips backend to handle functions returning vectors of four
Akira Hatanaka
2012-08-15
Fold predicable instructions into MOVCC / t2MOVCC.
Jakob Stoklund Olesen
2012-08-15
Use vld1/vst1 to load/store f64 if alignment is < 4 and the target allows una...
Evan Cheng
2012-08-15
Add missing Rfalse operand to the predicated pseudo-instructions.
Jakob Stoklund Olesen
2012-08-14
The names of VFP variants of half-to-float conversion instructions were
Anton Korobeynikov
2012-08-14
This needs braces. Spotted by Bill.
Eric Christopher
2012-08-14
minor fix of X86ISD::VSEXT_MOVL dump
Michael Liao
2012-08-14
fix PR11334
Michael Liao
2012-08-14
Switch the fixed-length disassembler to be table-driven.
Jim Grosbach
2012-08-14
Factor duplicate calls to getUNDEF in several functions.
Craig Topper
2012-08-14
Re-factor intrinsic lowering to combine common parts of similar intrinsics. R...
Craig Topper
2012-08-13
Remove the TII::scheduleTwoAddrSource() hook.
Jakob Stoklund Olesen
2012-08-13
ARM: enable struct byval for AAPCS-VFP.
Manman Ren
2012-08-13
[Hexagon] Don't mark callee saved registers as clobbered by a tail call
Arnold Schwaighofer
2012-08-13
Do not optimize (or (and X,Y), Z) into BFI and other sequences if the AND ISD...
Nadav Rotem
2012-08-13
X86: move Int_CVTSD2SSrr, Int_CVTSI2SSrr, Int_CVTSI2SDrr, Int_CVTSS2SDrr from
Manman Ren
2012-08-13
Add support for the %H output modifier.
Eric Christopher
2012-08-13
X86: when auto-detecting the subtarget features, make sure use IsIntel to detect
Manman Ren
2012-08-13
Use correct loads for vector types during extending-load operations.
Tim Northover
2012-08-13
Tidy up VSETCC lowering code a bit more by adding an llvm_unreachable and put...
Craig Topper
2012-08-13
Refactor code a bit to share commonalities. No functional change intended.
Craig Topper
2012-08-13
Fix an unused variable warning from r161742.
Craig Topper
[prev]
[next]