aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 80-col.Eric Christopher2013-11-111-5/+7
* Just pass the DIComposite type by value instead of by pointer.Eric Christopher2013-11-112-6/+6
* [AArch64] Add support for NEON scalar floating-point convert to fixed-point i...Chad Rosier2013-11-111-3/+25
* Vector forms of SHL, SRA, and SRL can be constant folded using SimplifyVBinOp...Daniel Sanders2013-11-111-0/+18
* Move debug message in vectorizerRenato Golin2013-11-111-4/+1
* Add PPC option for full register names in asmHal Finkel2013-11-111-0/+10
* Simplify code. No functionality change.Benjamin Kramer2013-11-111-5/+1
* [msan] Propagate origin for insertvalue, extractvalue.Evgeniy Stepanov2013-11-111-2/+2
* [NVPTX] Blacklist TailDuplicate passJustin Holewinski2013-11-111-0/+1
* AArch64: refactor vector list creation to be more uniformTim Northover2013-11-111-101/+55
* CalculateSpillWeights does not need to be a passArnaud A. de Grandmaison2013-11-105-29/+14
* Revert "Resurrect r191017 " GVN proceeds in the presence of dead code" plus a...Bill Wendling2013-11-101-168/+6
* Use type form of getIntPtrType.Matt Arsenault2013-11-103-4/+5
* SimplifyCFG has a heuristics for out-of-order processors that decides when it...Nadav Rotem2013-11-101-1/+1
* Use size function instead of manually calculating it.Matt Arsenault2013-11-101-1/+1
* Teach MergeFunctions about address spacesMatt Arsenault2013-11-101-11/+19
* IR: Refactor GEP range checks, reuse them for other parts of foldingDavid Majnemer2013-11-101-28/+51
* Make method staticMatt Arsenault2013-11-102-2/+2
* Fix missing C++ mode commentMatt Arsenault2013-11-101-1/+1
* Mostly finish up constant islands port for Mips for load constants.Reed Kotler2013-11-101-3/+20
* Remove some unnecessary temporary strings.Benjamin Kramer2013-11-092-6/+5
* [arm] Refine ARMBuildAttrs.h.Logan Chien2013-11-091-6/+8
* Move the old pass manager infrastructure into a legacy namespace andChandler Carruth2013-11-093-14/+22
* Re-apply r194300 with fixes for warnings.Lang Hames2013-11-091-14/+14
* [mips] Make sure there is a chain edge dependency between loads that readAkira Hatanaka2013-11-091-3/+5
* Revert r194300 which broke the build.Nick Lewycky2013-11-091-14/+14
* [Stackmap] Materialize the jump address within the patchpoint noop slide.Juergen Ributzka2013-11-095-7/+44
* Revert "Move copying of global initializers below the cloning of functions."Adrian Prantl2013-11-091-4/+4
* Rewrite the PBQP graph data structure.Lang Hames2013-11-091-14/+14
* [Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.Juergen Ributzka2013-11-0814-47/+205
* increase the accuracy of register pressure computation in the presence of dea...Pedro Artigas2013-11-082-16/+36
* X86: Assembly files with .cfi_cfa_def shouldn't hit llvm_unreachable()Jim Grosbach2013-11-081-1/+3
* Fix some minor issues with r194282 to get the tree healthy again.Lang Hames2013-11-081-1/+2
* Add a method to get the object-file appropriate stack map section.Lang Hames2013-11-082-2/+4
* Remove dead code from LoopUnswitchHal Finkel2013-11-081-127/+0
* Revert "CalculateSpillWeights does not need to be a pass"Arnaud A. de Grandmaison2013-11-085-9/+29
* [VirtRegMap] Fix for PR17825. Do not ignore noreturn definitions when settingQuentin Colombet2013-11-081-1/+5
* Make PrintAsmOperand call to the superclass to handle 'n' and 'c' operand mod...Richard Barton2013-11-081-6/+2
* CalculateSpillWeights does not need to be a passArnaud A. de Grandmaison2013-11-085-29/+9
* ARM: fold prologue/epilogue sp updates into push/pop for code sizeTim Northover2013-11-084-32/+166
* [ARM] Handling for coprocessor instructions that are undefined starting from ...Artyom Skrobov2013-11-081-8/+21
* [ARM] Handling for coprocessor instructions that are undefined starting from ...Artyom Skrobov2013-11-082-9/+24
* CalculateSpillWeights cleanup: remove unneeded includesArnaud A. de Grandmaison2013-11-081-2/+0
* [mips][msa] Update encoding of LDI instruction.Matheus Almeida2013-11-081-4/+4
* [ARM] In ARMAsmParser, MatchCoprocessorOperandName() permitted p10 and p11 as...Artyom Skrobov2013-11-081-2/+3
* Remove ^M from the file.Bill Wendling2013-11-081-1419/+1415
* IR: Properly canonicalize PointerType in ConstantExpr GEPsDavid Majnemer2013-11-071-5/+6
* IR: Do not canonicalize constant GEPs into an out-of-bounds array accessDavid Majnemer2013-11-071-1/+37
* Move copying of global initializers below the cloning of functions.Bill Wendling2013-11-071-4/+4
* Support for microMIPS trap instructions 1.Zoran Jovanovic2013-11-074-8/+32