aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Option parsing: support case-insensitive option matching.Rui Ueyama2013-08-281-21/+41
* Disable unrolling in the loop vectorizer when disabled in the pass managerHal Finkel2013-08-282-8/+13
* The integrated darwin assembler can hang in an infinite loop (or get an assert Kevin Enderby2013-08-283-4/+53
* PR16995: DebugInfo: Don't overwrite existing member lists when adding templat...David Blaikie2013-08-281-1/+18
* [ARMv8]Joey Gouly2013-08-282-14/+20
* ARM: Use "dmb sy" for barriers on M-class CPUsTim Northover2013-08-281-1/+4
* [ARMv8] Add a missing IsThumb to t2LDAEXD.Joey Gouly2013-08-281-1/+1
* ARM: remove unused v(add|sub)hn and vqdml[as]l intrinsics.Tim Northover2013-08-281-8/+6
* ARM: add patterns for vqdmlal with separate vqdmull and vqaddsTim Northover2013-08-281-0/+38
* [mips][msa] Added bnz.df, bnz.v, bz.df, and bz.vDaniel Sanders2013-08-286-2/+225
* [mips][msa] Added load/store intrinsics.Daniel Sanders2013-08-288-21/+182
* 80 colsAlexey Samsonov2013-08-281-3/+4
* AVX-512: added SQRT, VRSQRT14, VCOMISS, VUCOMISS, VRCP14, VPABSElena Demikhovsky2013-08-282-23/+466
* [mips][msa] Added move.vDaniel Sanders2013-08-282-0/+28
* [SystemZ] Add support for TMHH, TMHL, TMLH and TMLLRichard Sandiford2013-08-285-10/+76
* [mips][msa] Added cfcmsa, and ctcmsaDaniel Sanders2013-08-287-0/+106
* [mips][msa] Added f[cs]af, f[cs]or, f[cs]ueq, f[cs]ul[et], f[cs]une, fsun, ft...Daniel Sanders2013-08-281-14/+327
* [SystemZ] Extend memcmp support to all constant lengthsRichard Sandiford2013-08-282-26/+92
* Fix use of uninitialized value added in r189400 (found by MemorySanitizer)Alexey Samsonov2013-08-281-4/+3
* Revert r189442 "Change default # of digits for APFloat::toString"Ted Kremenek2013-08-281-8/+5
* Change default # of digits for APFloat::toStringEli Friedman2013-08-281-5/+8
* Remove support for the .debug_inlined section. No known softwareEric Christopher2013-08-284-115/+0
* X86JITInfo.cpp: Apply x64 version of X86CompilationCallback() to Cygwin64.NAKAMURA Takumi2013-08-281-1/+1
* X86Subtarget.h: Recognize x86_64-cygwin.NAKAMURA Takumi2013-08-281-4/+1
* [BumpPtrAllocator] Move DefaultSlabAllocator to a member of BumpPtrAllocator,...Argyrios Kyrtzidis2013-08-281-3/+4
* [mips] Use ptr_rc to simplify definitions of base+index load/store instructions.Akira Hatanaka2013-08-285-49/+143
* [mips] Clean up definitions of move word from/to coprocessor instructions.Akira Hatanaka2013-08-282-46/+20
* [mips] Set isAllocatable and CoveredBySubRegs.Akira Hatanaka2013-08-281-1/+3
* Add a TODO here.Eric Christopher2013-08-281-0/+1
* Add support for DW_FORM_dataN and DW_FORM_udata to the DIE hashingEric Christopher2013-08-282-0/+12
* Revert "Option parsing: support case-insensitive option matching." as it brok...Rui Ueyama2013-08-281-48/+34
* Use DW_FORM_sdata for signed constant values and udata on occasionEric Christopher2013-08-271-22/+53
* Option parsing: support case-insensitive option matching.Rui Ueyama2013-08-271-34/+48
* DIBuilder: take an optional StringRef to pass in unique identifier.Manman Ren2013-08-271-10/+14
* DataFlowSanitizer: Implement trampolines for function pointers passed to cust...Peter Collingbourne2013-08-271-3/+77
* [ms-inline asm] Support offsets after segment registersDavid Majnemer2013-08-271-40/+70
* Given target assembler parsers a chance to handle variant expressionsJoerg Sonnenberger2013-08-273-3/+35
* Changed commentJack Carter2013-08-271-1/+1
* Refactor 'vectorizeLoop' no functionality change.Nadav Rotem2013-08-271-187/+53
* [ARMv8] Add MC support for the new load/store acquire/release instructions.Joey Gouly2013-08-275-27/+218
* AVX-512: added conversion instructions.Elena Demikhovsky2013-08-272-19/+214
* DAGCombiner: make sure or/shl/srl really has zero high bits before forming bswapTim Northover2013-08-271-6/+24
* [ARMv8] Add some negative tests for the recent VFP/NEON instructions.Joey Gouly2013-08-272-2/+7
* ARM: add natural patterns for vaddhl and vsubhl.Tim Northover2013-08-271-0/+14
* [mips][msa] Added spill/reload supportDaniel Sanders2013-08-271-0/+16
* [SystemZ] Extend memcpy and memset support to all constant lengthsRichard Sandiford2013-08-278-81/+239
* [mips][msa] Added bitconverts for vector types for big and little-endianDaniel Sanders2013-08-272-2/+151
* Add support for DebugFission to DWARF parserAlexey Samsonov2013-08-276-85/+246
* AVX-512: Added FMA instructions.Elena Demikhovsky2013-08-272-1/+198
* Fix the build issue under ia64. Close bug #5715Sylvestre Ledru2013-08-272-2/+2