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-02-04
PPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add checking range in CPUDirective...
NAKAMURA Takumi
2013-02-04
PPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add possible elements in CPUDirect...
NAKAMURA Takumi
2013-02-03
Added instance variable/initializers/getter/setters for new keyword externall...
Michael Gottesman
2013-02-03
Recognize aarch64 for --enable-targets as advertised.
Joerg Sonnenberger
2013-02-03
use GEP::accumulateConstantOffset() to replace custom written code to compute...
Nuno Lopes
2013-02-03
[Object][Archive] Improve performance.
Michael J. Spencer
2013-02-03
[Support] Add LLVM_IS_UNALIGNED_ACCESS_FAST.
Michael J. Spencer
2013-02-03
Added new Global Variable marker ``externally_initialized'' to LangRef.
Michael Gottesman
2013-02-03
Added clarification paragraph to LangRef's documentation of
Michael Gottesman
2013-02-02
Remove the (apparently) unnecessary debug info metadata indirection.
David Blaikie
2013-02-02
Start static relocation implementation for mips16.
Reed Kotler
2013-02-02
Removing ssp and uwtable from the testcase
Manman Ren
2013-02-02
Remove AttrBuilder::Raw().
Bill Wendling
2013-02-02
Use the AttributeSet's iterators.
Bill Wendling
2013-02-02
Revert accidental commit (ran svn commit from wrong directory).
Nick Lewycky
2013-02-02
This patch makes "&Cls::purevfn" not an odr use. This isn't what the standard
Nick Lewycky
2013-02-02
rdar://13126763
Shuxin Yang
2013-02-02
Correct indentation for dumping LexicalScope.
Manman Ren
2013-02-01
[Dwarf] avoid emitting multiple AT_const_value for static memebers.
Manman Ren
2013-02-01
Add notes about future PowerPC features
Bill Schmidt
2013-02-01
LLVM enablement for some older PowerPC CPUs
Bill Schmidt
2013-02-01
Change the AttributeImpl to hold a single Constant* for the values.
Bill Wendling
2013-02-01
This patch aims to improve compile time performance by increasing
Preston Gurd
2013-02-01
Add a testcase for some past-the-end address subtleties.
Dan Gohman
2013-02-01
Two changes relevant to LEA and x32:
David Sehr
2013-02-01
Fix errant fallthrough in the generation of the lifetime markers.
Nadav Rotem
2013-02-01
Fix misplaced 'break'.
Jim Grosbach
2013-02-01
Use a continue to simplify loop and reduce indentation. No functional change.
Chad Rosier
2013-02-01
Hexagon: Test case to confirm generation of indexed loads with zero offset.
Jyotsna Verma
2013-02-01
Replace LDriu*[bhdw]_indexed_V4 instructions with "def Pats".
Jyotsna Verma
2013-02-01
Add appropriate TSFlags to the instructions that must be always extended.
Jyotsna Verma
2013-02-01
InstSimplify: stripAndComputeConstantOffsets can be called with vectors of po...
Benjamin Kramer
2013-02-01
Remove currently unused register decoder from AArch64.
Tim Northover
2013-02-01
Add explicit triples to AArch64 tests
Tim Northover
2013-02-01
Revert r174152. The shift amount may overflow and in that case this transform...
Nadav Rotem
2013-02-01
Optimize shift lefts of a constant by a value plus constant into a single shift.
Nadav Rotem
2013-02-01
[docs] Fixup fallout from other grammar fixup.
Sean Silva
2013-02-01
[docs] Add missing colon to TableGen grammar.
Sean Silva
2013-02-01
MachineModel: Inconsequential TableGen SubtargetEmitter fix.
Andrew Trick
2013-02-01
Remove some dead code, improve some asserts, and other assorted changes. No f...
Bill Wendling
2013-02-01
Add a comment explaining an unavailable optimization.
Dan Gohman
2013-02-01
Remove one of the odious 'Raw' methods.
Bill Wendling
2013-02-01
Use iterators instead of relying upon a bitmask of attributes to remove attri...
Bill Wendling
2013-02-01
Rewrite instsimplify's handling if icmp on pointer values to remove the
Dan Gohman
2013-02-01
Fix another typo in the classof definitions that doesn't (currently)
Chandler Carruth
2013-01-31
Add iterators to the AttributeSet class so that we can access the Attributes ...
Bill Wendling
2013-01-31
An alloca can be equal to an argument. It can't *alias* an alloca, but it could
Dan Gohman
2013-01-31
Switch the code added in r173885 to use the new, shiny RTTI
Chandler Carruth
2013-01-31
Fix a think-o in the condition here. =[ I would commit the test that
Chandler Carruth
2013-01-31
s/AttrBuilder::addAttributes/AttrBuilder::addAttribute/g because that's more ...
Bill Wendling
[prev]
[next]