platform/upstream/llvm.git
2015-01-12 Simon Pilgrim[X86][SSE] Minor regression fix for r225551
2015-01-12 Adrian PrantlDebug Info: Implement DwarfUnit::addRegisterOpPiece...
2015-01-12 Duncan P. N... Bitcode: Range-based for, NFC
2015-01-12 Duncan P. N... Bitcode: Add abbreviation for METADATA_NAME
2015-01-12 Duncan P. N... Bitcode: Range-based for, NFC
2015-01-12 Duncan P. N... Bitcode: Range-based for, NFC
2015-01-12 Duncan P. N... Bitcode: Simplify emission of METADATA_BLOCK
2015-01-12 Duncan P. N... AsmParser: Use subclass API instead of MDNode wrappers...
2015-01-12 Duncan P. N... AsmParser: Factor duplicated code into ParseMDNode...
2015-01-12 Duncan P. N... AsmParser: Reorder ParseMetadata() logic, NFC
2015-01-12 Duncan P. N... AsmParser: Simplify ParseMDTuple(), NFC
2015-01-12 Adrian PrantlDebug Info: Implement DwarfUnit::addRegisterOffset...
2015-01-12 Adrian PrantlDebug info: Factor out the creation of DWARF expression...
2015-01-12 Rafael Espindola[patch][pr19848] Produce explicit comdats in clang.
2015-01-12 Greg FitzgeraldRemove CMake standalone build configuration
2015-01-12 Nico WeberWrap to 80 columns. No behavior change.
2015-01-12 Duncan P. N... AsmParser: ParseMDNode() => ParseMDTuple(), NFC
2015-01-12 Nico WeberDon't use a doc comment in a function body.
2015-01-12 Sanjay Patel80-cols; NFC
2015-01-12 Duncan P. N... AsmParser: Remove unused version of ParseMDNodeID()
2015-01-12 Duncan P. N... AsmParser: Use normal references for metadata attachmen...
2015-01-12 Duncan P. N... IR: Prepare for a new UniquableMDNode subclass, NFC
2015-01-12 Duncan P. N... IR: Stop erasing MDNodes from uniquing sets during...
2015-01-12 Bill SchmidtFirst crack at PowerPC 3.6 release notes
2015-01-12 Zachary TurnerAdd support for character option types.
2015-01-12 Eric Fiselier[LIT] Remove string decoding in gtest discovery code...
2015-01-12 Peter Collingbourne[dfsan] Export dfsan_get_label_info function with C...
2015-01-12 Ahmed Bougacha[X86] Also create+widen FMIN/FMAX nodes for v2f32.
2015-01-12 Duncan P. N... IR: Move creation logic to MDNodeFwdDecl, NFC
2015-01-12 Duncan P. N... IR: Make MDNodeFwdDecl destructor public
2015-01-12 Viktor Kutuzov[Msan] Fix use of mmap(MAP_ANONYMOUS) in the unit tests...
2015-01-12 Ahmed Bougacha[X86] Make SSE min/max testcases more explicit. NFC.
2015-01-12 Viktor Kutuzov[Msan] Fix tests reading /proc files on FreeBSD
2015-01-12 Duncan P. N... IR: Move creation logic down to MDTuple, NFC
2015-01-12 Nathan Sidwellreverting due to build bot failure
2015-01-12 Duncan P. N... IR: Push storeDistinctInContext() down to UniquableMDNo...
2015-01-12 Duncan P. N... IR: Split GenericMDNode into MDTuple and UniquableMDNode
2015-01-12 Eric Fiselier[LIT] Decode string result in lit.util.capture
2015-01-12 Duncan P. N... IR: Invert logic to simplify control flow, NFC
2015-01-12 Duncan P. N... IR: Separate out decrementUnresolvedOperandCount()...
2015-01-12 Ben LangmuirFix typo Block.h vs Blocks.h
2015-01-12 Duncan P. N... IR: Prevent handleChangedOperand() recursion
2015-01-12 Bill Seurer[PowerPC]To provide better compatibility with gcc I...
2015-01-12 Tom StellardR600/SI: Use RegisterOperands to specify which operands...
2015-01-12 Tom StellardTarget: Allow target specific operand types
2015-01-12 Sanjay PatelGVN: propagate equalities for floating point compares
2015-01-12 Ben LangmuirFix bogus 'method is unavailable' errors with modules
2015-01-12 Duncan P. N... IR: Add test for handleChangedOperand() recursion
2015-01-12 Duncan P. N... IR: Separate out recalculateHash(), NFC
2015-01-12 Duncan P. N... IR: Separate out helper: resolveAfterOperandChange...
2015-01-12 Duncan P. N... IR: Use SubclassData32 directly, NFC
2015-01-12 Matthias BraunRegisterCoalescer: Turn some impossible conditions...
2015-01-12 Eric ChristopherMore [-Werror,-Winconsistent-missing-override] fixes.
2015-01-12 Duncan P. N... IR: Don't allow operands to become unresolved
2015-01-12 Duncan P. N... IR: Remove redundant comment, NFC
2015-01-12 Duncan P. N... IR: Simplify code, NFC
2015-01-12 Duncan P. N... IR: Make temporary nodes distinct
2015-01-12 Rui UeyamaUpdate comment.
2015-01-12 Rafael EspindolaAdd r224985 back with two fixes.
2015-01-12 Duncan P. N... IR: Simplify replaceOperandWith(), NFC
2015-01-12 Duncan P. N... IR: Remove redundant calls to MDNode::setHash(), NFC
2015-01-12 Timur Iskhodzhanov[ASan] Move the shadow on Windows 32-bit from 0x2000000...
2015-01-12 Ahmed Bougacha[SimplifyLibCalls] Factor out fortified libcall handling.
2015-01-12 Ahmed Bougacha[SimplifyLibCalls] Factor out str/mem libcall optimizat...
2015-01-12 Ahmed Bougacha[SimplifyLibCalls] Factor out signature checks for...
2015-01-12 Evgeniy Stepanov[asan] Fix uninit in coverage.
2015-01-12 Evgeniy Stepanov[asan] Pass activation options in the android test...
2015-01-12 Ehsan AkhgariFix two extra semicolon warnings
2015-01-12 Eric FiselierFix vexing parse in test.
2015-01-12 Toma Tabacu[mips] Explain why we need to always clobber for MIPS...
2015-01-12 Jay Foad[ASan] Handle SIGBUS on Linux.
2015-01-12 Daniel JasperMake LoopConvert work with containers that are used...
2015-01-12 Alexander KornienkoFix assertion in BreakableBlockComment (llvm.org/PR21916).
2015-01-12 Jozef Kolek[mips][microMIPS] Implement BEQZ16 and BNEZ16 instructions
2015-01-12 NAKAMURA TakumiSuppress clang/test/Driver/rewrite-map-in-diagnostics...
2015-01-12 Daniel Jasperclang-format: Improve format of lambdas in ctor initial...
2015-01-12 Alexey BataevRename RefersToCapturedVariable to RefersToEnclosingVar...
2015-01-12 Daniel Jasperclang-format: Fix formatting of inline asm.
2015-01-12 David MajnemerParse: Get rid of cxx_exceptspec_end, use EOF instead
2015-01-12 Richard SmithPut this test's input in the Inputs directory where...
2015-01-12 David MajnemerParse: Just a small tidy-up in ParseLexedMethodDeclaration
2015-01-12 David MajnemerParse: Get rid of tok::cxx_defaultarg_end, use EOF...
2015-01-12 Chandler CarruthAdd a new utility script that helps update very simple...
2015-01-12 Hal Finkel[PowerPC] Fix calls to non-function objects
2015-01-12 David MajnemerParse: It's cleaner to handle cxx_defaultarg_end in...
2015-01-12 David MajnemerParse: Don't let BalancedDelimiterTracker consume cxx_d...
2015-01-12 Saleem AbdulrasoolDriver: include rewrite maps in the diagnostics
2015-01-12 David MajnemerParse: Don't parse beyond the end of the synthetic...
2015-01-11 Simon Pilgrim[X86][SSE] Minor fix to VPBLENDW AVX2 commutation.
2015-01-11 Vince HarronFix for lldb-platform linking error on OSX/CMake
2015-01-11 Roman DivackyAdd FreeBSD support for __clear_cache.
2015-01-11 Marshall ClowOne more #include request in the test suite from Walter...
2015-01-11 Daniel SandersFix silly mistake in release notes for Mips.
2015-01-11 Daniel SandersAdded release notes for the Mips target.
2015-01-11 David MajnemerBasic: Numeric constraints are multidigit
2015-01-11 David MajnemerBasic: [asmSymbolicName] follows the same rule as numbe...
2015-01-11 Vince HarronGot C++ unit tests running on Linux again
2015-01-11 David MajnemerBasic: The asm constraint '#m' isn't valid, reject it
2015-01-11 David MajnemerCodeGen: Simplify consecutive '%' modifiers
2015-01-11 David MajnemerCodeGen: Simplify consecutive '&' modifiers
next