summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* [Stackmaps] Cleanup code. No functional change intended.Juergen Ributzka2014-02-10
* LTO API: add lto_module_create_from_memory_with_path.Manman Ren2014-02-10
* Mark the methods in the Mangler const.Rafael Espindola2014-02-10
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-10
* R600: Implement isTruncateFreeMatt Arsenault2014-02-10
* [LPM] A terribly simple fix to a terribly complex bug: PR18773.Chandler Carruth2014-02-10
* Copy the ThreadLocalMode in GlobalVariable::copyAttributesFromHans Wennborg2014-02-10
* R600/SI: Initialize M0 and emit S_WQM_B64 whenever DS instructions are usedTom Stellard2014-02-10
* R600/SI: Only use S_WQM_B64 in pixel shadersTom Stellard2014-02-10
* Remove some prototype code accidentally committed in r201043David Blaikie2014-02-10
* ARM: use natural LLVM IR for vshll instructionsTim Northover2014-02-10
* [AArch64] Handle aliases of conditional branches without b.pred form.Chad Rosier2014-02-10
* ARM: r12 is callee-saved for interrupt handlersOliver Stannard2014-02-10
* Make succ_iterator a real random access iterator and clean up a couple of users.Benjamin Kramer2014-02-10
* GlobalsModRef: Unify and clean up duplicated pointer analysis code.Benjamin Kramer2014-02-10
* ARM: use LLVM IR to represent the vshrn operationTim Northover2014-02-10
* [mips][msa] Add DLSA instruction.Matheus Almeida2014-02-10
* [mips][msa] Make LSA_DESC a parameterizable class.Matheus Almeida2014-02-10
* [CMake] LLVMSupport should be responsible to provide system_libs.NAKAMURA Takumi2014-02-10
* [asan] support for FreeBSD, LLVM part. patch by Viktor KutuzovKostya Serebryany2014-02-10
* AVX-512: Fixed extract_vector_elt for v16i1 and v8i1 vectors.Elena Demikhovsky2014-02-10
* Recommit r201059 and r201060 with hopefully a fix for its original failure.Craig Topper2014-02-10
* Revert r201059 and r201060.Bob Wilson2014-02-10
* [AArch64]Implement the copy of two FPR8 registers by using FMOVss of two FPR3...Hao Liu2014-02-10
* Add MRMXr/MRMXm form to X86 for use by instructions which treat the 'reg' fie...Craig Topper2014-02-10
* MCParser: add a single token lookaheadSaleem Abdulrasool2014-02-09
* AsmParser: Simplify code with ArrayRef.Benjamin Kramer2014-02-09
* AsmParser: Parse (and ignore) nested .macro definitions.Benjamin Kramer2014-02-09
* Use a consistent argument order in TargetLoweringObjectFile.Rafael Espindola2014-02-09
* Fix formatting introduced in r200941David Blaikie2014-02-09
* LoopVectorizer: Keep track of conditional store basic blocksArnold Schwaighofer2014-02-08
* Pass the Mangler by reference.Rafael Espindola2014-02-08
* Add LLVM_OVERRIDE to a few declarations.Rafael Espindola2014-02-08
* [Constant Hoisting] Fix insertion point for constant materialization.Juergen Ributzka2014-02-08
* [Constant Hoisting] Don't update the use list while traversing it - DOH!Juergen Ributzka2014-02-08
* Remove dead code.Rafael Espindola2014-02-07
* Always create a temporary symbol to use with the cfi frame.Rafael Espindola2014-02-07
* Remove -arm-disable-ehabi optionRenato Golin2014-02-07
* Don't internalize linkonce_odr non constant variables.Rafael Espindola2014-02-07
* Fix an invalid check for duplicate option categories.Alexander Kornienko2014-02-07
* [mips] Forbid the use of registers t6, t7 and t8 if the target is NaCl.Sasa Stankovic2014-02-07
* Fix a bug with .weak_def_can_be_hidden: Mutable variables cannot use it.Rafael Espindola2014-02-07
* Refactor logic into a function predicate.Rafael Espindola2014-02-07
* Try to unbreak the mingw32 build.Benjamin Kramer2014-02-07
* LLVM-1163: AAPCS-VFP violation when CPRC allocated to stackOliver Stannard2014-02-07
* [Sparc] Add support for parsing synthetic instruction 'mov'. Venkatraman Govindaraju2014-02-07
* [Sparc] Emit correct encoding for atomic instructions. Also, add support for ...Venkatraman Govindaraju2014-02-07
* [Sparc] Emit relocations for Thread Local Storage (TLS) when integrated assem...Venkatraman Govindaraju2014-02-07
* [Sparc] Emit correct relocations for PIC code when integrated assembler is used.Venkatraman Govindaraju2014-02-07
* [Sparc] Use SparcMCExpr::VariantKind itself as MachineOperand's target flags.Venkatraman Govindaraju2014-02-07