aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add test case for PR10851.Craig Topper2011-09-141-0/+4
* One more patch towards JIT support for Mips.Bruno Cardoso Lopes2011-09-146-130/+287
* Teach the foldable tables about 128-bit AVX instructions and make theBruno Cardoso Lopes2011-09-142-50/+294
* Vector shuffle mask <i32 4, i32 5, i32 2, i32 3> should yield "movsd", not "m...Bruno Cardoso Lopes2011-09-142-1/+17
* Don't rely in <algorithm> being pulled in transitively.Benjamin Kramer2011-09-141-0/+1
* Object: make the following changes into SymbolRefBenjamin Kramer2011-09-147-5/+225
* Remove unimplemented function prototypes from PathV2. They can be readded whe...Benjamin Kramer2011-09-142-147/+7
* DWARF: Port support for parsing .debug_aranges section from LLDB and wire it ...Benjamin Kramer2011-09-148-3/+556
* ObjectFile: Add support for mach-o-style dSYM companion files.Benjamin Kramer2011-09-143-1/+3
* Remove ancient debug info constructs from test cases, they are not relevant t...Devang Patel2011-09-142-11/+0
* Remove unnecessary old test.Devang Patel2011-09-141-49/+0
* DebugInfo: Don't print DIEs multiple times.Benjamin Kramer2011-09-143-5/+5
* Fix indenting.Eric Christopher2011-09-131-2/+2
* First step in supporting #line directives in assembler. This step parses theKevin Enderby2011-09-133-5/+70
* unittests/Support/DataExtractorTest.cpp: Specify ULL explicitly to a few cons...NAKAMURA Takumi2011-09-131-3/+3
* Distinguish complex mapped values from forced recomputation.Jakob Stoklund Olesen2011-09-132-53/+40
* Update tests. Remove irrelevant tests.Devang Patel2011-09-137-170/+57
* Remove unnecessary scope resolution operator.Jim Grosbach2011-09-131-3/+2
* Delete test cases that generate code for allegrex/psp and cannot be repurposed.Akira Hatanaka2011-09-132-45/+0
* Implement -split-spill-mode=size.Jakob Stoklund Olesen2011-09-132-0/+164
* Fix check for unaligned load/store so it doesn't catch over-aligned load/store.Eli Friedman2011-09-131-2/+2
* Style & indentation tweaks.Benjamin Kramer2011-09-137-211/+201
* Make use of Eli's FileCheck sorcery to improve this test.Owen Anderson2011-09-131-1/+1
* Add a check to make sure schedulePass() has not deleted stale RequiredPass.Devang Patel2011-09-131-3/+5
* Error out on CodeGen of unaligned load/store. Fix test so it isn't accidenta...Eli Friedman2011-09-132-4/+11
* Correct disassembly printing of Thumb2 post-incremented LDRD and STRD.Owen Anderson2011-09-133-6/+20
* There's only 16 regs legal in a register list.Jim Grosbach2011-09-131-1/+1
* Tidy up a few 80 column violations.Jim Grosbach2011-09-135-17/+17
* Tidy up a bit.Jim Grosbach2011-09-131-152/+78
* Add pattern used to match MipsLo, which is needed when the instruction selectorAkira Hatanaka2011-09-132-0/+24
* Fix the assertion which checks the size of the input operand.Nadav Rotem2011-09-131-1/+1
* Disable tests which generate code for allegrex or psp.Akira Hatanaka2011-09-132-16/+22
* update checked patternNadav Rotem2011-09-131-1/+19
* swap vselect operand order - pr10907Nadav Rotem2011-09-131-14/+14
* Remove include of header that doesn't exist (yet).Benjamin Kramer2011-09-131-1/+0
* I know copy&paste!Benjamin Kramer2011-09-131-1/+1
* Sketch out a DWARF parser.Benjamin Kramer2011-09-1324-2/+2046
* Add the DataExtractor utility class.Benjamin Kramer2011-09-134-0/+639
* Add versions 256-bit versions of alignedstore and alignedload, to beBruno Cardoso Lopes2011-09-132-12/+23
* Revert the remaining part of r139528. According to PR10907 the bug seemsBruno Cardoso Lopes2011-09-131-5/+5
* Add vselect target support for targets that do not support blend but do supportNadav Rotem2011-09-134-2/+83
* Support for PSP is gone too.Akira Hatanaka2011-09-131-7/+2
* [tablegen] In ClangAttrEmitter.cpp handle SourceLocation arguments to attribu...Argyrios Kyrtzidis2011-09-131-2/+7
* Use a cache to maintain list of machine basic blocks for a given UserValue.Devang Patel2011-09-131-10/+33
* Add SplitEditor::markOverlappedComplement().Jakob Stoklund Olesen2011-09-132-2/+28
* Teach the Thumb ASM parser that BKPT is allowed in IT blocks, even though it ...Owen Anderson2011-09-132-1/+12
* Eliminate the extendRange() wrapper.Jakob Stoklund Olesen2011-09-132-20/+15
* It is not necessary to search for mipsallegrex in target triple string.Akira Hatanaka2011-09-131-2/+1
* Fix encoding of Thumb2 shifted register operands with RRX shifts.Owen Anderson2011-09-132-0/+9
* Switch extendInBlock() to take a kill slot instead of the last use slot.Jakob Stoklund Olesen2011-09-135-20/+17