platform/upstream/llvm.git
2014-12-11 Will NewtonELF/AArch64: Add a test for R_AARCH64_ABS32
2014-12-11 Will NewtonELF/AArch64: Add a test for R_AARCH64_ABS64
2014-12-11 Serge PavlovEmit warning if define or undef reserved identifier...
2014-12-11 Michael KupersteinAdd newline missing in r224010.
2014-12-11 Michael Kuperstein[X86] When converting movs to pushes, don't assume...
2014-12-11 Patrik HagglundBugfix in InlineSpiller::traceSiblingValue().
2014-12-11 Elena DemikhovskyAVX-512: Fixed a bug in lowering setcc for MVT::i1...
2014-12-11 Kumar Sukhanitest commit (spelling correction)
2014-12-11 Erik EcksteinRefactor creation of overflow result tuples in InstComb...
2014-12-11 Craig TopperUse range-based for loops. NFC
2014-12-11 Craig TopperJust use the Module unique_ptr object directly in many...
2014-12-11 Craig TopperUse unique_ptr to remove an explicit delete. Change...
2014-12-11 Duncan P. N... IR: Canonicalize metadata formatting, NFC
2014-12-11 Rui Ueyama[ELF] Remove duplicate constructor code.
2014-12-11 Ekaterina RomanovaReverting commit 223981, because the test that I added...
2014-12-11 Will WilsonMS ABI: Fix mangling of unsigned int template params
2014-12-11 Craig TopperMake MultiClass::DefPrototypes own their Records to...
2014-12-11 Craig TopperReplace std::map<K, V*> with std::map<K, std::unique_pt...
2014-12-11 Ahmed Bougacha[X86] Add back AVX2 VR256 PMOVX patterns.
2014-12-11 Nick LewyckyFix LLVMContext to match what MDKind names that the...
2014-12-11 Philip ReamesGCStrategy should not own GCFunctionInfo
2014-12-11 Duncan P. N... IR: Add 'invalid-' to test names for invalid assembly
2014-12-11 David MajnemerParse: Concatenated string literals should be verified...
2014-12-11 Matthias BraunLiveInterval: Use range based for loops for subregister...
2014-12-11 Justin BognerTry again at sorting entries in CODE_OWNERS
2014-12-11 Justin BognerFix some incorrectly sorted entries in CODE_OWNERS
2014-12-11 Justin BognerAdd code owners for profiling and coverage
2014-12-10 Paul RobinsonRevert r223578, perf data collection depends on the...
2014-12-10 Tim NorthoverARM: correctly expand LDR-lit based globals.
2014-12-10 Paul RobinsonDiagnose attributes 'optnone' and 'minsize' on the...
2014-12-10 Paul RobinsonRevert r223980 as it had wrong commit message.
2014-12-10 Zachary TurnerDisable the remaining ProcessIO test on Windows.
2014-12-10 Zachary TurnerFix some test failures for Windows.
2014-12-10 Ekaterina RomanovaA fix for PR21176.
2014-12-10 Paul RobinsonRename a couple of preprocessor symbols to be more...
2014-12-10 David MajnemerForgot to commit this change with r223975
2014-12-10 Matthias BraunLiveInterval: Use more range based for loops for value...
2014-12-10 Eric ChristopherAdd a FIXME for unifying ARM target abi handling.
2014-12-10 Eric ChristopherRevert the default changing behavior part of r216662...
2014-12-10 David MajnemerAST: Properly calculate the linkage of a IndirectFieldDecl
2014-12-10 Mark HeffernanFix PR21694. r219517 added a use of SCEV divide in...
2014-12-10 Eric ChristopherFix a bunch of [-Werror,-Winconsistent-missing-override...
2014-12-10 Eric ChristopherSilence -Winconsistent-missing-override warnings.
2014-12-10 Colin LeMahieu[Hexagon] Adding combine ri/ir instructions.
2014-12-10 David MajnemerConstantFold: Clean up X * undef code
2014-12-10 David MajnemerConstantFold, InstSimplify: undef >>a x can be either...
2014-12-10 David MajnemerConstantFold: an undef shift amount results in undef
2014-12-10 Colin LeMahieu[Hexagon] Adding encodings for JR class instructions...
2014-12-10 Sean CallananFixed an 80-column violation.
2014-12-10 Tobias GrosserDo not run dead code elimination by default
2014-12-10 Rafael EspindolaMove three methods only used by MCJIT to MCJIT.
2014-12-10 Simon Atanasyan[ELF] Allow target to adjust a symbol's value for using...
2014-12-10 Richard SmithDR1891, PR21787: a lambda closure type has no default...
2014-12-10 Juergen Ributzka[AArch64] MachO large code-model: Materialize FP consta...
2014-12-10 Marek OlsakR600/SI: Use getTargetConstant in AdjustRegClass
2014-12-10 Sean CallananAdded support to the expression parser for finding
2014-12-10 David BlaikieMake test case 32/64 bit neutral
2014-12-10 David BlaikieDebugInfo: Location information for scalar new expressions
2014-12-10 Daniel Jasperclang-format: Factor out UnwrappedLineFormatter into...
2014-12-10 Sean CallananAdded a testcase to make sure the parser allows
2014-12-10 Fariborz JahanianObjective-C SDK modernizer. When modernizing an enum to
2014-12-10 Colin LeMahieu[Hexagon] Adding JR class predicated call reg instructions.
2014-12-10 Timur IskhodzhanovUpdate ASan/Win test expectations broken by r223508
2014-12-10 Stepan DyatkovskiyAdded documentation for MergeFunctions pass:
2014-12-10 Daniel Jasperclang-format: Remove a few else after return statements.
2014-12-10 Sanjay PatelMatch new shuffle codegen for MOVHPD patterns
2014-12-10 Pekka JaaskelainenOpenCL C: Add support for a set of floating point
2014-12-10 Simon Atanasyan[mips] Removing __SIZEOF_INT128__ macro for MIPS64
2014-12-10 Aaron BallmanSilencing a -Wsequence-point warning, and the resulting...
2014-12-10 Evgeniy Stepanov[sanitizer] Disable compile-time checks for __kernel_ol...
2014-12-10 David MajnemerConstantFold: div undef, 0 should fold to undef, not...
2014-12-10 David MajnemerInstSimplify: [al]shr exact undef, %X -> undef
2014-12-10 Michael Kuperstein[X86] Make a code path in EltsFromConsecutiveLoads...
2014-12-10 NAKAMURA Takumiclang/test/Modules/modular_maps.cpp REQUIRES shell...
2014-12-10 Rui UeyamaRemove unreachable return statement.
2014-12-10 David MajnemerInstSimplify: div %X, 0 -> undef
2014-12-10 Craig TopperUse unique_ptr instead of DeleteContainerSeconds.
2014-12-10 Simon Atanasyan[ELF] Make -init/-fini options compatible with the...
2014-12-10 Duncan P. N... ClangFunction: Fix destruction order of parser and...
2014-12-10 Eric Fiselier[LIT] Add support for `UNSUPPORTED` tag to `TestRunner...
2014-12-10 Richard SmithUpdate to match clang r223913.
2014-12-10 Richard SmithReinstate r223753, reverted in r223759 due to breakage...
2014-12-10 Sean CallananFixed the AST importer ot use redeclaration contexts...
2014-12-10 David MajnemerDataLayout: Provide nicer diagnostics for malformed...
2014-12-10 Saleem Abdulrasoolbuiltins: cleanup constant data section selection
2014-12-10 Alexey Samsonov[DD] Don't store the second copy of CommonFlags inside...
2014-12-10 Alexey Samsonov[CMake] Make sure dd is built as a part of compiler-rt.
2014-12-10 David MajnemerAsmParser: Don't allow null bytes in BB labels
2014-12-10 Enrico GranataRemove the last vestige of the world before data format...
2014-12-10 Oleksiy VyalovSkip TestExprPathSynthetic test on FreeBSD, Linux ...
2014-12-10 Duncan P. N... IR: Move call to dropAllReferences() to MDNode subclasses
2014-12-10 David MajnemerDataLayout: Be more verbose when diagnosing problems...
2014-12-10 David BlaikieDebugInfo: Correct location information for array acces...
2014-12-10 Oleksiy VyalovAdd D request handler to GDBRemoteCommunicationServer...
2014-12-10 Sean CallananMade the ASTImporter resilient if it can't import
2014-12-10 David MajnemerI didn't intend to commit this with r223898
2014-12-10 David MajnemerDataLayout: Move asserts over to report_fatal_error
2014-12-10 David BlaikieDebugInfo: Fix another case of array access line inform...
2014-12-10 Matthias BraunMachineVerifier: Allow physreg use if just a subreg...
2014-12-10 Matthias BraunMachineVerifier: Allow LiveInterval segments to end...
next