platform/upstream/llvm.git
2014-12-11 Duncan P. N... CodeGen: Stop using LeakDetector for MachineInstr
2014-12-11 Duncan P. N... IR: Store MDNodes in a separate LeakDetector container
2014-12-11 Matthias Braun[CodeGen] Add print and verify pass after each MachineF...
2014-12-11 Duncan P. N... LeakDetector: Simplify code and fix comments, NFC
2014-12-11 Jonathan RoelofsFix platform_support.h's get_temp_file_name() on Newlib...
2014-12-11 David MajnemerAsmParser: Don't crash on an ill-formed MDNodeVector
2014-12-11 Richard Smith[modules] When constructing paths relative to a module...
2014-12-11 Andrea Di Biagio[InstCombine][X86] Improved folding of calls to Intrins...
2014-12-11 David MajnemerAsmParser: Don't crash on an ill-formed MDNodeVector
2014-12-11 Paul RobinsonInstead of having -Os/-Oz add OptimizeForSize/MinSize...
2014-12-11 Rafael EspindolaRemove a convoluted way of calling close by moving...
2014-12-11 Rafael EspindolaThis reverts commit r224043 and r224042.
2014-12-11 Michael IlsemanSilence static analyzer warnings in LLVMSupport.
2014-12-11 Matthias BraunEnable machineverifier in debug mode for X86, ARM,...
2014-12-11 Matthias Braun[CodeGen] Add print and verify pass after each MachineF...
2014-12-11 Matthias Braun[CodeGen] Let MachineVerifierPass own its banner string
2014-12-11 David MajnemerAST: Incomplete types might be zero sized
2014-12-11 Aaron BallmanWhen checking for nonnull parameter attributes, also...
2014-12-11 Sean CallananRemoved the assertion that we can find any named
2014-12-11 Jonathan RoelofsAdd an XFAIL for Newlib's missing uchar.h
2014-12-11 Colin LeMahieu[Hexagon] Renaming classes in preparation for replacement.
2014-12-11 Tim NorthoverARM: convert isTargetIOS checks to isTargetDarwin.
2014-12-11 Alexey Samsonov[Sanitizer] Don't modify mmap_limit_mb flag in runtime.
2014-12-11 Hal Finkel[PowerPC] Implement BuildSDIVPow2, lower i64 pow2 sdiv...
2014-12-11 Jonathan RoelofsMark a bunch of long running tests as 'REQUIRES: long_t...
2014-12-11 Alexey Samsonov[Sanitizer] Fix report_path functionality:
2014-12-11 Viktor Kutuzov[Tsan] Fix the signal_recursive.cc test to pass on...
2014-12-11 Rafael EspindolaRemove dead code. NFC.
2014-12-11 Cameron McInally[AVX512] Add support for 512b variable bit shift intrin...
2014-12-11 Colin LeMahieu[Hexagon] Ading i64 <- i32, i32 sextw pattern.
2014-12-11 Colin LeMahieu[Hexagon] Adding encoding information for sign extend...
2014-12-11 Rafael EspindolaOnly seek once before writing the member offsets.
2014-12-11 Jonathan RoelofsMark some more fenv tests as UNSUPPORTED by newlib
2014-12-11 Dmitry Vyukovtsan: fix Go build
2014-12-11 Dmitry Vyukovtsan: don't subtract one from fake PCs
2014-12-11 Jonathan RoelofsAdd an XFAIL for Newlib's missing fenv.h
2014-12-11 Rafael Espindolallvm-ar: close input files early.
2014-12-11 Elena DemikhovskyAVX-512: Added all forms of COMPRESS instruction
2014-12-11 Timur IskhodzhanovFix check-asan on Windows by putting lib/clang/......
2014-12-11 Jozef Kolek[mips][microMIPS] Implement CodeGen support for LI16...
2014-12-11 David MajnemerInstSimplify: Remove usesless %a parameter from tests
2014-12-11 Michael KupersteinThe inliner needs to fix up debug information for llvm...
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
next