aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-18R600: Proper insert S_WAITCNT instructionsTom Stellard
2013-01-18R600: Optimize and cleanup KILL on SITom Stellard
2013-01-18Push some more methods down to hide the use of the Attribute class.Bill Wendling
2013-01-18This is a resubmittal. For some reason it broke the bots yesterdayJack Carter
2013-01-18[Linker] Zap a dead typedef.Daniel Dunbar
2013-01-18Silence GCC warning about dropping off a non-void function.Benjamin Kramer
2013-01-18[Linker] Kill Linker::LoadObject which is dead, and drop the BitReader depend...Daniel Dunbar
2013-01-18[MC/Mach-O] Implement integrated assembler support for linker options.Daniel Dunbar
2013-01-18Documentation: remove all mentions of DejaGNU and TclDmitri Gribenko
2013-01-18Streamline the mentions of grep and FileCheck in TestingGuide.rstEli Bendersky
2013-01-18The IR linker still depends on the bitcode reader.Benjamin Kramer
2013-01-18llvm/test/CodeGen/X86/Atomics-64.ll: Tweak for 2nd RUN not to overwrite %t. I...NAKAMURA Takumi
2013-01-1880 columnsAlexey Samsonov
2013-01-18Move Blacklist.h to include/ to enable use from clang.Will Dietz
2013-01-18Add basic command line parsing to TestMain.Manuel Klimek
2013-01-18Calculate vector element size more directly for VINSERTF128/VEXTRACTF128 imme...Craig Topper
2013-01-18Minor formatting fix. No functional change.Craig Topper
2013-01-18Remove support for Tcl test format since nobody uses itDmitri Gribenko
2013-01-18Spelling fix: extened->extended. Trailing whitespace in same function.Craig Topper
2013-01-18Make more use of is128BitVector/is256BitVector in place of getSizeInBits() ==...Craig Topper
2013-01-18Check for less than 0 in shuffle mask instead of -1. It's more consistent wit...Craig Topper
2013-01-18Remove trailing whitespace. Remove new lines between closing brace and 'else'Craig Topper
2013-01-18Fixed 80+ violation.Michael Gottesman
2013-01-18[MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar
2013-01-18[MC/Mach-O] Add AsmParser support for .linker_option directive.Daniel Dunbar
2013-01-18[MC] Expose ParseEscapedString to target AsmParser implementations.Daniel Dunbar
2013-01-18[MC] Fix 80-col violas.Daniel Dunbar
2013-01-18[ms-inline asm] Make the error message more generic now that we support the Chad Rosier
2013-01-17[Linker] Drop some now-dead component dependencies.Daniel Dunbar
2013-01-17Reverting r171325 & r172363. This was causing a mis-compile on the self-hoste...Bill Wendling
2013-01-17Reverting back to the fallback instead of using the 64-bit popcnt instruction...Aaron Ballman
2013-01-17[Linker] Drop support for IR-level extended linking support (archives, etc.).Daniel Dunbar
2013-01-17Restore reverted test case, this time with REQUIRES: assertsBill Schmidt
2013-01-17Remove bad test caseBill Schmidt
2013-01-17This patch fixes PR13626 by providing i128 support in the returnBill Schmidt
2013-01-17[ms-inline asm] Add support for the 'SIZE' and 'LENGTH' operators.Chad Rosier
2013-01-17[docs] Get rid of some UTF8 characters (non-breaking space maybe).Daniel Dunbar
2013-01-17[utils] Update find-rev utility to take a branch argument (name of the git-svnDaniel Dunbar
2013-01-17Add indexed load/store instructions for offset validation check.Jyotsna Verma
2013-01-17Added missing const from my last commit.Michael Gottesman
2013-01-17[ObjCARC] Implemented operator<< for InstructionClass and changed a ``Visited...Michael Gottesman
2013-01-17Reverting back to the fallback instead of using popcnt; this instruction does...Aaron Ballman
2013-01-17This patch fixes the PPC calling convention to handle returns ofBill Schmidt
2013-01-17ASan: add optional 'zero-based shadow' option to ASan passes. Always tell the...Alexey Samsonov
2013-01-17Optimization for the following SIGN_EXTEND pairs:Elena Demikhovsky
2013-01-17Combine AVX and SSE forms of MOVSS and MOVSD into the same multiclasses so th...Craig Topper
2013-01-17Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this byEric Christopher
2013-01-17Add the DW_AT_GNU_addr_base for the skeleton cu. Add support forEric Christopher
2013-01-17Move MachineTraceMetrics.h into include/llvm/CodeGen.Jakob Stoklund Olesen
2013-01-17Provide a place for targets to insert ILP optimization passes.Jakob Stoklund Olesen