summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* convert the bitstream reader itself and the IR .bc file parser to use the new...Chris Lattner2013-01-20
* The last of PR14471 - emission of constant floatsDavid Blaikie2013-01-20
* stringref'ize readRecord and properly capitalize it. Add a compatibility met...Chris Lattner2013-01-20
* Make some helper methods static.Craig Topper2013-01-20
* Remove DebugLoc argument from static function. It can easily be obtained from...Craig Topper2013-01-20
* Use MVT instead of EVT in more instruction lowering code.Craig Topper2013-01-20
* move some private methods out of line, add a skipRecord() method.Chris Lattner2013-01-20
* Use MVT instead of EVT in more of the shuffle lowering code.Craig Topper2013-01-19
* Capitalize LowerVectorIntExtend to be consistent with all the other lower fun...Craig Topper2013-01-19
* Fix a latent bug exposed by recent static member debug info changes.David Blaikie2013-01-19
* Add a new BitstreamEntry concept, and add two helper methods for walkingChris Lattner2013-01-19
* BitstreamReader hasn't aged well. It's been hacked on by various people andChris Lattner2013-01-19
* LoopVectorizer: Emit memory checks into their own basic block.Benjamin Kramer2013-01-19
* On Sandybridge split unaligned 256bit stores into two xmm-sized stores. Nadav Rotem2013-01-19
* Use MVT instead of EVT when computing shuffle immediates since they can only ...Craig Topper2013-01-19
* Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth2013-01-19
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-19
* Fix 80-col and early exit in cost modelRenato Golin2013-01-19
* On Sandybridge loading unaligned 256bits using two XMM loads (vmovups and vin...Nadav Rotem2013-01-18
* Use hexDigitValue in LLLexer.Jordan Rose2013-01-18
* Improved comment.Michael Gottesman2013-01-18
* Fixed typo in comment.Michael Gottesman2013-01-18
* Split out DW_OP_addr for the split debug info DWARF5 proposal.Eric Christopher2013-01-18
* If the attributes don't exist, just bail for now.Bill Wendling2013-01-18
* Use AttributeSet accessor methods instead of Attribute accessor methods.Bill Wendling2013-01-18
* Remove unused parameter. Also use the AttributeSet query methods instead of t...Bill Wendling2013-01-18
* Add llvm::hexDigitValue to convert single characters to hex.Jordan Rose2013-01-18
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-18
* R600: Proper insert S_WAITCNT instructionsTom Stellard2013-01-18
* R600: Optimize and cleanup KILL on SITom Stellard2013-01-18
* Push some more methods down to hide the use of the Attribute class.Bill Wendling2013-01-18
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-18
* Silence GCC warning about dropping off a non-void function.Benjamin Kramer2013-01-18
* [Linker] Kill Linker::LoadObject which is dead, and drop the BitReader depend...Daniel Dunbar2013-01-18
* [MC/Mach-O] Implement integrated assembler support for linker options.Daniel Dunbar2013-01-18
* The IR linker still depends on the bitcode reader.Benjamin Kramer2013-01-18
* 80 columnsAlexey Samsonov2013-01-18
* Move Blacklist.h to include/ to enable use from clang.Will Dietz2013-01-18
* Calculate vector element size more directly for VINSERTF128/VEXTRACTF128 imme...Craig Topper2013-01-18
* Minor formatting fix. No functional change.Craig Topper2013-01-18
* Spelling fix: extened->extended. Trailing whitespace in same function.Craig Topper2013-01-18
* Make more use of is128BitVector/is256BitVector in place of getSizeInBits() ==...Craig Topper2013-01-18
* Check for less than 0 in shuffle mask instead of -1. It's more consistent wit...Craig Topper2013-01-18
* Remove trailing whitespace. Remove new lines between closing brace and 'else'Craig Topper2013-01-18
* Fixed 80+ violation.Michael Gottesman2013-01-18
* [MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar2013-01-18
* [MC/Mach-O] Add AsmParser support for .linker_option directive.Daniel Dunbar2013-01-18
* [MC] Expose ParseEscapedString to target AsmParser implementations.Daniel Dunbar2013-01-18
* [MC] Fix 80-col violas.Daniel Dunbar2013-01-18
* [ms-inline asm] Make the error message more generic now that we support the Chad Rosier2013-01-18