platform/upstream/llvm.git
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...
2015-01-10 Richard TrieuAdd a new warning, -Wself-move, to Clang.
2015-01-10 Dmitri GribenkoConvertUTFTest: fix misleading empty line
2015-01-10 Jason MolendaForgot to include RegisterNumber.h in prev commit.
2015-01-10 Jason MolendaHoist the RegisterNumber class out of RegisterContextLL...
2015-01-10 Saleem Abdulrasooltests: fix previous commit
2015-01-10 Saleem Abdulrasooltest: merge ARM relocations test
2015-01-10 Saleem Abdulrasooltests: convert a couple of ARM relocation tests to...
2015-01-10 Greg FitzgeraldDon't fail if parent directory name contains a '+'...
2015-01-10 Justin HibbitsFully fix Bug #22115.
2015-01-10 Greg ClaytonAdd C++ breakpoint tests where names are partially...
2015-01-10 Richard SmithFix temporary lifetime extension from an initializer...
2015-01-10 Hans WennborgDon't emit implicit template instantiations eagerly...
2015-01-10 Alexey SamsonovFix undefined behavior (shift of negative value) in...
2015-01-10 Greg ClaytonRespect the fact that the result object claims it doesn...
2015-01-10 Hal Finkel[PowerPC] Readjust the loop unrolling threshold
2015-01-10 Hal Finkel[LoopUnroll] Fix the partial unrolling threshold for...
2015-01-10 Siva Chandra[TestInferiorAssert] Differentiate DWARF and DSYM tests...
2015-01-10 Jonathan RoelofsSupport Newlib as libc++'s C library [cstdio part,...
2015-01-10 Rafael EspindolaUse the DiagnosticHandler to print diagnostics when...
2015-01-09 David BlaikieRemove unnecessary/incorrect XFAIL after the revert...
2015-01-09 David BlaikieRevert "Reapply debug info changes now that more precis...
2015-01-09 Nico Weberclang-format: [Java] Support formatting qualified annot...
2015-01-09 Alexey SamsonovFix UBSan error reports in ValueMapCallbackVH and Asser...
2015-01-09 Alexey SamsonovDisable Go bindings test under UBSan.
2015-01-09 Alexey SamsonovRemove AsanInterceptsSignal in favor of (equivalent...
2015-01-09 David BlaikieRevert "DebugInfo: Generalize debug info location handl...
2015-01-09 Andrew KaylorFix the JIT event listeners and replace the associated...
2015-01-09 Michael ZolotukhinUpdate comment.
2015-01-09 Hans WennborgSimplifyCFG: check uses of constant-foldable instrs...
2015-01-09 Simon Pilgrim[X86][SSE] Avoid vector byte shuffles with zero by...
2015-01-09 Kevin EnderbyFix an ASAN failure introduced with r225537 (adding...
2015-01-09 Stephane SezerModify dotest.py to be able to run without an lldb...
2015-01-09 Zachary TurnerFix issues with LLDB's interpreter and MS ABI guard...
2015-01-09 Kostya Serebryany[sanitizer] use the right memory order
2015-01-09 Rafael EspindolaAdd a testcase of llvm-lto error handling.
2015-01-09 Michael ZolotukhinRemove duplicating code. NFC.
2015-01-09 Marshall ClowWalter Brown sent a list of tests which needed 'additio...
2015-01-09 Zachary TurnerChange int32_t to uint32_t to fix warnings.
2015-01-09 Zachary TurnerChange auto to size_t to fix warning.
2015-01-09 Enrico GranataMake the list of synthetic children thread safe
2015-01-09 Kevin EnderbyAdd the option, -universal-headers, used with -macho...
2015-01-09 Tim NorthoverRe-reapply r221924: "[GVN] Perform Scalar PRE on gep...
2015-01-09 Greg ClaytonFixed an issue where you couldn't delete a user defined...
2015-01-09 Lang HamesRecommit r224935 with a fix for the ObjC++/AArch64...
2015-01-09 David MajnemerParse: Don't crash when an annotation token shows up...
2015-01-09 Dan Albert[libc++] Refactor test components into modules.
2015-01-09 Duncan P. N... Revert "Bitcode: Move the DEBUG_LOC record to DEBUG_LOC...
2015-01-09 Hans WennborgDriver: tweak the code for determining default image...
2015-01-09 Daniel Sanders[mips] Add support for accessing $gp as a named register.
2015-01-09 Sanjay Patelfix typos; remove names from comments; NFC
2015-01-09 Marshall ClowK-Ballo found a place where we were using 'V' as a...
2015-01-09 Sanjay Patelremove names from comments; NFC
2015-01-09 Sanjay Patelfix typos; NFC
2015-01-09 Sanjay Patelfix typo; NFC
2015-01-09 Sanjay Patelmore efficient use of a dyn_cast; no functional change...
2015-01-09 Hal Finkel[PowerPC] Enable late partial unrolling on the POWER7
2015-01-09 Toma Tabacu[mips] Add comment which explains why we need to change...
2015-01-09 Daniel Jasperclang-tidy: [misc-use-override] Simplify regular expres...
2015-01-09 Daniel Jasperclang-tidy: [misc-use-override] Fix 'override' insertion.
2015-01-09 David MajnemerSema: Don't crash when variable is redefined as a const...
2015-01-09 Suyog SardaAssumption that "VectorizedValue" will always be an...
2015-01-09 Manuel KlimekAdd the shifted cursor position to XML output, so it...
2015-01-09 Olivier GoffartFix test from my previous commit
2015-01-09 David MajnemerParse: Don't crash when namespace is in GNU statement...
2015-01-09 Olivier GoffartFix crash in typo correction while correcting enum...
2015-01-09 Tobias GrosserAdjust test for the new 'distinct' metadata nodes
2015-01-09 David MajnemerSema: RecordDecl shouldn't have a FunctionDecl as a...
2015-01-09 Saleem AbdulrasoolARM: add support for R_ARM_ABS16
2015-01-09 Saleem Abdulrasooltest: add additional test for SVN r225507
2015-01-09 David MajnemerSema: Don't crash when specializing a global scope...
2015-01-09 Saleem AbdulrasoolARM: add support for R_ARM_ABS8 relocations
2015-01-09 David MajnemerSema: Remove some dead code from CreateNewFunctionDecl
2015-01-09 David MajnemerParse: Don't crash when trailing return type is missing
2015-01-09 Saleem AbdulrasoolDriver: begin threading frontend support for SymbolRewriter
2015-01-09 Matthias BraunRegisterCoalescer: Fix removeCopyByCommutingDef with...
2015-01-09 Matthias BraunRegisterCoalescer: Some cleanup in removeCopyByCommutin...
2015-01-09 Matthias BraunRegisterCoalescer: No need to set kill flags, they...
2015-01-09 Matthias BraunRegisterCoalescer: Turn some impossible conditions...
2015-01-09 Duncan P. N... Bitcode: Share logic for last instruction, NFC
2015-01-09 Duncan P. N... Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD
2015-01-09 Hal Finkel[PowerPC] Add a flag for experimenting with subreg...
2015-01-09 Siva Chandra[InlineTest] getRerunArgs returns an empty string if...
2015-01-09 Justin BognerInstrProf: Don't emit counter increments in dead code
2015-01-09 David MajnemerSema: Dependent array designators cannot be checked
2015-01-09 Hal Finkel[PowerPC] Fold [sz]ext with fp_to_int lowering where...
2015-01-09 Hal Finkel[DAGCombine] Remainder of fix to r225380 (More FMA...
2015-01-09 Chandler Carruth[x86] Add a flag to control the vector shuffle legality...
2015-01-09 Richard SmithPR22117: Fix a case where we would get confused about...
2015-01-09 Richard SmithDon't invent a '$auto-x-y' name for auto types in gener...
2015-01-09 Richard TrieuUse APSInt::isSameValue instead of operator== in a...
2015-01-09 Chandler CarruthCleaup ValueHandle to no longer keep a PointerIntPair...
next