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
2012-12-20
Don't leave IsUnsigned uninitialized in a default-constructed APSInt. Copying
Richard Smith
2012-12-20
[mips] Change the order of template parameters. Move the default parameters to
Akira Hatanaka
2012-12-20
[mips] Refactor shift instructions with register operands. Separate encoding
Akira Hatanaka
2012-12-20
[mips] Refactor shift immediate instructions. Separate encoding information
Akira Hatanaka
2012-12-20
[mips] Refactor arithmetic and logic instructions with immediate operands.
Akira Hatanaka
2012-12-20
[mips] Refactor arithmetic and logic instructions. Separate encoding
Akira Hatanaka
2012-12-20
docs: Show TOC for GettingStarted.rst.
Sean Silva
2012-12-20
[mips] Delete ArithOverflowR and ArithOverflow and use ArithLogicR and
Akira Hatanaka
2012-12-20
docs: Clean up adornments.
Sean Silva
2012-12-20
docs: ASCII-fy
Sean Silva
2012-12-20
Loop Vectorizer: Enable if-conversion.
Nadav Rotem
2012-12-20
s/AttributesImpl/AttributeImpl/g This is going to apply to Attribute, not Att...
Bill Wendling
2012-12-20
Do not introduce vector operations in functions marked with noimplicitfloat.
Bob Wilson
2012-12-20
Clean up some DOxygen comments.
Jim Grosbach
2012-12-20
Clean up some DOxygen comments.
Jim Grosbach
2012-12-20
Fix an uninitialized member variable, found by -fsanitize=bool.
Richard Smith
2012-12-20
whitespace
Nadav Rotem
2012-12-20
doc: resize the image.
Nadav Rotem
2012-12-20
Target/R600: Update MIB according to r170588.
NAKAMURA Takumi
2012-12-20
Doc: update the chart.
Nadav Rotem
2012-12-19
Add a context so that once we uniquify strings we can access them easily.
Bill Wendling
2012-12-19
MC: Add MCInstrDesc::mayAffectControlFlow() method.
Jim Grosbach
2012-12-19
Add isSubRegisterEq() and isSuperRegisterEq().
Jim Grosbach
2012-12-19
Move isSubRegister() and isSuperRegister to MCRegisterInfo.
Jim Grosbach
2012-12-19
Fix doc comment. '///' not '//'.
Jim Grosbach
2012-12-19
Refactor isIntrinsic() to be quicker, and change classof() (and thus, isa<Int...
Michael Ilseman
2012-12-19
s/AttributeListImpl/AttributeSetImpl/g to match the namechange of AttributeList.
Bill Wendling
2012-12-19
Always use addOperand(MF, MO) from MachineInstrBuilder.
Jakob Stoklund Olesen
2012-12-19
Add a missing 'else'. Found by grep '} if'
Dmitri Gribenko
2012-12-19
R600: Add entry in CODE_OWNERS.TXT
Tom Stellard
2012-12-19
R600: Remove unecessary VREG alignment.
Tom Stellard
2012-12-19
R600: control flow optimization
Tom Stellard
2012-12-19
R600: New control flow for SI v2
Tom Stellard
2012-12-19
Split out abbreviations for the skeleton info from the rest of
Eric Christopher
2012-12-19
Remove the explicit MachineInstrBuilder(MI) constructor.
Jakob Stoklund Olesen
2012-12-19
Fix a bug that was found by building clang with -fsanitize.
Nadav Rotem
2012-12-19
docs: Fix title underline warnings
Meador Inge
2012-12-19
LLVM sdisel normalize bit extraction of the form:
Evan Cheng
2012-12-19
Remove edis remnant.
Benjamin Kramer
2012-12-19
Remove edis - the enhanced disassembler. Fixes PR14654.
Roman Divacky
2012-12-19
Transform (x&C)>V into (x&C)!=0 where possible
Paul Redmond
2012-12-19
Add an MF argument to MachineInstr::addOperand().
Jakob Stoklund Olesen
2012-12-19
Remove superfluous brief command from getAsString.
Chad Rosier
2012-12-19
doc: add subsections.
Nadav Rotem
2012-12-19
DOC: document the use of O2, O3 and Os with -fvectorize.
Nadav Rotem
2012-12-19
PowerPC: Expand VSELECT nodes.
Benjamin Kramer
2012-12-19
Change AsmOperandInfo::ConstraintVT to MVT, instead of EVT.
Patrik Hagglund
2012-12-19
Revert 170545 while I debug the ppc failures.
Rafael Espindola
2012-12-19
Make TargetLowering::getTypeConversion more resilient against odd illegal MVTs.
Benjamin Kramer
2012-12-19
Add r170095 back.
Rafael Espindola
[prev]
[next]