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
Change Lit error redirection to FileCheck to a more common syntax since it
Eli Bendersky
2012-12-20
Add a largish auto-generated test for the aligned bundling feature, along with
Eli Bendersky
2012-12-20
Tests for the aligned bundling support added in r170718
Eli Bendersky
2012-12-20
Aligned bundling support. Following the discussion here:
Eli Bendersky
2012-12-20
Use MachineInstrBuilder for PHI nodes in SelectionDAGISel.
Jakob Stoklund Olesen
2012-12-20
Fix inadvertant delete of 'has'.
Jim Grosbach
2012-12-20
Use MachineInstrBuilder in InstrEmitter.
Jakob Stoklund Olesen
2012-12-20
Use MachineInstrBuilder in a few CodeGen passes.
Jakob Stoklund Olesen
2012-12-20
Simplify the testcase a bit.
Rafael Espindola
2012-12-20
Loop Vectorizer: turn-off if-conversion.
Nadav Rotem
2012-12-20
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...
James Molloy
2012-12-20
Remove MCTargetAsmLexer and its derived classes now that edis,
Roman Divacky
2012-12-20
Adding support for llvm.arm.neon.vaddl[su].* and
Renato Golin
2012-12-20
llvmbuild/main.py: Let LibraryDependencies.inc deterministic.
NAKAMURA Takumi
2012-12-20
Formatting fixes. Remove some unnecessary 'else' after 'return'. No functiona...
Craig Topper
2012-12-20
Removing trailing whitespace
Craig Topper
2012-12-20
Implement cfi_def_cfa_offset. "Make check" test case for this comming in the
Reed Kotler
2012-12-20
There is one more patch to finish large frames. Make sure we assert
Reed Kotler
2012-12-20
Add constant extender support to GP-relative load/store instructions.
Jyotsna Verma
2012-12-20
Add TSFlags to ALU32 type instructions for constant-extender/Relationship maps.
Jyotsna Verma
2012-12-20
set register class properly for mips16 here
Reed Kotler
2012-12-20
Undefine PPC harder.
Rafael Espindola
2012-12-20
This assert is overly restrictive and does not work for mips16.
Reed Kotler
2012-12-20
Turn on register scavenger for Mips 16
Reed Kotler
2012-12-20
[mips] Refactor SLT (set on less than) instructions. Separate encoding
Akira Hatanaka
2012-12-20
[mips] Refactor unconditional branch instruction. Separate encoding information
Akira Hatanaka
2012-12-20
[mips] Remove asm string parameter from pseudo instructions. Add InstrItinClass
Akira Hatanaka
2012-12-20
[mips] Delete definition of CPRESTORE instruction.
Akira Hatanaka
2012-12-20
[mips] Refactor conditional branch instructions with one register operand.
Akira Hatanaka
2012-12-20
Don't use isa<CallInst>(this) in the constructor for CallInst's base class.
Richard Smith
2012-12-20
[mips] Refactor conditional branch instructions with two register operands.
Akira Hatanaka
2012-12-20
fix most of remaining issues with large frames.
Reed Kotler
2012-12-20
[mips] Use "or $r0, $r1, $zero" instead of "addu $r0, $zero, $r1" to copy
Akira Hatanaka
2012-12-20
Fix use-before-construction of X86TargetLowering.
Richard Smith
2012-12-20
Don't use -1 as a value of an unsigned 7-bit enumeration; that has undefined
Richard Smith
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
[next]