oota-llvm.git
2011-09-15 Jakob Stoklund... It is safe to remat a value killed by phis.
2011-09-15 Jakob Stoklund... Leave hasPHIKill flags alone in LiveInterval::RenumberV...
2011-09-15 Nick LewyckyUpdate Dwarf enums list for DWARF 4.
2011-09-15 Benjamin KramerDWARF: Print the number for unknown abbrev fields.
2011-09-15 Benjamin KramerDWARF: Fail gracefully when encountering unknown values...
2011-09-15 Nick LewyckyGive structs with virtual methods a virtual destructor.
2011-09-15 Benjamin KramerDWARF: Silence GCC -Wsign-compare warning.
2011-09-15 Benjamin KramerDWARF: Fix indentation.
2011-09-15 Benjamin KramerDWARF: Include <algorithm> explicitly.
2011-09-15 Benjamin KramerDWARF: Add basic support for line tables.
2011-09-15 Eli FriedmanMake demanded-elt simplification for shufflevector...
2011-09-15 Andrew Trick[regcoalescing] bug fix for RegistersDefinedFromSameValue.
2011-09-14 Eli FriedmanFix the code creating VZEXT_LOAD so that it creates...
2011-09-14 Jim GrosbachThumb2 assembly parsing and encoding for PLI.
2011-09-14 Jim GrosbachThumb2 assembly parsing and encoding for PLD.
2011-09-14 Douglas GregorUpdate the comment for system_temp_directory() to indic...
2011-09-14 Jim GrosbachThumb2 assembly parsing and encoding for PKH.
2011-09-14 Jim GrosbachARMv7a has the PKH instructions.
2011-09-14 Devang PatelAdd support to emit debug info for C++0x nullptr type.
2011-09-14 Jim GrosbachARM tighten up the register classes for the PKH instruc...
2011-09-14 Owen AndersonFix a crasher in Thumb2 MOV-immediate encoding for...
2011-09-14 Bill WendlingInclude limits.h to make sure PATH_MAX is known on...
2011-09-14 Jim GrosbachThumb2 assembly parsing and encoding for ORR.
2011-09-14 Jim GrosbachThumb2 assembly parsing and encoding for ORN.
2011-09-14 Jim GrosbachThumb2 assembly parsing and encoding for NOP.W.
2011-09-14 Jim GrosbachThumb2 assembly parsing and encoding for MVN.
2011-09-14 Owen AndersonNested IT blocks are UNPREDICTABLE. Mark them as such...
2011-09-14 Jim GrosbachThumb2 assembly parsing and encoding for MUL.
2011-09-14 Benjamin KramerDWARF: Generate the address lookup table from the DIE...
2011-09-14 Douglas GregorAdd a simple routine to determine the typical system...
2011-09-14 Jim GrosbachThumb2 assembly parsing and encoding for MSR/MRS.
2011-09-14 Jim GrosbachThumb2 assembly parsing and encoding for MRC/MRC2/MRRC...
2011-09-14 Jim GrosbachThumb2 assembly parsing and encoding for MOVT.
2011-09-14 Jim GrosbachThumb2 assembly parsing for MOV in IT block.
2011-09-14 Benjamin KramerDWARF: Reorder fields to reduce padding.
2011-09-14 Dan GohmanDon't mark objc_retainBlock as nounwind. It calls user...
2011-09-14 Dan Gohmanobjc_retainBlock is not NoModRef because it can update...
2011-09-14 Jim GrosbachARM fix assembly parser handling of ranges in register...
2011-09-14 Benjamin KramerDWARF: Improve indentation of DIE dumping so it's easie...
2011-09-14 Jakob Stoklund... Ignore the cloning of unknown registers.
2011-09-14 Benjamin Kramerllvm-dwarfdump: Make the "is debug info section" heuris...
2011-09-14 Akira HatanakaAdd comment.
2011-09-14 Jakob Stoklund... Hoist back-copies to the least busy dominator.
2011-09-14 Jim GrosbachMove state var to private class member.
2011-09-14 Douglas GregorAdd APInt support for converting to/from hexatridecimal...
2011-09-14 Nadav RotemAdd integer promotion support for vselect
2011-09-14 Craig TopperFix mem type for VEX.128 form of VROUNDP*. Remove filte...
2011-09-14 Craig TopperMake disassembling of VBLEND* print immediate as a...
2011-09-14 Craig TopperAdd test case for PR10851.
2011-09-14 Bruno Cardoso... One more patch towards JIT support for Mips.
2011-09-14 Bruno Cardoso... Teach the foldable tables about 128-bit AVX instruction...
2011-09-14 Bruno Cardoso... Vector shuffle mask <i32 4, i32 5, i32 2, i32 3> should...
2011-09-14 Benjamin KramerDon't rely in <algorithm> being pulled in transitively.
2011-09-14 Benjamin KramerObject: make the following changes into SymbolRef
2011-09-14 Benjamin KramerRemove unimplemented function prototypes from PathV2...
2011-09-14 Benjamin KramerDWARF: Port support for parsing .debug_aranges section...
2011-09-14 Benjamin KramerObjectFile: Add support for mach-o-style dSYM companion...
2011-09-14 Devang PatelRemove ancient debug info constructs from test cases...
2011-09-14 Devang PatelRemove unnecessary old test.
2011-09-14 Benjamin KramerDebugInfo: Don't print DIEs multiple times.
2011-09-13 Eric ChristopherFix indenting.
2011-09-13 Kevin EnderbyFirst step in supporting #line directives in assembler...
2011-09-13 NAKAMURA Takumiunittests/Support/DataExtractorTest.cpp: Specify ULL...
2011-09-13 Jakob Stoklund... Distinguish complex mapped values from forced recomputa...
2011-09-13 Devang PatelUpdate tests. Remove irrelevant tests.
2011-09-13 Jim GrosbachRemove unnecessary scope resolution operator.
2011-09-13 Akira HatanakaDelete test cases that generate code for allegrex/psp...
2011-09-13 Jakob Stoklund... Implement -split-spill-mode=size.
2011-09-13 Eli FriedmanFix check for unaligned load/store so it doesn't catch...
2011-09-13 Benjamin KramerStyle & indentation tweaks.
2011-09-13 Owen AndersonMake use of Eli's FileCheck sorcery to improve this...
2011-09-13 Devang PatelAdd a check to make sure schedulePass() has not deleted...
2011-09-13 Eli FriedmanError out on CodeGen of unaligned load/store. Fix...
2011-09-13 Owen AndersonCorrect disassembly printing of Thumb2 post-incremented...
2011-09-13 Jim GrosbachThere's only 16 regs legal in a register list.
2011-09-13 Jim GrosbachTidy up a few 80 column violations.
2011-09-13 Jim GrosbachTidy up a bit.
2011-09-13 Akira HatanakaAdd pattern used to match MipsLo, which is needed when...
2011-09-13 Nadav RotemFix the assertion which checks the size of the input...
2011-09-13 Akira HatanakaDisable tests which generate code for allegrex or psp.
2011-09-13 Nadav Rotemupdate checked pattern
2011-09-13 Nadav Rotemswap vselect operand order - pr10907
2011-09-13 Benjamin KramerRemove include of header that doesn't exist (yet).
2011-09-13 Benjamin KramerI know copy&paste!
2011-09-13 Benjamin KramerSketch out a DWARF parser.
2011-09-13 Benjamin KramerAdd the DataExtractor utility class.
2011-09-13 Bruno Cardoso... Add versions 256-bit versions of alignedstore and align...
2011-09-13 Bruno Cardoso... Revert the remaining part of r139528. According to...
2011-09-13 Nadav RotemAdd vselect target support for targets that do not...
2011-09-13 Akira HatanakaSupport for PSP is gone too.
2011-09-13 Argyrios Kyrtzidis[tablegen] In ClangAttrEmitter.cpp handle SourceLocatio...
2011-09-13 Devang PatelUse a cache to maintain list of machine basic blocks...
2011-09-13 Jakob Stoklund... Add SplitEditor::markOverlappedComplement().
2011-09-13 Owen AndersonTeach the Thumb ASM parser that BKPT is allowed in...
2011-09-13 Jakob Stoklund... Eliminate the extendRange() wrapper.
2011-09-13 Akira HatanakaIt is not necessary to search for mipsallegrex in targe...
2011-09-13 Owen AndersonFix encoding of Thumb2 shifted register operands with...
2011-09-13 Jakob Stoklund... Switch extendInBlock() to take a kill slot instead...
2011-09-13 Jakob Stoklund... Use a separate LiveRangeCalc for the complement in...
2011-09-13 Devang PatelMaintain hexadecimal order.
next