platform/upstream/llvm.git
2012-10-04 Jason MolendaRan the sources through the compiler with -Wshadow...
2012-10-04 Sean CallananRemoved a directive to delete the test subdirectories
2012-10-04 Nadav RotemWhen merging connsecutive stores, use vectors to store...
2012-10-04 Sean CallananMade the i386 ABI mark EBP as non-volatile,
2012-10-04 Richard Smithlibstdc++-4.6 needs the same common_type fix as libstdc...
2012-10-04 Jim InghamClangASTContext::GetIndexOfChildWithName - increment...
2012-10-04 Richard SmithEgriegious hack to support libstdc++4.6's broken <atomi...
2012-10-04 Micah VillmowResubmit the copying of TargetData to DataLayout withou...
2012-10-04 Sean CallananFixed an assertion in the SymbolFile resulting
2012-10-04 Enrico Granata<rdar://problem/12424824> Making sure that we correctly...
2012-10-04 Abramo BagnaraFixed FunctionTypeLoc source range.
2012-10-04 Abramo BagnaraFixed instantiated operators source range.
2012-10-04 Abramo BagnaraFixed friend decl source range.
2012-10-04 Abramo BagnaraFixed ParamDecl source range for implicit typed k&r...
2012-10-04 Preston GurdThis patch corrects commit 165126 by using an integer...
2012-10-04 Jim GrosbachARM: locate user-defined text sections next to default...
2012-10-04 Micah VillmowBacking out my changes, something screwed up from my...
2012-10-04 Enrico Granata<rdar://problem/12424824> Making sure that we correctly...
2012-10-04 Micah VillmowRename TargetData to DataLayout in DataLayout.cpp....
2012-10-04 Eric ChristopherUpdate this a bit more to represent how the prologue...
2012-10-04 Micah VillmowCreate the DataLayout class, as a direct copy of Target...
2012-10-04 Bill SchmidtFix the CodeGen/ppc64-varargs-struct.c test case to...
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.
next