summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Simplify some code since VEX and EVEX instructions never have HasOpSizePrefix.Craig Topper2014-02-02
* Merge HasVEXPrefix/HasEVEXPrefix/HasXOPPrefix into a 2-bit 'encoding' field i...Craig Topper2014-02-02
* Replace PPC instruction-size code with MCInstrDesc getSizeHal Finkel2014-02-02
* LoopVectorizer: Enable unrolling of conditional stores and the load/storeArnold Schwaighofer2014-02-02
* Add some xfailed R600 tests for 64-bit private accesses.Matt Arsenault2014-02-02
* R600/SI: Fix insertelement with dynamic indices.Matt Arsenault2014-02-02
* [Sparc] Set %o7 as the return address register instead of %i7 in MCRegisterIn...Venkatraman Govindaraju2014-02-01
* ARMTTI: We don't have 16 allocatable scalar registersArnold Schwaighofer2014-02-01
* MC: Fix .octa output for APInts with BitWidth > 128David Woodhouse2014-02-01
* MC: Add support for .octaDavid Woodhouse2014-02-01
* MC: Add AsmLexer::BigNum token for integers greater than 64 bitsDavid Woodhouse2014-02-01
* [LPM] Apply a really big hammer to fix PR18688 by recursively reformingChandler Carruth2014-02-01
* Remove some unused #includesEli Bendersky2014-02-01
* Silence GCC warnings.Benjamin Kramer2014-02-01
* [inliner] Skip debug intrinsics even earlier in computing the inlineChandler Carruth2014-02-01
* Simplify some x86 format classes and remove some ambiguities in their applica...Craig Topper2014-02-01
* Update a .fill test to use the updated semantics.David Majnemer2014-02-01
* MC: Improve the .fill directive's compatibility with GASDavid Majnemer2014-02-01
* Hopefully fix mingw32 bots.Peter Collingbourne2014-02-01
* Revert "[SLPV] Recognize vectorizable intrinsics during SLP vectorization ..."Reid Kleckner2014-02-01
* [stackprotector] Implement the sspstrong rules for stack layout.Josh Magee2014-02-01
* Implement inalloca codegen for x86 with the new inalloca designReid Kleckner2014-01-31
* Introduce line editor library.Peter Collingbourne2014-01-31
* Introduce llvm::sys::path::home_directory.Peter Collingbourne2014-01-31
* Don't put non-static allocas in the static alloca mapReid Kleckner2014-01-31
* Split out small-code-model MCJIT testcase in order to xfail for AArch64, whereLang Hames2014-01-31
* Remove a redundant call to hasRawTextSupport.Rafael Espindola2014-01-31
* Remove another hasRawTextSupport.Rafael Espindola2014-01-31
* Set -mcpu to make this test pass on atom botsReid Kleckner2014-01-31
* [inliner] Print out extra stats about the cost, threshold, and vectorChandler Carruth2014-01-31
* Remove the last hasRawTextSupport call from R600.Rafael Espindola2014-01-31
* Replace another use with hasRawTextSupport+EmitRawText with emitRawComment.Rafael Espindola2014-01-31
* Use emitRawComment to avoid a call to hasRawTextSupport.Rafael Espindola2014-01-31
* Fix file header for APFloat.hDuncan P. N. Exon Smith2014-01-31
* Clean up whitespaceDuncan P. N. Exon Smith2014-01-31
* Mark the first dynamic elf symbol as SF_FormatSpecific.Rafael Espindola2014-01-31
* Replace X86 FMA intrinsic pseduo-instructions with def pats.Lang Hames2014-01-31
* [SLPV] Recognize vectorizable intrinsics during SLP vectorization andChandler Carruth2014-01-31
* Simplify getSymbolFlags.Rafael Espindola2014-01-31
* If we're not producing DWARF accel tables, don't waste memoryPaul Robinson2014-01-31
* Add support for DW_FORM_flag and DW_FORM_flag_present to the DIE hashingEric Christopher2014-01-31
* Fix name of nested type in comment to match code.Eric Christopher2014-01-31
* DebugInfo: Flag type unit references as declarationsDavid Blaikie2014-01-31
* x86: Rename NumBytesForCalleeToPush to ...Pop for accuracyReid Kleckner2014-01-31
* Revert r200560, "LTO itself hasn't depended on MCDisassembler any more."NAKAMURA Takumi2014-01-31
* [ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'Reid Kleckner2014-01-31
* LTO itself hasn't depended on MCDisassembler any more.NAKAMURA Takumi2014-01-31
* llvm/tools: Prune redundant target_link_libraries.NAKAMURA Takumi2014-01-31
* [CMake] Move libgtest for external projects.NAKAMURA Takumi2014-01-31
* AddLLVM.cmake: Untabify.NAKAMURA Takumi2014-01-31