platform/upstream/llvm.git
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
2015-01-11 David MajnemerBasic: The asm constraint '+#r' isn't valid, reject it
2015-01-11 David MajnemerRevert most of r225597
2015-01-11 Marshall ClowChange a couple more template parameter names from...
2015-01-11 David MajnemerX86: Properly decode shuffle masks when the constant...
2015-01-11 Saleem AbdulrasoolX86: teach X86TargetLowering about L,M,O constraints
2015-01-11 Saleem AbdulrasoolARM: add support for segment base relocations (SBREL)
2015-01-11 Chandler CarruthDon't rely on the default constructor default construct...
2015-01-11 Chandler Carruth[x86] Remove some windows line endings that snuck into...
2015-01-11 Chandler Carruth[ADT] Remove the unused default constructor for iterato...
2015-01-10 Sanjoy DasFix PR22179.
2015-01-10 Joerg SonnenbergerRevert r225500, it leads to infinite loops.
2015-01-10 Simon Pilgrim[X86][SSE] Improved (v)insertps shuffle matching
2015-01-10 Ramkumar Ramachandra.gitignore: add some rules for tagging programs
2015-01-10 Nathan Sidwellfix pr18645. Correct logic concerning 'T &&' deduction...
2015-01-10 David MajnemerSema: The asm constraint '+&m' isn't valid, reject it
2015-01-10 Jason MolendaAdd RegisterNumber.cpp.
2015-01-10 Hal Finkel[PowerPC] Mark zext of a small scalar load as free
2015-01-10 Justin HibbitsRemove some whitespace.
2015-01-10 Tobias GrosserCheck assert before the instruction that uses the assum...
next