summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Change libLTO back to linking with @executable_path instead of @rpath.Bob Wilson2013-11-11
* CalcSpillWeights: allow overidding the spill weight normalizing functionArnaud A. de Grandmaison2013-11-11
* [ARM] Add support for MVFR2 which is new in ARMv8Artyom Skrobov2013-11-11
* Fixing a problem with iterator validity in RuntimeDyldImpl::resolveExternalSy...Andrew Kaylor2013-11-11
* [NVPTX] Properly handle bitcast ConstantExpr when checking for the alignment ...Justin Holewinski2013-11-11
* [NVPTX] Fix logic error in loading vector parameters of more than 4 componentsJustin Holewinski2013-11-11
* [AArch64] The shift right/left and insert immediate builtins expect 3Chad Rosier2013-11-11
* CalcSpillWeights: give a better describing name to calculateSpillWeightsArnaud A. de Grandmaison2013-11-11
* Unify the adding of enumerators with the construction of the enumeration.Eric Christopher2013-11-11
* Formatting.Eric Christopher2013-11-11
* 80-col.Eric Christopher2013-11-11
* Just pass the DIComposite type by value instead of by pointer.Eric Christopher2013-11-11
* [AArch64] Add support for NEON scalar floating-point convert to fixed-point i...Chad Rosier2013-11-11
* Vector forms of SHL, SRA, and SRL can be constant folded using SimplifyVBinOp...Daniel Sanders2013-11-11
* [mips][msa] CHECK-DAG-ize MSA 3r-a.ll test.Matheus Almeida2013-11-11
* [mips][msa] CHECK-DAG-ize MSA 2rf_int_float.ll test.Matheus Almeida2013-11-11
* [mips][msa] CHECK-DAG-ize MSA 2rf_float_int.ll test.Matheus Almeida2013-11-11
* Move debug message in vectorizerRenato Golin2013-11-11
* [mips][msa] CHECK-DAG-ize MSA 2rf.ll test.Matheus Almeida2013-11-11
* [mips][msa] CHECK-DAG-ize MSA 2r.ll test.Matheus Almeida2013-11-11
* Add a testcase for pr17852.Rafael Espindola2013-11-11
* Add PPC option for full register names in asmHal Finkel2013-11-11
* Simplify code. No functionality change.Benjamin Kramer2013-11-11
* [OCaml] Add missing Llvm_target functionsPeter Zotov2013-11-11
* [OCaml] Accept context explicitly in Llvm_target functionsPeter Zotov2013-11-11
* [OCaml] Make Llvm_target.DataLayout.t automatically managedPeter Zotov2013-11-11
* [llvm-c] Remove dead typedefPeter Zotov2013-11-11
* Update of the 'Code Review' page. The link is now called 'Create Diff' instea...Sylvestre Ledru2013-11-11
* [autoconf] Prune "runtime" stuff in configure, corresponding to r191835.NAKAMURA Takumi2013-11-11
* [msan] Propagate origin for insertvalue, extractvalue.Evgeniy Stepanov2013-11-11
* [NVPTX] Blacklist TailDuplicate passJustin Holewinski2013-11-11
* Don't universally enable initialiser lists on GCC. Thanks for catching this ...Pete Cooper2013-11-11
* Add LLVM_HAS_INITIALIZER_LISTS for upcoming C++11 support. Use it in ArrayRefPete Cooper2013-11-11
* AArch64: refactor vector list creation to be more uniformTim Northover2013-11-11
* CalculateSpillWeights does not need to be a passArnaud A. de Grandmaison2013-11-10
* Mark 36 tests as XFAIL:vg_leak in llvm/test/TableGen.NAKAMURA Takumi2013-11-10
* Remove 6 of XFAIL(s) in llvm/test/TableGen, since r193736. They have been XPA...NAKAMURA Takumi2013-11-10
* Revert "Resurrect r191017 " GVN proceeds in the presence of dead code" plus a...Bill Wendling2013-11-10
* Use type form of getIntPtrType.Matt Arsenault2013-11-10
* SimplifyCFG has a heuristics for out-of-order processors that decides when it...Nadav Rotem2013-11-10
* Use size function instead of manually calculating it.Matt Arsenault2013-11-10
* Resolve TODO in test now that filecheck has multiple check prefixes.Matt Arsenault2013-11-10
* Allow multiple check prefixes in FileCheck.Matt Arsenault2013-11-10
* Teach MergeFunctions about address spacesMatt Arsenault2013-11-10
* IR: Refactor GEP range checks, reuse them for other parts of foldingDavid Majnemer2013-11-10
* Make method staticMatt Arsenault2013-11-10
* Fix missing C++ mode commentMatt Arsenault2013-11-10
* Use variable for register name in testMatt Arsenault2013-11-10
* Mostly finish up constant islands port for Mips for load constants.Reed Kotler2013-11-10
* Remove some unnecessary temporary strings.Benjamin Kramer2013-11-09