summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Move the old pass manager infrastructure into a legacy namespace andChandler Carruth2013-11-09
* Re-apply r194300 with fixes for warnings.Lang Hames2013-11-09
* [mips] Make sure there is a chain edge dependency between loads that readAkira Hatanaka2013-11-09
* Revert r194300 which broke the build.Nick Lewycky2013-11-09
* [Stackmap] Materialize the jump address within the patchpoint noop slide.Juergen Ributzka2013-11-09
* Revert "Move copying of global initializers below the cloning of functions."Adrian Prantl2013-11-09
* Rewrite the PBQP graph data structure.Lang Hames2013-11-09
* [Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.Juergen Ributzka2013-11-08
* increase the accuracy of register pressure computation in the presence of dea...Pedro Artigas2013-11-08
* X86: Assembly files with .cfi_cfa_def shouldn't hit llvm_unreachable()Jim Grosbach2013-11-08
* Fix some minor issues with r194282 to get the tree healthy again.Lang Hames2013-11-08
* Add a method to get the object-file appropriate stack map section.Lang Hames2013-11-08
* Remove dead code from LoopUnswitchHal Finkel2013-11-08
* Revert "CalculateSpillWeights does not need to be a pass"Arnaud A. de Grandmaison2013-11-08
* [VirtRegMap] Fix for PR17825. Do not ignore noreturn definitions when settingQuentin Colombet2013-11-08
* Make PrintAsmOperand call to the superclass to handle 'n' and 'c' operand mod...Richard Barton2013-11-08
* CalculateSpillWeights does not need to be a passArnaud A. de Grandmaison2013-11-08
* ARM: fold prologue/epilogue sp updates into push/pop for code sizeTim Northover2013-11-08
* [ARM] Handling for coprocessor instructions that are undefined starting from ...Artyom Skrobov2013-11-08
* [ARM] Handling for coprocessor instructions that are undefined starting from ...Artyom Skrobov2013-11-08
* CalculateSpillWeights cleanup: remove unneeded includesArnaud A. de Grandmaison2013-11-08
* [mips][msa] Update encoding of LDI instruction.Matheus Almeida2013-11-08
* [ARM] In ARMAsmParser, MatchCoprocessorOperandName() permitted p10 and p11 as...Artyom Skrobov2013-11-08
* Remove ^M from the file.Bill Wendling2013-11-08
* IR: Properly canonicalize PointerType in ConstantExpr GEPsDavid Majnemer2013-11-07
* IR: Do not canonicalize constant GEPs into an out-of-bounds array accessDavid Majnemer2013-11-07
* Move copying of global initializers below the cloning of functions.Bill Wendling2013-11-07
* Support for microMIPS trap instructions 1.Zoran Jovanovic2013-11-07
* Disable some code that is causing some warnings. It's in the processReed Kotler2013-11-07
* R600: Fix LowerUDIVREMVincent Lejeune2013-11-06
* [AArch64] Remove NEON from "generic" CPU target.Amara Emerson2013-11-06
* [SystemZ] Handle vectors in getSetCCResultTypeRichard Sandiford2013-11-06
* Implement gpword directive for mips, test case added. Stype changes using cla...Vladimir Medic2013-11-06
* Add newline at EOF in DynamicLibrary.cppPeter Zotov2013-11-06
* [llvm-c] Improve TargetMachine bindingsPeter Zotov2013-11-06
* [llvm-c] Specify explicit namespace in LLVMLoadLibraryPermanentlyPeter Zotov2013-11-06
* [llvm-c] Expose LLVMLoadLibraryPermanentlyPeter Zotov2013-11-06
* [llvm-c] Expose IRReader interfacePeter Zotov2013-11-06
* [llvm-c] Implement LLVMPrintValueToStringPeter Zotov2013-11-06
* Fix definition for Mips16 pc relative load word instructions.Reed Kotler2013-11-06
* Implement AArch64 Neon instruction set Perm.Jiangning Liu2013-11-06
* Implement AArch64 Neon instruction set Bitwise Extract.Jiangning Liu2013-11-06
* Rewrite SCEV's backedge taken count computation.Andrew Trick2013-11-06
* Get rid of current calculation function and adjustment schemeReed Kotler2013-11-05
* Slightly change the way stackmap and patchpoint intrinsics are lowered.Andrew Trick2013-11-05
* Get rid of all references to soimm in MipsConstantIslands pass becauseReed Kotler2013-11-05
* Cleanup getUserOffset. Issues related to inline assembler length andReed Kotler2013-11-05
* ARM: permit bare dmb/dsb/isb aliases on Cortex-M0Tim Northover2013-11-05
* Use error_code in GVMaterializer.Rafael Espindola2013-11-05
* Implement AArch64 Neon Crypto instruction classes AES, SHA, and 3 SHA.Jiangning Liu2013-11-05