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
Age
Commit message (
Expand
)
Author
2013-04-19
[ms-inline asm] Refactor the parsing of identifiers. No functional change
Chad Rosier
2013-04-19
Add test to make sure that a int-to-ptr can be merged correctly.
Bill Wendling
2013-04-19
[ms-inline asm] Remove these asserts. C++ variables that use namespace
Chad Rosier
2013-04-19
[ms-inline asm] Move this variable into the scope in which it is used.
Chad Rosier
2013-04-19
[ms-inline asm] Make this a hard error.
Chad Rosier
2013-04-19
ConstantFolding: ComputeMaskedBits wants the scalar size for vectors.
Benjamin Kramer
2013-04-19
[ms-inline asm] Cleanup the dot operator implementation.
Chad Rosier
2013-04-19
ARM: Permit "sp" in ARM variant of STREXD instructions
Tim Northover
2013-04-19
refactor the struct byte swapping to a helper function.
Rafael Espindola
2013-04-19
Only run the tests in test/Object/ARM if we have ARM support.
Rafael Espindola
2013-04-19
Attributes: Don't print trailing whitespace on the function attribute comment.
Benjamin Kramer
2013-04-19
Don't read one command past the end.
Rafael Espindola
2013-04-19
ARM: permit "sp" in ARM variants of MOVW/MOVT instructions
Tim Northover
2013-04-19
Revert 179826. Tests were worthless.
Jakub Staszak
2013-04-19
Revert "PR14606: debug info imported_module support"
Eric Christopher
2013-04-19
PR14606: debug info imported_module support
David Blaikie
2013-04-19
Add support for index resources (for a SlotIndex) to be relinquished.
Lang Hames
2013-04-19
Use 'array_lengthof' as possible to avoid magic numbers
Michael Liao
2013-04-19
R600: Add pattern for the BFI_INT instruction
Tom Stellard
2013-04-19
R600/SI: Use InstFlag for VOP3 modifier operands
Tom Stellard
2013-04-19
R600: Reorganize lit tests and document how they should be organized
Tom Stellard
2013-04-19
Keep coding stanard. Don't use "else if" after "return".
Jakub Staszak
2013-04-19
Don't run expensive -O2 and -O3 in tests.
Jakub Staszak
2013-04-19
Add some more stats for fast isel vs. SelectionDAG, w.r.t lowering function
Eli Bendersky
2013-04-19
Use an enum instead of magic constants to improve readability.
Bill Wendling
2013-04-18
Implement a better fix for PR15185.
Bill Wendling
2013-04-18
Relax this assert. It may not hold in all cases.
Bill Wendling
2013-04-18
[ms-inline asm] Apply the condition code mnemonic aliases to both the Intel and
Chad Rosier
2013-04-18
Assert if we're trying to generate a null compact unwind entry.
Bill Wendling
2013-04-18
Set the compact unwind encoding to 'requires EH DWARF' if we cannot generate ...
Bill Wendling
2013-04-18
Disable PPC comparison optimization by default
Hal Finkel
2013-04-18
[asm parser] Add support for predicating MnemonicAlias based on the assembler
Chad Rosier
2013-04-18
Implement optimizeCompareInstr for PPC
Hal Finkel
2013-04-18
Make the TargetIndependent flag have the right boolean value.
Bill Wendling
2013-04-18
X86: Add an SSE2 lowering for 64 bit compares when pcmpgtq (SSE4.2) isn't ava...
Benjamin Kramer
2013-04-18
Fix typo
Eli Bendersky
2013-04-18
Cleanup patch:
Bill Wendling
2013-04-18
This patch addresses two cleanup issues:
Bill Wendling
2013-04-18
Fix a -Wdocumentation warning
Dmitri Gribenko
2013-04-18
In the function InstCombiner::visitExtractElementInst() removed the limitatio...
Anat Shemer
2013-04-18
C API: Fix coding style
Tom Stellard
2013-04-18
Added a function scalarizePHI() that sclarizes a vector phi instruction if it...
Anat Shemer
2013-04-18
Fix comment. Patch by Stephen Lin.
Bill Wendling
2013-04-18
At Jim Grosbach's request detemplate Object/MachO.h.
Rafael Espindola
2013-04-18
Fix a comment, PR15777.
Chris Lattner
2013-04-18
Allow misaligned stores in x86 fast-isel.
Derek Schuff
2013-04-18
LoopVectorizer: Recognize min/max reductions
Arnold Schwaighofer
2013-04-18
Fix grammar in LLVMBuild.rst
Eli Bendersky
2013-04-18
[ms-inline asm] Simplify some logic and add a FIXME for unhandled unary minus.
Chad Rosier
2013-04-18
Make this private method.
Chad Rosier
[prev]
[next]