summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* TableGen: Generate valid identifiers for anonymous recordsAlp Toker2013-12-21
* Fix typo in assert message: s/load/storeMark Lacey2013-12-21
* BlockFrequencyInfo: Readded getEntryFreq.Yuchen Wu2013-12-20
* ARM AnalyzeBranch should ignore DEBUG_VALUES while analyzing terminators.Lang Hames2013-12-20
* clang-format a couple of mis-formatted functionsTimur Iskhodzhanov2013-12-20
* [COFF] Add support for the .secidx directiveTimur Iskhodzhanov2013-12-20
* Implement initial-exec TLS for PPC32.Roman Divacky2013-12-20
* Support for microMIPS FPU instructions 1.Zoran Jovanovic2013-12-20
* Make this array const.Rafael Espindola2013-12-20
* [SystemZ] Optimize comparisons with truncated extended loadsRichard Sandiford2013-12-20
* [SystemZ] Extend RISBG optimizationRichard Sandiford2013-12-20
* Add support for krait cpu in llvm::sys::getHostCPUName()Kai Nacke2013-12-20
* Transforms: Don't create bad weights when eliminating dead casesJustin Bogner2013-12-20
* ARM IAS: add support for the .pool directiveSaleem Abdulrasool2013-12-20
* R600: Allow ftruncTom Stellard2013-12-20
* Ranges in the .debug_range section need to have begin and end labels,Eric Christopher2013-12-20
* Add support for a CU to output a set of ranges for the CU. This is usefulEric Christopher2013-12-20
* When parsing data layout string looking for endianness, use the correct defaultDmitri Gribenko2013-12-20
* Correctly apply the default pointer sizeDmitri Gribenko2013-12-20
* [x86] Rename In32BitMode predicate to Not64BitModeEric Christopher2013-12-20
* Fix documentation typosAlp Toker2013-12-20
* Un-revert: the buildbot failure in LLVM on lld-x86_64-win7 had me withKevin Enderby2013-12-19
* Change getStringRepresentation to skip defaults.Rafael Espindola2013-12-19
* Ensure deterministic when printing ARM assembler constant poolsDavid Peixotto2013-12-19
* Revert my change to the X86 assembler for intel syntax to work withKevin Enderby2013-12-19
* Changed the X86 assembler for intel syntax to work with directional labels.Kevin Enderby2013-12-19
* Make sys::ThreadLocal<> zero-initialized on non-thread builds (PR18205)Hans Wennborg2013-12-19
* Stay classy (and legal) LLVM. Remove links to 3rd party SMT solver whose link...Kay Tiong Khoo2013-12-19
* [X86][fast-isel] Fix select lowering.Quentin Colombet2013-12-19
* Implement the .ltorg directive for ARM assemblyDavid Peixotto2013-12-19
* Implement the ldr-pseudo opcode for ARM assemblyDavid Peixotto2013-12-19
* Add a finishParse() callback to the targer asm parserDavid Peixotto2013-12-19
* Improved fix for PR17827 (instcombine of shift/and/compare).Kay Tiong Khoo2013-12-19
* Small simplification, p0 is the same as p.Rafael Espindola2013-12-19
* Support for microMIPS control instructions.Zoran Jovanovic2013-12-19
* Long doubles are required to be aligned to 128 bits and svr4 32 bits.Rafael Espindola2013-12-19
* Add a disassembler to the PowerPC backendHal Finkel2013-12-19
* Support for microMIPS LL and SC instructions.Zoran Jovanovic2013-12-19
* Support for microMIPS TLS relocations.Zoran Jovanovic2013-12-19
* [dfsan] Simplify code after r197677.Evgeniy Stepanov2013-12-19
* Add an explicit insert point argument to SplitBlockAndInsertIfThen.Evgeniy Stepanov2013-12-19
* GCOV.cpp: Fix format strings, %lf. Don't use %lf to double.NAKAMURA Takumi2013-12-19
* R600/SI: Make private pointers be 32-bit.Matt Arsenault2013-12-19
* ARM IAS: support .inst directiveSaleem Abdulrasool2013-12-19
* [stackprotector] Use analysis from the StackProtector pass for stack layout i...Josh Magee2013-12-19
* Add stack alignment information for Sparc.Rafael Espindola2013-12-19
* Begin adding docs and IR-level support for the inalloca attributeReid Kleckner2013-12-19
* Synchronize the NaCl DataLayout strings with the ones in clang.Rafael Espindola2013-12-19
* Make cosmetic changes as part of Mips internal post commit review ofReed Kotler2013-12-19
* llvm-cov: Added -f option for function summaries.Yuchen Wu2013-12-19