aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use AttributeSet accessor methods instead of Attribute accessor methods.Bill Wendling2013-01-188-34/+36
* Remove unused parameter. Also use the AttributeSet query methods instead of t...Bill Wendling2013-01-183-11/+10
* Add llvm::hexDigitValue to convert single characters to hex.Jordan Rose2013-01-182-20/+12
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-1811-2/+184
* R600: Proper insert S_WAITCNT instructionsTom Stellard2013-01-188-32/+379
* R600: Optimize and cleanup KILL on SITom Stellard2013-01-184-71/+96
* Push some more methods down to hide the use of the Attribute class.Bill Wendling2013-01-187-43/+82
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-183-48/+59
* [Linker] Zap a dead typedef.Daniel Dunbar2013-01-181-8/+0
* Silence GCC warning about dropping off a non-void function.Benjamin Kramer2013-01-181-0/+1
* [Linker] Kill Linker::LoadObject which is dead, and drop the BitReader depend...Daniel Dunbar2013-01-183-28/+1
* [MC/Mach-O] Implement integrated assembler support for linker options.Daniel Dunbar2013-01-184-10/+65
* Documentation: remove all mentions of DejaGNU and TclDmitri Gribenko2013-01-184-24/+18
* Streamline the mentions of grep and FileCheck in TestingGuide.rstEli Bendersky2013-01-181-37/+7
* The IR linker still depends on the bitcode reader.Benjamin Kramer2013-01-181-1/+1
* llvm/test/CodeGen/X86/Atomics-64.ll: Tweak for 2nd RUN not to overwrite %t. I...NAKAMURA Takumi2013-01-181-2/+2
* 80 columnsAlexey Samsonov2013-01-181-1/+2
* Move Blacklist.h to include/ to enable use from clang.Will Dietz2013-01-185-17/+18
* Add basic command line parsing to TestMain.Manuel Klimek2013-01-181-0/+2
* Calculate vector element size more directly for VINSERTF128/VEXTRACTF128 imme...Craig Topper2013-01-181-6/+4
* Minor formatting fix. No functional change.Craig Topper2013-01-181-1/+1
* Remove support for Tcl test format since nobody uses itDmitri Gribenko2013-01-1821-664/+11
* Spelling fix: extened->extended. Trailing whitespace in same function.Craig Topper2013-01-181-5/+6
* Make more use of is128BitVector/is256BitVector in place of getSizeInBits() ==...Craig Topper2013-01-181-35/+31
* Check for less than 0 in shuffle mask instead of -1. It's more consistent wit...Craig Topper2013-01-181-1/+1
* Remove trailing whitespace. Remove new lines between closing brace and 'else'Craig Topper2013-01-181-7/+5
* Fixed 80+ violation.Michael Gottesman2013-01-181-2/+2
* [MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar2013-01-189-7/+148
* [MC/Mach-O] Add AsmParser support for .linker_option directive.Daniel Dunbar2013-01-184-0/+66
* [MC] Expose ParseEscapedString to target AsmParser implementations.Daniel Dunbar2013-01-182-4/+5
* [MC] Fix 80-col violas.Daniel Dunbar2013-01-181-41/+89
* [ms-inline asm] Make the error message more generic now that we support the Chad Rosier2013-01-181-1/+1
* [Linker] Drop some now-dead component dependencies.Daniel Dunbar2013-01-171-1/+1
* Reverting r171325 & r172363. This was causing a mis-compile on the self-hoste...Bill Wendling2013-01-173-160/+13
* Reverting back to the fallback instead of using the 64-bit popcnt instruction...Aaron Ballman2013-01-171-2/+0
* [Linker] Drop support for IR-level extended linking support (archives, etc.).Daniel Dunbar2013-01-176-577/+3
* Restore reverted test case, this time with REQUIRES: assertsBill Schmidt2013-01-171-0/+19
* Remove bad test caseBill Schmidt2013-01-171-18/+0
* This patch fixes PR13626 by providing i128 support in the returnBill Schmidt2013-01-172-0/+19
* [ms-inline asm] Add support for the 'SIZE' and 'LENGTH' operators.Chad Rosier2013-01-173-39/+51
* [docs] Get rid of some UTF8 characters (non-breaking space maybe).Daniel Dunbar2013-01-171-16/+16
* [utils] Update find-rev utility to take a branch argument (name of the git-svnDaniel Dunbar2013-01-171-4/+4
* Add indexed load/store instructions for offset validation check.Jyotsna Verma2013-01-172-0/+40
* Added missing const from my last commit.Michael Gottesman2013-01-171-1/+1
* [ObjCARC] Implemented operator<< for InstructionClass and changed a ``Visited...Michael Gottesman2013-01-171-3/+56
* Reverting back to the fallback instead of using popcnt; this instruction does...Aaron Ballman2013-01-171-2/+0
* This patch fixes the PPC calling convention to handle returns ofBill Schmidt2013-01-172-2/+57
* ASan: add optional 'zero-based shadow' option to ASan passes. Always tell the...Alexey Samsonov2013-01-172-37/+43
* Optimization for the following SIGN_EXTEND pairs:Elena Demikhovsky2013-01-175-10/+119
* Combine AVX and SSE forms of MOVSS and MOVSD into the same multiclasses so th...Craig Topper2013-01-171-74/+50