platform/upstream/llvm.git
2015-04-29 Reid KlecknerDisable failing TestDevNull test on Windows
2015-04-29 Adrian PrantlDebug Info: Represent local anonymous unions as anonymo...
2015-04-29 Adrian PrantlTemporarily relax a check in the debug info verifier.
2015-04-29 Reid Kleckner[X86] Avoid mangling frameescape labels
2015-04-29 Andrey ChurbanovThese are the actual changes in the runtime to issue...
2015-04-29 Duncan P. N... DebugInfo: Metadata constructs now start with DI*
2015-04-29 Duncan P. N... IR: Give 'DI' prefix to debug info metadata
2015-04-29 Jan VeselyCodeGen: Default overflow operations to expand so we...
2015-04-29 Zoran Jovanovic[mips][microMIPSr6] Implement SUB and SUBU instructions
2015-04-29 Andrey ChurbanovThis patch contains the new files for OMPT and the...
2015-04-29 Eric FiselierFix syntax error in CMake created when a variable is...
2015-04-29 Andrey ChurbanovThis is a preparation patch to get information about...
2015-04-29 Tom StellardAllow compilation depending to the LLVM version
2015-04-29 Zoran Jovanovic[mips][microMIPSr6] Implement ADD, ADDU and ADDIU instr...
2015-04-29 Adrian PrantlRevert "Debug Info: Represent local anonymous unions...
2015-04-29 James Y KnightSparc: Prefer reg+reg address encoding when only one...
2015-04-29 Rafael EspindolaRelax assert to avoid spurious failures with /dev/null.
2015-04-29 Andrey ChurbanovUH OpenMP testsuite update
2015-04-29 Bradley SmithRevert code changes made under r235976.
2015-04-29 Vasileios KalintirisMips fast-isel - handle functions which return i8 or...
2015-04-29 Rafael EspindolaDon't constrain the section order in tests that don...
2015-04-29 Renato GolinRevert 2 tests from "Tests for r236055."
2015-04-29 Daniel Jasperclang-format: Add ability to align assignment operators.
2015-04-29 Daniel Sanders[mips] Correct 128-bit shifts on 64-bit targets.
2015-04-29 Omair JavaidThis patch adds support aarch64-linux-gnu (SysV) abi...
2015-04-29 Omair JavaidThis patch adds required piece of code for SysV Abi...
2015-04-29 Toma Tabacu[mips] [IAS] Inline assemble-time shifting out of creat...
2015-04-29 Aidan DoddsFix bug in gdb-remote xml parser which failed to parse...
2015-04-29 Elena Demikhovskyfixed 80-chars; NFC
2015-04-29 Elena DemikhovskyFixed masked gather/scatter switch-case
2015-04-29 Daniel Jasperclang-format: Fix selective indentaiton in nested blocks.
2015-04-29 Hafiz Abid... Add support for -stack-list-variables.
2015-04-29 Craig Topper[TableGen] Use range-based for loops. NFC.
2015-04-29 Craig Topper[TableGen] Fold a couple dyn_casts into the ifs that...
2015-04-29 Craig Topper[TableGen] Replace some dyn_casts followed by an assert...
2015-04-29 Elena Demikhovskyfixed comments, blanks, nullptr; NFC
2015-04-29 Alexey Bataev[OPENMP] Fix crash on reductions codegen for short...
2015-04-29 Craig Topper[TableGen] Use range-based for loops. NFC
2015-04-29 Nico WeberRevert r236052, it caused linker errors when building...
2015-04-29 Hans WennborgDrop Dragonegg from the release export script
2015-04-29 Filipe CabecinhasUse an "early return" idiom for the error case. NFC
2015-04-29 Filipe CabecinhasCheck that we have a valid PointerType element type...
2015-04-29 Filipe CabecinhasUse the ArrayType member function for array element...
2015-04-29 Hans WennborgDrop Dragonegg support from the release script
2015-04-29 Filipe CabecinhasTurn an assert into report_fatal_error since it's reach...
2015-04-29 Richard TrieuAdd -Wpessimizing-move and -Wredundant-move warnings.
2015-04-29 Lang Hames[Orc] It's not valid to pass a null resolver to addModu...
2015-04-29 Filipe CabecinhasMake sure that isValidElementType(Type) before calling...
2015-04-29 Richard SmithPR20625: Instantiate static constexpr member function...
2015-04-28 Matthias BraunRegisterCoalescer: hide terminal rule option by default
2015-04-28 Hans Wennborgtest-release.sh: Drop some unused command-line options.
2015-04-28 Eric ChristopherStop emitting the soft-float and soft-float-abi target...
2015-04-28 Adrian PrantlDebug Info: Represent local anonymous unions as anonymo...
2015-04-28 Rafael EspindolaMap directly from signature symbol to group index....
2015-04-28 Reid KlecknerFix Sema tests using __try by adding triple
2015-04-28 Eric ChristopherTests for r236055.
2015-04-28 Eric ChristopherThis change is the first of 3 patches to add support...
2015-04-28 Eric ChristopherReuse a lookup in an assert.
2015-04-28 Rafael EspindolaRemove redundant temporary std::vector.
2015-04-28 Reid Kleckner[SEH] Add 32-bit lowering code for __try
2015-04-28 Steven WuFix the typo in r236044. NFC.
2015-04-28 Tim NorthoverARM: fix peephole optimisation of TST
2015-04-28 Rafael EspindolaAvoid one more walk over all sections. NFC.
2015-04-28 Andrew KaylorStyle updates
2015-04-28 Rafael EspindolaUse a range loop. NFC.
2015-04-28 Andrew Kaylor[WinEH] Split blocks at calls to llvm.eh.begincatch
2015-04-28 Rafael EspindolaAvoid an extra walk over the sections just to assign...
2015-04-28 Steven WuFix -fno-gnu-inline-asm doesn't catch file scope asm
2015-04-28 Richard SmithFix assertion failure if a lambda array-capture is...
2015-04-28 James Y KnightSparc: Add alternate aliases for conditional branch...
2015-04-28 Reid Kleckner[SEH] Add an LLVM intrinsic for _exception_info
2015-04-28 Sean CallananAttempt to fix the MSVC build by making ExprIterator
2015-04-28 Richard SmithWork around a suspected MSVC miscompile to try to bring...
2015-04-28 Rafael EspindolaRemove the GroupMapTy DenseMap. NFC.
2015-04-28 Richard SmithRefactor to make MacroState ownership and lifetime...
2015-04-28 Sanjay Pateltransform fadd chains to increase parallelism
2015-04-28 Alexei Starovoitov[bpf] fix build
2015-04-28 Artem Belevich[cuda] Preserve TLS storage class of host variable...
2015-04-28 Rafael EspindolaUse range loops. NFC.
2015-04-28 Filipe CabecinhasRelax an assert when there's a type mismatch in forward...
2015-04-28 Rafael EspindolaAvoid adding to SectionIndexMap sections that we never...
2015-04-28 Marshall ClowRemoved 'complete' from 2408; updated status
2015-04-28 Siva Chandra[TestMiVar] Enable one of the tests for GCC.
2015-04-28 Daniel BerlinMake getModRefInfo(Instruction *) not crash on certain...
2015-04-28 Rafael EspindolaUse a range loop. NFC.
2015-04-28 Evgeniy Stepanov[asan] Use dl_iterate_phdr on Android.
2015-04-28 Sanjay Patel[x86] remove RCPPS and RSQRTPS intrinsic instruction...
2015-04-28 Sean CallananImplemented ASTImporter support for Stmts and fixed
2015-04-28 Sean CallananImplemented support for testing the ASTImporter's
2015-04-28 Nico WeberFix typo in comment.
2015-04-28 Eric ChristopherAdd a fixme to resetTargetOptions to explain why it...
2015-04-28 Dmitry Vyukovtsan: fix a bug memory access handling
2015-04-28 Eric ChristopherFix a [-Werror,-Winconsistent-missing-override] problem...
2015-04-28 Jonathan RoelofsFix PR22047: ObjC: Method unavailability attribute...
2015-04-28 Serge PavlovCombine instantiation context of field initializer...
2015-04-28 Tom StellardR600: Fix up for AsmPrinter's OutStreamer being a uniqu...
2015-04-28 Tom StellardR600/SI: Add a lower case alias for subtarget feature...
2015-04-28 Aaron BallmanSilencing a -Wuninitialized warning in a different...
2015-04-28 NAKAMURA TakumiDisable clang-tools-extra/test/pp-trace/pp-trace-module...
2015-04-28 Justin Holewinski[NVPTX] Handle addrspacecast constant expressions in...
next