platform/upstream/llvm.git
2012-10-04 Andrew KaylorAdding MCJIT and MemoryBuffer unit tests
2012-10-04 Bill SchmidtAdd a test case for r156143, which enabled general...
2012-10-04 Micah VillmowAccidently checked in the files, only wanted to copy...
2012-10-04 Micah Villmow(no commit message)
2012-10-04 Micah Villmow(no commit message)
2012-10-04 Michael LiaoAdd register encoding support in X86 backend
2012-10-04 Benjamin KramerDriver: Link crtfastmath.o if it's available and -ffast...
2012-10-04 Jakub StaszakFix doxygen comment to match parameters' names.
2012-10-04 Jakub StaszakAdd a comment to the commit r165187.
2012-10-04 Will Schmidt- add tokens to PPCInstrInfo.td and PPCInstr64Bit.td...
2012-10-04 Jakob Stoklund... Get MCSchedModel directly from the subtarget.
2012-10-04 Jakob Stoklund... Switch MachineTraceMetrics to the new TargetSchedModel...
2012-10-04 Michael HanFix scope location when parsing GNU attributes.
2012-10-04 Will Schmidttest commit / whitespace
2012-10-04 Benjamin KramerSimplifyCFG: Enhance the "remove CFG edge that leads...
2012-10-04 Preston GurdRevert 165129
2012-10-04 Dmitry Vyukovtsan for Go: support mallocs before __tsan_init() ...
2012-10-04 Duncan SandsIn my recent change to avoid use of underaligned memory...
2012-10-04 Alexander PotapenkoAvoid calling __asan_init from memcpy(), memmove()...
2012-10-04 Duncan SandsThe alignment of an sret parameter is known: it must...
2012-10-04 Benjamin KramerHoist some grossly duplicated code from the COFF/ELF...
2012-10-04 Duncan SandsFix wrong name in comment.
2012-10-04 Chandler CarruthFix PR13969, a mini-phase-ordering issue with the new...
2012-10-04 Alexey Samsonov[ASan] don't build 64-bit runtime on 32-bit Linux platforms
2012-10-04 Duncan SandsThe memcpy optimizer was happily doing call slot forwar...
2012-10-04 Chandler CarruthTeach the integer-promotion rewrite strategy to be...
2012-10-04 Dmitry Vyukovtsan: add atomic_fetch_sub() and atomic_signal_fence...
2012-10-04 Benjamin KramerPrefer StringRef::startswith to the strncmp/strlen...
2012-10-04 Logan ChienFix typo in comments.
2012-10-04 Axel NaumannFix r165005: The lexical DeclContext is not the right...
2012-10-04 Kostya Serebryany[asan] properly report mmap failure
2012-10-04 Bill WendlingUse method to query if there are attributes.
2012-10-04 Bill WendlingAdd method to query for NoCapture attribute.
2012-10-04 Bill WendlingUse method to query for NoAlias attribute.
2012-10-04 Bill WendlingUse attribute query methods.
2012-10-04 Bill WendlingUse method to query for attributes.
2012-10-04 Bill WendlingAdd method to query for 'NoAlias' attribute on call...
2012-10-04 Bill WendlingUse method to query for attributes.
2012-10-04 Bill WendlingQuery for attributes via the correct method call.
2012-10-04 Bill WendlingUse new accessor methods to query for attributes.
2012-10-04 Kostya Serebryany[tsan] add 3 internal flags for fine-grain control...
2012-10-04 Craig TopperRemove template from function that is only used with...
2012-10-04 Nick LewyckyAdd missing comment for mangling.
2012-10-04 Lang HamesFix reg mask slot test, and preserve LiveIntervals...
2012-10-04 Sean Silvadocs: Fix typo on front page
2012-10-04 Jack CarterImplement methods that enable expansion of load immediate
2012-10-04 Sean Silvadocs: Sphinxify GoldPlugin document.
2012-10-04 Lang HamesFail early with a clear assert if an operation with...
2012-10-04 Lang HamesTest file-scoped FP_CONTRACT pragma.
2012-10-04 Eli FriedmanPermanently end the whole "pragma got handled by the...
2012-10-04 Jack CarterThis patch is a partial implementation of mips .set...
2012-10-04 Jason MolendaPatch submitted by Dan Malea -- I introduced a dependen...
2012-10-04 Jason MolendaRemove a few debug printf's that were left in ProcessKDP.
2012-10-04 Bill WendlingI'm getting these errors with r165159:
2012-10-04 Sean Silvatblgen: Whitespace and 80-col cleanup.
2012-10-04 Jordan RoseMake sure 'prefix-clang++' is aliased to 'prefix-clang...
2012-10-04 Andrew TrickEnable -schedmodel, but prefer itineraries until we...
2012-10-03 Jakub StaszakFix PR13967.
2012-10-03 Enrico Granata<rdar://problem/12099592> Adding back a bunch of code...
2012-10-03 Bill WendlingAdd an explicit -object_path_lto flag during linking...
2012-10-03 Bill WendlingAdd an explicit -object_path_lto flag during linking...
2012-10-03 Michael LiaoClean up tailing whitespaces
2012-10-03 Hemant KulkarniAdded missing break in StockSectionChunk constructor.
2012-10-03 Andrew TrickAdded instregex support to TableGen subtarget emitter.
2012-10-03 Andrew TrickTableGen subtarget emitter, nearly first class support...
2012-10-03 Andrew TrickCleanup TableGen subtarget emitter.
2012-10-03 Fariborz Jahanianuse ';' instead of '-' in the note part of my last...
2012-10-03 Jim InghamDon't turn on the debugserver log by default.
2012-10-03 Chad RosierUpdate test case for r165174.
2012-10-03 Chad Rosier[ms-inline asm] Default to the 'm' constraint. This...
2012-10-03 Chad Rosier[ms-inline asm] Add support in the X86AsmPrinter for...
2012-10-03 Jack CarterThis patch moves from using a hard coded number (4)
2012-10-03 Sid Manning * Return correct size and alignment for common symbols.
2012-10-03 Enrico Granata<rdar://problem/12408181> Fixing a bug where we would...
2012-10-03 Sean Silvatblgen: Remove last traces of old TableGenMain API.
2012-10-03 Sean Silvatblgen: Migrate clang-tblgen to new TableGenMain API.
2012-10-03 Sean Silvatblgen: Migrate llvm-tblgen to new TableGenMain API.
2012-10-03 Sean Silvatblgen: Put new TableGenMain API in place.
2012-10-03 Bill WendlingAdd function to return return attributes.
2012-10-03 Bill WendlingUpdate to use the predicate methods to query if an...
2012-10-03 Bill WendlingRemove the directory that these are already in.
2012-10-03 Argyrios Kyrtzidis[libclang] When indexing, invoke the importedASTFile...
2012-10-03 Argyrios Kyrtzidis[libclang] Simplify indexing of module imports by handl...
2012-10-03 Bob WilsonBack out my temporary workaround for Apple buildbots.
2012-10-03 Richard SmithPR14004: Fix typo in documentation.
2012-10-03 Benjamin KramerFix invalid reads by memcmp.
2012-10-03 Benjamin KramerAlways initialize FPContractable.
2012-10-03 Howard HinnantHolger Arnold: Correct the use and testing of __GNUC__...
2012-10-03 Michael J.... [Options] Store the owning OptTable in Option so it...
2012-10-03 Simon AtanasyanRemove useless parameter "WantFile" from Driver::GetPro...
2012-10-03 Nadav RotemFix a cycle in the DAG. In this code we replace multipl...
2012-10-03 Nick KledzikUse unsigned long long instead of uin64_t for OS where...
2012-10-03 Sean CallananAn API in Clang got renamed; fixing LLDB to match.
2012-10-03 Bill SchmidtThis patch enables general varargs support for the...
2012-10-03 Fariborz JahanianFix a typo in my last patch reported by Erik Schwiebert.
2012-10-03 Chad RosierTypos.
2012-10-03 Benjamin KramerDon't call getAsUnsignedInteger directly, it fails...
2012-10-03 Douglas GregorRemove ASTReader::needPendingInstantiation(), introduce...
2012-10-03 Douglas GregorAdd some FIXMEs to the ASTReader code
2012-10-03 Douglas GregorRevert most of the functionality in r165001. Instead...
next