platform/upstream/llvm.git
2015-06-11 NAKAMURA TakumiMC: Prune \return corresponding to r239552. [-Wdocument...
2015-06-11 Lang Hames[Orc] Attempted fix for GCC ICE on Polly builder.
2015-06-11 Richard Smith[modules] Fix assert/crash when parsing and merging...
2015-06-11 Juergen Ributzka[Stackmaps][X86] Remove EFLAGS and IP registers from...
2015-06-11 Reid Kleckner[WinEH] Create an llvm.x86.seh.exceptioninfo intrinsic
2015-06-11 Reid Kleckner[Support] Fix a race initializing a static local in...
2015-06-11 Michael ZolotukhinUpdate stale comment before analyzeLoopUnrollCost....
2015-06-11 Lang Hames[Orc] Remove some unnecesary includes and whitespace...
2015-06-11 Peter CollingbourneCOFF: Symbol resolution for common and comdat symbols...
2015-06-11 Marshall ClowChange #ifdefs in test to UNSUPPORTED. No functionality...
2015-06-11 Lang Hames[Orc] Make partition identification in the CompileOnDem...
2015-06-11 Peter CollingbourneObject: Prepend __imp_ when mangling a dllimport symbol...
2015-06-11 Peter CollingbourneLTO: expose LTO_SYMBOL_COMDAT flag, which indicates...
2015-06-11 Hans Wennborg[ms] Do lookup in dependent base classes also when...
2015-06-11 Douglas KatzmanFix English usage in command line flag help string.
2015-06-11 Davide Italiano[ELF] Introduce getValue() for ELF Symbols.
2015-06-11 Daniel SandersReplace string GNU Triples with llvm::Triple in TargetM...
2015-06-11 Ahmed Bougacha[CodeGen] ArrayRef'ize cond/pred in various TII APIs...
2015-06-11 Rafael EspindolaGeneralize emitAbsoluteSymbolDiff.
2015-06-11 Alexey SamsonovSet proper debug location for branch added in BasicBloc...
2015-06-11 Alexey Samsonov[LoopUnroll] Use IRBuilder to create branch instructions.
2015-06-11 Ahmed Bougacha[CodeGen] Emit Constants for immediate inlineasm arguments.
2015-06-11 Hans Wennborgclang-cl: Add an alias for /wd4910
2015-06-11 Hans WennborgSpell -Wdllexport-explicit-instantiation-decl correctly.
2015-06-11 Jonathan PeytonRemove unused variables '__kmp_build_check_*' for non...
2015-06-11 Benjamin KramerReplace an instance of custom atomics with standard...
2015-06-11 Rafael EspindolaThis reverts commit r239529 and r239514.
2015-06-11 Reid KlecknerRevert "Fix merges of non-zero vector stores"
2015-06-11 Jonathan PeytonImplement recursive CMake.
2015-06-11 Douglas KatzmanFix comment typos.
2015-06-11 Matt ArsenaultSLSR: Pass address space to isLegalAddressingMode
2015-06-11 Matt ArsenaultFix merges of non-zero vector stores
2015-06-11 Daniel SandersReplace string GNU Triples with llvm::Triple in compute...
2015-06-11 Douglas KatzmanAdd comments to PrintActions1 and Driver::PrintActions.
2015-06-11 Sanjay Pateladd the -mrecip driver flag and process its options...
2015-06-11 Tom StellardR600/SI: Define latency for flat instructions
2015-06-11 Tom StellardR600/SI: Move flat instruction defs to CIInstructions.td
2015-06-11 Tom StellardR600/SI: Add -mcpu=bonaire to a test that uses flat...
2015-06-11 Sanjay Patelremove function names from comments; NFC
2015-06-11 Daniel Jasperclang-format: Make SFS_Inline imply SFS_Empty.
2015-06-11 Daniel Jasperclang-format: [JS] Ensure that formatting actually...
2015-06-11 Aaron BallmanFixing MSVC 2013 build error.
2015-06-11 Yaron KerenC++11 rangify several loops.
2015-06-11 Gabor BallabasAllow case-insensitive values for -march for ARM in...
2015-06-11 Daniel MarjamakiToken: complement is() method with isOneOf() to allow...
2015-06-11 Toma Tabacu[mips] Pass on -m{single,double}-float to GAS.
2015-06-11 Alexey Bataev[OPENMP] Fox for llvm.org/PR23663: OpenMP crash
2015-06-11 Toma TabacuRecommit "[mips] [IAS] Add support for BNE and BEQ...
2015-06-11 Zoran Jovanovic[mips][microMIPS] Implement ERET and ERETNC instructions
2015-06-11 Manuel KlimekFix crash in clang-format.
2015-06-11 Zoran Jovanovic[mips] Change existing uimm10 operand to restrict the...
2015-06-11 Zoran Jovanovic[mips][microMIPSr6] Change disassembler tests to one...
2015-06-11 Hao Liu[LoopVectorize] Revert the enabling of interleaved...
2015-06-11 Hao Liu[AArch64] Match interleaved memory accesses into ldN...
2015-06-11 Daniel Jasperclang-format: Don't add spaces in foreach macro definition.
2015-06-11 David MajnemerReinstate r239499 and r239503
2015-06-11 Manuel KlimekRevert "[MS ABI] Allow fastcall member function pointer...
2015-06-11 Arnaud A. de... [LiveVariables] Improve isLiveOut runtime performances...
2015-06-11 Simon Pilgrim[X86][SSE] Vectorized i8 and i16 shift operators
2015-06-11 Arnaud A. de... [PHIElim] Use ranges and const-ify, NFC.
2015-06-11 Nemanja IvanovicClang support for vector quad bit permute and gather...
2015-06-11 Nemanja IvanovicLLVM support for vector quad bit permute and gather...
2015-06-11 Richard Smith[modules] Fix a few places where merging wasn't perform...
2015-06-11 David Majnemer[MS Compatibility] Handle cleanups we create for a...
2015-06-11 Reid KlecknerRevert "Move dllimport name mangling to IR mangler."
2015-06-11 Pete CooperRemove MachineModuleInfo::UsedFunctions as it has no...
2015-06-11 David Majnemer[MS ABI] Allow fastcall member function pointers to...
2015-06-11 David Majnemer[MS ABI] Allow memfn pointers with unconvertible types...
2015-06-10 Chris Bieneman[CMake] Cleanup add_compiler_rt_object_library to be...
2015-06-10 Sanjay Patelchange assert that will never fire to llvm_unreachable
2015-06-10 Alexei Starovoitov[bpf] add support for BPF backend
2015-06-10 Jingyue Wu[NFC] added a missing space
2015-06-10 Richard SmithWork around MSVC miscompilation.
2015-06-10 Pete CooperStop returning a Use* from allocHungOffUses.
2015-06-10 Pete CooperAdd User::growHungoffUses and use it to grow the hung...
2015-06-10 Pete CooperDelete User::dropHungOffUses and move it in to ~User...
2015-06-10 Pete CooperMake User track whether a class has 'hung off uses...
2015-06-10 Pete CooperMove the special Phi logic for hung off uses in to...
2015-06-10 Peter CollingbourneArgumentPromotion: Drop sret attribute on functions...
2015-06-10 Richard Smith[modules] Don't allow use of non-visible (inherited...
2015-06-10 Sanjay Patel[x86] Add a reassociation optimization to increase...
2015-06-10 Richard Smith[modules] Track all default template arguments for...
2015-06-10 Sanjay Patelpunctuation policing; NFC
2015-06-10 Serge PavlovDo not parse members of incomplete class.
2015-06-10 Reid Kleckner[WinEH] _except_handlerN uses 0 instead of 1 to indicat...
2015-06-10 Teresa JohnsonPass down the -flto option to the -cc1 job, and from...
2015-06-10 Teresa JohnsonAdd new EliminateAvailableExternally module pass, which...
2015-06-10 Alexey Samsonov[GVN] Set proper debug locations for some instructions...
2015-06-10 Sanjay Patelfix typo in comment; NFC
2015-06-10 Colin LeMahieu[Hexagon] Adding decoders for signed operands and ensur...
2015-06-10 Scott Douglasssome StmtExprs do not have side-effects
2015-06-10 Benjamin Kramer[Hexagon] Make global arrays 'static const'. NFC.
2015-06-10 Scott Douglassadd ConstEvaluatedExprVisitor
2015-06-10 Igor Laevsky[Statepoints] Add test case to check that statepoint...
2015-06-10 Igor Laevsky[StatepointLowering] Reuse stack slots across basic...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCSubta...
2015-06-10 Alexander MusmanPR5172: Fix for a bug in pragma redefine_extname implem...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in create...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCAsmBa...
2015-06-10 Mohit K. Bhakkad[LLDB][MIPS] Getting correct signals for MIPS Host
next