platform/upstream/llvm.git
2014-12-10 Timur IskhodzhanovUpdate ASan/Win test expectations broken by r223508
2014-12-10 Stepan DyatkovskiyAdded documentation for MergeFunctions pass:
2014-12-10 Daniel Jasperclang-format: Remove a few else after return statements.
2014-12-10 Sanjay PatelMatch new shuffle codegen for MOVHPD patterns
2014-12-10 Pekka JaaskelainenOpenCL C: Add support for a set of floating point
2014-12-10 Simon Atanasyan[mips] Removing __SIZEOF_INT128__ macro for MIPS64
2014-12-10 Aaron BallmanSilencing a -Wsequence-point warning, and the resulting...
2014-12-10 Evgeniy Stepanov[sanitizer] Disable compile-time checks for __kernel_ol...
2014-12-10 David MajnemerConstantFold: div undef, 0 should fold to undef, not...
2014-12-10 David MajnemerInstSimplify: [al]shr exact undef, %X -> undef
2014-12-10 Michael Kuperstein[X86] Make a code path in EltsFromConsecutiveLoads...
2014-12-10 NAKAMURA Takumiclang/test/Modules/modular_maps.cpp REQUIRES shell...
2014-12-10 Rui UeyamaRemove unreachable return statement.
2014-12-10 David MajnemerInstSimplify: div %X, 0 -> undef
2014-12-10 Craig TopperUse unique_ptr instead of DeleteContainerSeconds.
2014-12-10 Simon Atanasyan[ELF] Make -init/-fini options compatible with the...
2014-12-10 Duncan P. N... ClangFunction: Fix destruction order of parser and...
2014-12-10 Eric Fiselier[LIT] Add support for `UNSUPPORTED` tag to `TestRunner...
2014-12-10 Richard SmithUpdate to match clang r223913.
2014-12-10 Richard SmithReinstate r223753, reverted in r223759 due to breakage...
2014-12-10 Sean CallananFixed the AST importer ot use redeclaration contexts...
2014-12-10 David MajnemerDataLayout: Provide nicer diagnostics for malformed...
2014-12-10 Saleem Abdulrasoolbuiltins: cleanup constant data section selection
2014-12-10 Alexey Samsonov[DD] Don't store the second copy of CommonFlags inside...
2014-12-10 Alexey Samsonov[CMake] Make sure dd is built as a part of compiler-rt.
2014-12-10 David MajnemerAsmParser: Don't allow null bytes in BB labels
2014-12-10 Enrico GranataRemove the last vestige of the world before data format...
2014-12-10 Oleksiy VyalovSkip TestExprPathSynthetic test on FreeBSD, Linux ...
2014-12-10 Duncan P. N... IR: Move call to dropAllReferences() to MDNode subclasses
2014-12-10 David MajnemerDataLayout: Be more verbose when diagnosing problems...
2014-12-10 David BlaikieDebugInfo: Correct location information for array acces...
2014-12-10 Oleksiy VyalovAdd D request handler to GDBRemoteCommunicationServer...
2014-12-10 Sean CallananMade the ASTImporter resilient if it can't import
2014-12-10 David MajnemerI didn't intend to commit this with r223898
2014-12-10 David MajnemerDataLayout: Move asserts over to report_fatal_error
2014-12-10 David BlaikieDebugInfo: Fix another case of array access line inform...
2014-12-10 Matthias BraunMachineVerifier: Allow physreg use if just a subreg...
2014-12-10 Matthias BraunMachineVerifier: Allow LiveInterval segments to end...
2014-12-10 Matthias BraunVirtRegMap: Improve block live-in info if subregister...
2014-12-10 Matthias BraunMCRegisterInfo: Add MCSubRegIndexIterator.
2014-12-10 Matthias BraunVirtRegMap: No implicit defs/uses for super registers...
2014-12-10 Matthias BraunLiveRegMatrix: Respect subregister liveness when alloca...
2014-12-10 Matthias BraunLiveIntervalUnion: Allow specification of liverange...
2014-12-10 Matthias BraunTablegen'erate lanemasks for register units.
2014-12-10 Matthias BraunRegisterCoalescer: Preserve subregister liveranges.
2014-12-10 Matthias BraunLiveInterval: Add removeEmptySubRanges().
2014-12-10 Matthias BraunLiveIntervalAnalysis: Add subregister aware variants...
2014-12-10 Matthias BraunLiveInterval: Introduce LiveQuery accessor for dead...
2014-12-10 Matthias BraunAdd a flag to enable/disable subregister liveness.
2014-12-10 Matthias BraunLiveIntervalAnalysis: Adapt repairIntervalsInRange...
2014-12-10 Matthias BraunLiveRangeEdit: Adapt eliminateDeadDef() to subregister...
2014-12-10 Matthias BraunLiveIntervalAnalysis: Adapt handleMove() to subregister...
2014-12-10 Matthias BraunLiveIntervalAnalysis: Update SubRanges in shrinkToUses().
2014-12-10 Matthias BraunLiveIntervalAnalysis: Make computeDeadValues() private.
2014-12-10 Matthias BraunLiveIntervalAnalysis: Compute subregister ranges.
2014-12-10 Matthias BraunLiveInterval: Add support to track liveness of subregis...
2014-12-10 Matthias BraunLiveInterval: Add a 'covers' operation to LiveRange.
2014-12-10 Matthias BraunLiveInterval: Add const version of LiveRange::advanceTo().
2014-12-10 Matthias BraunAdd function that translates subregister lane masks...
2014-12-10 Matthias BraunLet tablegen compute maximum lanemask for regs/regclasses.
2014-12-10 David BlaikieDebugInfo: Correct the location of array accesses
2014-12-10 Eric ChristopherMake sure that vec_perm is listed as a static function...
2014-12-10 Reid KlecknerTweak test case from r223842 to make it pass on Windows...
2014-12-10 David MajnemerAsmParser: Don't crash if a null byte is inside a quote...
2014-12-10 Zachary TurnerDisable data formatter tests on Windows.
2014-12-10 Rui UeyamaRe-commit r223330: Rewrite InputGraph's Group
2014-12-10 Philip ReamesExtend some comments around GCModuleInfo, GCFunctionInf...
2014-12-10 Rui UeyamaFix Darwin linker. Patch from Jean-Daniel Dupas.
2014-12-10 Nico Webercmake: Make SVNVersion.inc work on Windows if svn is...
2014-12-10 Rafael EspindolaSimplify the handling of aliases in the gold plugin.
2014-12-10 Ahmed Bougacha[ARM] Combine base-updating/post-incrementing vector...
2014-12-10 Nico Webercmake: Make SVNVersion.inc step depend on GetSVN.cmake.
2014-12-10 Sean CallananUpdated the AST importer to support importing
2014-12-09 Philip ReamesRemove the Module pointer from GCStrategy and GCMetadat...
2014-12-09 Duncan P. N... IR: Fix memory corruption in MDNode new/delete
2014-12-09 David MajnemerForgot to add test for r223856
2014-12-09 David MajnemerAsmParser: Verifier that the contents of a hex integer...
2014-12-09 Sean CallananModified the Objective-C lexer and parser (only
2014-12-09 David BlaikieDebugInfo: Correct location of aggregate assignment
2014-12-09 Kaelyn TakataRename static functiom "map" to be more descriptive...
2014-12-09 David MajnemerAST: Don't assume two zero sized objects live at differ...
2014-12-09 Greg ClaytonHandle thumb IT instructions correctly all the time.
2014-12-09 Nico Weberclang-format: Add a test for PR19603 which seems fixed...
2014-12-09 Duncan P. N... IR: Metadata: Detect an RAUW recursion
2014-12-09 Eric FiselierUpdate information on where to find buildbots. Remove...
2014-12-09 Michael ZolotukhinRemove redundant variable.
2014-12-09 Fariborz JahanianObjective-C SDK modernizer. Modernize to use
2014-12-09 Colin LeMahieu[Hexagon] [NFC] Cleaning up unused classes.
2014-12-09 Zachary TurnerFix compilation failures resulting from the llvm Metada...
2014-12-09 Jason MolendaAdd a new 'eRegisterInLiveRegisterContext' RegisterLoca...
2014-12-09 David BlaikieDebugInfo: Correct location of initialization of auto...
2014-12-09 Ahmed Bougacha[ARM] Make testcase more explicit. NFC.
2014-12-09 Justin Bognerprofile: Add low level versions of profile buffer functions
2014-12-09 David BlaikieDebugInfo: Correct the location of initializations...
2014-12-09 Tobias GrosserUnbreak after LLVM's metadata split in r223802
2014-12-09 Enrico GranataExtend ValueObject::GetExpressionPath() to do something...
2014-12-09 David BlaikieDebugInfo: Correct location for compound complex assignment
2014-12-09 Ahmed Bougacha[ARM] Factor out base-updating VLD/VST combiner functio...
2014-12-09 Ahmed Bougacha[ARM] Move the store combiner function down. NFC.
2014-12-09 Ahmed Bougacha[ARM] Also support v2f64 vld1/vst1.
next