platform/upstream/llvm.git
2014-12-29 Nico WeberDon't crash on malformed attributes in an incorrect...
2014-12-29 Craig Topper[x86] Fix an accidental commit of a change from Ii...
2014-12-29 Craig Topper[x86] Put 'C' after 'i' on all the AVX-512 intrisics...
2014-12-29 David MajnemerSema: Don't crash when solitary :: token appears before...
2014-12-29 David MajnemerSema: Forbid inconsistent constraint alternatives
2014-12-29 Kuba Brecka[sanitizer-common] Fixing the ASan test build failure...
2014-12-29 David MajnemerSemaCXX: Don't crash when annotation tokens show up...
2014-12-28 David MajnemerCodeGen: Optimize emssion of zeroinitialzied arrays
2014-12-28 NAKAMURA Takumillvm/test/CodeGen/X86/fast-isel-call-bool.ll: Add expli...
2014-12-28 Nico WeberDon't crash on surprising tokens in default parameter...
2014-12-28 David MajnemerSema: Variable templates cannot be static bitfield...
2014-12-28 Peter Collingbourneirgen: do not emit an extra terminator for panic thunks
2014-12-28 David MajnemerParse: Don't crash when 'typename' shows up in an attribute
2014-12-28 David MajnemerSema: Permit an atomic type to be initialized by the...
2014-12-28 Keno Fischer[X86][ISel] Fix a regression I introduced in r224884
2014-12-28 Michael Kuperstein[X86] Add missing memory variants to AVX false dependen...
2014-12-28 Andrea Di Biagio[CodeGenPrepare] Teach when it is profitable to specula...
2014-12-28 David MajnemerSema: Don't crash when an inject class name has a neste...
2014-12-28 Elena DemikhovskyScalarizer for masked load and store intrinsics.
2014-12-28 David MajnemerLex: Don't let annotation tokens get into macro expansion
2014-12-28 Nico WeberFix markup from r224894.
2014-12-28 Nico WeberAdd stub sections about Parse, Sema, CodeGen to the...
2014-12-28 Nico WeberRemove unneeded include of DeclCXX.h from libParse.
2014-12-27 Nico WeberObjective-C: Serialize "more than one decl" state of...
2014-12-27 Craig Topper[x86] Prevent instruction selection of AVX512 cmp.ps...
2014-12-27 David MajnemerPowerPC: CTR shouldn't fire if a TLS call is in the...
2014-12-27 Aaron BallmanFixing another -Wunused-variable warning, this time...
2014-12-27 Aaron BallmanRemoving a variable that is set but never used, to...
2014-12-27 Craig Topper[x86] Prevent instruction selection of AVX512 cmp.ps...
2014-12-27 Craig Topper[x86] Assert on invalid immediates in the instruction...
2014-12-27 Craig Topper[x86] Prevent llvm.x86.cmp.ps/pd/ss/sd from being selec...
2014-12-27 Keno Fischer[FastIsel][X86] Fix invalid register replacement for...
2014-12-27 Chandler Carruth[x86] Also add the missing type casts on the returns...
2014-12-27 Craig Topper[x86] Add missing typecast to __v4si to sha intrinsic...
2014-12-27 Nico WeberObjective-C: Tweak unavailability warning.
2014-12-27 Craig Topper[x86] Add range checking to the constant argument of...
2014-12-27 Craig Topper[x86] Add the (v)cmpps/pd/ss/sd builtins to match gcc...
2014-12-27 Craig TopperAdd more feature flags to the x86 instrinsic test.
2014-12-27 Craig TopperFix formatting. NFC.
2014-12-27 Nico WeberAddress review feedback on r221933.
2014-12-27 Nico WeberMake the test from r224873 actually pass.
2014-12-27 Craig TopperMark __builtin_ia32_cmppd256 and __builtin_ia32_cmpps25...
2014-12-27 Nico WeberAdd more test coverage for the Objective-C deprected...
2014-12-26 Rafael EspindolaConvert test to llvm-readobj. NFC.
2014-12-26 Colin LeMahieu[Hexagon] Adding auto-incrementing loads with and witho...
2014-12-26 Colin LeMahieu[Hexagon] Adding locked loads.
2014-12-26 Colin LeMahieu[Hexagon] Adding deallocframe and circular addressing...
2014-12-26 Colin LeMahieu[Hexagon] Adding remaining post-increment instruction...
2014-12-26 Colin LeMahieu[Hexagon] Adding post-increment unsigned byte loads.
2014-12-26 Colin LeMahieu[Hexagon] Adding post-increment signed byte loads with...
2014-12-26 David MajnemerAdjust the rest of the tests due to r224849.
2014-12-26 Rafael EspindolaUse llvm-readobj. NFC.
2014-12-26 Daniel JasperEscape ? to silence GCC warning about trigraphs.
2014-12-26 Craig Topper[X86] Add the debug registers DR8-DR15 so we can assemb...
2014-12-26 Craig Topper[X86] Don't fail disassembly if REX.R/REX.B is used...
2014-12-26 Timur IskhodzhanovBand-aid fix for PR22032: don't emit DWARF debug info...
2014-12-26 Rafael EspindolaNo need to run llvm-as. NFC.
2014-12-26 Evgeniy Stepanov[sanitizer] Treat \r, \n, \t as flag separators.
2014-12-26 Evgeniy Stepanov[asan] Fix possibly uninitialized coverage flag.
2014-12-26 Timur Iskhodzhanov[ASan/Win] Add basic support for MemoryRangeIsAvailable...
2014-12-26 Evgeniy Stepanov[asan] Bump coverage size limit on 32-bit platforms.
2014-12-26 Evgeniy Stepanov[asan] Extend coverage test.
2014-12-26 Evgeniy Stepanov[asan] Allow enabling coverage at activation.
2014-12-26 Timur Iskhodzhanov[ASan/Win] Suppress error messaging when Abort() is...
2014-12-26 David MajnemerUpdate tests due to r224849
2014-12-26 Evgeniy StepanovRevert r224838, r224839.
2014-12-26 David MajnemerInstCombine: Infer nuw for multiplies
2014-12-26 David MajnemerValueTracking: Small cleanup in ComputeNumSignBits
2014-12-26 David MajnemerInstCombe: Infer nsw for multiplies
2014-12-26 Craig TopperTeach disassembler to handle illegal immediates on...
2014-12-26 Craig TopperUse MCPhysReg for table of register encodings.
2014-12-26 David MajnemerSema: Qualify getPrintable's Expr argument
2014-12-26 David MajnemerWIP
2014-12-25 Hal Finkel[PowerPC] [FastISel] i1 constants must be zero extended
2014-12-25 Evgeniy Stepanov[sanitizer] Tweak sancov.py output.
2014-12-25 Evgeniy Stepanov[sanitizer] sancov.py: print status to stderr
2014-12-25 Evgeniy Stepanov[asan] Disable __sanitizer_cov_dump registration on...
2014-12-25 Evgeniy Stepanov[asan] Allow enabling coverage at activation.
2014-12-25 Timur IskhodzhanovSimplify allocator_returns_null.cc test
2014-12-25 Yaron KerenInitialize BackendConsumer::Context in constructor.
2014-12-25 Yaron KerenInitialize CodeGeneratorImpl::Ctx in constructor.
2014-12-25 Dmitry Vyukovtsan: fix trace initialization during thread id reuse
2014-12-25 David MajnemerSilence GCC's -Wparentheses warning
2014-12-25 Elena DemikhovskyDocumentation for Masked Load and Store intrinsics.
2014-12-25 Simon Atanasyan[Mips] Replace stderr output by the `llvm_unreachable...
2014-12-25 Simon Atanasyan[Mips] Make the test more tolerant to the linker output...
2014-12-25 Elena DemikhovskyMasked Load/Store - Changed the order of parameters...
2014-12-24 David MajnemerCodeGen: Error on redefinitions instead of asserting
2014-12-24 David MajnemerCodeGen: Allow aliases to be overridden by variables
2014-12-24 Simon Atanasyan[Mips] Support linking of microMIPS 32-bit code
2014-12-24 Saleem AbdulrasoolMC: address some comments in deprecation checks
2014-12-24 Evgeniy Stepanov[asan] Support ASAN_ACTIVATION_OPTIONS.
2014-12-24 Timur Iskhodzhanov[ASan/Win] Bandaid fix for PR22025 -- deadlocks when...
2014-12-24 Evgeniy Stepanov[sanitizer] Disable InternalMmapWithOffset test on...
2014-12-24 Evgeniy Stepanov[sanitizer] Fix off-by-8x in direct coverage.
2014-12-24 Evgeniy Stepanov[sanitizer] Disable InternalMmapWithOffset test on...
2014-12-24 Evgeniy Stepanov[sanitizer] mmap2 syscall works with 4096-byte units...
2014-12-24 Evgeniy Stepanov[asan] Disable one test on Android.
2014-12-24 Simon Atanasyan[Mips] Join two if statements
2014-12-24 Simon Atanasyan[Mips] Make the comment more descriptive
next