aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix iterator definitions for ImmutableSet and ImmutableMap.Ryan Govostes2013-02-132-20/+24
* R600: Add support for 128-bit parametersTom Stellard2013-02-133-0/+23
* s/grep/FileCheck/ in some testsEli Bendersky2013-02-132-3/+5
* Don't build tail calls to functions with three inreg arguments on x86-32 PIC.Nick Lewycky2013-02-131-5/+11
* s/grep/FileCheck/ in some testsEli Bendersky2013-02-135-6/+16
* Bug fix 13622: Add paired register support for inline asm with 64-bit data on...Weiming Zhao2013-02-134-8/+205
* [ms-inline asm] Fix up test case for non-Darwin platforms.Chad Rosier2013-02-131-1/+1
* Hexagon: Use absolute addressing mode loads/stores for global+offset Jyotsna Verma2013-02-138-1052/+310
* Add iterator_traits to ImmutableMap and ImmutableSet.Ryan Govostes2013-02-132-0/+10
* [ms-inline-asm] Add support for memory references that have non-immediateChad Rosier2013-02-132-13/+41
* [ms-inline asm] Add a comment about the determinism of the rewrite sort.Chad Rosier2013-02-131-0/+2
* configure: remove workaround for gcc's -Wno-maybe-uninitializedDmitri Gribenko2013-02-132-44/+16
* [docs] PR15254: Add "AST" to the lexicon.Sean Silva2013-02-131-0/+15
* LoopVectorize: Simplify code for clarity.Benjamin Kramer2013-02-131-10/+8
* Add a blurb about the attributes changes to the release notes.Bill Wendling2013-02-131-0/+5
* For Mips 16, add the optimization where the 16 bit form of addiu sp can be usedReed Kotler2013-02-134-3/+77
* Clean up LDV, no functionality change.Manman Ren2013-02-133-65/+20
* Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in th...Bill Wendling2013-02-133-3/+3
* MIsched: HazardRecognizers are created for each DAG. Free them.Andrew Trick2013-02-132-2/+9
* PR14992 - Tablegen incorrectly converts ARM tLDMIA_UPD pseudo to tLDMIADavid Peixotto2013-02-132-0/+29
* [ms-inline-asm] Use an array_pod_sort, rather than a std:sort.Chad Rosier2013-02-131-3/+10
* Metadata for annotating loops as parallel. The first consumer for this Pekka Jaaskelainen2013-02-134-0/+183
* Add registration for PPC-specific passes to allow the IR to be dumpedKrzysztof Parzyszek2013-02-133-3/+41
* X86: Disable generation of rep;movsl when %esi is used as a base pointer.Benjamin Kramer2013-02-132-0/+26
* Mention AArch64 in release notes for 3.3Tim Northover2013-02-131-0/+14
* Fix MSan annotations inclusion guard.Evgeniy Stepanov2013-02-132-2/+2
* Use array_pod_sort.Bill Wendling2013-02-131-1/+1
* Update phab docs to clarify how to accept a change.Manuel Klimek2013-02-131-0/+6
* 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