aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-02-15Give these callbacks hidden visibility. It is better to not export them moreRafael Espindola
2013-02-15Don't make assumptions about the mangling of static functions in extern "C"Rafael Espindola
2013-02-15[asan] support long double on 64-bit. See https://code.google.com/p/address-s...Kostya Serebryany
2013-02-15Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...Benjamin Kramer
2013-02-15AArch64: remove ConstantIsland pass & put literals in separate section.Tim Northover
2013-02-15AArch64: refactor frame handling to use movz/movk for overlarge offsets.Tim Northover
2013-02-15Simplify the 'operator<' for the attribute object.Bill Wendling
2013-02-15BBVectorize: Cap the number of candidate pairs in each instruction groupHal Finkel
2013-02-15Revert "Simplify the attributes '<' comparison function."Anna Zaks
2013-02-15Fix minor mips16 issues in directives for function prologue. Probably this doesReed Kotler
2013-02-15Simplify the attributes '<' comparison function.Bill Wendling
2013-02-14[mips] Disallow moving load/store instructions past volatile instructions.Akira Hatanaka
2013-02-14[mips] Replace usage of SmallSet with BitVector, which is used to keep track ofAkira Hatanaka
2013-02-14[mips] Fix comments and coding style violations. Declare functions to be const.Akira Hatanaka
2013-02-14The ARM NEON vector compare instructions take three arguments. However, the Joel Jones
2013-02-14The operand listing is very much outdated.Eli Bendersky
2013-02-14[mips] Simplify code in function Filler::findDelayInstr.Akira Hatanaka
2013-02-14BBVectorize: Remove the remaining instances of std::multimapHal Finkel
2013-02-14BBVectorize: Don't store candidate pairs in a std::multimapHal Finkel
2013-02-14Simplify code. Remove "else after return".Jakub Staszak
2013-02-14Update comment.Chad Rosier
2013-02-14Hexagon: Change insn class to support instruction encoding.Jyotsna Verma
2013-02-14s/bool/LLVMBool/Bill Wendling
2013-02-14Add two new functions to the C API:Bill Wendling
2013-02-14added basic support for Intel ADX instructionsKay Tiong Khoo
2013-02-14R600/SI: Fix int_SI_fs_interp_constantMichel Danzer
2013-02-14Dont merge consecutive loads/stores into vectors when noimplicitfloat is used.Nadav Rotem
2013-02-1480-colNadav Rotem
2013-02-14Hexagon: Use multiclass for absolute addressing mode loads.Jyotsna Verma
2013-02-14Re-apply r175088 for bug fix 13622: Add paired register support forWeiming Zhao
2013-02-14R600: Do not fold single instruction with more that 3 kcache readVincent Lejeune
2013-02-14R600: Export instructions are no longer terminatorVincent Lejeune
2013-02-14R600: Fold zero/one in export instructionsVincent Lejeune
2013-02-14R600: Do not fold modifier/litterals in vector instVincent Lejeune
2013-02-14AArch64: switch from neverHasSideEffects to hasSideEffects.Tim Northover
2013-02-14Revert r15266. This fixes llvm.org/pr15266.Rafael Espindola
2013-02-14AArch64: stop claiming that NEON registers are usable for now.Tim Northover
2013-02-14AArch64: add block comments where missingTim Northover
2013-02-14Make ARMAsmParser accept the correct alignment specifier syntax in instructions.Kristof Beyls
2013-02-14Workaround an MSan false positive.Evgeniy Stepanov
2013-02-14Add some legality checks for SETCC before introducing it in the DAG combiner ...Owen Anderson
2013-02-14Fixed a bug in X86TargetLowering::LowerVectorIntExtend() (assertion failure).Elena Demikhovsky
2013-02-14R600/SI: Check for empty stack in SIAnnotateControlFlow::isTopOfStackMichel Danzer
2013-02-14Revert r175120 and r175121. Clang is producing the expected asm names again.Rafael Espindola
2013-02-14RegisterCoalescer::reMaterializeTrivialDef() can constrain the destinationCameron Zwarich
2013-02-14Teach the DataLayout aware constant folder to be much more aggressive towardsNick Lewycky
2013-02-14Remove the form field from Mips16 instruction formats and set thingsReed Kotler
2013-02-14Fix RegisterCoalescer::rematerializeTrivialDef() so that it works on flippedCameron Zwarich
2013-02-14Fix some issues with rematerialization in RegisterCoalescer when the destinationCameron Zwarich
2013-02-14Don't assume the mangling of static functions.Rafael Espindola