aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [mips][msa] Implemented insert_vector_elt for v4f32 and v2f64.Daniel Sanders2013-09-274-0/+119
* [mips][msa] Implemented extract_vector_elt for v4f32 or v2f64Daniel Sanders2013-09-275-4/+325
* Remove superfluous comment accidentally checked-in.Andrea Di Biagio2013-09-271-2/+0
* [mips][msa] Added support for MSA registers to copyPhysRegDaniel Sanders2013-09-272-0/+140
* [mips][msa] Added support for matching splati from normal IR (i.e. not intrin...Daniel Sanders2013-09-2710-20/+157
* Re-apply the change from r191393 with fix for pr17380.Andrea Di Biagio2013-09-272-0/+223
* [mips][msa] Added MSA.txt to describe instruction selection quirks.Daniel Sanders2013-09-271-0/+30
* Fix comment.Tilmann Scheller2013-09-271-1/+1
* ARM: Teach assembler to enforce constraint for Thumb2 LDRD (literal/immediate...Tilmann Scheller2013-09-272-0/+20
* [mips][msa] Tidy upDaniel Sanders2013-09-271-131/+119
* [mips][msa] MSA requires FR=1 mode (64-bit FPU register file). Report fatal e...Daniel Sanders2013-09-2757-58/+68
* [mips][msa] Expand all truncstores and loadexts for MSA as well as DSPDaniel Sanders2013-09-273-14/+48
* [mips][msa] Added missing check in performSRACombineDaniel Sanders2013-09-272-0/+141
* First check in. Modified a comment.Puyan Lotfi2013-09-271-1/+1
* Put HasAVX512 predicate on some patterns to properly disable them when AVX512...Craig Topper2013-09-271-9/+11
* Switch HasAVX to UseAVX in one spot to ensure that AVX512 form of VINSERTPS i...Craig Topper2013-09-271-1/+1
* Removal some duplicate patterns.Craig Topper2013-09-271-8/+0
* Fixing Intel format of the vshufpd instruction.Yunzhong Gao2013-09-273-2/+7
* Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...Rui Ueyama2013-09-2715-390/+160
* Fix another -Wnon-pod-varargs error in r191472.Rui Ueyama2013-09-271-1/+1
* Fix -Wnon-pod-varargs error in r191472.Rui Ueyama2013-09-271-6/+6
* llvm-objdump: Dump COFF import table if -private-headers option is given.Rui Ueyama2013-09-2715-160/+390
* MCParser/Debug info: Accept line number 0 as a legitimate value, sinceAdrian Prantl2013-09-262-2/+3
* [mips][msa] Direct Object Emission for 3RF instructions.Jack Carter2013-09-263-112/+376
* [mips][msa] Updates encoding of 3RF instructions to match the latest revision...Jack Carter2013-09-261-2/+2
* Fix PR 17372: Emitting PLD for stack address for ARM Thumb2Weiming Zhao2013-09-262-0/+29
* [PowerPC] Fix PR17354: Generate nop after local calls for PIC code.Bill Schmidt2013-09-262-1/+42
* Revert r191393 since it caused pr17380.Andrea Di Biagio2013-09-262-201/+0
* [Sparc] Implements exception handling in SPARC with DwarfCFI.Venkatraman Govindaraju2013-09-265-4/+138
* Implements parsing and emitting of .cfi_window_save in MC.Venkatraman Govindaraju2013-09-269-2/+112
* [ARM] Use the load-acquire/store-release instructions optimally in AArch32.Amara Emerson2013-09-2612-372/+1896
* PPC: Allow partial fills in writeNopData()David Majnemer2013-09-262-5/+11
* Add links to cross-compilation docs from getting startedRenato Golin2013-09-261-0/+4
* Added temp flag -misched-bench for staging in default changes.Andrew Trick2013-09-265-4/+22
* whitespaceAndrew Trick2013-09-261-2/+2
* PPC: Do not introduce ISD nodes for fctid and fctiwDavid Majnemer2013-09-263-8/+6
* PPC: Add support for fctid and fctiwDavid Majnemer2013-09-264-8/+20
* [mips][msa] Direct Object Emission for 3R instructions.Jack Carter2013-09-264-330/+1122
* [mips][msa] Updates encoding of 3R instructions to match the latest revision ...Jack Carter2013-09-261-9/+9
* [mips][msa] Direct Object Emission for 2RF instructions.Jack Carter2013-09-252-41/+126
* [mips][msa] Direct Object Emission support for the MSA instruction set. Jack Carter2013-09-256-8/+247
* [mips][msa] Updates encoding of 2RF instructions to match the latest revision...Jack Carter2013-09-251-4/+4
* Fix PR 17368: disable vector mul distribution for square of add/sub for ARMWeiming Zhao2013-09-252-0/+21
* Add gnu pubsections as options to llvm-dwarfdump.Eric Christopher2013-09-251-0/+2
* Dump the normal dwarf pubtypes section as well.Eric Christopher2013-09-254-20/+31
* Unify pubsection/gnu pubsection printing.Eric Christopher2013-09-252-33/+29
* Test commit. Removed trailing whitespace.Josh Magee2013-09-251-1/+1
* Slight formatting change for pubnames/pubtypes output.Eric Christopher2013-09-251-3/+3
* Fix a bad typo in the inline assembly code for mips16 pic fp stubsReed Kotler2013-09-253-15/+36
* Teach DAGCombiner how to canonicalize dags according to the ruleAndrea Di Biagio2013-09-252-0/+201