platform/upstream/llvm.git
2015-04-23 Simon Pilgrim[DAGCombiner] Remove extra bitcasts surrounding vector...
2015-04-23 Karthik BhatMove common loop utility function isInductionPHI into...
2015-04-23 Alexey Bataev[OPENMP] Fix for failed tests for 'omp atomic write...
2015-04-23 David Majnemer[MS ABI] Add support for mangling VLA types
2015-04-23 Mohit K. Bhakkad[LLDB][MIPS] Add MIPS32 and MIPS64 core revisions
2015-04-23 Alexey Bataev[OPENMP] Codegen for 'atomic capture'.
2015-04-23 David Majnemer[MS ABI] Treat ConstantArrayType like IncompleteArrayTy...
2015-04-23 Karthik BhatAdd support to interchange loops with reductions.
2015-04-23 Richard Smith[modules] Actually allocate the extra space we use...
2015-04-23 Alexey Samsonov[UBSan] Unify the way we report overflow in increment...
2015-04-23 Alexey SamsonovUnify the way we report overflow in increment/decrement...
2015-04-23 Alexey Samsonov[UBSan] Make sure proper error summary is printed for...
2015-04-23 Andrew Kaylor[WinEH] Removing seh-filter.ll until I can determine...
2015-04-23 Justin BognerInstrProf: Fix a shadowing error that would break lengt...
2015-04-23 Jim InghamMissed one piece when committing r235538.
2015-04-23 Andrew Kaylor[WinEH] Don't skip landing pads that end with an unreac...
2015-04-22 Reid Kleckner[WinEH] Don't emit an exceptional cleanup for llvm...
2015-04-22 Hans WennborgSwitch lowering: extract jump tables and bit tests...
2015-04-22 Zachary TurnerUse the debugginess of the python interpreter when...
2015-04-22 David Majnemer[InstCombine] Use a more targeted fix instead of r235544
2015-04-22 Reid Kleckner[SEH] Remove the old __C_specific_handler code now...
2015-04-22 Krzysztof ParzyszekUnxfail passing test on Hexagon
2015-04-22 Reid KlecknerFix another test broken by r235537
2015-04-22 Lang Hames[RuntimeDyld][COFF] Add external symbol resolution...
2015-04-22 David MajnemerRevert "Revert r234581, it might have caused a few...
2015-04-22 Krzysztof Parzyszek[Hexagon] Some cleanup of instruction selection code
2015-04-22 Reid KlecknerFix test failure caused by r235537. It does not run...
2015-04-22 Reid Kleckner[WinEH] Demote values and phis live across exception...
2015-04-22 David Majnemer[InstCombine] Clear out nsw/nuw if we modify computatio...
2015-04-22 Lang Hames[Kaleidoscope] Fix incorrect use of reinterpret_cast.
2015-04-22 Reid Kleckner[Allocator] Remove memory poisoning before deallocation
2015-04-22 Lang Hames[Kaleidoscope] Remove RTTI use from chapters 7 and 8.
2015-04-22 Alexey Samsonov[ASan] Print global registration site in init-order...
2015-04-22 Alexey Samsonov[ASan] Refactor functions searching/describing globals...
2015-04-22 Jim InghamThis is some groundwork for filtering the language...
2015-04-22 Reid KlecknerSet normal LLVM function attributes on global initializ...
2015-04-22 Yaron KerenAnother test to exercise APInt divide step D6.
2015-04-22 Krzysztof Parzyszek[Hexagon] Use A2_tfrsi for constant pool and jump table...
2015-04-22 David BlaikieRevert "[opaque pointer type] Avoid using PointerType...
2015-04-22 Pete Cooper[AArch64] Use MachineRegisterInfo instead of LiveInterv...
2015-04-22 Sanjay Pateldon't repeat function names in comments; NFC
2015-04-22 Pirama Arumuga... Fix correctness check for test_vec_fpextend_double
2015-04-22 Krzysztof Parzyszek[Hexagon] Consider constant-extended offsets to be...
2015-04-22 Pete CooperChange MachineOperand::OpKind from unsigned char to...
2015-04-22 Jim InghamFormatting fix.
2015-04-22 Luqman AdenTest commit: fix typo in comment.
2015-04-22 Krzysztof ParzyszekFix Windows build break: use LLVM_FUNCTION_NAME instead...
2015-04-22 Matt ArsenaultR600: Fix always inline pass breaking noinline functions
2015-04-22 Ed MasteAdd decorator for signal test failing on FreeBSD
2015-04-22 Yaron KerenRecommit r235219, it's need for out-of-tree users of...
2015-04-22 Krzysztof Parzyszek[Hexagon] Overhaul of stack object allocation
2015-04-22 David Blaikie[opaque pointer type] Use pointee type retrieved from...
2015-04-22 Reid Kleckner[cmake] Quote the path to the target exports file,...
2015-04-22 Daniel Sanders[ubsan] Stop cast-overflow.cpp test leaking undefined...
2015-04-22 Sanjay Patel[x86] Add store-folded memop patterns for vcvtps2ph
2015-04-22 Krzysztof Parzyszek[Hexagon] Treat CFI as solo instructions
2015-04-22 Ilia KMI Refactor CMIUtilSystemWindows::GetExecutablesPath()
2015-04-22 Krzysztof Parzyszek[Hexagon] Implement HexagonInstPrinter::printRegName
2015-04-22 Adhemerval... Support arm32 R_ARM_V4BX relocation format
2015-04-22 Aaron BallmanSilencing a -Wunused-variable warning; NFC.
2015-04-22 Brendon CahoonFix a type mismatch assert in SCEV division
2015-04-22 Ed MasteSkip additional lldb-mi tests that failed on FreeBSD
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...
next