Move various XCore tests to FileCheck
[oota-llvm.git] / lib /
2011-11-01 Eli FriedmanRemove a couple unused methods. PR11201.
2011-11-01 Eli FriedmanMake sure we use the right insertion point when instcom...
2011-11-01 Jim GrosbachARM VLD/VST assembly parsing for symbolic address operands.
2011-11-01 Jakob Stoklund OlesenUpdate split candidate correctly when interference...
2011-10-31 Eli FriedmanAdd support for new atomics to cpp backend. Misc other...
2011-10-31 Devang PatelAdd utility to append a function to the list of global...
2011-10-31 Jim GrosbachARM VST1 w/ writeback assembly parsing and encoding.
2011-10-31 Nadav RotemCleanup. Document. Make sure that this build_vector...
2011-10-31 Jim GrosbachARM writeback vs. stride operands for VST/VLD.
2011-10-31 Owen AndersonMore not-crashing NEON disassembly updates for the...
2011-10-31 Craig TopperBegin adding AVX2 instructions. No selection support...
2011-10-31 Nick LewyckySwitch new .file directive emission off by default...
2011-10-30 Craig TopperAdd intrinsics and feature flag for read/write FS/GS...
2011-10-30 Duncan SandsReapply commit 143214 with a fix: m_ICmp doesn't match...
2011-10-30 Peter CollingbourneTeach ModuleLinker::getLinkageResult about materialisab...
2011-10-30 Benjamin KramerX86: Emit logical shift by constant splat of <16 x...
2011-10-30 Nadav RotemFix pr11266.
2011-10-30 Benjamin KramerSilence compiler warning.
2011-10-29 Nadav RotemAdd a new DAGCombine optimization for BUILD_VECTOR.
2011-10-29 Benjamin KramerPPC: Disable moves for all CR subregisters.
2011-10-29 Benjamin KramerSimplifyLibCalls: Use IRBuilder.CreateGlobalString...
2011-10-29 Eli FriedmanRevert r143214; it's breaking a bunch of stuff.
2011-10-29 Dan GohmanRevert r143206, as there are still some failing tests.
2011-10-28 Jim GrosbachARM mode 'mov' to 'mvn' assembler alias.
2011-10-28 Jim GrosbachAdd Thumb2 alias for "mov Rd, #imm" to "mvn Rd, #~imm".
2011-10-28 Owen AndersonSpecify that the high bit of the alignment field is...
2011-10-28 Akira HatanakaMake changes necessary in LowerFormalArguments to suppo...
2011-10-28 Akira HatanakaMake changes necessary in LowerCall to support Mips64.
2011-10-28 Duncan SandsThe expression icmp eq (select (icmp eq x, 0), 1, x...
2011-10-28 Akira HatanakaAdd variable IsO32 to MipsTargetLowering.
2011-10-28 Duncan SandsA shift of a power of two is a power of two or zero.
2011-10-28 Duncan SandsFold icmp ugt (udiv X, Y), X to false. Spotted by...
2011-10-28 Owen AndersonReapply r143202, with a manual decoding hook for SWP...
2011-10-28 Dan GohmanReapply r143177 and r143179 (reverting r143188), with...
2011-10-28 Owen AndersonRevert r143202.
2011-10-28 Owen AndersonSpecify fixed bits on CPS instructions to enable roundt...
2011-10-28 Jim GrosbachThumb2 ADD/SUB instructions encoding selection outside...
2011-10-28 NAKAMURA TakumiDwarf: [PR11022] Fix emitting DW_AT_const_value(>i64...
2011-10-28 Benjamin KramerUse BranchProbability compare operators.
2011-10-28 Duncan SandsSpeculatively disable Dan's commits 143177 and 143179...
2011-10-28 Nick LewyckyAlways use the string pool, even when it makes the...
2011-10-28 Andrew TrickLFTR should avoid a type mismatch with null pointer...
2011-10-28 Dan GohmanDelete #if 0 code accidentally left in.
2011-10-28 Dan GohmanEliminate LegalizeOps' LegalizedNodes map and have...
2011-10-28 Jim GrosbachARM Allow 'q' registers in VLD/VST vector lists.
2011-10-27 Dan GohmanRemove the Alpha backend.
2011-10-27 Owen AndersonAdd some NEON stores to the VLD decoding hook that...
2011-10-27 Jakob Stoklund OlesenAlso set addrmode6 alignment when align==size.
2011-10-27 Jim GrosbachARM isel for vld1, opcode selection for register stride...
2011-10-27 Owen AndersonIf we're searching for a symbol reference to pretty...
2011-10-27 Evan ChengAvoid partial CPSR dependency from loop backedges....
2011-10-27 Owen AndersonFix pretty printing of i386 local sect diff relocations...
2011-10-27 Peter CollingbourneAdd a pinned metadata name for fpaccuracy, and document it
2011-10-27 Duncan SandsReapply commit 143028 with a fix: the problem was casti...
2011-10-27 Kevin EnderbyChange the sysexit mnemonic (and sysexitl) to never...
2011-10-27 Jim GrosbachThumb2 t2LDMDB[_UPD] assembly parsing to recognize...
2011-10-27 Owen AndersonExpose relocation accessors through the libObject C...
2011-10-27 Jim GrosbachThumb2 t2MVNi assembly parsing to recognize ".w" suffix.
2011-10-27 Owen AndersonAdd relocation iterators to the libObject C API.
2011-10-27 Benjamin KramerBlockFrequency: Use a smarter overflow check.
2011-10-27 Bob WilsonRevert Duncan's r143028 expression folding which appear...
2011-10-27 Benjamin KramerLLLexer: Factor hex char parsing.
2011-10-27 Nick LewyckyTeach our Dwarf emission to use the string pool.
2011-10-27 Eli FriedmanDon't crash on 128-bit sdiv by constant. Found by...
2011-10-27 Eli FriedmanIt is not safe to sink an alloca into a stacksave/stack...
2011-10-27 Chad RosierA branch predicated on a constant can just FastEmit...
2011-10-26 Lang HamesRename NonScalarIntSafe to something more appropriate.
2011-10-26 Chad RosierAdd a TODO comment. FastISel works by parsing each...
2011-10-26 Chad RosierFactor a little more code into EmitCmp, which should...
2011-10-26 Chad RosierUse EmitCmp in SelectBranch. No functional change...
2011-10-26 Nick LewyckyReflow lines, fix comments for doxygen style, fix white...
2011-10-26 Chad RosierFactor out an EmitCmp function that can be used by...
2011-10-26 Jim GrosbachTrailing whitespace.
2011-10-26 Jim GrosbachThumb2 ldr pc-relative encoding fixes.
2011-10-26 Rafael EspindolaFixes an issue reported by -verify-machineinstrs.
2011-10-26 Jim GrosbachARM parse parenthesized expressions for label references.
2011-10-26 Rafael EspindolaThis commit introduces two fake instructions MORESTACK_...
2011-10-26 Lang HamesMake sure short memsets on ARM lower to stores, even...
2011-10-26 Duncan SandsThe maximum power of 2 dividing a power of 2 is itself...
2011-10-26 Owen AndersonAdd support for scattered relocations to the MachO...
2011-10-26 Nick LewyckyOn an ELF system, ".debug_str" is mergeable and contain...
2011-10-26 Owen AndersonThe order of the two symbol listings in a Macho x86_64...
2011-10-26 Jim GrosbachThumb2 remove redundant ".w" suffix from t2MVNCCi pattern.
2011-10-26 Owen AndersonInclude the full 64 bits of relocation data in the...
2011-10-26 Owen AndersonExpand relocation type field to 64 bits. MachO scatter...
2011-10-26 Owen AndersonImprove pretty printing of GOT relocations in MachO...
2011-10-26 Duncan SandsMy super-optimizer noticed that we weren't folding...
2011-10-26 Duncan SandsSimplify SplitVecRes_UnaryOp by removing all the code...
2011-10-26 James MolloyRevert r142530 at least temporarily while a discussion...
2011-10-26 Bill WendlingUse a worklist to prevent the iterator from becoming...
2011-10-26 Eric ChristopherRemove unused variable.
2011-10-26 Jakob Stoklund OlesenDon't use floating point to do an integer's job.
2011-10-26 Evan ChengDisable LICM speculation in high register pressure...
2011-10-26 Evan ChengRevert part of r142530. The patch potentially hurts...
2011-10-26 Bill WendlingReapply r142920 with fix:
2011-10-26 Mon P WangThe bitcode reader can create an shuffle with a place...
2011-10-25 Michael J. SpencerObject/Archive: Cleanup anon namespace.
2011-10-25 Michael J. SpencerObject/Archive: Add BSD style long file name support...
2011-10-25 Owen AndersonRemove extraneous printing of "-PC".
2011-10-25 Owen AndersonAdd support for the notion of "hidden" relocations...
next