platform/upstream/llvm.git
2014-10-16 Peter CollingbourneInitial version of Go bindings.
2014-10-16 Peter CollingbourneIntroduce LLVMParseCommandLineOptions C API function.
2014-10-16 Saleem AbdulrasoolSema: handle additional case of qualified types
2014-10-16 Enrico GranataSome more failure to bug tracking
2014-10-16 Enrico GranataAssociate a bug tracking ID with this test case
2014-10-16 Enrico GranataThis test actually works alright - we were just checkin...
2014-10-16 Enrico GranataI see this test case crash - skip for now
2014-10-16 Hans Wennborgtest/CodeGen/sections.c: add triple
2014-10-16 Juergen RibutzkaReduce code duplication between patchpoint and non...
2014-10-16 Jason MolendaOnly call RemovePersistentVariable on expr_result if...
2014-10-16 Kostya Serebryanytrying to fix the new test on hexagon-build
2014-10-16 Enrico GranataRework this code so that it does not trigger a compiler...
2014-10-16 Chandler Carruth[SROA] Switch the common variable name for the 'AllocaS...
2014-10-16 Chandler Carruth[SROA] More range-based cleanups to SROA, these brought...
2014-10-16 Kostya SerebryanyInsert poisoned paddings between fields in C++ classes...
2014-10-16 Hans WennborgMS Compat: mark globals emitted in read-only sections...
2014-10-16 Tim Northover[mach-o] update __eh_frame handling for Nick's suggestions
2014-10-16 Chandler Carruth[SROA] Switch a couple of overly complex iterator acces...
2014-10-16 Robin MorissetErase fence insertion from SelectionDAGBuilder.cpp...
2014-10-16 Matt ArsenaultR600/SI: Remove unnecessary VALU patterns
2014-10-16 Chandler Carruth[SROA] Start more deeply moving SROA to use ranges...
2014-10-16 Aaron BallmanNo longer emit diagnostics about unused results (compar...
2014-10-16 Matt ArsenaultR600: Fix nonsensical implementation of computeKnownBit...
2014-10-16 Rafael EspindolaUpdate for llvm change.
2014-10-16 Rafael EspindolaDelete -std-compile-opts.
2014-10-16 Bjorn SteinbrinkAllow call-slop optzn for destinations with a suitable...
2014-10-16 Nick Kledzik[mach-o] Add support for upward linking
2014-10-16 Rui Ueyama[PECOFF] Support delay-load import table for x86
2014-10-16 Jonathan RoelofsFix lang-ref doc bug: s/icmp lt/icmp slt/
2014-10-16 Kostya Serebryany[asan] make sure coverage is dumped even if leaks are...
2014-10-16 Nick Kledzik[llvm-objdump] Fix -private-headers for mach-o to print...
2014-10-16 Sanjay Patelfold: sqrt(x * x * y) -> fabs(x) * sqrt(y)
2014-10-16 David BlaikieDebugInfo: Follow up to r219736, also test/demonstrate...
2014-10-16 Aaron BallmanFixing comment grammar; NFC.
2014-10-16 Hans WennborgSpeculatively fix GCC 4.7 build after r219938
2014-10-16 Aaron BallmanSwitching to range-based for loops; NFC.
2014-10-16 Samuel BenzaquenFix code to follow the "Don’t use else after a return...
2014-10-16 David BlaikieUse iterators and algorithms to possibly make this...
2014-10-16 Alexey SamsonovRemove one of SanitizerBlacklist::isIn() overloads...
2014-10-16 Jason MolendaFix MemoryHistory plugin to check whether the plugin
2014-10-16 Hans WennborgUse array_lengthof; NFC.
2014-10-16 Juergen Ributzka[AArch64] Fix miscompile of sdiv-by-power-of-2.
2014-10-16 Bradley Smith[AArch64] Enable A53 erratum workaround (835769) by...
2014-10-16 Saleem Abdulrasooltests: move test to more appropriate location
2014-10-16 Vasileios Kalintiris[mips] Account for endianess when expanding BuildPairF6...
2014-10-16 Tom StellardOpenCL: Emit global variables in the constant addr...
2014-10-16 Tom StellardOpenCL: Add -ffake-address-space-map to a test
2014-10-16 Vasileios Kalintiris[mips] Marked the DI/EI instruction aliases as MIPS32r2
2014-10-16 Alexander Kornienko[clang-tidy] Minor fixes for the NamespaceCommentCheck.
2014-10-16 Vasileios KalintirisTest commit access: remove extra new line at the end...
2014-10-16 Renato GolinUBSAN stable runtime more generic with arm* targets
2014-10-16 Alexander Kornienko[clang-tidy] Default options in modules.
2014-10-16 Benjamin KramerAdd missing header guard.
2014-10-16 Daniel Jasperclang-format: Fix behavior with comments before conditi...
2014-10-16 Jason MolendaMost of this function checks to see if m_process is...
2014-10-16 Daniel Jasperclang-format: [ObjC] Fix method expression detection.
2014-10-16 Jason MolendaAnother logical-or vrs. bitwise-or mixup in ClangUserEx...
2014-10-16 Jason MolendaEnable warnings in the debugserver project file..
2014-10-16 Jason MolendaA series of bit-flag values should be bitwise-or'ed...
2014-10-16 Jason MolendaRemove unreachable code.
2014-10-16 Jason MolendaRemove unreachable code.
2014-10-16 Jason MolendaAdd /* DISABLES CODE */ annotation before if (0) to...
2014-10-16 Jason MolendaRemove unreachable code.
2014-10-16 Jason MolendaRemove unreachable code.
2014-10-16 Jason MolendaXcode recommended these changes to the project file...
2014-10-16 Jason MolendaRemove unused initialization.
2014-10-16 Jason MolendaRemove dead store.
2014-10-16 Jason MolendaRemove dead store.
2014-10-16 Renato GolinAdds stable-runtime to ubsan to avoid broken ARM tests...
2014-10-16 Jason MolendaRemove dead store.
2014-10-16 Jason MolendaRemove unused variable.
2014-10-16 Justin BognerFrontend: Fix some underscore-then-capital UB
2014-10-16 Akira HatanakaReapply r219832 - InstCombine: Narrow switch instructio...
2014-10-16 Alexander Ereminspecify dwarf version for Solaris
2014-10-16 David BlaikiePR21246: DebugInfo: Emit the appropriate type (cv quali...
2014-10-16 Saleem AbdulrasoolTRE: make TRE a bit more aggressive
2014-10-16 Eric FiselierFix bad link in documentation. Thanks to rsmith
2014-10-16 Alexey BataevBugfix in template instantiation in CXXPseudoDestructor...
2014-10-16 Jason MolendaRyan Brown's patch to handle DW_OP_call_frame_cfa addresses
2014-10-16 Jason MolendaFix accidental over-checking of args in launcherXPCService.
2014-10-16 Eric FiselierAdd my buildbot to list of libc++ buildbots in document...
2014-10-16 Jason MolendaFix a potential null pointer deref & a potential memory...
2014-10-16 Jason MolendaRemove unnecessary update of 'name' local.
2014-10-16 Jason MolendaRemove unused change to argc/argv after long option...
2014-10-16 Jason MolendaEnsure that user_exe_path is non-NULL before derferencing.
2014-10-16 Jason MolendaGuard against NULL derefs.
2014-10-16 Jason MolendaAh, accidentally committed a patch I didn't mean to.
2014-10-16 Jason MolendaIt's possible for long_options[long_options_index]...
2014-10-16 Jason MolendaCheck that process is non-null before calling a method...
2014-10-16 Jason MolendaIt's possible for this function to not be passed a...
2014-10-16 Akira HatanakaRevert r219832.
2014-10-16 David BlaikieDebugInfo: Cleanup testing of non-type template parameters.
2014-10-16 Hal Finkel[LVI] Add some additional comments about caching and...
2014-10-16 NAKAMURA Takumillvm/Support/Options.h: Use \tparam. [-Wdocumentation]
2014-10-16 NAKAMURA Takumi[CMake] clangBasic: Add Core to LINK_COMPONENTS introdu...
2014-10-16 Matt ArsenaultR600: Remove dead function
2014-10-15 Sanjoy DasRevert "r219834 - Teach ScalarEvolution to sharpen...
2014-10-15 Hal FinkelMoving CGF::EmitAlignmentAssumption to IRBuilder
2014-10-15 Hal FinkelPreserve non-byval pointer alignment attributes using...
2014-10-15 Hal FinkelAdd CreateAlignmentAssumption to IRBuilder
next