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-09-23
Add LLVM_OVERRIDE to methods that override their base classes.
Craig Topper
2012-09-22
Enhance test case of atomic16 to verify inst encoding fixed in r164453.
Michael Liao
2012-09-22
ARMInstPrinter.cpp: Fix a warning in -Asserts. [-Wunused-variable]
NAKAMURA Takumi
2012-09-22
Whitespace.
NAKAMURA Takumi
2012-09-22
Fix edge cases of ARM shift operands in arith instructions.
Tim Northover
2012-09-22
Fix the handling of edge cases in ARM shifted operands.
Tim Northover
2012-09-22
Fix 16-bit atomic inst encoding and keep pseudo-inst starting with '#'
Michael Liao
2012-09-22
Fix typo in r164357
Michael Liao
2012-09-22
Machine Model (-schedmodel only). Added SchedAliases.
Andrew Trick
2012-09-22
Add llvm::getOrdinalSuffix to get the appropriate -st, -nd, -rd, -th suffix.
Jordan Rose
2012-09-22
Casting: assert that pointer arguments to isa<> are non-null.
Jordan Rose
2012-09-22
DenseMap: assert that we have found a bucket before we try to insert into it.
Jordan Rose
2012-09-22
MIPS DSP: Add immediate leaves.
Akira Hatanaka
2012-09-22
MIPS DSP: Add predicates and instruction template.
Akira Hatanaka
2012-09-21
Add MIPS DSP register classes. Set actions of DSP vector operations and override
Akira Hatanaka
2012-09-21
SelectionDAG node enums for MIPS DSP nodes.
Akira Hatanaka
2012-09-21
Add MIPS accumulator and DSP control registers.
Akira Hatanaka
2012-09-21
Add flags and feature bits for mips dsp.
Akira Hatanaka
2012-09-21
Fix a case where the new SROA pass failed to zap dead operands to
Chandler Carruth
2012-09-21
Add an --enable-backtraces option to configure to determine
Eric Christopher
2012-09-21
Add an MDBuilder utility for creating !tbaa.struct nodes.
Dan Gohman
2012-09-21
[CMake] Respect LLVM_BUILD_RUNTIME.
Michael J. Spencer
2012-09-21
[ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.
Chad Rosier
2012-09-21
Have the DbgVariable "isArtificial" and "isObjectPointer" not
Eric Christopher
2012-09-21
Add comment.
Chad Rosier
2012-09-21
Add comment.
Chad Rosier
2012-09-21
Fix a significant recent(?) regression. StackSlotColoring no longer did anything
Evan Cheng
2012-09-21
docs: Fix long-standing typo in yaml2obj.rst.
Sean Silva
2012-09-21
Whitespace.
Chad Rosier
2012-09-21
Say "bytes" instead of "address units", since that's what the
Dan Gohman
2012-09-21
Document the new !tbaa.struct metadata.
Dan Gohman
2012-09-21
Add missing 'to' and rephrase an explanation of GCC's assumptions.
David Blaikie
2012-09-21
Document "do not use defaults in covered switch-over-enum" coding standard.
David Blaikie
2012-09-21
LoopIdiom: Give up when the loop is not in canonical form.
Benjamin Kramer
2012-09-21
[fast-isel] Fallback to SelectionDAG isel if we require strict alignment for
Chad Rosier
2012-09-21
InstCombine: Make sure we use the pre-zext type when creating a constant of a...
Benjamin Kramer
2012-09-21
Encapsulate the "construct*AlignmentFromInt" functions.
Bill Wendling
2012-09-21
Fix a typo in r164357
Michael Liao
2012-09-21
Clarify comment.
Dmitri Gribenko
2012-09-21
Make the 'get*AlignmentFromAttr' functions into member functions within the A...
Bill Wendling
2012-09-21
BitcodeReader: Correctly insert blockaddress constant referring to a already ...
Benjamin Kramer
2012-09-21
Fix SymbolRef::getAddress implementation for ELF. The 'value' field in symbol...
Alexey Samsonov
2012-09-21
llvm/test/CodeGen/X86/pr5145.ll: Tweak expressions to match for darwin target.
NAKAMURA Takumi
2012-09-21
Cortex-A9 latency fixes (w/ -schedmodel only).
Andrew Trick
2012-09-21
Add missing i8 max/min/umax/umin support
Michael Liao
2012-09-21
Revise td of X86 atomic instructions
Michael Liao
2012-09-21
docs: Fix Sphinx warning over Atomics.rst.
Sean Silva
2012-09-21
docs: Fix Sphinx warning over yaml2obj.rst.
Sean Silva
2012-09-21
Mips16FrameLowering.cpp: Remove unused TII introduced in r164349. [-Wunused-v...
NAKAMURA Takumi
2012-09-21
llvm/test/CodeGen/ARM/fast-isel.ll: Fix possible typos, s/@unaligned_i16_stor...
NAKAMURA Takumi
[next]