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
2011-09-14
Fix mem type for VEX.128 form of VROUNDP*. Remove filter preventing VROUND fr...
Craig Topper
2011-09-14
Make disassembling of VBLEND* print immediate as a XMM/YMM register name. Fix...
Craig Topper
2011-09-14
Add test case for PR10851.
Craig Topper
2011-09-14
One more patch towards JIT support for Mips.
Bruno Cardoso Lopes
2011-09-14
Teach the foldable tables about 128-bit AVX instructions and make the
Bruno Cardoso Lopes
2011-09-14
Vector shuffle mask <i32 4, i32 5, i32 2, i32 3> should yield "movsd", not "m...
Bruno Cardoso Lopes
2011-09-14
Don't rely in <algorithm> being pulled in transitively.
Benjamin Kramer
2011-09-14
Object: make the following changes into SymbolRef
Benjamin Kramer
2011-09-14
Remove unimplemented function prototypes from PathV2. They can be readded whe...
Benjamin Kramer
2011-09-14
DWARF: Port support for parsing .debug_aranges section from LLDB and wire it ...
Benjamin Kramer
2011-09-14
ObjectFile: Add support for mach-o-style dSYM companion files.
Benjamin Kramer
2011-09-14
Remove ancient debug info constructs from test cases, they are not relevant t...
Devang Patel
2011-09-14
Remove unnecessary old test.
Devang Patel
2011-09-14
DebugInfo: Don't print DIEs multiple times.
Benjamin Kramer
2011-09-13
Fix indenting.
Eric Christopher
2011-09-13
First step in supporting #line directives in assembler. This step parses the
Kevin Enderby
2011-09-13
unittests/Support/DataExtractorTest.cpp: Specify ULL explicitly to a few cons...
NAKAMURA Takumi
2011-09-13
Distinguish complex mapped values from forced recomputation.
Jakob Stoklund Olesen
2011-09-13
Update tests. Remove irrelevant tests.
Devang Patel
2011-09-13
Remove unnecessary scope resolution operator.
Jim Grosbach
2011-09-13
Delete test cases that generate code for allegrex/psp and cannot be repurposed.
Akira Hatanaka
2011-09-13
Implement -split-spill-mode=size.
Jakob Stoklund Olesen
2011-09-13
Fix check for unaligned load/store so it doesn't catch over-aligned load/store.
Eli Friedman
2011-09-13
Style & indentation tweaks.
Benjamin Kramer
2011-09-13
Make use of Eli's FileCheck sorcery to improve this test.
Owen Anderson
2011-09-13
Add a check to make sure schedulePass() has not deleted stale RequiredPass.
Devang Patel
2011-09-13
Error out on CodeGen of unaligned load/store. Fix test so it isn't accidenta...
Eli Friedman
2011-09-13
Correct disassembly printing of Thumb2 post-incremented LDRD and STRD.
Owen Anderson
2011-09-13
There's only 16 regs legal in a register list.
Jim Grosbach
2011-09-13
Tidy up a few 80 column violations.
Jim Grosbach
2011-09-13
Tidy up a bit.
Jim Grosbach
2011-09-13
Add pattern used to match MipsLo, which is needed when the instruction selector
Akira Hatanaka
2011-09-13
Fix the assertion which checks the size of the input operand.
Nadav Rotem
2011-09-13
Disable tests which generate code for allegrex or psp.
Akira Hatanaka
2011-09-13
update checked pattern
Nadav Rotem
2011-09-13
swap vselect operand order - pr10907
Nadav Rotem
2011-09-13
Remove include of header that doesn't exist (yet).
Benjamin Kramer
2011-09-13
I know copy&paste!
Benjamin Kramer
2011-09-13
Sketch out a DWARF parser.
Benjamin Kramer
2011-09-13
Add the DataExtractor utility class.
Benjamin Kramer
2011-09-13
Add versions 256-bit versions of alignedstore and alignedload, to be
Bruno Cardoso Lopes
2011-09-13
Revert the remaining part of r139528. According to PR10907 the bug seems
Bruno Cardoso Lopes
2011-09-13
Add vselect target support for targets that do not support blend but do support
Nadav Rotem
2011-09-13
Support for PSP is gone too.
Akira Hatanaka
2011-09-13
[tablegen] In ClangAttrEmitter.cpp handle SourceLocation arguments to attribu...
Argyrios Kyrtzidis
2011-09-13
Use a cache to maintain list of machine basic blocks for a given UserValue.
Devang Patel
2011-09-13
Add SplitEditor::markOverlappedComplement().
Jakob Stoklund Olesen
2011-09-13
Teach the Thumb ASM parser that BKPT is allowed in IT blocks, even though it ...
Owen Anderson
2011-09-13
Eliminate the extendRange() wrapper.
Jakob Stoklund Olesen
2011-09-13
It is not necessary to search for mipsallegrex in target triple string.
Akira Hatanaka
[next]