summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Add some accessor and query methods for retrieving Attribute objects and such.Bill Wendling2013-02-13
* Make jumptables work for -staticReed Kotler2013-02-13
* Prevent insertion of "vzeroupper" before call that preserves YMM registers, s...Elena Demikhovsky2013-02-13
* Check i1 as well as i8 variables for 8 bit registers for x86 inlineEric Christopher2013-02-13
* [tsan] disable load widening in ThreadSanitizer modeKostya Serebryany2013-02-13
* [asan] fix confusing indentationKostya Serebryany2013-02-13
* Fix comment.Eric Christopher2013-02-13
* Debug Info: LiveDebugVarible can remove DBG_VALUEs, make sure we emit them back.Manman Ren2013-02-13
* [ms-inline-asm] Make sure the AsmRewrite list is sorted in lexical order.Chad Rosier2013-02-13
* Test commit. Fixed typo.David Peixotto2013-02-13
* Fix commentArnaud A. de Grandmaison2013-02-13
* Changed isStoredObjCPointer => IsStoredObjCPointer. No functionality change.Michael Gottesman2013-02-12
* Actually delete this code, since it's really not clear what it'sDan Gohman2013-02-12
* [ms-inline-asm] Implement align directive (which is roughly equivalent to .al...Chad Rosier2013-02-12
* This patch just fixes up various llvm formattingJack Carter2013-02-12
* Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-12
* Record PRE predecessors with a SmallVector instead of a DenseMap, andDan Gohman2013-02-12
* [ms-inline asm] Pass the length of the IDVal, so we can do a proper AsmRewrite.Chad Rosier2013-02-12
* [ms-inline asm] Accept the emit directive as either _emit or __emit.Chad Rosier2013-02-12
* When disabling PRE for a value is directly redundant with itselfDan Gohman2013-02-12
* Check that pointers are removed from maps before calling delete on the pointers,Dan Gohman2013-02-12
* Minor code simplification.Dan Gohman2013-02-12
* [ms-inline asm] Add support for lexing binary integers with a [bB] suffix.Chad Rosier2013-02-12
* Allow optionally generating pubnames section in DWARF info. IntroduceKrzysztof Parzyszek2013-02-12
* Equal treatment of labels and other terminators in MI DAG construction.Sergei Larin2013-02-12
* Add support for the pubnames section to llvm-dwarfdump.Krzysztof Parzyszek2013-02-12
* Hexagon: Add support to generate predicated absolute addressing modeJyotsna Verma2013-02-12
* PR14562 - Truncation of left shift became undefPaul Redmond2013-02-12
* [NVPTX] Disable vector registersJustin Holewinski2013-02-12
* [ASan] Do not use kDefaultShort64bitShadowOffset on Mac, where the binaries m...Alexander Potapenko2013-02-12
* R600: Fix regression with shadow array sampler on pre-SI GPUs.Michel Danzer2013-02-12
* [asan] change the default mapping offset on x86_64 to 0x7fff8000. This gives ...Kostya Serebryany2013-02-12
* Merge the collected attributes into the call instruction's attributes.Bill Wendling2013-02-12
* Have the bitcode writer and reader handle the new attribute references.Bill Wendling2013-02-12
* Use the AttributeSet as the 'key' to the map instead of the 'raw' pointer.Bill Wendling2013-02-12
* Support string attributes in the AttrBuilder.Bill Wendling2013-02-12
* Don't consider definitions by other PHIs live-in when trimming a PHI source'sCameron Zwarich2013-02-12
* Fix indentation.Cameron Zwarich2013-02-12
* Add a hidden option to PHIElimination to split all critical edges. This isCameron Zwarich2013-02-12
* Add blocks to the LiveIntervalAnalysis RegMaskBlocks array when splittingCameron Zwarich2013-02-12
* Fix the updating of LiveIntervals after splitting a critical edge. PHI operandCameron Zwarich2013-02-12
* Check type for legality before forming a select from loads.Pete Cooper2013-02-12
* ARM cost model: Add vector reverse shuffle costsArnold Schwaighofer2013-02-12
* Cost model: Add check for reverse shuffles to CostModel analysisArnold Schwaighofer2013-02-12
* ARM NEON: Handle v16i8 and v8i16 reverse shufflesArnold Schwaighofer2013-02-12
* Update error message due to previous commit, r174926.Chad Rosier2013-02-12
* [ms-inline asm] Add support for lexing hexidecimal integers with a [hH] suffix.Chad Rosier2013-02-12
* DIBuilder: make the return type of createBasicType more specificDavid Blaikie2013-02-12
* Added 0x0D to 2-byte opcode extension table for prefetch* variantsKay Tiong Khoo2013-02-12
* BBVectorize: Don't over-search when building the dependency mapHal Finkel2013-02-11