platform/upstream/llvm.git
2013-02-12 Chad Rosier[ms-inline-asm] Add test cases for the align/emit direc...
2013-02-12 Chad Rosier[ms-inline-asm] Implement align directive (which is...
2013-02-12 Jack CarterThis patch just fixes up various llvm formatting
2013-02-12 Guy BenyeiAdd static cast to unsigned char whenever a character...
2013-02-12 Dmitri GribenkoAdd a test for r174980, that we used to accept
2013-02-12 Daniel JasperFix crash for incomplete labels in macros.
2013-02-12 Daniel MaleaFix document typos, indentation in python code, and...
2013-02-12 Dan GohmanRecord PRE predecessors with a SmallVector instead...
2013-02-12 Chad Rosier[ms-inline asm] Update test case now that we are correc...
2013-02-12 Chad Rosier[ms-inline asm] Pass the length of the IDVal, so we...
2013-02-12 Chad Rosier[ms-inline asm] Accept the emit directive as either...
2013-02-12 Daniel Dunbar[tests] Add support for a link_flags lit parameter.
2013-02-12 Aaron BallmanFixing the MSVC compiler warning a different way; remov...
2013-02-12 Chad RosierTypo.
2013-02-12 Dan GohmanWhen disabling PRE for a value is directly redundant...
2013-02-12 Greg ClaytonAdded new "env" regular expression alias into the eviro...
2013-02-12 Krzysztof ParzyszekRemove target-specific info from the testcase for DWARF...
2013-02-12 Greg Clayton<rdar://problem/13178743>
2013-02-12 Shankar Easwaranadd support for merging common strings
2013-02-12 Chad Rosier[ms-inline asm] Add a few test cases for the parsing...
2013-02-12 Dan GohmanCheck that pointers are removed from maps before callin...
2013-02-12 Greg Clayton<rdar://problem/13184389>
2013-02-12 Aaron BallmanRemoving a signed/unsigned mismatch warning triggered...
2013-02-12 Dan GohmanMinor code simplification.
2013-02-12 Matt KopecFix ELF parsing where undefined symbols were being...
2013-02-12 Chad Rosier[ms-inline asm] Add support for lexing binary integers...
2013-02-12 Dmitri GribenkoDocumentation: HowToUseAttributes: formatting (use...
2013-02-12 Krzysztof ParzyszekAllow optionally generating pubnames section in DWARF...
2013-02-12 Dmitri GribenkoAccept over-qualified constructor in MSVC emulation...
2013-02-12 Kay Tiong Khooadded test cases for r174920 (prefetch disassembly)
2013-02-12 Daniel JasperFix bug in the adjustment to existing lines.
2013-02-12 Sergei LarinEqual treatment of labels and other terminators in...
2013-02-12 Krzysztof ParzyszekAdd support for the pubnames section to llvm-dwarfdump.
2013-02-12 Nico WeberFormatter: Correctly format stars in `sizeof(int**...
2013-02-12 Paul RedmondFix the lit test added in r174972
2013-02-12 Jyotsna VermaHexagon: Add support to generate predicated absolute...
2013-02-12 Paul RedmondPR14562 - Truncation of left shift became undef
2013-02-12 Evgeniy Stepanov[sanitizer] Tests for scanf parser in allowGnuMalloc...
2013-02-12 Evgeniy Stepanov[msan] Allow zero buf pointer in getcwd() interceptor.
2013-02-12 Evgeniy Stepanov[sanitizer] More accurate scanf parsing without GNU...
2013-02-12 Justin Holewinski[NVPTX] Disable vector registers
2013-02-12 Edwin VaneAdding more overloads for allOf matcher
2013-02-12 Timur IskhodzhanovRename -constructors test to just -structors as in...
2013-02-12 Evgeniy Stepanov[asan] Add new __isoc99_*scanf to ASan intercepted...
2013-02-12 Alexander Potapenko[ASan] Do not use kDefaultShort64bitShadowOffset on...
2013-02-12 Michel DanzerR600: Fix regression with shadow array sampler on pre...
2013-02-12 Evgeniy Stepanov[sanitizer] Missing changes from r174960.
2013-02-12 Joe AbbeyAdding a HowTo for Attributes.
2013-02-12 Evgeniy Stepanov[sanitizer] Intercept __isoc99_*scanf.
2013-02-12 Kostya Serebryany[asan] fix tests for the new ABI
2013-02-12 Kostya Serebryany[asan] change the default mapping offset on x86_64...
2013-02-12 Kostya Serebryany[asan] change the default mapping offset on x86_64...
2013-02-12 Alexey Samsonov[MSan] symbolize correct PC when printing Summary message
2013-02-12 Bill WendlingMerge the collected attributes into the call instructio...
2013-02-12 Bill WendlingTest for string attributes and for attribute group...
2013-02-12 Nick LewyckyAttempt to fix this test on i686 targets.
2013-02-12 Bill WendlingHave the bitcode writer and reader handle the new attri...
2013-02-12 Nick LewyckyThe meat of this patch is in BuildCXXMemberCalLExpr...
2013-02-12 Bill WendlingUse the AttributeSet as the 'key' to the map instead...
2013-02-12 Sean CallananMade LLDB build with the latest Clang. This meant
2013-02-12 Bill WendlingSupport string attributes in the AttrBuilder.
2013-02-12 Sean CallananFixed the way the ClangExpressionDeclMap looks
2013-02-12 John McCallProperly assemble PHIs after a null-checked invoke...
2013-02-12 Cameron ZwarichDon't consider definitions by other PHIs live-in when...
2013-02-12 Cameron ZwarichFix indentation.
2013-02-12 Richard SmithFix a bug reduced from a crash when trying to use modul...
2013-02-12 Anton Yartsev+ specified progress information
2013-02-12 Anton Yartsev+ centered progress cells
2013-02-12 John McCallCall __cxa_begin_catch with the current exception before
2013-02-12 John McCallChange some CGF parameters to CGMs.
2013-02-12 Cameron ZwarichAdd a hidden option to PHIElimination to split all...
2013-02-12 Cameron ZwarichRenumber SlotIndexes locally when a new block is inserted.
2013-02-12 Cameron ZwarichAdd blocks to the LiveIntervalAnalysis RegMaskBlocks...
2013-02-12 Cameron ZwarichFix the updating of LiveIntervals after splitting a...
2013-02-12 Pete CooperCheck type for legality before forming a select from...
2013-02-12 Arnold SchwaighoferARM cost model: Add vector reverse shuffle costs
2013-02-12 Arnold SchwaighoferCost model: Add check for reverse shuffles to CostModel...
2013-02-12 Richard SmithRemove an assert which triggers when a decl context...
2013-02-12 John McCallPerform placeholder conversions on the controller of...
2013-02-12 Arnold SchwaighoferARM NEON: Handle v16i8 and v8i16 reverse shuffles
2013-02-12 John McCallDiagnose loads of 'half' l-values in OpenCL.
2013-02-12 Chad RosierUpdate error message due to previous commit, r174926.
2013-02-12 Chad Rosier[ms-inline asm] Add support for lexing hexidecimal...
2013-02-12 Lang HamesBacking out r174919 while I investigate a self-host...
2013-02-12 David BlaikieDIBuilder: make the return type of createBasicType...
2013-02-12 Daniel MaleaMinor update to Vim frontend: simplify breakpoints...
2013-02-12 John McCallIn ARC, emit non-peepholed +1s within the full-expressi...
2013-02-12 John McCallSplit a couple of tests out into their own file.
2013-02-12 Kay Tiong KhooAdded 0x0D to 2-byte opcode extension table for prefetc...
2013-02-11 Lang HamesWhen generating IR for default copy-constructors, copy...
2013-02-11 Tanya LattnerTiming data was removed years ago. Remove these links.
2013-02-11 Michael J.... [ELF] Add support for reading dynamic libraries.
2013-02-11 Hal FinkelBBVectorize: Don't over-search when building the depend...
2013-02-11 Hal FinkelBBVectorize: Omit unnecessary entries in PairableInstUsers
2013-02-11 Michael J.... [Support][Compiler] Add LLVM_HAS_VARIADIC_TEMPLATES.
2013-02-11 Akira Hatanaka[mips] Expand pseudo instructions before they are emitt...
2013-02-11 Bill WendlingRename AttributeSets to AttributeGroups so that it...
2013-02-11 Bill WendlingUse a std::map so that we record the group ID.
2013-02-11 Bill WendlingRename to something more sensible. No functionality...
2013-02-11 Akira Hatanaka[mips] Fix indentation.
next