platform/upstream/llvm.git
2014-11-05 Greg ClaytonFixed the C++ method name class to be a bit more picky...
2014-11-05 Reid Klecknercmake: Only export targets in the standalone build
2014-11-05 Nick KledzikFix shadowed variable warning
2014-11-05 Reid Klecknercmake: Make the LLDB standalone build work for me
2014-11-05 David MajnemerMachO: Remove an unused variable from processSection
2014-11-05 Reid KlecknerMake it easier to build against a pre-built Clang packa...
2014-11-05 DeLesley HutchinsThread Safety Analysis: move warnings on range-based...
2014-11-05 Alexey Samsonov[Sanitizer] Introduce generic stack frame rendering...
2014-11-05 Petar Jovanovic[mips64] Fix MIPS64 exception personality encoding
2014-11-05 Simon Pilgrim[X86][SSE] Vector integer to float conversion memory...
2014-11-05 Sean Silva[docs] Document usage of Inputs/ for extra test files.
2014-11-05 Zachary TurnerDecouple ProcessWindows from the Windows debug driver...
2014-11-05 Fariborz JahanianThis patch fixes a crash after rebuilding call AST of
2014-11-05 Sean Silva[Linker] Add some test coverage for llvm.ident merging
2014-11-05 Enrico GranataAllow inline test case to register actually useful...
2014-11-05 Michael IlsemanFix heap-use-after-free bug in expandSDiv when the...
2014-11-05 Sean CallananFixed the Objective-C stripped ivar test to ensure
2014-11-05 Enrico GranataAdd a setting escape-non-printables that drives whether...
2014-11-05 Eric FiselierFix rvalue bug in __has_operator_addressof
2014-11-05 Simon Atanasyan[ELF] Use getVisibility() function to access st_other...
2014-11-05 Steven WuRemove obsolete ARM intrinsics vclz and vcnt
2014-11-05 Eric FiselierFix operator & detection trait to check for free functi...
2014-11-05 Tobias GrosserBlockGenerator: Recompute values from SCEV before handi...
2014-11-05 Simon AtanasyanAdd accessor to get 'visibility' part of st_other field
2014-11-05 Reid Klecknercmake: Conditionalize CodeGen's dependency on intrinsic...
2014-11-05 Derek SchuffFix test breakage from r221386
2014-11-05 Tobias GrosserBlockGenerator: inline lookupAvailableValue into getVal...
2014-11-05 Matt ArsenaultR600/SI: Fix omod display for VOP3b
2014-11-05 Derek Schuff[x86 fast-isel] Materialize allocas with the correct...
2014-11-05 Frederic Riss[DebugInfo] Do not record artificial global initializer...
2014-11-05 Matt ArsenaultR600/SI: Add testcase I forgot to commit from months ago
2014-11-05 Matt ArsenaultR600/SI: Move all rsrc building functions to SIISelLowering
2014-11-05 Matt ArsenaultR600/SI: Remove SI_ADDR64_RSRC
2014-11-05 Kuba BreckaFix failing allow_user_segv.cc test on OS X 10.10
2014-11-05 Kuba BreckaExtend the OS X pthread_get_stacksize_np workaround...
2014-11-05 Kuba BreckaExtend Mac OS versions to Yosemite
2014-11-05 Zachary TurnerFix LLDB build as a result of upstream LLVM changes.
2014-11-05 Justin Holewinski[NVPTX] Add NVPTXLowerStructArgs pass
2014-11-05 Duncan P. N... IR: MDNode => Value: Update for LLVM API change in...
2014-11-05 Duncan P. N... IR: MDNode => Value: NamedMDNode::getOperator()
2014-11-05 Sanjay Patelremove extra breaks; NFC
2014-11-05 Duncan P. N... IR: MDNode => Value: AsmWriter SlotTracker API
2014-11-05 Tilmann Scheller[ARM] Remove more dead code.
2014-11-05 Zoran Jovanovicps][microMIPS] Implement CodeGen support for ANDI16...
2014-11-05 Colin LeMahieu[Hexagon] [NFC] Alphabetizing cmake files.
2014-11-05 Zoran Jovanovicps][microMIPS] Implement CodeGen support for SLL16...
2014-11-05 Tilmann Scheller[ARM] Remove another redundant assignment.
2014-11-05 Zoran Jovanovic[mips][microMIPS] Implement ANDI16 instruction
2014-11-05 Tilmann Scheller[ARM] Remove redundant assignment.
2014-11-05 Daniel JasperRevert "clang-format: [js] Updates to Google's JavaScri...
2014-11-05 Peter Collingbourne[dfsan] Add runtime function for aborting on indirect...
2014-11-05 Peter Collingbourne[dfsan] Add libgo functions to ABI list.
2014-11-05 Peter Collingbourne[dfsan] Upgrade ABI list to Ubuntu 14.04.
2014-11-05 Peter Collingbourne[dfsan] Modify build-libc-list.py to filter out local...
2014-11-05 Peter Collingbourne[dfsan] Abort at runtime on indirect calls to uninstrum...
2014-11-05 Duncan P. N... IR: MDNode => Value: NamedMDNode::addOperand()
2014-11-05 Tilmann Scheller[ARM] Remove dead code identified by the Clang static...
2014-11-05 Ben LangmuirRemove superceded warning warn_forgotten_module_header
2014-11-05 Will SchmidtWhen run on a ppc64le based platform, the check-sanitiz...
2014-11-05 Zoran Jovanovic[mips][microMIPS] Mark symbols as microMIPS if necessary
2014-11-05 Zoran JovanovicReverted revisions 221351, 221352 and 221353.
2014-11-05 Zoran Jovanovic[mips][microMIPS] Implement CodeGen support for ANDI16...
2014-11-05 Zoran Jovanovic[mips][microMIPS] Implement CodeGen support for SLL16...
2014-11-05 Zoran Jovanovic[mips][microMIPS] Implement ANDI16 instruction
2014-11-05 Tom StellardR600/SI: Change all instruction assembly names to lower...
2014-11-05 Tom StellardR600/SI: Add an extra check line to make test more...
2014-11-05 Renato GolinDisable backtrace libcxxabi test on ARM
2014-11-05 Renato GolinDisable XFAIL on ARM since the x86_64 specific code...
2014-11-05 Rafael EspindolaSupport LLVM_BUILD_STATIC.
2014-11-05 Rafael EspindolaAdd a LLVM_BUILD_STATIC option to cmake.
2014-11-05 Will WilsonMS ABI: Correctly mangle CV qualifiers from typedefs
2014-11-05 Andrea Di Biagio[X86] Teach method 'isVectorClearMaskLegal' how to...
2014-11-05 Oliver StannardFix bashism in tests added by r221341
2014-11-05 Oliver Stannard[ARM] Honor FeatureD16 in the assembler and disassembler
2014-11-05 Alexander Kornienko[clang-tidy] google-readability-function: skip std...
2014-11-05 Daniel Jasperclang-format: Add test to prevent regression in r221125.
2014-11-05 Daniel Jasperclang-format: Improve free-standing macro detection.
2014-11-05 Jay FoadGet the Linux ptrace test working on PowerPC64
2014-11-05 Craig TopperImprove logic that decides if its profitable to commute...
2014-11-05 David MajnemerPECOFF: Set the AddressOfRelocationTable in the DOS...
2014-11-05 NAKAMURA Takumillvm/test/Transforms/GCOVProfiling: Avoid to parse...
2014-11-05 David Majnemerllvm-readobj: Add support for dumping the DOS header...
2014-11-05 NAKAMURA TakumiMark darwin-debug-flags.c as REQUIRES:shell, due to...
2014-11-05 Jiangning LiuRevert 220932.
2014-11-05 Justin Bognerclang-format: Make it possible to (require 'clang-format)
2014-11-05 Rui Ueyama[PECOFF] Do not skip COMDAT section symbols.
2014-11-05 Duncan P. N... IR: Metadata: Remove unnecessary dyn_cast
2014-11-05 Matt ArsenaultFix broken C++ mode comment
2014-11-05 Adrian PrantlDebug info: Emit the correct type for the __FuncPtr...
2014-11-05 David MajnemerInstSimplify: Exact shifts of X by Y are X if X has...
2014-11-05 Shawn Bestfor Oleksiy Vyalov - Redirect stdin, stdout and stderr...
2014-11-05 Eric ChristopherAdd a check for misbehaving -Wcomment from gcc-4.7...
2014-11-05 Zachary TurnerRename some classes in ProcessWindows.
2014-11-05 Tim NorthoverARM: try to add extra CS-register whenever stack alignm...
2014-11-05 Tim NorthoverARM/Dwarf: correctly align stack before callee-saved...
2014-11-05 Kaelyn TakataFilter out non-static class members when correcting...
2014-11-04 David MajnemerAnalysis: Make isSafeToSpeculativelyExecute fire less...
2014-11-04 Reid KlecknerRevert "[Reassociate] Canonicalize negative constants...
2014-11-04 Kuba BreckaFix the test failure on Windows introduced by r221279.
2014-11-04 Eric ChristopherAvoid building lldb-mi when --enable-werror is set
next