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
Age
Commit message (
Expand
)
Author
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
Add a FIXME that assumes we maintain backward compatibility until the next ma...
Chad Rosier
2012-09-05
Reorder the comments of EmitExceptionTable.
Logan Chien
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-05
[ms-inline asm] Add support for the nsdialect keyword in the Bitcode
Chad Rosier
2012-09-05
[ms-inline asm] Add the nsdialect keyword to the lexer.
Chad Rosier
2012-09-05
[ms-inline asm] Emit the (new) inline asm Non-Standard Dialect attribute.
Chad Rosier
2012-09-04
Make provenance checking conservative in cases when
Dan Gohman
2012-09-04
BypassSlowDivision: Assign to reference, don't copy the object.
Jakub Staszak
2012-09-04
Search the whole instruction for tied operands.
Jakob Stoklund Olesen
2012-09-04
[ms-inline asm] Add the inline assembly dialect, AsmDialect, to the InlineAsm
Chad Rosier
2012-09-04
[ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. This
Chad Rosier
2012-09-04
Fix my previous patch (r163164). It does now what it is supposed to do:
Jakub Staszak
2012-09-04
Return false if BypassSlowDivision doesn't change anything.
Jakub Staszak
2012-09-04
Typo.
Jakob Stoklund Olesen
2012-09-04
Actually use the MachineOperand field for isRegTiedToDefOperand().
Jakob Stoklund Olesen
2012-09-04
Move tie checks into MachineVerifier::visitMachineOperand.
Jakob Stoklund Olesen
2012-09-04
Allow tied uses and defs in different orders.
Jakob Stoklund Olesen
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-04
LICM may hoist an instruction with undefined behavior above a trap.
Nadav Rotem
2012-09-04
Fix Android build of gtest and lib/Support.
Evgeniy Stepanov
2012-09-04
Add support for fetching inlining context (stack of source code locations)
Alexey Samsonov
2012-09-04
Be conservative about allocations that may alias the accessed pointer.
Bob Wilson
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
IRBuilderify the SjlLjEHPrepare pass.
Benjamin Kramer
2012-09-03
When updating live range endpoints, make sure to preserve the early clobber bit.
Lang Hames
2012-09-03
Fix more fallout from r158919, similar to PR13547.
Bob Wilson
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
Fix a typo.
Nadav Rotem
2012-09-02
Not all targets have efficient ISel code generation for select instructions.
Nadav Rotem
2012-09-02
LoopRotation: Make the brute force DomTree update more brute force.
Benjamin Kramer
2012-09-02
Rename ANDROIDEABI to Android.
Logan Chien
2012-09-02
Generate better select code by allowing the target to use scalar select, and ...
Nadav Rotem
2012-09-01
Only legalise a VSELECT in to bitwise operations if the vector mask bool is z...
Pete Cooper
2012-09-01
Limit domain conversion to cases where it won't break dep chains.
Tim Northover
2012-09-01
Revert "Take account of boolean vector contents when promoting a build vector...
Pete Cooper
[prev]
[next]