aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-19Add a new BitstreamEntry concept, and add two helper methods for walkingChris Lattner
2013-01-19Documentation: remove more mentions of TclDmitri Gribenko
2013-01-19Documentation: replace some non-ASCII characters by equivalent markupDmitri Gribenko
2013-01-19Include Support/ELF.h instead of Object/ELF.h. It is much lighter and completelyJakub Staszak
2013-01-19BitstreamReader hasn't aged well. It's been hacked on by various people andChris Lattner
2013-01-19LoopVectorizer: Emit memory checks into their own basic block.Benjamin Kramer
2013-01-19On Sandybridge split unaligned 256bit stores into two xmm-sized stores. Nadav Rotem
2013-01-19Use MVT instead of EVT when computing shuffle immediates since they can only ...Craig Topper
2013-01-19Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth
2013-01-19This is a resubmittal. For some reason it broke the bots yesterdayJack Carter
2013-01-19Fix 80-col and early exit in cost modelRenato Golin
2013-01-19Remove some register allocation order dependencies.Jakob Stoklund Olesen
2013-01-18Fixing behavior of ELFObjectFile::getSymbolFileOffset().Andrew Kaylor
2013-01-18Pass NO_MISSING_FIELD_INITIALIZERS to Compiler FlagsDavid Greene
2013-01-18On Sandybridge loading unaligned 256bits using two XMM loads (vmovups and vin...Nadav Rotem
2013-01-18Use hexDigitValue in LLLexer.Jordan Rose
2013-01-18Improved comment.Michael Gottesman
2013-01-18Fixed typo in comment.Michael Gottesman
2013-01-18Split out DW_OP_addr for the split debug info DWARF5 proposal.Eric Christopher
2013-01-18If the attributes don't exist, just bail for now.Bill Wendling
2013-01-18Use AttributeSet accessor methods instead of Attribute accessor methods.Bill Wendling
2013-01-18Remove unused parameter. Also use the AttributeSet query methods instead of t...Bill Wendling
2013-01-18Add llvm::hexDigitValue to convert single characters to hex.Jordan Rose
2013-01-18This is a resubmittal. For some reason it broke the bots yesterdayJack Carter
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