summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Update.Bill Wendling2013-09-27
* InstCombine: Only foldSelectICmpAndOr for integer typesJustin Bogner2013-09-27
* [mips] Rewrite MipsTargetLowering::getAddr functions as template functions.Akira Hatanaka2013-09-27
* Adding intrinsics to the llvm backend for TBM instruction set.Yunzhong Gao2013-09-27
* TBAA: handle scalar TBAA format and struct-path aware TBAA format.Manman Ren2013-09-27
* Transforms: Use getFirstNonPHI to set the insertion point for PHIsJustin Bogner2013-09-27
* [SystemZ] Rein back the use of block operationsRichard Sandiford2013-09-27
* [SystemZ] Improve handling of PC-relative addressesRichard Sandiford2013-09-27
* [mips][msa] Implemented insert.d intrinsic.Daniel Sanders2013-09-27
* ARM: Teach assembler to enforce constraints for ARM LDRD destination register...Tilmann Scheller2013-09-27
* [mips][msa] Implemented fill.d intrinsic.Daniel Sanders2013-09-27
* [mips][msa] Implemented copy_[us].d intrinsic.Daniel Sanders2013-09-27
* [mips][msa] Rename arguments to MSA_INSERT_DESC_BASE to better match their ex...Daniel Sanders2013-09-27
* [mips][msa] Implemented insert_vector_elt for v4f32 and v2f64.Daniel Sanders2013-09-27
* [mips][msa] Implemented extract_vector_elt for v4f32 or v2f64Daniel Sanders2013-09-27
* Remove superfluous comment accidentally checked-in.Andrea Di Biagio2013-09-27
* [mips][msa] Added support for MSA registers to copyPhysRegDaniel Sanders2013-09-27
* [mips][msa] Added support for matching splati from normal IR (i.e. not intrin...Daniel Sanders2013-09-27
* Re-apply the change from r191393 with fix for pr17380.Andrea Di Biagio2013-09-27
* [mips][msa] Added MSA.txt to describe instruction selection quirks.Daniel Sanders2013-09-27
* Fix comment.Tilmann Scheller2013-09-27
* ARM: Teach assembler to enforce constraint for Thumb2 LDRD (literal/immediate...Tilmann Scheller2013-09-27
* [mips][msa] Tidy upDaniel Sanders2013-09-27
* [mips][msa] MSA requires FR=1 mode (64-bit FPU register file). Report fatal e...Daniel Sanders2013-09-27
* [mips][msa] Expand all truncstores and loadexts for MSA as well as DSPDaniel Sanders2013-09-27
* [mips][msa] Added missing check in performSRACombineDaniel Sanders2013-09-27
* First check in. Modified a comment.Puyan Lotfi2013-09-27
* Put HasAVX512 predicate on some patterns to properly disable them when AVX512...Craig Topper2013-09-27
* Switch HasAVX to UseAVX in one spot to ensure that AVX512 form of VINSERTPS i...Craig Topper2013-09-27
* Removal some duplicate patterns.Craig Topper2013-09-27
* Fixing Intel format of the vshufpd instruction.Yunzhong Gao2013-09-27
* Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...Rui Ueyama2013-09-27
* Fix another -Wnon-pod-varargs error in r191472.Rui Ueyama2013-09-27
* Fix -Wnon-pod-varargs error in r191472.Rui Ueyama2013-09-27
* llvm-objdump: Dump COFF import table if -private-headers option is given.Rui Ueyama2013-09-27
* MCParser/Debug info: Accept line number 0 as a legitimate value, sinceAdrian Prantl2013-09-26
* [mips][msa] Direct Object Emission for 3RF instructions.Jack Carter2013-09-26
* [mips][msa] Updates encoding of 3RF instructions to match the latest revision...Jack Carter2013-09-26
* Fix PR 17372: Emitting PLD for stack address for ARM Thumb2Weiming Zhao2013-09-26
* [PowerPC] Fix PR17354: Generate nop after local calls for PIC code.Bill Schmidt2013-09-26
* Revert r191393 since it caused pr17380.Andrea Di Biagio2013-09-26
* [Sparc] Implements exception handling in SPARC with DwarfCFI.Venkatraman Govindaraju2013-09-26
* Implements parsing and emitting of .cfi_window_save in MC.Venkatraman Govindaraju2013-09-26
* [ARM] Use the load-acquire/store-release instructions optimally in AArch32.Amara Emerson2013-09-26
* PPC: Allow partial fills in writeNopData()David Majnemer2013-09-26
* Add links to cross-compilation docs from getting startedRenato Golin2013-09-26
* Added temp flag -misched-bench for staging in default changes.Andrew Trick2013-09-26
* whitespaceAndrew Trick2013-09-26
* PPC: Do not introduce ISD nodes for fctid and fctiwDavid Majnemer2013-09-26
* PPC: Add support for fctid and fctiwDavid Majnemer2013-09-26