platform/upstream/llvm.git
2015-04-22 Andrea Di Biagio[X86][AVX] Fix failure due to a missing ISel pattern...
2015-04-22 Olivier SallenaveFixed logic to enable complex FMA formation.
2015-04-22 Alexey Bataev[OPENMP] Codegen for 'if' clause in 'task' directive.
2015-04-22 Alexey Bataev[OPENMP] Codegen for 'reduction' clause in 'for' directive.
2015-04-22 Zoran Jovanovic[mips][microMIPSr6] Implement mips32 to microMIPSr6...
2015-04-22 Pavel LabathXFAILing a single test in TestConcurrentEvents
2015-04-22 Alexey Bataev[OPENMP] Codegen for 'private' clause in 'for' directive.
2015-04-22 Pavel LabathEnable TestConcurrentEvents on Linux
2015-04-22 Alexey Bataev[OPENMP] Fixed test incompatibility for simd codegen.
2015-04-22 Alexey Bataev[OPENMP] Fix use of unsigned counters in loops with...
2015-04-22 Leny Kholodov[ARM] Update R_ARM_TARGET1 command line option names...
2015-04-22 Leny Kholodov[ARM] Replace branches to undefined weak functions...
2015-04-22 Hal Finkel[DAGCombine] Disable select(c, load,load) for indexed...
2015-04-22 Alexey Bataev[OPENMP] Codegen for 'ordered' directive.
2015-04-22 Vasileios KalintirisRevert "[mips][FastISel] Implement shift ops for Mips...
2015-04-22 Tamas BerghammerFix signle stepping on arm when multiple thread is...
2015-04-22 Pavel Labath[DWARF CFI] Add support for DW_CFA_def_cfa_sf when...
2015-04-22 Daniel Jasperclang-format: Fix for #pragma option formatting.
2015-04-22 James Molloy[AArch64] Disable complex GEP optimization by default.
2015-04-22 Filipe CabecinhasHave more strict type checks when creating BinOp nodes...
2015-04-22 Simon Atanasyan[Mips] Assign .MIPS.options section to the PT_LOAD...
2015-04-22 Simon Atanasyan[ELF] Allow TargetLayout descendants to control assignm...
2015-04-22 Denis Protivensky[ARM] Implement veneers for dynamic executable linking
2015-04-22 Denis Protivensky[ARM] Move veneer generators to base class. NFC
2015-04-22 Denis Protivensky[ARM] Rename static veneer atoms to absolute code venee...
2015-04-22 Lang Hames[patchpoint] Add support for symbolic patchpoint target...
2015-04-22 Craig Topper[TableGen] Use range based for loops.
2015-04-22 Craig Topper[TableGen] Remove some deletes that violate ownership...
2015-04-22 Yaron KerenRevert r235219, it's not needed after r235450.
2015-04-22 David BlaikieReplace std::auto_ptr with std::unique_ptr
2015-04-22 David BlaikieFix up Exception demo from recent opaque pointer type...
2015-04-22 Craig Topper[TableGen] Make BitRecTy::baseClassOf return true when...
2015-04-22 Craig TopperDon't use 'nullptr' in comment. Just use 'null'.
2015-04-22 David Blaikie[opaque pointer types] Serialize the value type for...
2015-04-22 David Blaikie[opaque pointer types] Serialize the value type for...
2015-04-22 Duncan P. N... Linker: Add flag to override linkage rules
2015-04-22 Duncan P. N... llvm-link: Factor out loop over input files, NFC
2015-04-22 Hans WennborgDon't dllimport/export class members with internal...
2015-04-22 Nico WeberWrap to 80 columns, fix typo in comment. No behavior...
2015-04-22 Craig TopperRevert "[TableGen] Use cast instead of dyn_cast where...
2015-04-22 Craig TopperFix stale comment that mentioned 0 instead of nullptr...
2015-04-22 Craig Topper[TableGen] Remove Pool helper class and just use unique...
2015-04-22 Craig Topper[TableGen] Use StringRecTy::get() instead of allocating...
2015-04-22 Craig Topper[TableGen] Use 'isa' to identify UnsetInits rather...
2015-04-22 Richard Smith[modules] Cope with partial module macro information...
2015-04-22 Craig Topper[TableGen] Use cast instead of dyn_cast where result...
2015-04-22 Craig TopperCleanup formatting for consistency with surrounding...
2015-04-22 Richard Smith[modules] Build a DAG of module macros for each identifier.
2015-04-22 Sanjay Patel[x86] allow 64-bit extracted vector element integer...
2015-04-22 Reid Kleckner[WinEH] Correctly handle inlined __finally blocks with...
2015-04-21 David Blaikie[opaque pointer type] Avoid using PointerType::getEleme...
2015-04-21 NAKAMURA TakumiRemove a zero-length file of llvm/test/Transforms/InstC...
2015-04-21 Hans WennborgExpose -fdiagnostics-parseable-fixits to clang-cl
2015-04-21 Wei MiLimiting gep merging to fix the performance problem...
2015-04-21 Chaoren LinSame issue as in D8685 but for i386.
2015-04-21 Wei MiRevert r235451 since it is attached to a wrong Differen...
2015-04-21 Artem Belevich[cuda] Allow using integral non-type template parameter...
2015-04-21 Wei MiLimiting gep merging to fix the performance problem...
2015-04-21 Andrew KaylorSilence MSVC build alignment warnings
2015-04-21 Artem Belevich[cuda] Added support for CUDA built-in variables.
2015-04-21 Enrico GranataAdd properties to SBExecutionContext to access the...
2015-04-21 Richard Smith[modules] Move list of exported module macros from...
2015-04-21 Ahmed Bougacha[MemCpyOpt] Use the raw i8* dest when optimizing memset...
2015-04-21 Krzysztof Parzyszek[Hexagon] Patterns for frame index with offset for...
2015-04-21 Lang HamesUpdate comment. NFC.
2015-04-21 Daniel BerlinRevamp PredIteratorCache interface to be cleaner.
2015-04-21 Jingyue Wu[NVPTX] do not run DCE after SLSR and SeparateConstOffs...
2015-04-21 Sanjoy Das[LSR][NFC] Remove a stale comment.
2015-04-21 Duncan P. N... DebugInfo: Remove DIArray and DITypeArray typedefs
2015-04-21 Duncan P. N... DebugInfo: Prepare for removal of DIArray and DITypeArr...
2015-04-21 Sergey Matveev[sanitizer] Plug a memory leak in symbolization code.
2015-04-21 Jingyue Wu[SLSR] garbage-collect unused instructions
2015-04-21 Jingyue Wu[SeparateConstOffsetFromGEP] garbage-collect intermedia...
2015-04-21 Yaron KerenRemove FilesToRemove->push_back(Filename) from sys...
2015-04-21 Duncan P. N... DebugInfo: Use MDType in DITypeIdentifierMap
2015-04-21 Daniel BerlinMove IDF Calculation to a separate file, expose an...
2015-04-21 Duncan P. N... DebugInfo: Prune unnecessary forward declarations
2015-04-21 Duncan P. N... DebugInfo: Drop rest of DIDescriptor subclasses
2015-04-21 Duncan P. N... DebugInfo: Prepare for deletion of DIDescriptor subclasses
2015-04-21 Alexey SamsonovRecommend to use CMake on the Clang Getting Started...
2015-04-21 Artem BelevichRevert r235398 "[cuda] Added support for CUDA built...
2015-04-21 Duncan P. N... DebugInfo: Assert dbg.declare/value insts are valid
2015-04-21 Reid KlecknerRe-land r235154-r235156 under the existing -sehprepare...
2015-04-21 Artem Belevich[cuda] Added support for CUDA built-in variables.
2015-04-21 Ulrich WeigandImplement target-specific __attribute__((aligned))...
2015-04-21 Ulrich WeigandProvide alignment info on LLVM external symbols
2015-04-21 Ulrich WeigandFix __alignof__ of global variables on SystemZ
2015-04-21 Matthias BraunX86: Match for X86ISD nodes in LowerBUILD_VECTOR instea...
2015-04-21 Simon Atanasyan[ELF] Change return type of the OutputSection::flags...
2015-04-21 Simon Atanasyan[ELF] Narrow down the type of OutputSection::_sections...
2015-04-21 Simon Atanasyan[Mips] Write .reginfo section into the separate PT_MIPS...
2015-04-21 Simon Atanasyan[ELF] Simplify class memeber function declaration
2015-04-21 Bob WilsonMinor edits to the llvm-cov documentation.
2015-04-21 Davide ItalianoPlacate clang. lldb can build on FreeBSD with -Werror...
2015-04-21 Reid Kleckners/NULL/nullptr/ in OrcTestCommon.h to silence -Wsentine...
2015-04-21 Elena DemikhovskyAVX-512: Added VPMOVx2M instructions for SKX,
2015-04-21 Tobias GrosserRemove target triples from test cases
2015-04-21 Elena DemikhovskyAVX-512: Added VPTESTM and VPTESTNM instructions for SKX
2015-04-21 Toma Tabacu[mips] [IAS] Implement the .asciiz directive.
2015-04-21 Tobias GrosserFix some formatting issues
next