summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Eliminate inappropriate use of FindProgramByName() from lliAlp Toker2014-01-22
* Get right cost for addrspacecast in cost modelMatt Arsenault2014-01-22
* Fix pr18515.Rafael Espindola2014-01-22
* Add a testcase for r199430.Quentin Colombet2014-01-22
* R600: MOVA is vector onlyTom Stellard2014-01-22
* R600: Take alignment into account when calculating the stack offsetTom Stellard2014-01-22
* R600: Add support for global addresses with constant initializersTom Stellard2014-01-22
* R600: Begin private memory at the second GPR.Tom Stellard2014-01-22
* R600/SI: Add support for i8 and i16 private loads/storesTom Stellard2014-01-22
* Bug 18228 - Fix accepting bitcasts between vectors of pointers with aMatt Arsenault2014-01-22
* Fix inline assembly that switches between ARM and Thumb modesGreg Fitzgerald2014-01-22
* Don't open or fstat files twice in llvm-ar.Rafael Espindola2014-01-22
* Remove param doxygen comment for non-existing parameter.Benjamin Kramer2014-01-22
* Pass the computed magic to createBinary and createObjectFile if available.Rafael Espindola2014-01-22
* [x86] Silence unused diReg variable warning in non-asserting buildsDavid Woodhouse2014-01-22
* [x86] Fix uninitialized variable warning in translate{Src,Dst}IndexDavid Woodhouse2014-01-22
* [x86] Remove now-unused isSrcOp() and isDstOp() from X86AsmParserDavid Woodhouse2014-01-22
* [x86] Allow segment and address-size overrides for INS[BWLQ] (PR9385)David Woodhouse2014-01-22
* [x86] Allow segment and address-size overrides for OUTS[BWLQ] (PR9385)David Woodhouse2014-01-22
* [x86] Allow segment and address-size overrides for MOVS[BWLQ] (PR9385)David Woodhouse2014-01-22
* ]x86] Allow segment and address-size overrides for CMPS[BWLQ] (PR9385)David Woodhouse2014-01-22
* [x86] Allow address-size overrides for SCAS{8,16,32,64} (PR9385)David Woodhouse2014-01-22
* [x86] Allow address-size overrides for STOS[BWLQ] (PR9385)David Woodhouse2014-01-22
* [x86] Allow segment and address-size overrides for LODS[BWLQ] (PR9385)David Woodhouse2014-01-22
* Loop strength reduce: fix function name.Tim Northover2014-01-22
* AVX512: combining setcc and zext is wrong on AVX512Elena Demikhovsky2014-01-22
* MachineCopyPropagation has special logic for removing COPY instructions. It w...James Molloy2014-01-22
* Add unused result attr to the casting templatesAlp Toker2014-01-22
* [AArch64 NEON] Try to generate CONCAT_VECTOR when lowering BUILD_VECTOR or SH...Kevin Qin2014-01-22
* Reformat a loop for basic hygeine. Self review.Andrew Trick2014-01-22
* [Sparc] Add support for inline assembly constraints which specify registers b...Venkatraman Govindaraju2014-01-22
* Whitespace.NAKAMURA Takumi2014-01-22
* Fix typoMatt Arsenault2014-01-22
* [Sparc] Add support for inline assembly constraint 'I'. Venkatraman Govindaraju2014-01-22
* Change createObjectFile to return an ErrorOr.Rafael Espindola2014-01-22
* [Sparc] Do not add PC to _GLOBAL_OFFSET_TABLE_ address to access GOT in absol...Venkatraman Govindaraju2014-01-22
* [SROA] Fix a bug which could cause the common type finding to returnChandler Carruth2014-01-21
* Be a bit more consistent about using ErrorOr when constructing Binary objects.Rafael Espindola2014-01-21
* CodeGen: Stop treating vectors as aggregatesDuncan P. N. Exon Smith2014-01-21
* Tweak the spelling of the asserts requirement a bit more. This makes itChandler Carruth2014-01-21
* Fix PR18572 - llc crash during GenericScheduler::initPolicy().Andrew Trick2014-01-21
* Forgot to add testcase for r198590David Majnemer2014-01-21
* Fix pointer info on PPC byval storesHal Finkel2014-01-21
* Adding new LTO APIs to parse metadata nodes and extract linker options andYunzhong Gao2014-01-21
* Don't clobber CMAKE_REQUIRED_FLAGS, it ends up being used inChandler Carruth2014-01-21
* Fix VS2012 ID/version check.Amara Emerson2014-01-21
* Rename these methods to match the style guide.Rafael Espindola2014-01-21
* [mips][sched] Split IILoad into II_L[BHWD], II_L[BHW]U, II_L[WD][LR], and II_...Daniel Sanders2014-01-21
* [mips][sched] Split IIFmoveC1 into II_M[FT]C1, II_M[FT]HC1, II_DM[FT]C1Daniel Sanders2014-01-21
* [mips][sched] Split IIFStore into II_S[WD]C1, and II_S[WDU]XC1Daniel Sanders2014-01-21