platform/upstream/llvm.git
2014-12-30 Peter Zotov[lit] Make config.llvm_lib_dir available on cmake,...
2014-12-30 Peter Zotov[OCaml] [cmake] Use LLVM_LIBRARY_DIR instead of LLVM_LI...
2014-12-30 Craig TopperTestcases for r224939.
2014-12-30 Saleem AbdulrasoolDriver: unify addClangRT{Linux,Windows}
2014-12-30 Nico WeberDon't crash on an invalid trailing return type on a...
2014-12-30 Rafael EspindolaConvert test to llvm-readobj. NFC.
2014-12-30 Alexey SamsonovRevert "UBSan: Teach isDerivedFromAtOffset and findBase...
2014-12-29 Philip ReamesSemantic tests for memory invalidation at statepoints
2014-12-29 David BlaikieRevert "DebugInfo: Generalize debug info location handling"
2014-12-29 David BlaikieRevert "Reapply debug info changes now that r224385...
2014-12-29 Philip ReamesCarry facts about nullness and undef across GC relocation
2014-12-29 David MajnemerFix build breakage
2014-12-29 David MajnemerParse: Recover more gracefully from extra :: tokens...
2014-12-29 Philip ReamesRefine the notion of MayThrow in LICM to include a...
2014-12-29 Chandler Carruth[cmake/multilib] Teach llgo to respect the LLVM_LIBDIR_...
2014-12-29 David BlaikiePR22051: Missing debug location on calls in dtor thunks...
2014-12-29 Chandler Carruth[go] Teach the go cmake build functions to funnel the...
2014-12-29 Philip ReamesLoading from null is valid outside of addrspace 0
2014-12-29 David BlaikieUse std::find_if instead of manual loop.
2014-12-29 Rafael EspindolaConvert test to llvm-readobj. NFC.
2014-12-29 Nico WeberCrash even less on malformed attributes in an incorrect...
2014-12-29 Colin LeMahieu[Hexagon] Adding allocframe, post-increment circular...
2014-12-29 Alexey SamsonovFix use-after-destruction introduced in r224924.
2014-12-29 Colin LeMahieu[Hexagon] Fixing 224952 where an addressing mode update...
2014-12-29 Saleem AbdulrasoolDriver: convert a couple more instances to range based...
2014-12-29 Alexey SamsonovRemove unnecessary StringRef->std::string conversion.
2014-12-29 Colin LeMahieu[Hexagon] Adding post-increment register form stores...
2014-12-29 Colin LeMahieu[Hexagon] Replacing the remaining postincrement stores...
2014-12-29 Rafael EspindolaConvert test to FileCheck. NFC.
2014-12-29 Colin LeMahieu[Hexagon] Renaming old multiclass for removal. Adding...
2014-12-29 Chandler Carruth[py3] Teach the CMake build to reject Python versions...
2014-12-29 Chandler Carruth[py3] Make this test compatible with Python 3 where...
2014-12-29 Alexey SamsonovRemove darwin_fat.mk.
2014-12-29 David MajnemerParse: Ignore '::' in 'struct :: {'
2014-12-29 Saleem AbdulrasoolDriver: convert a number of loops to range based
2014-12-29 David BlaikieAdd an assertion to verify a container is non-empty...
2014-12-29 David BlaikieReapply debug info changes now that r224385 has been...
2014-12-29 David BlaikieReapply "DebugInfo: Generalize debug info location...
2014-12-29 Craig Topper[X86] Fix some cases where some 8-bit instructions...
2014-12-29 Craig Topper[X86] Add the 0x82 instructions to the disassebmler...
2014-12-29 Craig Topper[x86] Refactor some tablegen instruction info classes...
2014-12-29 Craig Topper[x86] Remove unused classes from tablegen instruction...
2014-12-29 Rafael EspindolaAdd segmented stack support for DragonFlyBSD.
2014-12-29 Rafael EspindolaRefactor duplicated code.
2014-12-29 Chandler CarruthEffectively revert r151058 which caused Clang's unwind...
2014-12-29 Chandler CarruthAdd a missing declaration to our unwind.h implementatio...
2014-12-29 Andy GibbsFix trivial signed/unsigned comparison warnings
2014-12-29 Peter Collingbourneirgen: remove unused compiler.runtimetypespkg field.
2014-12-29 Chandler Carruth[cmake/multilib] Teach LLDB to respect the multlib...
2014-12-29 Chandler Carruth[cmake] Teach the standalone CMake build to find the...
2014-12-29 Chandler Carruth[cmake/multilib] Support multilib libdir suffixes by...
2014-12-29 Chandler Carruth[cmake/multilib] Teach libc++abi's CMake build to suppo...
2014-12-29 Chandler Carruth[cmake/multilib] Teach libc++'s CMake build to support...
2014-12-29 Chandler Carruth[multilib] Teach LLD's CMake build to use LLVM_LIBDIR_S...
2014-12-29 Chandler Carruth[multilib] Teach Clang's code about multilib by threading
2014-12-29 Chandler Carruth[cmake] Teach the Clang CMake build to use LLVM_LIBDIR_...
2014-12-29 Chandler Carruth[multilib] Add support to the autoconf build to substitute
2014-12-29 Chandler Carruth[cmake] Teach the llvm-config program to respect LLVM_L...
2014-12-29 Chandler Carruth[cmake] Push LLVM_LIBDIR_SUFFIX through to the LLVMConf...
2014-12-29 Chandler Carruth[cmake] Start making LLVM_LIBDIR_SUFFIX effective by...
2014-12-29 David MajnemerSema: Permit array l-values in asm output operands
2014-12-29 Elena DemikhovskyFixed 2 minor typos in the documentation.
2014-12-29 David MajnemerSema: Only permit permit modifiable l-values as asm...
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...
next