platform/upstream/llvm.git
2013-02-01 Nadav RotemOptimize shift lefts of a constant by a value plus...
2013-02-01 Hal FinkelAdd PPC A2Q core and BG/Q preprocessor definitions
2013-02-01 Michael J.... [ELF][x86-64] Add the _GLOBAL_OFFSET_TABLE_ Atom in...
2013-02-01 Michael J.... [ELF] Add more absolute atoms. Simplify how they are...
2013-02-01 Shankar Easwaranadd hexagon scatter bits and split hexgontargethandler...
2013-02-01 John McCallDestroy arrays and ARC fields when throwing out of...
2013-02-01 Douglas GregorDon't do delayed exception-specification checking on...
2013-02-01 Sean Silva[docs] Fixup fallout from other grammar fixup.
2013-02-01 Sean Silva[docs] Add missing colon to TableGen grammar.
2013-02-01 Andrew TrickMachineModel: Inconsequential TableGen SubtargetEmitter...
2013-02-01 Greg ClaytonMake sure a value is returned for Thread::ReturnFromFra...
2013-02-01 Bill SchmidtEnable -fno-altivec, -mno-altivec for PowerPC.
2013-02-01 Michael Han[Sema][Attr]Fix alignment attribute printing.
2013-02-01 Bill WendlingRemove some dead code, improve some asserts, and other...
2013-02-01 Dan GohmanAdd a comment explaining an unavailable optimization.
2013-02-01 Bill WendlingRemove one of the odious 'Raw' methods.
2013-02-01 Greg ClaytonAllow the target to give out the size of the red zone...
2013-02-01 Greg ClaytonGet rid for switch statement warning for unhandled...
2013-02-01 Greg ClaytonFixed register dumping for contained-regs.
2013-02-01 Richard SmithConsistently format sample diagnostics on this page.
2013-02-01 NAKAMURA Takumiclang/test/Index/headerfile-comment-to-html.m: Try...
2013-02-01 Bill WendlingUse iterators instead of relying upon a bitmask of...
2013-02-01 Dan GohmanRewrite instsimplify's handling if icmp on pointer...
2013-02-01 Chandler CarruthFix another typo in the classof definitions that doesn...
2013-01-31 Bill WendlingAdd iterators to the AttributeSet class so that we...
2013-01-31 Dan GohmanAn alloca can be equal to an argument. It can't *alias...
2013-01-31 Chandler CarruthSwitch the code added in r173885 to use the new, shiny...
2013-01-31 Chandler CarruthFix a think-o in the condition here. =[ I would commit...
2013-01-31 Bill Wendlings/AttrBuilder::addAttributes/AttrBuilder::addAttribute...
2013-01-31 Chandler CarruthFix a copy/paste-o that got missed because 'check'...
2013-01-31 Dmitri GribenkoComment parsing: add more comments to CommentCommands.td
2013-01-31 Chandler CarruthGive the MCStreamer class hierarchy LLVM RTTI facilitie...
2013-01-31 Dmitri GribenkoEscape backslash in the comment.
2013-01-31 Bill WendlingUpdate the tests.
2013-01-31 Bill WendlingRemove the AttrBuilder form of the Attribute::get creators.
2013-01-31 Fariborz Jahanian[Comment parsing] Add support for recognizing
2013-01-31 Richard SmithRegenerate configure to hopefully fix buildbot breakage...
2013-01-31 Michael J.... [Core] Only complain about undefined symbols if they...
2013-01-31 NAKAMURA TakumiUpdate AMDGPURegisterInfo::eliminateFrameIndex() corres...
2013-01-31 Anna Zaks[analyzer]RetainCount: Fix an autorelease related false...
2013-01-31 Richard SmithAdd -Wno-nested-anon-types to -pedantic builds of LLVM...
2013-01-31 Daniel Dunbar[lit] Add a test for internal shell execution behaviors.
2013-01-31 Daniel Dunbar[lit] Change to raise InternalShellError for all comman...
2013-01-31 Dan GohmanDocument another instsimplify assumption.
2013-01-31 Tom StellardR600: Fold clamp, neg, abs
2013-01-31 Tom StellardR600: Consider bitcast when folding const_address node.
2013-01-31 Tom StellardR600: Make store_dummy intrinsic more general by passin...
2013-01-31 Jordan Rose[analyzer] Don't track autorelease pools created by...
2013-01-31 Jim InghamAdd "thread return -x" to unwind the innermost user...
2013-01-31 Chad RosierRemove unused variable, which should have been removed...
2013-01-31 Manman RenLinker: correctly link in dbg.declare
2013-01-31 Michael J.... [ELF][x86-64] Improve unknown relocation message.
2013-01-31 Michael J.... [ELF] Create atoms for progbits sections with no symbol...
2013-01-31 Bill WendlingAdd support for emitting a string attribute.
2013-01-31 Daniel Dunbar[lit] Fix bug where InternalShellError messages were...
2013-01-31 Chad RosierAdd braces, so my head doesn't explode.
2013-01-31 Daniel Dunbar[lit] Fix a shell parsing bug with ';' not separated...
2013-01-31 Tim NorthoverUpdate AArch64 backend to changed eliminateFrameIndex...
2013-01-31 Lang HamesWhen lowering memcpys to loads and stores, make sure...
2013-01-31 Manman Ren[Dwarf] early exit to avoid creating dangling DIEs
2013-01-31 Chad Rosier[PEI] Pass the frame index operand number to the elimin...
2013-01-31 Jim InghamChange the default behavior for unwinding and breakpoin...
2013-01-31 Jordan RoseLexer: Don't warn about Unicode in preprocessor directives.
2013-01-31 Jim Grosbachinterpreter: Fix errant fallthrough.
2013-01-31 Jim GrosbachObject: Fix errant fallthrough.
2013-01-31 Jim GrosbachRuntimeDyld: Fix errant fallthrough.
2013-01-31 Jordan RosePreprocessor: initialize member introduced in r173881.
2013-01-31 Alexander KornienkoReverted unintendedly-committed file.
2013-01-31 Alexander KornienkoMicro-change: moved a brace for better readability
2013-01-31 Enrico GranataMaking sure a Pythonless build of LLDB works by #ifdef...
2013-01-31 Edwin VaneTurn off missing field initializer warnings for gcc
2013-01-31 Daniel Dunbar[lit] Add a test for the various ShTest format features.
2013-01-31 Daniel Dunbar[lit] TestRunner: Eliminate failDueToStderr argument...
2013-01-31 Daniel Dunbar[lit] Delete the now-unused SyntaxCheckTest format.
2013-01-31 Jordan RoseRevert "[analyzer] Model trivial copy/move ctors with...
2013-01-31 Jakob Stoklund... Clarify intent.
2013-01-31 Derek Schuff[MC] bundle alignment: prevent padding instructions...
2013-01-31 Shankar Easwaranadd support for assigning virtual addresses to TDATA...
2013-01-31 NAKAMURA Takumiclang/test/Index/skip-parsed-bodies/compile_commands...
2013-01-31 Manuel KlimekNever break inside something that was a preprocessor...
2013-01-31 Daniel JasperSeveral improvements to the formatting of static initia...
2013-01-31 Evgeniy StepanovAttempt to fix Windows build breakage.
2013-01-31 Kostya Serebryany[sanitizer] make the error messages from sanitizer_comm...
2013-01-31 Alexey Samsonov[ASan] Split ASan interface header into private and...
2013-01-31 Manuel KlimekMove commonly useful code for AST testing into MatchVer...
2013-01-31 Tim NorthoverAdd myself as code owner of AArch64 backend.
2013-01-31 Tim NorthoverAdd support for AArch64 target.
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.
2013-01-31 Richard SmithRevert r174043 and tweak the comment wording so I'm...
2013-01-31 Pekka JaaskelainenMade the min-trip-count-switch test X86-specific to...
2013-01-31 Evgeniy StepanovAnnotate BumpPtrAllocator for MemorySanitizer.
2013-01-31 Enea ZaffanellaAdded outer template parameter lists to friend type...
2013-01-31 Evgeniy Stepanov[msan] Run more optimizations after MemorySanitizer...
2013-01-31 Alexey SamsonovRevert r173946. This breaks compilation of googletest...
2013-01-31 Dmitry Vyukovtsan: switch to explicit thread contexts in Go (instead...
2013-01-31 Dmitry Vyukovtsan: do not check for intersecting memory accesses...
2013-01-31 Greg ClaytonAdded the ability to search segments for data. Currentl...
2013-01-31 Bill WendlingRemove the Attribute::hasAttributes() function.
2013-01-31 Richard SmithRemove incorrect warning signs from QualType::getUnqual...
2013-01-31 Douglas GregorWhen we're emitting a constructor or destructor call...
next