platform/upstream/llvm.git
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
2014-12-24 Simon Atanasyan[Mips] Factor out the code checks a symbol's binding
2014-12-24 Simon Atanasyan[Mips] Rename the function s/readAddend/getAddend/
2014-12-24 Simon Atanasyan[Mips] Use OR operation to set the microMIPS bit
2014-12-24 Jay Foad[ASan] Fix asan_preload_test-2 on PowerPC64 Linux
2014-12-24 David MajnemerMC: Label definitions are permitted after .set directives
2014-12-24 Saleem AbdulrasoolIAS: correct debug line info for asm macros
2014-12-24 Craig Topper[X86] Remove the single AdSize indicator and replace...
2014-12-24 David MajnemerMC: Don't emit .no_dead_strip on targets which don...
2014-12-24 Matthias BraunLiveInterval: Remove accidentally committed debug code.
2014-12-24 Matthias BraunLiveInterval: Introduce createMainRangeFromSubranges().
2014-12-24 Matthias BraunRegisterCoalescer: With subrange liveness there may...
2014-12-24 Matthias BraunLiveRangeEdit: Check for completely empy subranges...
2014-12-24 Matthias BraunLiveIntervalAnalysis: Fix performance bug that I introd...
2014-12-24 Peter Zotov[OCaml] PR21901: Update tests.
2014-12-24 Peter Zotov[OCaml] Expose Llvm_executionengine.get_{global_value...
2014-12-24 Chandler Carruth[SROA] Update the documentation and names for accessing...
next