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-09-06
Check for invalid alignment values when decoding VLDn/VSTn (single ln) instru...
Tim Northover
2012-09-06
Use correct part of complex operand to encode VST1 alignment.
Tim Northover
2012-09-06
AVX2 optimization.
Elena Demikhovsky
2012-09-06
Fix a few old-GCC warnings. No functional change.
Nadav Rotem
2012-09-06
Fix self-host; ensure signedness is consistent.
James Molloy
2012-09-06
Improve codegen for BUILD_VECTORs on ARM.
James Molloy
2012-09-06
Optimize codegen for VSETLNi{8,16,32} operating on Q registers. Degenerate to...
James Molloy
2012-09-06
Remove duplicated helper function
Michael Liao
2012-09-06
Use iPTR instead of i32 for extract_subvector/insert_subvector index in lower...
Craig Topper
2012-09-06
Add patterns for converting stores of subvector_extracts of lower 128-bits of...
Craig Topper
2012-09-06
There are some Mips instructions that are lowered by the
Jack Carter
2012-09-06
Mips specific llvm assembler support for branch and jump instructions.
Jack Carter
2012-09-05
Remove predicated pseudo-instructions.
Jakob Stoklund Olesen
2012-09-05
Use predication instead of pseudo-opcodes when folding into MOVCC.
Jakob Stoklund Olesen
2012-09-05
Mips specific llvm assembler support for ALU instructions. This includes
Jack Carter
2012-09-05
Stop casting away const qualifier needlessly.
Roman Divacky
2012-09-05
Use const properly so that we dont remove const qualifier from region and MII
Roman Divacky
2012-09-05
Move the PPC TOC defs into the PPC64 InstrInfo file.
Hal Finkel
2012-09-05
Strip old MachineInstrs *after* we know we can put them back.
Tim Northover
2012-09-05
LLVM Bug Fix 13709: Remove needless lsr(Rp, #32) instruction access the
Pranav Bhandarkar
2012-09-05
Remove some of the patterns added in r163196. Increasing the complexity on in...
Craig Topper
2012-09-05
Add patterns for integer forms of VINSERTF128/VINSERTI128 folded with loads. ...
Craig Topper
2012-09-05
Fix UseInitArray option for MIPS target.
Logan Chien
2012-09-05
Convert vextracti128/vextractf128 intrinsics to extract_subvector at DAG buil...
Craig Topper
2012-09-05
Remove redundant semicolons to fix -pedantic-errors build.
Richard Smith
2012-09-05
Fix function name per coding standard.
Chad Rosier
2012-09-04
Generic Bypass Slow Div
Preston Gurd
2012-09-04
Porting Hexagon MI Scheduler to the new API.
Sergei Larin
2012-09-04
Patch to implement UMLAL/SMLAL instructions for the ARM architecture
Arnold Schwaighofer
2012-09-04
This patch optimizes shuffle instruction - generates 2 instructions instead o...
Elena Demikhovsky
2012-09-03
[ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, add
Chad Rosier
2012-09-03
[ms-inline asm] Add a comment.
Chad Rosier
2012-09-03
[ms-inline asm] Add an interface to the GetMCInstOperandNum() function in the
Chad Rosier
2012-09-03
Remove always true checks. Noticed by Adhemerval Zanella.
Roman Divacky
2012-09-03
Add braces to the case statement.
Chad Rosier
2012-09-03
Removed unused argument.
Chad Rosier
2012-09-03
some peepholes that should match horizontal add/sub operations.
Chris Lattner
2012-09-03
[ms-inline asm] Expose the Kind and Opcode variables from the
Chad Rosier
2012-09-03
Move ErrorLoc decl into the scope where it's actually used.
Chad Rosier
2012-09-02
Not all targets have efficient ISel code generation for select instructions.
Nadav Rotem
2012-09-01
Limit domain conversion to cases where it won't break dep chains.
Tim Northover
2012-09-01
Fix Thumb2 fixup kind in the integrated-as.
Logan Chien
2012-09-01
Typos
Craig Topper
2012-08-31
SelectionDAG: when constructing VZEXT_LOAD from other loads, make sure its
Manman Ren
2012-08-31
Mark FMA4 instructions as commutable and add them to the folding tables.
Craig Topper
2012-08-31
Remove an unused argument. The MCInst opcode is set in the ConvertToMCInst()
Chad Rosier
2012-08-31
Add selection of RegOp2MemOpTable3 to canFoldMemoryOperand
Craig Topper
2012-08-31
Fix PR12359
Michael Liao
2012-08-31
The instruction DINS may be transformed into DINSU or DEXTM depending
Jack Carter
2012-08-31
Add a comment to explain what's really going on.
Chad Rosier
[next]