summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* Options: Use erase_if to remove Args from the list.Benjamin Kramer2014-05-18
* ARM: improve WoA ABI conformance for frame registerSaleem Abdulrasool2014-05-18
* ARM: consolidate frame pointer register knowledgeSaleem Abdulrasool2014-05-18
* Target: remove old constructors for CallLoweringInfoSaleem Abdulrasool2014-05-17
* Target: change member from reference to pointerSaleem Abdulrasool2014-05-17
* ARM: whitespaceSaleem Abdulrasool2014-05-17
* Use create methods since msvc doesn't handle delegating constructors.Rafael Espindola2014-05-17
* Handle ConstantAggregateZero when upgrading global_ctors.Rafael Espindola2014-05-17
* Reduce abuse of default values in the GlobalAlias constructor.Rafael Espindola2014-05-17
* Revert r209049 and r209065, "Add support for combining GEPs across PHI nodes"NAKAMURA Takumi2014-05-17
* Fix for sanitizer crash introduced in r209049Louis Gerbarg2014-05-17
* Target: Replace getSection().empty() with hasSection()David Majnemer2014-05-17
* ARM: use the proper target object format for WoASaleem Abdulrasool2014-05-17
* [x86] Fix a bad predicate I spotted by inspection -- pshufhw and pshuflwChandler Carruth2014-05-17
* [DWARF parser] Teach DIContext to fetch short (non-linkage) function names fo...Alexey Samsonov2014-05-17
* Add support for combining GEPs across PHI nodesLouis Gerbarg2014-05-16
* Use a sized enum for MachineOperandType. No functionality changePete Cooper2014-05-16
* Implemented special cases for PerformVSELECTCombine.Filipe Cabecinhas2014-05-16
* Lower vselects into X86ISD::BLENDI when appropriate.Filipe Cabecinhas2014-05-16
* Implemented LowerVSELECT to custom lower some instructions.Filipe Cabecinhas2014-05-16
* Delete getAliasedGlobal.Rafael Espindola2014-05-16
* DebugInfo: Assert rather than conditionalizing when a CU's subprogram list co...David Blaikie2014-05-16
* DebugInfo: Handle emitting constants of C++ unicode character type.David Blaikie2014-05-16
* R600/SI: Refactor the VOP3_32 tablegen classTom Stellard2014-05-16
* R600/SI: Add a PredicateControl class for managing TableGen predicatesTom Stellard2014-05-16
* R600/SI: Move tablegen patterns away from instruction defsTom Stellard2014-05-16
* R600/SI: Remove unused instructionTom Stellard2014-05-16
* R600/SI: Promote f32 SELECT to i32Tom Stellard2014-05-16
* R600/SI: Remove duplicate patternTom Stellard2014-05-16
* Add comdat key field to llvm.global_ctors and llvm.global_dtorsReid Kleckner2014-05-16
* Fix a warning in builds without asserts.Rafael Espindola2014-05-16
* DebugInfo: Add an assert regarding the subprogram in the subprogram map match...David Blaikie2014-05-16
* Fix most of PR10367.Rafael Espindola2014-05-16
* DebugInfo: Assume the CU's Subprogram list only contains definitions.David Blaikie2014-05-16
* [ARM64] Increases the Sched Model accuracy for Cortex-A53.Chad Rosier2014-05-16
* InstSimplify: Improve handling of ashr/lshrDavid Majnemer2014-05-16
* InstSimplify: Optimize using dividend in sdivDavid Majnemer2014-05-16