summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* AArch64: disable FastISel for large code model.Tim Northover2014-05-24
* MachineVerifier: Clean up some syntactic weirdness left behind by find&replace.Benjamin Kramer2014-05-24
* CodeGen: Make MachineBasicBlock::back skip to the beginning of the last bundle.Benjamin Kramer2014-05-24
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-24
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-24
* Implement sext(C1 + C2*X) --> sext(C1) + sext(C2*X) andMichael Zolotukhin2014-05-24
* ARM64: extract a 32-bit subreg when selecting an inreg extendTim Northover2014-05-24
* clang-format function.Rafael Espindola2014-05-23
* Remove a confusing use of a static method.Rafael Espindola2014-05-23
* DebugInfo: Put concrete definitions referencing abstract definitions in the s...David Blaikie2014-05-23
* Fix and improve SCEV ComputeBackedgeTankCount.Andrew Trick2014-05-23
* Use alias linkage and visibility to decide tls access mode.Rafael Espindola2014-05-23
* Add the extracted constant offset using GEPJingyue Wu2014-05-23
* [RuntimeDyld] Remove relocation bounds check introduced in r208375 (MachO only).Lang Hames2014-05-23
* Add FIXME comment based on code review feedback by Hal Finkel on r209338David Blaikie2014-05-23
* Aliases are always definition, delete dead code.Rafael Espindola2014-05-23
* Delete dead code.Rafael Espindola2014-05-23
* [mips] Work around inconsistency in llvm-mc's placement of fixup markersDaniel Sanders2014-05-23
* [mips][mips64r6] t(eq|ge|lt|ne)i and t(ge|lt)iu are not available in MIPS32r6...Daniel Sanders2014-05-23
* [mips][mips64r6] [ls][dw][lr] are not available in MIPS32r6/MIPS64r6Daniel Sanders2014-05-23
* [asan] properly instrument memory accesses that have small alignment (smaller...Kostya Serebryany2014-05-23
* Fixup sys::getHostCPUFeatures crypto names so it doesn't clash with kernel he...Bradley Smith2014-05-23
* [YAML] Add an optional argument `EnumMask` to the `yaml::IO::bitSetCase()`.Simon Atanasyan2014-05-23
* Test commit.Jingyue Wu2014-05-23
* Rename a couple of variables to be more accurate.David Blaikie2014-05-23
* DebugInfo: Fix cross-CU references for scopes (and variables within those sco...David Blaikie2014-05-23
* [ARM64] Fix a bug in shuffle vector lowering to generate corect vext ISD with...Jiangning Liu2014-05-23
* ScalarEvolution: Fix handling of AddRecs in isKnownPredicateJustin Bogner2014-05-23
* [RuntimeDyld] Teach RuntimeDyldMachO how to handle scattered VANILLA relocs onLang Hames2014-05-22
* R600: Add definition for flat address space ID.Matt Arsenault2014-05-22
* R600: Try to convert BFE back to standard bit ops when possible.Matt Arsenault2014-05-22
* R600: Add dag combine for BFEMatt Arsenault2014-05-22
* R600: Implement ComputeNumSignBitsForTargetNode for BFEMatt Arsenault2014-05-22
* R600: Implement computeMaskedBitsForTargetNode for BFEMatt Arsenault2014-05-22
* R600: Expand mul24 for GPUs without itMatt Arsenault2014-05-22
* R600: Expand mad24 for GPUs without itMatt Arsenault2014-05-22
* R600: Add intrinsics for mad24Matt Arsenault2014-05-22
* Return false if we're not going to do anything.Eric Christopher2014-05-22
* R600/SI: Move instruction pattern to instruction definitionMatt Arsenault2014-05-22
* Remove LLVMContextImpl::optimizationRemarkEnabledFor.Diego Novillo2014-05-22
* [X86] Improve the lowering of BITCAST from MVT::f64 to MVT::v4i16/MVT::v8i8.Andrea Di Biagio2014-05-22
* ARM64: remove '#' from annotation of add/sub immediateTim Northover2014-05-22
* Add support for missed and analysis optimization remarks.Diego Novillo2014-05-22
* Segmented stacks: omit __morestack call when there's no frame.Tim Northover2014-05-22
* ARM64: these work tooTim Northover2014-05-22
* Yes they doTim Northover2014-05-22
* ARM64: model pre/post-indexed operations properly.Tim Northover2014-05-22
* ARM64: separate load/store operands to simplify assemblerTim Northover2014-05-22
* Extend sys::getHostCPUFeatures to work on AArch64 platformsBradley Smith2014-05-22
* [mips][mips64r6] addi is not available on MIPS32r6/MIPS64r6Daniel Sanders2014-05-22