summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Move the verbose asm option to be part of the options struct andEric Christopher2014-05-20
* Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSizeKevin Enderby2014-05-20
* Revert "DebugInfo: Assume all subprogram DIEs have been created before any ab...David Blaikie2014-05-20
* [ARM64] PR19792: Fix cycle in DAG after performPostLD1CombineAdam Nemet2014-05-20
* Unbreak the sanitizer buildbots after r209226 due to SROA issue described in ...David Blaikie2014-05-20
* Move the function and data section flags into the options struct andEric Christopher2014-05-20
* Revert r209235 as it broke two tests:Kevin Enderby2014-05-20
* Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSizeKevin Enderby2014-05-20
* [LSR] Canonicalize reg1 + ... + regN into reg1 + ... + 1*regN.Quentin Colombet2014-05-20
* Fix test breakage introduced in r209223.David Blaikie2014-05-20
* Rewrite calculateDbgValueHistory to make it (hopefully) more transparent.Alexey Samsonov2014-05-20
* PR19767: DebugInfo emission of pointer constants.David Blaikie2014-05-20
* [PowerPC] PR19796: Also match ISD::TargetConstant in isIntS16ImmediateAdam Nemet2014-05-20
* Clean up language and grammar.Eric Christopher2014-05-20
* Temporarily revert: r209129 - [mips][mips64r6] Sorted *_ENC, *_DESC classes a...Daniel Sanders2014-05-20
* TableGen: permit non-leaf ComplexPattern usesTim Northover2014-05-20
* Add parentheses to suppress the gcc warning '-Wparentheses'.Simon Atanasyan2014-05-20
* Legalizer: Make bswap promotion safe for vectors.Benjamin Kramer2014-05-20
* [Mips] Add more relocation types and MIPS specific e_flags constants.Simon Atanasyan2014-05-20
* ARMEB: Additional test files for ARM fixupsChristian Pirker2014-05-20
* TableGen: convert InstAlias's Emit bit to an int.Tim Northover2014-05-20
* [X86] Tune LEA usage for SilvermontAlexey Volkov2014-05-20
* [LV][REFACTOR] One more tiny fix for printing debug locations in loop vectori...Zinovy Nis2014-05-20
* Teach isKnownNonNull that a nonnull return is not null. Add a test for this c...Nick Lewycky2014-05-20
* DebugInfo: Emit function definitions within their namespace scope.David Blaikie2014-05-20
* Add 'nonnull', a new parameter and return attribute which indicates that the ...Nick Lewycky2014-05-20
* DebugInfo: Assume all subprogram DIEs have been created before any abstract s...David Blaikie2014-05-19
* [ARM64] Adds Cortex-A53 scheduling support for vector load/store post.Chad Rosier2014-05-19
* Remove unused method declarationMatt Arsenault2014-05-19
* DebugInfo: Don't include DW_AT_inline on each abstract definition multiple ti...David Blaikie2014-05-19
* DebugInfo: Fix missing inlined_subroutines caused by r208748.David Blaikie2014-05-19
* Fix typos.Eric Christopher2014-05-19
* [ConstantHoisting][X86] Change the cost model to never hoist constants for ty...Juergen Ributzka2014-05-19
* [X86] Add ISel patterns to improve the selection of TZCNT and LZCNT.Andrea Di Biagio2014-05-19
* Implement MachOObjectFile::isSectionData() and MachOObjectFile::isSectionBSSKevin Enderby2014-05-19
* Added more insertps optimizationsFilipe Cabecinhas2014-05-19
* [RuntimeDyld] Fix x86-64 MachO GOT relocation handling.Lang Hames2014-05-19
* Check the alwaysinline attribute on the call as well as on the caller.Peter Collingbourne2014-05-19
* Use range forMatt Arsenault2014-05-19
* reverting r209132Jyotsna Verma2014-05-19
* MemoryBuffer: Use GetNativeSystemInfo()Alp Toker2014-05-19
* Revert "Patch for function cloning to inline all blocks whose address is taken"Eric Christopher2014-05-19
* [ARM64] Split tbz/tbnz into W/X register variantBradley Smith2014-05-19
* Hexagon: Add encoding bits to the mpy instructions.Jyotsna Verma2014-05-19
* [mips][mips64r6] Sorted *_ENC, *_DESC classes and testsZoran Jovanovic2014-05-19
* Resolving MSVC warnings about switch statements with a default label, but no ...Aaron Ballman2014-05-19
* SDAG: Legalize vector BSWAP into a shuffle if the shuffle is legal but the bs...Benjamin Kramer2014-05-19
* Added inst-combine for 'MIN(MIN(A, 97), 23)' and 'MAX(MAX(A, 23), 97)'Dinesh Dwivedi2014-05-19
* Remove last uses of OwningPtr from llvm. As far as I can tell these method ve...Craig Topper2014-05-18
* ARM: make libcall setup more table drivenSaleem Abdulrasool2014-05-18