summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* [AArch64] Add support for NEON scalar floating-point absolute difference.Chad Rosier2013-11-27
* Use simple section names for COMDAT sections on COFF.Rafael Espindola2013-11-27
* PR1860 - We can't save a list of ExtractElement instructions to CSE because s...Nadav Rotem2013-11-26
* 80-column fixups.Eric Christopher2013-11-26
* [AArch64] Add support for NEON scalar floating-point to integer convertChad Rosier2013-11-26
* LoopVectorizer: Truncate i64 trip counts of i32 phis if necessaryArnold Schwaighofer2013-11-26
* Fix a bug related to constant islands for Mips16 and mips16/32 dual mode.Reed Kotler2013-11-26
* Refactor some code in SampleProfile.cppDiego Novillo2013-11-26
* Fix PR18054Michael Liao2013-11-26
* DwarfDebug: Include type units in accelerator tables.David Blaikie2013-11-26
* Fix spurious return introduced by my earlier patch to DebugInfoRenato Golin2013-11-26
* PR18060 - When we RAUW values with ExtractElement instructions in some casesNadav Rotem2013-11-26
* Add return to DIType::VerifyRenato Golin2013-11-26
* PR17925 bugfix.Stepan Dyatkovskiy2013-11-26
* Rename DwarfException methods so the new names are consistent with DwarfDebug...Timur Iskhodzhanov2013-11-26
* Darwin-ARM: use movw/movt for static relocationsTim Northover2013-11-26
* [PM] Factor the overwhelming majority of the interface boiler plate outChandler Carruth2013-11-26
* [SystemZ] Fix incorrect use of RISBG for a zero-extended right shiftRichard Sandiford2013-11-26
* [PM] Split the CallGraph out from the ModulePass which creates theChandler Carruth2013-11-26
* [PM] Reformat some code with clang-format as I'm going to be editting asChandler Carruth2013-11-26
* Refactored the implementation of AArch64 NEON instruction ZIP, UZPKevin Qin2013-11-26
* [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