aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update LLVM for merge to r187913.Stephen Hines2013-08-098-13/+22
* Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807Stephen Hines2013-08-07785-37348/+45397
|\
| * Using the integrated assembler we'd fail to change section to theEric Christopher2013-08-071-2/+3
| * Fix a FIXME, on darwin all virtual sections have a zerofill type.Eric Christopher2013-08-071-1/+2
| * On Windows, autolink advapi32 from Path.inc for CryptAcquireContextWReid Kleckner2013-08-071-0/+4
| * Move assert above first use of variable that we'd be asserting on.Eric Christopher2013-08-071-2/+2
| * Confusing comment typo.Andrew Trick2013-08-071-1/+1
| * AVX-512 set: Added BROADCAST instructionsElena Demikhovsky2013-08-074-7/+146
| * [SystemZ] Optimize floating-point comparisons with zeroRichard Sandiford2013-08-076-74/+87
| * [SystemZ] Add floating-point load-and-test instructionsRichard Sandiford2013-08-073-0/+26
| * JumpThreading: Turn a select instruction into branching if it allows to threa...Benjamin Kramer2013-08-071-0/+83
| * Add support for linking against a curses library when available andChandler Carruth2013-08-071-10/+41
| * Remove some parens. No functional change.Eric Christopher2013-08-071-4/+4
| * Simplify code. No functional change intended.Craig Topper2013-08-071-4/+1
| * Initialize SIInsertWaits::ExpInstrTypesSeen in the pass constructor.Evgeniy Stepanov2013-08-071-1/+2
| * YAMLTraits.h: replace DenseMap that used a bad implementation of DenseMapInfoDmitri Gribenko2013-08-072-2/+3
| * Create a pattern for the "trap" instruction.Reed Kotler2013-08-072-0/+29
| * Fix boolean logic in LockFileManager and test itReid Kleckner2013-08-071-8/+10
| * Avoid using alloca in Windows/Program.incReid Kleckner2013-08-071-13/+15
| * Add a way to grab a particular attribute out of a DIE.Eric Christopher2013-08-073-14/+22
| * Move somewhat messy conditional out of line.Eric Christopher2013-08-071-7/+11
| * Remove unused functions introduced in r172685 to unbreak the Clang -Werror buildDavid Blaikie2013-08-071-16/+0
| * Implemented llvm::sys::locale::columnWidth and isPrint for the case of generi...Alexander Kornienko2013-08-071-5/+370
| * R600: Add new file from r187831 to CMakeLists.txtTom Stellard2013-08-061-0/+1
| * [mips] Rename register classes CPURegs and CPU64Regs.Akira Hatanaka2013-08-0622-622/+622
| * R600/SI: Use VSrc_* register classes as the default classes for typesTom Stellard2013-08-065-44/+163
| * R600/SI: Add more special cases for opcodes to ensureSRegLimit()Tom Stellard2013-08-064-32/+83
| * [NVPTX] We dont have any target specific flags yet for generating symbol refe...Justin Holewinski2013-08-061-7/+2
| * [mips] Mark instructions defined in Mips64InstrInfo.td that are duplicates ofAkira Hatanaka2013-08-063-54/+41
| * Change the linkage of these global values to 'internal'.Bill Wendling2013-08-061-4/+7
| * Remove some std stream usage from Support and TableGenReid Kleckner2013-08-063-18/+23
| * LoopVectorize: Allow vectorization of loops with lifetime markersArnold Schwaighofer2013-08-062-8/+21
| * [mips] Delete unnecessary InstAliases. Also, clear some of the InstAlias'Akira Hatanaka2013-08-063-38/+18
| * [mips] Replace usages of register classes with register operands. Also, removeAkira Hatanaka2013-08-067-168/+221
| * Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-062-16/+11
| * Adjust file to the coding standard.Jakub Staszak2013-08-061-53/+49
| * Add PPC64 mulli patternHal Finkel2013-08-061-0/+3
| * Remove extraneous semicolon.Jakub Staszak2013-08-061-1/+1
| * This corrects creation of operands for t2PLDW. It also removes the definition...Mihai Popa2013-08-062-25/+24
| * Support APSR_nzcv as operand for Thumb2 mrc. Deprecate pre-UAL syntax (pc ins...Mihai Popa2013-08-062-5/+5
| * [NVPTX] Add missing patterns for i1 [s,u]int_to_fpJustin Holewinski2013-08-061-11/+19
| * [NVPTX] Fix bug in stack code generation causes by MC conversionJustin Holewinski2013-08-064-53/+68
| * [NVPTX] Start conversion to MC infrastructureJustin Holewinski2013-08-0610-317/+593
| * ARM: implement allowTruncateForTailCallTim Northover2013-08-062-0/+18
| * Store compile unit corresponding to each chain of inlined debug info entries....Alexey Samsonov2013-08-065-39/+44
| * Add LLVM-style RTTI to DIContext/DWARFContext classesAlexey Samsonov2013-08-061-1/+6
| * Refactor isInTailCallPosition handlingTim Northover2013-08-065-134/+318
| * Unbreak Debug build on WindowsSerge Pavlov2013-08-061-0/+1
| * Simplify vector lane handling math a bit. No functional change intended.Craig Topper2013-08-061-22/+16
| * Simplify math a little bit.Craig Topper2013-08-061-16/+17