summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix error in tablegen when either operand of !if is an empty list.Matt Arsenault2014-06-10
* Fix typos.Eric Christopher2014-06-10
* R600: Use BCNT_INT for evergreenMatt Arsenault2014-06-10
* R600/SI: Implement i64 ctpopMatt Arsenault2014-06-10
* R600/SI: Use bcnt instruction for ctpopMatt Arsenault2014-06-10
* Use an enum class now that they are available.Rafael Espindola2014-06-10
* R600: Handle fcopysignMatt Arsenault2014-06-10
* R600/SI: Handle sign_extend and zero_extend to i64 with patterns.Matt Arsenault2014-06-10
* Add a FIXME.Eric Christopher2014-06-10
* Move AArch64SelectionDAGInfo down to the subtarget.Eric Christopher2014-06-10
* [FastISel] Collect statistics about failing intrinsic calls.Juergen Ributzka2014-06-10
* Remove the cached little endian variable. We can get it easily offEric Christopher2014-06-10
* Have AArch64SelectionDAGInfo take a DataLayout parameter ratherEric Christopher2014-06-10
* Remove caching of the subtarget for AArch64SelectionDAGInfo.Eric Christopher2014-06-10
* Move DataLayout onto the AArch64 subtarget.Eric Christopher2014-06-10
* Test commit, wraps some lines to fit in 80 columns.Zachary Turner2014-06-10
* Move AArch64FrameLowering into the subtarget.Eric Christopher2014-06-10
* Remove the uses of AArch64TargetMachine and AArch64Subtarget fromEric Christopher2014-06-10
* Do Materialize Floating Point in Mips Fast-IselReed Kotler2014-06-10
* [X86] Improved target combine rules for selecting horizontal add/sub.Andrea Di Biagio2014-06-10
* Hexagon: Expand i1 SELECT_CCTom Stellard2014-06-10
* [X86] AVX512: Add vmovntdqaAdam Nemet2014-06-10
* Fix a bug in the Thumb1 ARM Load/Store optimizerRenato Golin2014-06-10
* SelectionDAG: Don't use MVT::Other to determine legality of ISD::SELECT_CCTom Stellard2014-06-10
* SelectionDAG: Enable (and (setcc x), (setcc y)) -> (setcc (and x, y)) for vec...Tom Stellard2014-06-10
* SelectionDAG: Expand SELECT_CC to SELECT + SETCCTom Stellard2014-06-10
* [PPC64LE] Recognize shufflevector patterns for little endianBill Schmidt2014-06-10
* [AArch64] Emit .ident compiler version attribute.Chad Rosier2014-06-10
* Add detection of OS X relocatable SDK to compiler-rt as a lit.util functionAlexander Potapenko2014-06-10
* Condition codes AL and NV are invalid in the aliases that useArtyom Skrobov2014-06-10
* Refactoring in AsmWriterEmitter::EmitPrintAliasInstruction()Artyom Skrobov2014-06-10
* Anonymous definitions in foreach blocks triggered a 'def already exists'Artyom Skrobov2014-06-10
* AArch64: disallow x30 & x29 as the destination for indirect tail callsTim Northover2014-06-10
* Revert "X86: elide comparisons after cmpxchg instructions."Tim Northover2014-06-10
* X86: elide comparisons after cmpxchg instructions.Tim Northover2014-06-10
* AArch64: teach FastISel how to handle offset FrameIndicesTim Northover2014-06-10
* AArch64: make FastISel memcpy emission more robust.Tim Northover2014-06-10
* Delete X86JITInfo in the subtarget destructor.Eric Christopher2014-06-10
* [llvm-readobj][ELF] Factor out the code retrieve ELF symbol informationSimon Atanasyan2014-06-10
* SmallVectorTest.cpp: Use LLVM_DELETED_FUNCTION.NAKAMURA Takumi2014-06-10
* [ConstantHoisting][X86] Improve the cost model for small constants with large...Juergen Ributzka2014-06-10
* Reorder Value and User fields to save 8 bytes of padding on 64-bitReid Kleckner2014-06-09
* Removing an "if (!this)" check from two print methods. The condition willRichard Trieu2014-06-09
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-09
* SmallVector: support resize(N) with move-only typesDavid Blaikie2014-06-09
* [PPC64LE] Generate correct code for unaligned little-endian vector loadsBill Schmidt2014-06-09
* Generate better location ranges for some register-described variables.Alexey Samsonov2014-06-09
* Update langref for unnamed_addr being allowed in aliases.Rafael Espindola2014-06-09
* ARM: add VLA extension for WoA Itanium ABISaleem Abdulrasool2014-06-09
* Look through addrspacecasts when turning ptr comparisons intoMatt Arsenault2014-06-09