oota-llvm.git
2013-02-13 Bill WendlingAdd a blurb about the attributes changes to the release...
2013-02-13 Reed KotlerFor Mips 16, add the optimization where the 16 bit...
2013-02-13 Manman RenClean up LDV, no functionality change.
2013-02-13 Bill WendlingUse 'RC_XBS' instead of 'RC_BUILDIT' to catch all times...
2013-02-13 Andrew TrickMIsched: HazardRecognizers are created for each DAG...
2013-02-13 David PeixottoPR14992 - Tablegen incorrectly converts ARM tLDMIA_UPD...
2013-02-13 Chad Rosier[ms-inline-asm] Use an array_pod_sort, rather than...
2013-02-13 Pekka JaaskelainenMetadata for annotating loops as parallel. The first...
2013-02-13 Krzysztof ParzyszekAdd registration for PPC-specific passes to allow the...
2013-02-13 Benjamin KramerX86: Disable generation of rep;movsl when %esi is used...
2013-02-13 Tim NorthoverMention AArch64 in release notes for 3.3
2013-02-13 Evgeniy StepanovFix MSan annotations inclusion guard.
2013-02-13 Bill WendlingUse array_pod_sort.
2013-02-13 Manuel KlimekUpdate phab docs to clarify how to accept a change.
2013-02-13 Bill WendlingAdd some accessor and query methods for retrieving...
2013-02-13 Reed KotlerMake jumptables work for -static
2013-02-13 Elena DemikhovskyPrevent insertion of "vzeroupper" before call that...
2013-02-13 Craig TopperRemove unnecessary condtional assignment. The next...
2013-02-13 Eric ChristopherThis is actually located at the end, not the middle.
2013-02-13 Eric ChristopherCheck i1 as well as i8 variables for 8 bit registers...
2013-02-13 Eric ChristopherFinish obviously broken thought.
2013-02-13 Kostya Serebryany[tsan] disable load widening in ThreadSanitizer mode
2013-02-13 Kostya Serebryany[asan] fix confusing indentation
2013-02-13 Chris Lattneruse memcpy instead of dubious union to type pun two...
2013-02-13 Eric ChristopherFix comment.
2013-02-13 Manman RenDebug Info: LiveDebugVarible can remove DBG_VALUEs...
2013-02-13 Chad Rosier[ms-inline-asm] Make sure the AsmRewrite list is sorted...
2013-02-13 David PeixottoTest commit. Fixed typo.
2013-02-13 Arnaud A. de... Fix comment
2013-02-12 Michael GottesmanChanged isStoredObjCPointer => IsStoredObjCPointer...
2013-02-12 Bill WendlingAdd a default empty string to the 'value' of a string...
2013-02-12 Dan GohmanActually delete this code, since it's really not clear...
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 Dan GohmanRecord PRE predecessors with a SmallVector instead...
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 Dan GohmanWhen disabling PRE for a value is directly redundant...
2013-02-12 Krzysztof ParzyszekRemove target-specific info from the testcase for DWARF...
2013-02-12 Dan GohmanCheck that pointers are removed from maps before callin...
2013-02-12 Dan GohmanMinor code simplification.
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 Kay Tiong Khooadded test cases for r174920 (prefetch disassembly)
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 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 Justin Holewinski[NVPTX] Disable vector registers
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 Joe AbbeyAdding a HowTo for Attributes.
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 Bill WendlingMerge the collected attributes into the call instructio...
2013-02-12 Bill WendlingTest for string attributes and for attribute group...
2013-02-12 Bill WendlingHave the bitcode writer and reader handle the new attri...
2013-02-12 Bill WendlingUse the AttributeSet as the 'key' to the map instead...
2013-02-12 Bill WendlingSupport string attributes in the AttrBuilder.
2013-02-12 Cameron ZwarichDon't consider definitions by other PHIs live-in when...
2013-02-12 Cameron ZwarichFix indentation.
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 Arnold SchwaighoferARM NEON: Handle v16i8 and v8i16 reverse shuffles
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 David BlaikieDIBuilder: make the return type of createBasicType...
2013-02-12 Kay Tiong KhooAdded 0x0D to 2-byte opcode extension table for prefetc...
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.
2013-02-11 Michael IlsemanOptimization: bitcast (<1 x ...> insertelement ......
2013-02-11 Krzysztof ParzyszekExtend Hexagon hardware loop generation to handle vario...
2013-02-11 Michael IlsemanRemove trailing whitespace
2013-02-11 Krzysztof ParzyszekImplement HexagonInstrInfo::analyzeCompare.
2013-02-11 Kay Tiong Khoo*fixed disassembly of some i386 system insts with intel...
2013-02-11 Justin Holewinski[NVPTX] Remove NoCapture from address space conversion...
2013-02-11 Hal FinkelBBVectorize: Eliminate one more restricted linear search
2013-02-11 Tim NorthoverAArch64: generate dwarfdump test rather than include...
2013-02-11 Michel DanzerR600/SI: Use V_ADD_F32 instead of V_MOV_B32 for clamp...
2013-02-11 Kostya Serebryany[asan] added a flag -mllvm asan-short-64bit-mapping...
2013-02-11 Tim NorthoverAArch64: fix build on some MSVC versions
2013-02-11 Bill SchmidtRestore the resurrected doc link previously deleted
2013-02-11 Bill SchmidtRemove a dead PowerPC doc link
2013-02-11 Tim NorthoverAArch64: Simplify logic in deciding whether bfi is...
2013-02-11 Tim NorthoverAArch64: Add basic relocation processing for llvm-dwarf...
2013-02-11 Tim NorthoverAArch64: Undo change to how test was run
next