aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ...NAKAMURA Takumi2013-08-0612-12/+14
* Replace EVT with MVT in isHorizontalBinOp as it is only called with legal types.Craig Topper2013-08-061-1/+1
* AsmPrinter/CMakeLists.txt: Add explicit dependency to intrinsics_gen here.NAKAMURA Takumi2013-08-061-0/+2
* Option/CMakeLists.txt: Don't use target_link_libraries. LLVMBuild knows depen...NAKAMURA Takumi2013-08-061-2/+0
* Simplify code slightly. No functional change.Craig Topper2013-08-061-4/+2