aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-12Add static cast to unsigned char whenever a character classification function...Guy Benyei
2013-02-12Record PRE predecessors with a SmallVector instead of a DenseMap, andDan Gohman
2013-02-12[ms-inline asm] Pass the length of the IDVal, so we can do a proper AsmRewrite.Chad Rosier
2013-02-12[ms-inline asm] Accept the emit directive as either _emit or __emit.Chad Rosier
2013-02-12When disabling PRE for a value is directly redundant with itselfDan Gohman
2013-02-12Remove target-specific info from the testcase for DWARF/pubnames.Krzysztof Parzyszek
2013-02-12Check that pointers are removed from maps before calling delete on the pointers,Dan Gohman
2013-02-12Minor code simplification.Dan Gohman
2013-02-12[ms-inline asm] Add support for lexing binary integers with a [bB] suffix.Chad Rosier
2013-02-12Documentation: HowToUseAttributes: formatting (use monospaced font)Dmitri Gribenko
2013-02-12Allow optionally generating pubnames section in DWARF info. IntroduceKrzysztof Parzyszek
2013-02-12added test cases for r174920 (prefetch disassembly)Kay Tiong Khoo
2013-02-12Equal treatment of labels and other terminators in MI DAG construction.Sergei Larin
2013-02-12Add support for the pubnames section to llvm-dwarfdump.Krzysztof Parzyszek
2013-02-12Fix the lit test added in r174972Paul Redmond
2013-02-12Hexagon: Add support to generate predicated absolute addressing modeJyotsna Verma
2013-02-12PR14562 - Truncation of left shift became undefPaul Redmond
2013-02-12[NVPTX] Disable vector registersJustin Holewinski
2013-02-12[ASan] Do not use kDefaultShort64bitShadowOffset on Mac, where the binaries m...Alexander Potapenko
2013-02-12R600: Fix regression with shadow array sampler on pre-SI GPUs.Michel Danzer
2013-02-12Adding a HowTo for Attributes.Joe Abbey
2013-02-12[asan] fix tests for the new ABIKostya Serebryany
2013-02-12[asan] change the default mapping offset on x86_64 to 0x7fff8000. This gives ...Kostya Serebryany
2013-02-12Merge the collected attributes into the call instruction's attributes.Bill Wendling
2013-02-12Test for string attributes and for attribute group output.Bill Wendling
2013-02-12Have the bitcode writer and reader handle the new attribute references.Bill Wendling
2013-02-12Use the AttributeSet as the 'key' to the map instead of the 'raw' pointer.Bill Wendling
2013-02-12Support string attributes in the AttrBuilder.Bill Wendling
2013-02-12Don't consider definitions by other PHIs live-in when trimming a PHI source'sCameron Zwarich
2013-02-12Fix indentation.Cameron Zwarich
2013-02-12Add a hidden option to PHIElimination to split all critical edges. This isCameron Zwarich
2013-02-12Renumber SlotIndexes locally when a new block is inserted.Cameron Zwarich
2013-02-12Add blocks to the LiveIntervalAnalysis RegMaskBlocks array when splittingCameron Zwarich
2013-02-12Fix the updating of LiveIntervals after splitting a critical edge. PHI operandCameron Zwarich
2013-02-12Check type for legality before forming a select from loads.Pete Cooper
2013-02-12ARM cost model: Add vector reverse shuffle costsArnold Schwaighofer
2013-02-12Cost model: Add check for reverse shuffles to CostModel analysisArnold Schwaighofer
2013-02-12ARM NEON: Handle v16i8 and v8i16 reverse shufflesArnold Schwaighofer
2013-02-12Update error message due to previous commit, r174926.Chad Rosier
2013-02-12[ms-inline asm] Add support for lexing hexidecimal integers with a [hH] suffix.Chad Rosier
2013-02-12DIBuilder: make the return type of createBasicType more specificDavid Blaikie
2013-02-12Added 0x0D to 2-byte opcode extension table for prefetch* variantsKay Tiong Khoo
2013-02-11BBVectorize: Don't over-search when building the dependency mapHal Finkel
2013-02-11BBVectorize: Omit unnecessary entries in PairableInstUsersHal Finkel
2013-02-11[Support][Compiler] Add LLVM_HAS_VARIADIC_TEMPLATES.Michael J. Spencer
2013-02-11[mips] Expand pseudo instructions before they are emitted inAkira Hatanaka
2013-02-11Rename AttributeSets to AttributeGroups so that it's more meaningful.Bill Wendling
2013-02-11Use a std::map so that we record the group ID.Bill Wendling
2013-02-11Rename to something more sensible. No functionality change.Bill Wendling
2013-02-11[mips] Fix indentation.Akira Hatanaka