platform/upstream/llvm.git
2014-12-12 Rafael EspindolaNow that we require a newer python, use the new excepti...
2014-12-12 Rafael EspindolaRequire python 2.7.
2014-12-12 Vasileios Kalintiris[mips] Enable code generation for MIPS-III.
2014-12-12 Robert Khasanov[AVX512] Enabling MIN/MAX lowering.
2014-12-12 Andrea Di BiagioReapply "[MachineScheduler] Fix for PR21807: minor...
2014-12-12 Chad Rosier[Reassociate] Use dbgs() instead of errs().
2014-12-12 Vasileios Kalintiris[mips] Support SELECT nodes for targets that don't...
2014-12-12 Rafael EspindolaDisable --icf=safe to avoid a bug.
2014-12-12 Robert Khasanov[AVX512] Minor fix in lowering pattern for broadcast...
2014-12-12 Andrea Di BiagioRevert: [MachineScheduler] Fix for PR21807: minor code...
2014-12-12 Alexander KornienkoDon't break string literals in Java and JavaScript.
2014-12-12 Suyog SardaThis patch recognizes (+ (+ v0, v1) (+ v2, v3)), reorde...
2014-12-12 Andrea Di Biagio[MachineScheduler] Fix for PR21807: minor code differen...
2014-12-12 Viktor Kutuzov[Asan] XFAIL the interception_failure_test.cc test...
2014-12-12 Viktor Kutuzov[Asan] Fix the tsd_dtor_leak.cc test to pass on FreeBSD
2014-12-12 Charlie TurnerEmit Tag_ABI_FP_16bit_format build attribute.
2014-12-12 Yaron KerenSilence gcc 4.9.1 warning 'xyz' is used uninitialized...
2014-12-12 Rui UeyamaMake File always take the ownership of a MemoryBuffer.
2014-12-12 Daniel Jasperclang-format: Revamp nested block formatting.
2014-12-12 Sergey DmitroukInclude newlib-specific locales in __locale
2014-12-12 David MajnemerCodeGen: Loads/stores to allocas for atomic ops shouldn...
2014-12-12 Craig TopperPass output stream to AsLexInput instead of the whole...
2014-12-12 Craig TopperUse unique_ptr to remove an explicit delete. Change...
2014-12-12 Craig TopperUse make_unique instead of reset() and 'new'
2014-12-12 Craig TopperUse range-based for loop.
2014-12-12 Craig TopperRemove unnecessary calls to unique_ptr::get.
2014-12-12 Craig TopperRemove an unnecessary reference variable that pointed...
2014-12-12 Craig TopperUse unique_ptr operator= instead of constructor to...
2014-12-12 Rui UeyamaSeparate file parsing from File's constructors.
2014-12-12 Kumar Sukhani[mips] [test] Enable COMPILER_RT_INCLUDE_TESTS for...
2014-12-12 Serge PavlovDo not warn on keyword undef
2014-12-12 Shankar Easwaran[ELF] Remove isThumb().
2014-12-12 Ekaterina RomanovaA fix for PR21176.
2014-12-12 Steven WuFix another infinite loop in InstCombine
2014-12-12 Eric FiselierAdd support for building libc++ as a 32 bit library
2014-12-12 Eric FiselierFix building and running tests when LIBCXX_ENABLE_EXCEP...
2014-12-12 Matt ArsenaultR600: Fix min/max matching problems with unordered...
2014-12-12 Matt ArsenaultR600/SI: fmin/fmax_legacy are not associative
2014-12-12 Matt ArsenaultR600/SI: Don't promote f32 select to i32
2014-12-12 Richard SmithUpdate the modules build to match r223802.
2014-12-12 Duncan P. N... Bitcode: Add missing "Remove in 4.0" comments
2014-12-12 Matthias BraunDocument that PassManager::add() may delete the pass...
2014-12-12 Peter CollingbourneTom Stellard is now the code owner for libclc.
2014-12-12 Alexey Samsonov[ASan] Group all flag parsing code together. NFC.
2014-12-12 Philip ReamesComment and minor code cleanup for GCStrategy (NFC)
2014-12-12 Matt ArsenaultAdd target hook for whether it is profitable to reduce...
2014-12-11 Greg ClaytonMake sure if a thread specifies a 'register_data_addr...
2014-12-11 Greg ClaytonMake sure we print errors for python OperatingSystem...
2014-12-11 Sanjay Patelremove function names from comments; NFC
2014-12-11 Matt ArsenaultR600/SI: Handle physical registers in getOpRegClass
2014-12-11 Matt ArsenaultR600/SI: Don't verify constant bus usage of flag ops
2014-12-11 Duncan P. N... Bitcode: Use unsigned char to record MDStrings
2014-12-11 Sanjay Patelreturn without temporary; NFC
2014-12-11 Matthias BraunEnable MachineVerifier in debug mode for X86, ARM,...
2014-12-11 Ahmed Bougacha[X86] Add a temporary testcase for PR21876/r223996.
2014-12-11 Duncan P. N... Bitcode: Add METADATA_NODE and METADATA_VALUE
2014-12-11 Fariborz Jahanian[Objective-C]. This patch extends objc_bridge attribut...
2014-12-11 Hal Finkel[PowerPC] Better lowering for add/or of a FrameIndex
2014-12-11 Duncan P. N... Bitcode: Add `OLD_` prefix to metadata node records
2014-12-11 Jonathan RoelofsAdd 'REQUIRES: long_tests' to one more long test
2014-12-11 Matt ArsenaultTry to include operand counts for mismatches in tablegen.
2014-12-11 Matt ArsenaultR600/SI: Use unordered equal instructions
2014-12-11 Matt ArsenaultR600/SI: Make more unordered comparisons legal
2014-12-11 Matt ArsenaultR600/SI: Use unordered not equal instructions
2014-12-11 Jonathan RoelofsAdd 'REQUIERS: long_tests' to a few more long tests
2014-12-11 Alexey Samsonov[ASan] Change fake stack and local variables handling.
2014-12-11 Alexey Samsonov[ASan] Change fake stack and local variables handling.
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
next