summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2013-12-20Support for microMIPS FPU instructions 1.Zoran Jovanovic5-54/+269
2013-12-20Make this array const.Rafael Espindola1-4/+4
2013-12-20[SystemZ] Optimize comparisons with truncated extended loadsRichard Sandiford1-2/+24
2013-12-20[SystemZ] Extend RISBG optimizationRichard Sandiford1-3/+17
2013-12-20Add support for krait cpu in llvm::sys::getHostCPUName()Kai Nacke1-0/+11
2013-12-20Transforms: Don't create bad weights when eliminating dead casesJustin Bogner1-1/+1
2013-12-20ARM IAS: add support for the .pool directiveSaleem Abdulrasool1-2/+2
2013-12-20R600: Allow ftruncTom Stellard2-0/+5
2013-12-20Ranges in the .debug_range section need to have begin and end labels,Eric Christopher1-13/+8
2013-12-20Add support for a CU to output a set of ranges for the CU. This is usefulEric Christopher2-20/+74
2013-12-20When parsing data layout string looking for endianness, use the correct defaultDmitri Gribenko1-1/+1
2013-12-20Correctly apply the default pointer sizeDmitri Gribenko1-1/+1
2013-12-20[x86] Rename In32BitMode predicate to Not64BitModeEric Christopher10-135/+135
2013-12-20Fix documentation typosAlp Toker1-1/+1
2013-12-19Un-revert: the buildbot failure in LLVM on lld-x86_64-win7 had me withKevin Enderby1-2/+34
2013-12-19Change getStringRepresentation to skip defaults.Rafael Espindola1-17/+45
2013-12-19Ensure deterministic when printing ARM assembler constant poolsDavid Peixotto1-12/+24
2013-12-19Revert my change to the X86 assembler for intel syntax to work withKevin Enderby1-34/+2
2013-12-19Changed the X86 assembler for intel syntax to work with directional labels.Kevin Enderby1-2/+34
2013-12-19Make sys::ThreadLocal<> zero-initialized on non-thread builds (PR18205)Hans Wennborg2-2/+2
2013-12-19Stay classy (and legal) LLVM. Remove links to 3rd party SMT solver whose link...Kay Tiong Khoo1-4/+2
2013-12-19[X86][fast-isel] Fix select lowering.Quentin Colombet1-2/+7
2013-12-19Implement the .ltorg directive for ARM assemblyDavid Peixotto1-0/+21
2013-12-19Implement the ldr-pseudo opcode for ARM assemblyDavid Peixotto1-1/+93
2013-12-19Add a finishParse() callback to the targer asm parserDavid Peixotto1-0/+4
2013-12-19Improved fix for PR17827 (instcombine of shift/and/compare).Kay Tiong Khoo1-22/+32
2013-12-19Small simplification, p0 is the same as p.Rafael Espindola1-1/+1
2013-12-19Support for microMIPS control instructions.Zoran Jovanovic4-25/+101
2013-12-19Long doubles are required to be aligned to 128 bits and svr4 32 bits.Rafael Espindola1-4/+0
2013-12-19Add a disassembler to the PowerPC backendHal Finkel11-3/+361
2013-12-19Support for microMIPS LL and SC instructions.Zoran Jovanovic5-4/+41
2013-12-19Support for microMIPS TLS relocations.Zoran Jovanovic5-2/+20
2013-12-19[dfsan] Simplify code after r197677.Evgeniy Stepanov1-19/+14
2013-12-19Add an explicit insert point argument to SplitBlockAndInsertIfThen.Evgeniy Stepanov4-30/+25
2013-12-19GCOV.cpp: Fix format strings, %lf. Don't use %lf to double.NAKAMURA Takumi1-3/+3
2013-12-19R600/SI: Make private pointers be 32-bit.Matt Arsenault4-16/+12
2013-12-19ARM IAS: support .inst directiveSaleem Abdulrasool2-0/+132
2013-12-19[stackprotector] Use analysis from the StackProtector pass for stack layout i...Josh Magee14-36/+109
2013-12-19Add stack alignment information for Sparc.Rafael Espindola1-0/+5
2013-12-19Begin adding docs and IR-level support for the inalloca attributeReid Kleckner9-26/+76
2013-12-19Synchronize the NaCl DataLayout strings with the ones in clang.Rafael Espindola3-5/+12
2013-12-19Make cosmetic changes as part of Mips internal post commit review ofReed Kotler1-4/+4
2013-12-19llvm-cov: Added -f option for function summaries.Yuchen Wu1-15/+81
2013-12-18Fix a problem with mips16 stubs when calls are transformed duringReed Kotler1-0/+18
2013-12-18[aarch32] fix bug 18268: Incorrect condition of vselWeiming Zhao1-1/+1
2013-12-18Debug info: Implement (rvalue) reference qualifiers for C++11 non-staticAdrian Prantl3-2/+36
2013-12-18Pull in a couple of new constants from the upcoming DWARF 5 standard.Adrian Prantl1-0/+21
2013-12-18Correctly handle the degenerated triple "thumb".Rafael Espindola1-6/+3
2013-12-18llvm-cov: Print coverage summary to STDOUT.Yuchen Wu1-3/+38
2013-12-18llvm-cov: s/(.*)Executed/\1Exec/Yuchen Wu1-3/+3