aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add some accessor and query methods for retrieving Attribute objects and such.Bill Wendling2013-02-133-0/+54
* Make jumptables work for -staticReed Kotler2013-02-132-0/+73
* Prevent insertion of "vzeroupper" before call that preserves YMM registers, s...Elena Demikhovsky2013-02-132-0/+50
* Remove unnecessary condtional assignment. The next line ignores the result of...Craig Topper2013-02-131-1/+0
* This is actually located at the end, not the middle.Eric Christopher2013-02-131-1/+1
* Check i1 as well as i8 variables for 8 bit registers for x86 inlineEric Christopher2013-02-132-1/+32
* Finish obviously broken thought.Eric Christopher2013-02-131-1/+1
* [tsan] disable load widening in ThreadSanitizer modeKostya Serebryany2013-02-132-0/+32
* [asan] fix confusing indentationKostya Serebryany2013-02-131-1/+2
* use memcpy instead of dubious union to type pun two values,Chris Lattner2013-02-131-8/+9
* Fix comment.Eric Christopher2013-02-131-2/+2
* Debug Info: LiveDebugVarible can remove DBG_VALUEs, make sure we emit them back.Manman Ren2013-02-134-14/+189
* [ms-inline-asm] Make sure the AsmRewrite list is sorted in lexical order.Chad Rosier2013-02-131-0/+5
* Test commit. Fixed typo.David Peixotto2013-02-131-1/+1
* Fix commentArnaud A. de Grandmaison2013-02-131-2/+2
* Changed isStoredObjCPointer => IsStoredObjCPointer. No functionality change.Michael Gottesman2013-02-121-4/+4
* Add a default empty string to the 'value' of a string attribute.Bill Wendling2013-02-121-1/+1
* Actually delete this code, since it's really not clear what it'sDan Gohman2013-02-121-24/+0
* [ms-inline-asm] Implement align directive (which is roughly equivalent to .al...Chad Rosier2013-02-122-9/+44
* This patch just fixes up various llvm formattingJack Carter2013-02-124-13/+14
* Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-1218-56/+80
* Record PRE predecessors with a SmallVector instead of a DenseMap, andDan Gohman2013-02-121-8/+9
* [ms-inline asm] Pass the length of the IDVal, so we can do a proper AsmRewrite.Chad Rosier2013-02-121-4/+5
* [ms-inline asm] Accept the emit directive as either _emit or __emit.Chad Rosier2013-02-121-2/+2
* When disabling PRE for a value is directly redundant with itselfDan Gohman2013-02-121-0/+2
* Remove target-specific info from the testcase for DWARF/pubnames.Krzysztof Parzyszek2013-02-121-3/+0
* Check that pointers are removed from maps before calling delete on the pointers,Dan Gohman2013-02-121-3/+3
* Minor code simplification.Dan Gohman2013-02-121-1/+1
* [ms-inline asm] Add support for lexing binary integers with a [bB] suffix.Chad Rosier2013-02-123-25/+60
* Documentation: HowToUseAttributes: formatting (use monospaced font)Dmitri Gribenko2013-02-121-53/+54
* Allow optionally generating pubnames section in DWARF info. IntroduceKrzysztof Parzyszek2013-02-127-2/+226
* added test cases for r174920 (prefetch disassembly)Kay Tiong Khoo2013-02-121-0/+6
* Equal treatment of labels and other terminators in MI DAG construction.Sergei Larin2013-02-121-1/+1
* Add support for the pubnames section to llvm-dwarfdump.Krzysztof Parzyszek2013-02-124-0/+25
* Fix the lit test added in r174972Paul Redmond2013-02-121-2/+2
* Hexagon: Add support to generate predicated absolute addressing modeJyotsna Verma2013-02-122-20/+142
* PR14562 - Truncation of left shift became undefPaul Redmond2013-02-122-2/+24
* [NVPTX] Disable vector registersJustin Holewinski2013-02-1219-1997/+1350
* [ASan] Do not use kDefaultShort64bitShadowOffset on Mac, where the binaries m...Alexander Potapenko2013-02-121-1/+2
* R600: Fix regression with shadow array sampler on pre-SI GPUs.Michel Danzer2013-02-121-1/+1
* Adding a HowTo for Attributes.Joe Abbey2013-02-122-0/+83
* [asan] fix tests for the new ABIKostya Serebryany2013-02-122-4/+4
* [asan] change the default mapping offset on x86_64 to 0x7fff8000. This gives ...Kostya Serebryany2013-02-121-3/+5
* Merge the collected attributes into the call instruction's attributes.Bill Wendling2013-02-121-2/+2
* Test for string attributes and for attribute group output.Bill Wendling2013-02-121-0/+28
* Have the bitcode writer and reader handle the new attribute references.Bill Wendling2013-02-122-33/+11
* Use the AttributeSet as the 'key' to the map instead of the 'raw' pointer.Bill Wendling2013-02-122-5/+6
* Support string attributes in the AttrBuilder.Bill Wendling2013-02-121-11/+25
* Don't consider definitions by other PHIs live-in when trimming a PHI source'sCameron Zwarich2013-02-121-1/+5
* Fix indentation.Cameron Zwarich2013-02-121-2/+2