aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merging r195152:Bill Wendling2013-11-209-28/+83
* Merging r195138:Bill Wendling2013-11-201-2/+1
* Merging r195129:Bill Wendling2013-11-202-2/+3
* Merging r195118:Bill Wendling2013-11-202-11/+19
* Merging r195102:Bill Wendling2013-11-201-1/+1
* Merging r195193:Bill Wendling2013-11-201-3/+38
* Merging r195103:Bill Wendling2013-11-192-2/+7
* Merging r195100:Bill Wendling2013-11-191-0/+2
* Merging r195094:Bill Wendling2013-11-192-9/+47
* Merging r195093:Bill Wendling2013-11-193-77/+172
* Merging r195092:Bill Wendling2013-11-1914-155/+80
* Creating release_34 branchBill Wendling2013-11-190-0/+0
* Implement AArch64 neon instructions class SIMD lsone and SIMD lone-post.Hao Liu2013-11-1914-191/+4800
* Remove unused special member functions and reformat.Eric Christopher2013-11-192-14/+3
* Fix previous commit and fully remove variable.Eric Christopher2013-11-193-5/+3
* Remove unused variable.Eric Christopher2013-11-191-1/+0
* Implement AArch64 SISD intrinsics for vget_high and vget_low.Jiangning Liu2013-11-192-4/+258
* implement MC layer of AArch64 neon instruction PMULL and PMULL2 with 128 bit ...Kevin Qin2013-11-194-0/+28
* Add predicate for AArch64 crypto instructions.Jiangning Liu2013-11-193-3/+14
* [Mips] Support for MicroMips STO refactoring.Jack Carter2013-11-198-71/+28
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19113-151/+505
* llvm-dwarfdump: support for emitting only the debug_types section using -debu...David Blaikie2013-11-192-0/+5
* DwarfDebug: Move trailing else to the same line as prior closing braceDavid Blaikie2013-11-181-4/+2
* DwarfDebug: Remove some more redundant explicit constructions.David Blaikie2013-11-181-4/+3
* [Mips] MipsTargetStreamer refactoring.Jack Carter2013-11-184-64/+92
* DebugInfo: Simplify a few more explicit constructions, underconstrained types...David Blaikie2013-11-184-29/+26
* Revert "COFF: Emit all MCSymbols rather than filtering out some of them"Reid Kleckner2013-11-185-12/+34
* Debug info: Let LowerDbgDeclare perfom the dbg.declare -> dbg.valueAdrian Prantl2013-11-182-1/+107
* Docs: tweak code-block spacing.Ahmed Bougacha2013-11-181-0/+1
* The 'optnone' attribute means don't inline anything into this functionPaul Robinson2013-11-186-10/+67
* R600/SI: Fix moveToVALU when the first operand is VSrc.Matt Arsenault2013-11-183-13/+14
* R600/SI: Fix multiple SGPR reads when using VCC.Matt Arsenault2013-11-182-3/+36
* R600/SI: Implement add i64, but do not yet enable.Matt Arsenault2013-11-183-0/+74
* R600/SI: Specify SSrc operandsMatt Arsenault2013-11-181-2/+2
* R600/SI: addc / adde i32 are legalMatt Arsenault2013-11-181-0/+2
* R600/SI: Match addc to S_ADD_U32.Matt Arsenault2013-11-181-0/+7
* R600/SI: Match adde/sube to S_ADDC_U32/S_SUBB_U32Matt Arsenault2013-11-181-2/+4
* R600/SI: Specify S_ADD/S_SUB set SCC and add is commutableMatt Arsenault2013-11-181-1/+13
* R600/SI: Move patterns to match add / sub to scalar instructionsMatt Arsenault2013-11-186-30/+40
* R600/SI: Fix extra defs of VCC / SCC.Matt Arsenault2013-11-181-4/+15
* R600: Enable the IR structurizer by defaultTom Stellard2013-11-186-9/+8
* R600: Fix a crash in the AMDILCFGStrucurizerTom Stellard2013-11-182-6/+69
* R600: Add a SubtargetFeatture for disabling the ifcvt pass.Tom Stellard2013-11-184-1/+14
* R600: Use lower-case for EnableIRStructurizer featureTom Stellard2013-11-181-1/+1
* R600/SI: Fix illegal VGPR->SGPR copy inside of loopTom Stellard2013-11-182-2/+32
* R600/SI: Fix another case of illegal VGPR->SGPR copyTom Stellard2013-11-182-3/+28
* Checking for a return value with FormatMessage; if the call fails, there's no...Aaron Ballman2013-11-181-4/+9
* Fixing a possible memory leak from a failing realloc() call.Aaron Ballman2013-11-181-2/+7
* Recover gracefully when deserializing invalid YAML input.Alexander Kornienko2013-11-183-61/+152
* [ASan] Fix PR17867 - make sure ASan doesn't crash if use-after-scope and use-...Alexey Samsonov2013-11-183-9/+42