aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Re-enable the test with fix.Evan Cheng2010-07-141-3/+2
* temporarily disable to test to fix buildbots.Chris Lattner2010-07-141-2/+3
* fix a bug found by a warning I added to clang this morning.Chris Lattner2010-07-141-1/+1
* Teach ProcessImplicitDefs to transform more COPY instructions into IMPLICIT_D...Evan Cheng2010-07-144-22/+47
* Add an ARM-specific DAG combining to avoid redundant VDUPLANE nodes.Bob Wilson2010-07-142-0/+41
* Don't propagate debug locations to instructions for materializingDan Gohman2010-07-143-9/+17
* Add AVX 256-bit compare instructions and a bunch of testcasesBruno Cardoso Lopes2010-07-133-0/+458
* Remove vestigial decl.Jakob Stoklund Olesen2010-07-131-4/+0
* Print VNInfo flags.Jakob Stoklund Olesen2010-07-131-0/+4
* Use a target-specific VMOVIMM DAG node instead of BUILD_VECTOR to representBob Wilson2010-07-134-193/+79
* AVX 256-bit conversion instructionsBruno Cardoso Lopes2010-07-136-15/+313
* Update comment.Evan Cheng2010-07-131-1/+1
* In inline asm treat indirect 'X' constraint as 'm'.Dale Johannesen2010-07-132-3/+23
* Added a check that pusha cannot be encoded in 64-bit mode.Kevin Enderby2010-07-131-0/+2
* Add an assertion to make PR7542 fail consistently.Jakob Stoklund Olesen2010-07-131-0/+1
* Fix the Named Metadata example to make it clear which specificDan Gohman2010-07-131-0/+2
* Add support for empty named metadata too. This isn't particularlyDan Gohman2010-07-132-12/+14
* Fix LiveInterval::overlaps so it doesn't claim touching intervals overlap.Jakob Stoklund Olesen2010-07-131-10/+2
* Add support for empty metadata nodes: !{}.Dan Gohman2010-07-134-4/+11
* Extend the r107852 optimization which turns some fp compare to code sequence ...Evan Cheng2010-07-134-80/+302
* Add an ARM "feature". Cortex-a8 fp comparison is very slow (> 20 cycles).Evan Cheng2010-07-132-1/+7
* Patched Makefile.rules to allow objective C and objective C++ compilation.Greg Clayton2010-07-131-2/+56
* -enable-unsafe-fp-math should not imply -enable-finite-only-fp-math.Evan Cheng2010-07-134-4/+4
* Grammar.Eric Christopher2010-07-131-1/+1
* Fix PR number.Dale Johannesen2010-07-131-1/+1
* Switch from EXPECT_EQ({true,false, ...) to the more canonicalChandler Carruth2010-07-132-11/+11
* Fix compile unit in example. Thanks Renato Golin!Devang Patel2010-07-131-2/+2
* Handle the case of a tail recursion in which the tail call is followedDuncan Sands2010-07-132-14/+39
* rotate CallInst operandsGabor Greif2010-07-133-20/+12
* HTML cleanup and validation.Benjamin Kramer2010-07-131-111/+39
* When doing sext/zext of constants, the target type must be strictlyDuncan Sands2010-07-131-4/+2
* use a typedef instead of its expansion, patch by Michael SpencerChris Lattner2010-07-131-1/+1
* 80-columnsEric Christopher2010-07-135-12/+18
* Move NEON "modified immediate" encode/decode into ARMAddressingModes.h toBob Wilson2010-07-134-77/+84
* my work on adding segment registers to LEA missed the Chris Lattner2010-07-132-12/+6
* Add AVX 256-bit packed logical formsBruno Cardoso Lopes2010-07-133-0/+147
* Add AVX 256-bit unop arithmetic instructionsBruno Cardoso Lopes2010-07-133-53/+150
* Since AVX is a superset of all SSE versions, only use HasAVX for AVX instruct...Bruno Cardoso Lopes2010-07-132-81/+77
* Bring ELF64 on par with ELF32, add a few magic constants and support ".dynamic"Stephen Wilson2010-07-131-11/+123
* Don't add memory operands to storeRegToStackSlot / loadRegFromStackSlot results,Jakob Stoklund Olesen2010-07-131-38/+32
* Move some SIMD fragment code into X86InstrFragmentsSIMD so that theDavid Greene2010-07-122-336/+336
* Add AVX 256 binary arithmetic instructionsBruno Cardoso Lopes2010-07-123-7/+215
* More refactoring of basic SSE arith instructions. Open room for 256-bit instr...Bruno Cardoso Lopes2010-07-121-207/+158
* Simple format/style fixes.Stephen Wilson2010-07-121-28/+28
* Test commit.Stephen Wilson2010-07-121-1/+1
* MC/AsmParser: Move ELF specific parser to ELFAsmParser.cpp.Daniel Dunbar2010-07-123-43/+71
* MC/AsmParser: Move Darwin specific parse to DarwinAsmParser.cpp.Daniel Dunbar2010-07-123-728/+766
* Add convenience method FoldingSetImpl::InsertNode(Node *N) that asserts if th...Argyrios Kyrtzidis2010-07-121-0/+8
* Apply the SSE dependence idiom for SSE unary operations toDan Gohman2010-07-122-2/+49
* MC/AsmParser: Move .section parsing to Darwin specific parser.Daniel Dunbar2010-07-122-14/+10