platform/upstream/llvm.git
2014-11-14 Kostya Serebryany[asan] add interface function __sanitizer_get_total_uni...
2014-11-14 Jim InghamFix examine-threads to build for arm64.
2014-11-14 Enrico GranataRemoved a couple of static helpers in the data formatte...
2014-11-14 Tim NorthoverARM: refactor .cfi_def_cfa_offset emission.
2014-11-14 Tim NorthoverARM: correctly calculate the offset of FP in its push.
2014-11-14 Tim NorthoverARM: simplify test.
2014-11-14 Aaron Ballman[c++1z] Support [[deprecated]] attributes on namespaces...
2014-11-14 Eric FiselierAdd -g -fno-omit-frame-pointer when compiling tests...
2014-11-14 Eric FiselierInitialize pointer in string conversion helpers to...
2014-11-14 Eric Fiselieradd debug info when compiling sanitizer tests
2014-11-14 Eric ChristopherRerun AutoRegen.sh.
2014-11-14 Anton KorobeynikovRecommit r222044 with a test fix - it does not make...
2014-11-14 Aaron BallmanRemoving an unused variable; NFC.
2014-11-14 Anton KorobeynikovAgain revert r222044 to resolve darwin objc test fails.
2014-11-14 David BlaikieTurn a leaked object into a stack variable instead.
2014-11-14 Kevin EnderbyAdd the code and test cases for 64-bit ARM to llvm...
2014-11-14 Anton KorobeynikovFollow-up to D6217
2014-11-14 Rui Ueyama[PECOFF] Fix section alignment.
2014-11-14 Steven WuAdd DiagID and Warning Flag to DiagnosticsLog
2014-11-14 Frederic RissAdd a test for r222029 that doesn't rely on the default...
2014-11-14 David MajnemerInstCombine: Fix infinite loop caused by visitFPTrunc
2014-11-14 Chad RosierReapply r221924: "[GVN] Perform Scalar PRE on gep indic...
2014-11-14 Bill SchmidtChange order of tablegen generated fast-isel instructio...
2014-11-14 Tom StellardR600/SI: Mark s_movk_i32 as rematerializable
2014-11-14 Tom StellardR600/SI: Fix spilling of m0 register
2014-11-14 Eric FiselierAdd -gline-tables-only when compiling w/ sanitizers...
2014-11-14 Frederic RissCOFF: Add support for Dwarf accelerator tables.
2014-11-14 Aaron BallmanMinGW doesn't implement std::to_string; working around...
2014-11-14 Matt ArsenaultR600/SI: Combine min3/max3 instructions
2014-11-14 Shawn Bestadd Makefile rule for test program CREATE_STD_THREADS
2014-11-14 David Majnemeryaml2obj, COFF: Correctly calculate SizeOfImage and...
2014-11-14 Frederic Riss[dwarfdump] Handle relocations in Dwarf accelerator...
2014-11-14 David BlaikieRemove some redundant virtual on overridden functions
2014-11-14 Rui Ueyama[PECOFF] Remove dead code
2014-11-14 Eric Fiselier[libcxx] Fix memory leak in strstream tests.
2014-11-14 David BlaikieRemove some redundant virtual specifiers on overriden...
2014-11-14 David BlaikieRemove redundant virtual on overriden functions.
2014-11-14 Duncan P. N... IR: Make MDString inherit from Metadata
2014-11-14 Eric ChristopherSilence inconsistent override warnings.
2014-11-14 Matt ArsenaultR600/SI: Fix verifier error from a branch on IMPLICIT_DEF
2014-11-14 Duncan P. N... IR: Take an LLVMContext in Metadata::Metadata()
2014-11-14 Duncan P. N... Add a blank line, NFC
2014-11-14 Matt ArsenaultFix unused variable warning without asserts
2014-11-14 Yaron KerenTypo fix.
2014-11-14 Matt ArsenaultR600/SI: Match integer min / max instructions
2014-11-14 Eric Fiselier[libcxx] Fix vector annotator size increase in `vector...
2014-11-14 Hans Wennborgclang-cl: Ignore the new /Zo[-] option (PR21571)
2014-11-14 Matt ArsenaultR600/SI: Use S_BFE_I64 for 64-bit sext_inreg
2014-11-14 Daniel Jasperclang-format: [Java] Further improve generics formatting.
2014-11-14 Daniel Jasperclang-format: Correctly detect multiplication in ctor...
2014-11-14 Fariborz Jahanian[Sema]. Warn when logical expression is a pointer
2014-11-14 Chad Rosier[Reassociate] Canonicalize the operands of all binary...
2014-11-14 Frederic RissTentatively appease the bots.
2014-11-14 Chad Rosier[Reassociate] Canonicalize operands of vector binary...
2014-11-14 Chad Rosier[Reassociate] Canonicalize constants to RHS operand.
2014-11-14 Oleksiy VyalovApply SOCK_CLOEXEC flag to socket API functions in...
2014-11-14 Frederic RissReapply "[dwarfdump] Add support for dumping accelerato...
2014-11-14 Cameron McInally[AVX512] Add 512b masked integer shift by immediate...
2014-11-14 Jay Foad[ASan] Improved stack overflow detection for PowerPC64
2014-11-14 Evgeniy Stepanov[sanitizer] Extend a comment in SlowUnwind.
2014-11-14 Chad Rosier[Reassociate] Improve rank debug information. NFC.
2014-11-14 Aaron BallmanSilencing a -Wparentheses warning; NFC.
2014-11-14 Timur IskhodzhanovReplace weird whitespace symbols with good old spaces
2014-11-14 Timur IskhodzhanovAdd one illustrative class hierarchy as an example...
2014-11-14 Tom StellardR600/SI: Fix assembly names for exec_hi and exec_lo
2014-11-14 Tom StellardR600/SI: Start implementing an assembler
2014-11-14 Aaron BallmanOops, the underline was too short for sphinx to like.
2014-11-14 Aaron BallmanCorrecting some grammar and typos, and adding CERT...
2014-11-14 Aaron BallmanComplete support for the SD-6 standing document (based...
2014-11-14 Daniel Jasperclang-format: Give clang-format-diff.py a -v option.
2014-11-14 Daniel Jasperclang-format: Improve function parameter packing.
2014-11-14 Bill Schmidt[PowerPC] Enable vec_perm for long long and double...
2014-11-14 Daniel Jasperclang-format: Support assignments as conditional operands.
2014-11-14 Evgeniy Stepanov[asan] Revert r221882.
2014-11-14 Daniel Jasperclang-format: Improve indentation of comments in expres...
2014-11-14 Bill Schmidt[PowerPC] Add VSX builtins for vec_div
2014-11-14 Bill Schmidt[PowerPC] Add VSX builtins for vec_div
2014-11-14 Tobias GrosserUse nullptr instead of '0' for pointers
2014-11-14 Daniel Jasperclang-format: [Java] Fix line break behavior of class...
2014-11-14 Stephane SezerProperly specify the regex used to match register indexes.
2014-11-14 Daniel Jasperclang-format: [Java] Improve generic return type format...
2014-11-14 Daniel Jasperclang-format: [Java] No altnerative operator names...
2014-11-14 David MajnemerCalm down build bots
2014-11-14 Daniel Jasperclang-format: [Java] Improve formatting of generics.
2014-11-14 David Majnemerobj2yaml, yaml2obj: Add support for COFF executables
2014-11-14 Simon AtanasyanFollow-up to r221913. Fix some -Wcast-qual warning...
2014-11-14 Rafael EspindolaUse size_type for operator[].
2014-11-14 Shankar Easwaran[ELF] Dynamic section was not aligned properly.
2014-11-14 NAKAMURA TakumiSearchForAddressOfSymbol(): Disable 3 symbols, copysign...
2014-11-14 Alexey Bataev[OPENMP] Temporary fix for processing of global variabl...
2014-11-14 Eric FiselierSplit string capacity test into two parts and mark...
2014-11-14 Alexey Samsonov[Sanitizer] Refactor SanitizerArgs parsing in Driver.
2014-11-14 Eric FiselierMark more tests as UNSUPPORTED with ASAN and MSAN.
2014-11-14 Eric FiselierSetup llvm-symbolizer when running the tests with sanit...
2014-11-14 Matt ArsenaultR600/SI: Make constant array static
2014-11-14 Eric FiselierAdd -O3 when testing with UBSAN. This triggers far...
2014-11-14 Reid KlecknerRemove -fseh-exceptions in favor of checking the triple
2014-11-14 Justin Bognerllvm-cov: Sink some reporting logic into CoverageMapping
2014-11-14 Tim NorthoverX86: use getConstant rather than getTargetConstant...
2014-11-14 Duncan P. N... IR: Rewrite uniquing and creation of MDString
next