summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-15100-754/+407
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-15100-407/+754
* Fix namespace indentation and missing blank lines before 'public:' in *MCAsmI...Daniel Sanders2015-09-158-91/+103
* [GlobalsAA] Disable globals-aa by defaultJames Molloy2015-09-151-1/+1
* [mips][microMIPS] Implement CACHEE and PREFE instructions for microMIPS32r6Zoran Jovanovic2015-09-153-1/+31
* [mips] Added support for various EVA ASE instructions.Daniel Sanders2015-09-159-14/+345
* [PlaceSafepoints] Make the width of a counted loop settable.Sanjoy Das2015-09-151-18/+11
* [WebAssembly] Implement int64-to-int32 conversion.Dan Gohman2015-09-151-0/+3
* DwarfDebug: Emit dwo_id+dwo_name for DICompileUnits that provide a dwoId.Adrian Prantl2015-09-141-0/+8
* [opaque pointer types] Add an explicit value type to GlobalObjectDavid Blaikie2015-09-141-2/+2
* [opaque pointer types] Switch a few cases of getElementType over, since I had...David Blaikie2015-09-145-26/+21
* RegisterPressure: Simplify close{Top|Bottom}()Matthias Braun2015-09-141-12/+2
* [InstCombineCalls] Use isKnownNonNullAt() to check nullness of passing argume...Chen Li2015-09-142-2/+6
* Revert "[opaque pointer type] Pass GlobalAlias the actual pointer type rather...David Blaikie2015-09-149-32/+46
* Improve ISel using across lane min/max reductionJun Bum Lim2015-09-141-53/+190
* [mips] Unified the MipsMemSimm9GPRAsmOperand and MipsMemSimm9AsmOperand opera...Daniel Sanders2015-09-143-24/+10
* [MergeFuncs] Fix bug in merging GetElementPointersJF Bastien2015-09-141-2/+2
* [ARM] Extract shifts out of multiply-by-constantJohn Brawn2015-09-141-19/+111
* [mips] Remove redundant nested-name-specifier. NFCSimon Atanasyan2015-09-141-25/+12
* [mips] Save a copy of MipsABIInfo in the MipsTargetStreamer to escape a dangl...Simon Atanasyan2015-09-141-3/+4
* GlobalsAAResult: Try to fix crash.NAKAMURA Takumi2015-09-141-10/+16
* [X86][MMX] Added shuffle decodes for MMX/3DNow! shuffles.Simon Pilgrim2015-09-133-2/+77
* [FunctionAttrs] Move the malloc-like test to a static helper functionChandler Carruth2015-09-131-4/+3
* [FunctionAttrs] Factor the logic to test for a known non-null return outChandler Carruth2015-09-131-7/+10
* AVX-512: Fixed a bug in OR/XOR operations for 512-bit FP values on KNL.Elena Demikhovsky2015-09-131-2/+16
* [FunctionAttrs] Make the per-function attribute inference a boringChandler Carruth2015-09-131-4/+3
* [FunctionAttrs] Collect utility functions as static helpers rather thanChandler Carruth2015-09-131-57/+52
* Clean up doxygen comments in FunctionAttrs, promoting some non-doxygenChandler Carruth2015-09-131-34/+21
* Do some spring cleaning on FunctionAttrs.cpp with clang-format prior toChandler Carruth2015-09-131-340/+299
* [x86] enable machine combiner reassociations for 128-bit vector logical integ...Sanjay Patel2015-09-121-0/+6
* [CodeGen] Fix AtomicExpand invalidation issue caused by r247429.Ahmed Bougacha2015-09-121-2/+4
* [X86] Renamed lowerVectorShuffleAsUnpack NFCI.Simon Pilgrim2015-09-121-9/+10
* [X86] Moved lowerVectorShuffleWithUNPCK earlier to make reuse easier. NFCI.Simon Pilgrim2015-09-121-63/+59
* revert r247506; need to verify changes in existing testsSanjay Patel2015-09-121-6/+0
* [x86] enable machine combiner reassociations for 128-bit vector logical integ...Sanjay Patel2015-09-121-0/+6
* Fixed unused variable warning.Simon Pilgrim2015-09-121-2/+2
* [InstCombine] CVTPH2PS Vector Demanded Elements + Constant FoldingSimon Pilgrim2015-09-121-0/+47
* [PM] Port SROA to the new pass manager.Chandler Carruth2015-09-125-409/+346
* Clean up: Refactoring the hardcoded value of 6 for FindAvailableLoadedValue()...Larisse Voufo2015-09-123-8/+11
* Fix typos.Bruce Mitchener2015-09-127-19/+19
* [MC] Fix style bugs introduced in r247471. Reported by Rafael Espindola.Davide Italiano2015-09-111-3/+3
* [MC] Don't crash on division by zero.Davide Italiano2015-09-111-1/+11
* Add a non-exiting diagnostic handler for LTO.Yunzhong Gao2015-09-111-2/+8
* typo; NFCSanjay Patel2015-09-111-1/+1
* Use function attribute "stackrealign" to decide whether stackAkira Hatanaka2015-09-112-10/+2
* [X86] Make sure startproc/endproc are pairedDavid Majnemer2015-09-111-1/+1
* [IR] Print the label operands of a catchpad like an invokeReid Kleckner2015-09-111-1/+1
* [CodeGen] Refactor TLI/AtomicExpand interface to make LLSC explicit.Ahmed Bougacha2015-09-119-41/+53
* [CodeGen] Rename AtomicRMWExpansionKind to AtomicExpansionKind.Ahmed Bougacha2015-09-118-22/+21
* [PR24785] Appease MSC18 to tweak optimizations.NAKAMURA Takumi2015-09-111-0/+8
OpenPOWER on IntegriCloud