summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add the ability to set timeout & "run all threads" options both from the "exp...Jim Ingham2012-10-1632-194/+844
* [InstCombine] Teach InstCombine how to handle an obfuscated splat.Michael Gottesman2012-10-162-2/+16
* Removing the two extra GetXSize(bool) calls since we do not desire to support...Enrico Granata2012-10-164-34/+2
* Test pure virtual vtable entries in the Itanium ABI.David Blaikie2012-10-161-0/+11
* <rdar://problem/12446320> Fixing an issue with our Driver where setting an im...Enrico Granata2012-10-166-13/+84
* llvm needs the OS to be set to either iOS or Mac OS XJason Molenda2012-10-161-0/+16
* Note deleted functions when dumping vtables.David Blaikie2012-10-162-0/+24
* Patch from Matt Kopec:Greg Clayton2012-10-162-36/+30
* [ms-inline asm] Add the helper function, isParseringInlineAsm(). To be used i...Chad Rosier2012-10-162-0/+2
* Simplify code. No functionality change.Jakub Staszak2012-10-161-7/+3
* ARM ABI: fix ABI alignment issues in varargs.Manman Ren2012-10-162-9/+41
* Check .rela instead of ELF64 for the compensation vaue resettingMichael Liao2012-10-161-2/+1
* 80-col fixup.Jakub Staszak2012-10-161-1/+2
* Teach DAG combine to fold (trunc (fptoXi x)) to (fptoXi x)Michael Liao2012-10-162-0/+64
* [analyzer] Expose clang_version in CmpRunsAnna Zaks2012-10-161-2/+3
* [analyzer] Ivar Invalidation: track ivars in continuations andAnna Zaks2012-10-162-6/+15
* Switch back to the old coalescer for now to fix the 32 bit bitRafael Espindola2012-10-163-2/+368
* Simplify potentially quadratic behavior while erasing elements from std::vector.Jakub Staszak2012-10-161-7/+1
* ARM ABI: passing illegal vector types as varargs.Manman Ren2012-10-162-2/+238
* ARM ABI: fix ABI alignment issues when passing legal vector types as varargs.Manman Ren2012-10-162-6/+76
* Implement GCC's -Wint-to-pointer-cast.David Blaikie2012-10-1613-14/+72
* If a full path to a compiler is provided on theSean Callanan2012-10-161-1/+1
* And now we can call the other 'get' method from this one and not duplicate th...Bill Wendling2012-10-161-6/+3
* Support v8f32 to v8i8/vi816 conversion through custom loweringMichael Liao2012-10-162-17/+39
* Use the appropriate Attributes::get method to create an Attributes object.Bill Wendling2012-10-161-7/+1
* When using a symbol with attribute weakref, search for it first andJoerg Sonnenberger2012-10-162-5/+14
* Speculative fix the mask constants to be of type uintptr_t. I don't know of ...Owen Anderson2012-10-161-4/+4
* Minor tweak to last patch along with a test case.Fariborz Jahanian2012-10-162-1/+13
* Do not call ReplaceCFAllocator() before __CFInitialize(), otherwise crashes a...Alexander Potapenko2012-10-161-1/+8
* Commit a leftover file from r166026: Add MACOS_VERSION_MOUNTAIN_LION.Alexander Potapenko2012-10-161-1/+2
* Add MACOS_VERSION_MOUNTAIN_LION.Alexander Potapenko2012-10-161-0/+1
* fixes an objc crash involving objc bool literal onFariborz Jahanian2012-10-161-1/+1
* Fix function parameter spelling in comments. Caught by -Wdocumentation.Dmitri Gribenko2012-10-161-2/+2
* GNUstep runtime version default to 1.6, generate correct property attributeDavid Chisnall2012-10-163-3/+39
* This patch addresses PR13949.Bill Schmidt2012-10-163-24/+282
* isl scheduler: Do not fail when returning an empty band listTobias Grosser2012-10-163-5/+63
* isl-codegen: Support '<' and '>'Tobias Grosser2012-10-167-13/+145
* Transform pattern:Alexey Samsonov2012-10-165-18/+22
* Issue:Stepan Dyatkovskiy2012-10-166-25/+83
* Reapply r165661, Patch by Shuxin Yang <shuxin.llvm@gmail.com>.NAKAMURA Takumi2012-10-162-0/+57
* Cleanup whitespace.Bill Wendling2012-10-162-6/+7
* Fix a bug in the set(I,E)/reset(I,E) methods that I recently added. The boun...Owen Anderson2012-10-162-6/+16
* Move X86MCInstLower class definition into implementation file. It's not neede...Craig Topper2012-10-163-54/+25
* Cleanup whitespace.Bill Wendling2012-10-161-37/+35
* Have AttributesImpl defriend the Attributes class.Bill Wendling2012-10-162-3/+3
* Have AttrBuilder defriend the Attributes class.Bill Wendling2012-10-162-4/+5
* Use the Attributes::get method which takes an AttrVal value directly to simpl...Bill Wendling2012-10-164-26/+12
* Use the Attributes::get method which takes an AttrVal value directly to simpl...Bill Wendling2012-10-165-76/+38
* Put simple c'tors inline.Bill Wendling2012-10-162-8/+3
* Pass in the context to the Attributes::get method.Bill Wendling2012-10-161-1/+1
OpenPOWER on IntegriCloud