summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* [AArch64]Implement 128 bit register copy with NEON.Kevin Qin2013-11-26
* StackMap: Implement support for DirectMemRefOp.Andrew Trick2013-11-26
* whitespaceAndrew Trick2013-11-26
* Lift self-copy protection up to the header file and add self-moveChandler Carruth2013-11-26
* Fix a self-memcpy which only breaks under Valgrind's memcpyChandler Carruth2013-11-26
* [PM] Rename the 'Mod' member to the more idiomatic 'M'. No functionalityChandler Carruth2013-11-26
* DebugInfo: Remove CompileUnit::constructTypeDIEImpl now that it's just a simp...David Blaikie2013-11-26
* DebugInfo: Avoid emitting pubtype entries for type DIEs that just indirect to...David Blaikie2013-11-26
* Add an intrinsic for the SSE2 PAUSE instruction.Cameron McInally2013-11-26
* DebugInfo: Pubtypes: Coelesce pubtype registration with accelerator type regi...David Blaikie2013-11-26
* Do the string comparison in the constructor instead of once per nop.Rafael Espindola2013-11-25
* Don't use nopl in cpus that don't support it.Rafael Espindola2013-11-25
* ARM integrated assembler generates incorrect nop opcodeDavid Peixotto2013-11-25
* Unrevert r195599 with testcase fix.Bill Wendling2013-11-25
* Fix indentation typoTim Northover2013-11-25
* ARM: remove special cases for Darwin dynamic-no-pic mode.Tim Northover2013-11-25
* Fix .comm and .lcomm on COFF.Rafael Espindola2013-11-25
* Refactor to make the .bss, .data and .text sections available for other uses.Rafael Espindola2013-11-25
* Make helper function static.Benjamin Kramer2013-11-25
* ARM: remove unused patterns.Tim Northover2013-11-25
* [ARM] Enable FeatureMP for Cortex-A5 by default.Amara Emerson2013-11-25
* Revert r195599 as it broke the builds.Amara Emerson2013-11-25
* Fixed tryFoldToZero() for vector types that need expansion.Daniel Sanders2013-11-25
* X86: enable AVX2 under Haswell native compilationTim Northover2013-11-25
* Don't look past volatile loads.Bill Wendling2013-11-25
* Fixed a bug about disassembling AArch64 post-index load/store single element ...Hao Liu2013-11-25
* SparcFrameLowering.cpp: Prune 'DL' [-Wunused-variable]NAKAMURA Takumi2013-11-25
* Output a bit more information in the debug printing for MBP. This wasChandler Carruth2013-11-25
* [Sparc] Emit large negative adjustments to SP/FP with sethi+xor instead of se...Venkatraman Govindaraju2013-11-24
* [Sparc]: Implement LEA pattern for sparcv9.Venkatraman Govindaraju2013-11-24
* [SparcV9]: Do not emit .register directives for global registers that are clo...Venkatraman Govindaraju2013-11-24
* [SparcV9] Enable custom lowering of DYNAMIC_STACKALLOC in sparc64.Venkatraman Govindaraju2013-11-24
* Make sure that for C++ emitting LwConstant32 pseudos, that it correspondsReed Kotler2013-11-24
* Fix a funny bug I introduced during conversion of ARM constant islands to Mips.Reed Kotler2013-11-24
* [PM] Complete the cross-layer interfaces with a Module-to-FunctionChandler Carruth2013-11-23
* DwarfDebug: Move ownership of CompileUnits into DwarfUnitsDavid Blaikie2013-11-23
* Migrate metadata information from scalar to vector instructions duringChandler Carruth2013-11-23
* [PM] Add support to the analysis managers to query explicitly for cachedChandler Carruth2013-11-23
* Refactor DW_AT_ranges handling to use labels for ranges rather thanEric Christopher2013-11-23
* Reformat const for readability.Eric Christopher2013-11-23
* [PM] Switch the downward invalidation to be incremental where only theChandler Carruth2013-11-22
* R600/SI: Fixing handling of condition codesTom Stellard2013-11-22
* llvm-cov: Split entry blocks in GCNOProfiling.cpp.Yuchen Wu2013-11-22
* Debug Info: move StripDebugInfo from StripSymbols.cpp to DebugInfo.cpp.Manman Ren2013-11-22
* X86: Perform integer comparisons at i32 or larger.Jim Grosbach2013-11-22
* StructurizeCFG: Fix verification failure with some loops.Matt Arsenault2013-11-22
* StructurizeCFG: Fix inverting a branch on an argumentMatt Arsenault2013-11-22
* Teach ISel not to optimize 'optnone' functions (revised).Paul Robinson2013-11-22
* DEBUG shouldEvict decisionsAndrew Trick2013-11-22
* Minor cleanup. EvictionCost ctor was confusing relative to the other costs fl...Andrew Trick2013-11-22