summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* [RuntimeDyld] Fix x86-64 MachO GOT relocation handling.Lang Hames2014-05-191-2/+7
* Check the alwaysinline attribute on the call as well as on the caller.Peter Collingbourne2014-05-192-3/+2
* Use range forMatt Arsenault2014-05-191-4/+1
* reverting r209132Jyotsna Verma2014-05-192-121/+250
* MemoryBuffer: Use GetNativeSystemInfo()Alp Toker2014-05-192-17/+6
* Revert "Patch for function cloning to inline all blocks whose address is taken"Eric Christopher2014-05-191-106/+34
* [ARM64] Split tbz/tbnz into W/X register variantBradley Smith2014-05-198-64/+144
* Hexagon: Add encoding bits to the mpy instructions.Jyotsna Verma2014-05-192-250/+121
* [mips][mips64r6] Sorted *_ENC, *_DESC classes and testsZoran Jovanovic2014-05-191-117/+124
* Resolving MSVC warnings about switch statements with a default label, but no ...Aaron Ballman2014-05-192-11/+6
* SDAG: Legalize vector BSWAP into a shuffle if the shuffle is legal but the bs...Benjamin Kramer2014-05-196-1/+51
* Added inst-combine for 'MIN(MIN(A, 97), 23)' and 'MAX(MAX(A, 23), 97)'Dinesh Dwivedi2014-05-191-5/+13
* Remove last uses of OwningPtr from llvm. As far as I can tell these method ve...Craig Topper2014-05-183-80/+0
* ARM: make libcall setup more table drivenSaleem Abdulrasool2014-05-181-161/+100
* Options: Use erase_if to remove Args from the list.Benjamin Kramer2014-05-181-8/+3
* ARM: improve WoA ABI conformance for frame registerSaleem Abdulrasool2014-05-181-3/+7
* ARM: consolidate frame pointer register knowledgeSaleem Abdulrasool2014-05-181-3/+5
* Target: remove old constructors for CallLoweringInfoSaleem Abdulrasool2014-05-1718-228/+190
* Target: change member from reference to pointerSaleem Abdulrasool2014-05-175-7/+7
* ARM: whitespaceSaleem Abdulrasool2014-05-171-3/+3
* Use create methods since msvc doesn't handle delegating constructors.Rafael Espindola2014-05-177-29/+43
* Handle ConstantAggregateZero when upgrading global_ctors.Rafael Espindola2014-05-171-6/+9
* Reduce abuse of default values in the GlobalAlias constructor.Rafael Espindola2014-05-177-18/+33
* Revert r209049 and r209065, "Add support for combining GEPs across PHI nodes"NAKAMURA Takumi2014-05-171-66/+0
* Fix for sanitizer crash introduced in r209049Louis Gerbarg2014-05-171-1/+8
* Target: Replace getSection().empty() with hasSection()David Majnemer2014-05-171-1/+1
* ARM: use the proper target object format for WoASaleem Abdulrasool2014-05-171-1/+2
* [x86] Fix a bad predicate I spotted by inspection -- pshufhw and pshuflwChandler Carruth2014-05-171-2/+2
* [DWARF parser] Teach DIContext to fetch short (non-linkage) function names fo...Alexey Samsonov2014-05-171-7/+9
* Add support for combining GEPs across PHI nodesLouis Gerbarg2014-05-161-0/+59
* Use a sized enum for MachineOperandType. No functionality changePete Cooper2014-05-161-1/+1
* Implemented special cases for PerformVSELECTCombine.Filipe Cabecinhas2014-05-161-0/+62
* Lower vselects into X86ISD::BLENDI when appropriate.Filipe Cabecinhas2014-05-161-1/+83
* Implemented LowerVSELECT to custom lower some instructions.Filipe Cabecinhas2014-05-162-16/+46
* Delete getAliasedGlobal.Rafael Espindola2014-05-1615-22/+18
* DebugInfo: Assert rather than conditionalizing when a CU's subprogram list co...David Blaikie2014-05-161-2/+2
* DebugInfo: Handle emitting constants of C++ unicode character type.David Blaikie2014-05-161-2/+3
* R600/SI: Refactor the VOP3_32 tablegen classTom Stellard2014-05-166-34/+112
* R600/SI: Add a PredicateControl class for managing TableGen predicatesTom Stellard2014-05-163-28/+22
* R600/SI: Move tablegen patterns away from instruction defsTom Stellard2014-05-161-30/+31
* R600/SI: Remove unused instructionTom Stellard2014-05-161-7/+0
* R600/SI: Promote f32 SELECT to i32Tom Stellard2014-05-162-6/+2
* R600/SI: Remove duplicate patternTom Stellard2014-05-161-5/+0
* Add comdat key field to llvm.global_ctors and llvm.global_dtorsReid Kleckner2014-05-168-42/+173
* Fix a warning in builds without asserts.Rafael Espindola2014-05-161-2/+1
* DebugInfo: Add an assert regarding the subprogram in the subprogram map match...David Blaikie2014-05-161-0/+1
* Fix most of PR10367.Rafael Espindola2014-05-1611-87/+158
* DebugInfo: Assume the CU's Subprogram list only contains definitions.David Blaikie2014-05-161-4/+1
* [ARM64] Increases the Sched Model accuracy for Cortex-A53.Chad Rosier2014-05-166-51/+228
* InstSimplify: Improve handling of ashr/lshrDavid Majnemer2014-05-161-1/+21
OpenPOWER on IntegriCloud