aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* IR/GCOV.cpp: Use PRIu64 as format string with uint64_t.NAKAMURA Takumi2013-11-141-1/+1
* Whitespace.NAKAMURA Takumi2013-11-141-3/+2
* AVX-512: Handled extractelement from mask vector;Elena Demikhovsky2013-11-143-2/+80
* Indentation fixesMatt Arsenault2013-11-142-3/+2
* Add a commentMatt Arsenault2013-11-141-1/+3
* Fix trailing whitespace in debug printingMatt Arsenault2013-11-141-1/+1
* yaml::Input::mapTag(): Don't use StringRef to hold return type of std::string.NAKAMURA Takumi2013-11-141-1/+1
* Whitespace.NAKAMURA Takumi2013-11-141-1/+1
* AArch64DAGToDAGISel::SelectVTBL(): Fix a warning. [-Wunused-variable]NAKAMURA Takumi2013-11-141-3/+1
* Minor extension to llvm.experimental.patchpoint: don't require a call.Andrew Trick2013-11-142-12/+17
* Don't mangle \n and "Rafael Espindola2013-11-142-38/+15
* R600/SIFixSGPRCopies.cpp: Fix \param to \return. [-Wdocumentation]NAKAMURA Takumi2013-11-141-1/+1
* Whitespace.NAKAMURA Takumi2013-11-141-4/+4
* [AArch64 neon] support poly64 and relevant intrinsic functions.Kevin Qin2013-11-141-0/+9
* Implement aarch64 neon instruction class SIMD misc.Kevin Qin2013-11-143-17/+957
* Add dyn_cast<> support to YAML I/O's IO classNick Kledzik2013-11-141-2/+2
* Added BlockFrequencyInfo::view for displaying the block frequency propagation...Michael Gottesman2013-11-141-0/+103
* Implement AArch64 NEON instruction set AdvSIMD (table).Jiangning Liu2013-11-143-0/+168
* Fixing a heisenbug where the memory dependence analysis behaves differentlyYunzhong Gao2013-11-141-5/+6
* Add simple support for tags in YAML I/ONick Kledzik2013-11-141-0/+18
* llvm-cov: Slightly improved error checking.Yuchen Wu2013-11-141-0/+4
* llvm-cov: Removed StringMap holding GCOVLines.Yuchen Wu2013-11-141-39/+15
* llvm-cov: Replaced asserts with proper error handling.Yuchen Wu2013-11-141-44/+79
* Fixed 80+ violations.Michael Gottesman2013-11-141-5/+5
* R600: Fix uninitialized variable usageTom Stellard2013-11-131-5/+5
* Take care of long short branch immediate instructions for mips16 inReed Kotler2013-11-131-5/+10
* R600/SI: Add support for private address space load/storeTom Stellard2013-11-1324-134/+402
* R600/SI: Prefer SALU instructions for bit shift operationsTom Stellard2013-11-139-35/+528
* add more comments around the delinearization of arraysSebastian Pop2013-11-133-17/+88
* Simplify code. No functionality change.Jakub Staszak2013-11-131-8/+8
* Use StringRef instead of std::stringJakub Staszak2013-11-131-1/+1
* [AArch64] Add support for legacy AArch32 NEON scalar shift by immediateChad Rosier2013-11-131-5/+20
* Enable generating legacy IT block for AArch32Weiming Zhao2013-11-135-6/+42
* DIEHash: Move header include to be first in the implementation file to flush ...David Blaikie2013-11-132-1/+3
* [SystemZ] Add the general form of BCRRichard Sandiford2013-11-132-8/+8
* Move Delinearization pass into an anonymous namespace.Benjamin Kramer2013-11-131-0/+4
* Make sure LLVMLoadLibraryPermanently gets an extern "C" symbol.Benjamin Kramer2013-11-131-1/+1
* Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola2013-11-138-97/+34
* Don't call doFinalization from verifyFunction.Rafael Espindola2013-11-131-1/+0
* Fix bug in .gpword directive parsing.Vladimir Medic2013-11-131-4/+2
* Support for microMIPS trap instruction with immediate operands.Zoran Jovanovic2013-11-134-8/+27
* Fix -Wdelete-non-virtual-dtor warnings by making SampleProfile methods non-vi...Alexey Samsonov2013-11-131-4/+4
* SampleProfileLoader pass. Initial setup.Diego Novillo2013-11-133-0/+481
* XCore target: implement exception handlingRobert Lytton2013-11-133-3/+39
* This patch fixes a bug in floating point operands parsing, when instruction a...Vladimir Medic2013-11-131-2/+19
* Mips16InstrInfo.cpp: Use <cctype> instead of <ctype.h>NAKAMURA Takumi2013-11-131-2/+1
* Allow the code which returns the length for inline assembler to knowReed Kotler2013-11-133-3/+52
* R600: Fix selection failure on EXTLOADMatt Arsenault2013-11-131-1/+9
* SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.Juergen Ributzka2013-11-134-11/+51
* Introduce an AnalysisManager which is like a pass manager but with a lotChandler Carruth2013-11-132-0/+156