summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded include of DeclCXX.h from libParse.Nico Weber2014-12-281-1/+0
* Objective-C: Serialize "more than one decl" state of ObjCMethodList.Nico Weber2014-12-276-15/+59
* [x86] Prevent instruction selection of AVX512 cmp.ps/pd/ss/sd intrinsics with...Craig Topper2014-12-272-22/+23
* PowerPC: CTR shouldn't fire if a TLS call is in the loopDavid Majnemer2014-12-272-1/+42
* Fixing another -Wunused-variable warning, this time in release builds without...Aaron Ballman2014-12-271-3/+3
* Removing a variable that is set but never used, to silence a -Wunused-but-set...Aaron Ballman2014-12-271-4/+0
* [x86] Prevent instruction selection of AVX512 cmp.ps/pd/ss/sd intrinsics with...Craig Topper2014-12-271-15/+18
* [x86] Assert on invalid immediates in the instruction printer for cmp.ps/pd/s...Craig Topper2014-12-272-4/+8
* [x86] Prevent llvm.x86.cmp.ps/pd/ss/sd from being selected with bad immediate...Craig Topper2014-12-272-26/+33
* [FastIsel][X86] Fix invalid register replacement for bool argsKeno Fischer2014-12-272-28/+47
* [x86] Also add the missing type casts on the returns in the shaChandler Carruth2014-12-271-6/+6
* [x86] Add missing typecast to __v4si to sha intrinsic header file.Craig Topper2014-12-271-6/+6
* Objective-C: Tweak unavailability warning.Nico Weber2014-12-272-5/+18
* [x86] Add range checking to the constant argument of cmpps/pd/ss/sd builtinas.Craig Topper2014-12-272-4/+28
* [x86] Add the (v)cmpps/pd/ss/sd builtins to match gcc. Use them in the sse in...Craig Topper2014-12-275-50/+518
* Add more feature flags to the x86 instrinsic test.Craig Topper2014-12-271-0/+27
* Fix formatting. NFC.Craig Topper2014-12-271-2/+2
* Address review feedback on r221933.Nico Weber2014-12-276-102/+125
* Make the test from r224873 actually pass.Nico Weber2014-12-271-2/+4
* Mark __builtin_ia32_cmppd256 and __builtin_ia32_cmpps256 as taking an ICE for...Craig Topper2014-12-271-2/+2
* Add more test coverage for the Objective-C deprected selector warning.Nico Weber2014-12-271-0/+11
* Convert test to llvm-readobj. NFC.Rafael Espindola2014-12-261-318/+361
* [Hexagon] Adding auto-incrementing loads with and without byte reversal.Colin LeMahieu2014-12-262-0/+100
* [Hexagon] Adding locked loads.Colin LeMahieu2014-12-262-0/+23
* [Hexagon] Adding deallocframe and circular addressing loads.Colin LeMahieu2014-12-266-8/+163
* [Hexagon] Adding remaining post-increment instruction variants. Removing unu...Colin LeMahieu2014-12-264-61/+61
* [Hexagon] Adding post-increment unsigned byte loads.Colin LeMahieu2014-12-264-16/+27
* [Hexagon] Adding post-increment signed byte loads with tests.Colin LeMahieu2014-12-264-12/+127
* Adjust the rest of the tests due to r224849.David Majnemer2014-12-261-2/+2
* Use llvm-readobj. NFC.Rafael Espindola2014-12-261-238/+162
* Escape ? to silence GCC warning about trigraphs.Daniel Jasper2014-12-261-1/+1
* [X86] Add the debug registers DR8-DR15 so we can assemble and disassemble ref...Craig Topper2014-12-264-11/+27
* [X86] Don't fail disassembly if REX.R/REX.B is used on an MMX register. Simil...Craig Topper2014-12-263-6/+18
* Band-aid fix for PR22032: don't emit DWARF debug info if AddressSanitizer is ...Timur Iskhodzhanov2014-12-262-3/+19
* No need to run llvm-as. NFC.Rafael Espindola2014-12-261-5/+4
* [sanitizer] Treat \r, \n, \t as flag separators.Evgeniy Stepanov2014-12-262-1/+4
* [asan] Fix possibly uninitialized coverage flag.Evgeniy Stepanov2014-12-261-0/+2
* [ASan/Win] Add basic support for MemoryRangeIsAvailable and DumpProcessMap to...Timur Iskhodzhanov2014-12-262-5/+47
* [asan] Bump coverage size limit on 32-bit platforms.Evgeniy Stepanov2014-12-261-1/+1
* [asan] Extend coverage test.Evgeniy Stepanov2014-12-261-1/+13
* [asan] Allow enabling coverage at activation.Evgeniy Stepanov2014-12-269-68/+149
* [ASan/Win] Suppress error messaging when Abort() is calledTimur Iskhodzhanov2014-12-262-2/+17
* Update tests due to r224849David Majnemer2014-12-262-2/+2
* Revert r224838, r224839.Evgeniy Stepanov2014-12-269-149/+68
* InstCombine: Infer nuw for multipliesDavid Majnemer2014-12-264-6/+57
* ValueTracking: Small cleanup in ComputeNumSignBitsDavid Majnemer2014-12-261-2/+2
* InstCombe: Infer nsw for multipliesDavid Majnemer2014-12-265-89/+103
* Teach disassembler to handle illegal immediates on (v)cmpps/pd/ss/sd instruct...Craig Topper2014-12-266-71/+84
* Use MCPhysReg for table of register encodings.Craig Topper2014-12-261-3/+3
* Sema: Qualify getPrintable's Expr argumentDavid Majnemer2014-12-261-1/+1
OpenPOWER on IntegriCloud