summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* [PATCH] Correct type used for VADD_SPLAT optimization on PowerPCBill Schmidt2014-05-27
* [mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_PCLO16 Zoran Jovanovic2014-05-27
* [ARM] Emit correct build attributes for the relocation models.Amara Emerson2014-05-27
* [mips][mips64r6] Add relocations R_MIPS_PC21_S2, R_MIPS_PC26_S2 Zoran Jovanovic2014-05-27
* [asancov] Emit an initializer passing number of coverage code locations in ea...Evgeniy Stepanov2014-05-27
* AArch64: implement copies to/from NZCV as a last ditch effort.Tim Northover2014-05-27
* ARM: teach AAPCS-VFP to deal with Cortex-M4.Tim Northover2014-05-27
* Fix bad assert.Daniel Jasper2014-05-27
* AArch64: support 'c' and 'n' inline asm modifiers.Tim Northover2014-05-27
* Convert some X86 blendv* intrinsics into IR.Filipe Cabecinhas2014-05-27
* Use existing helper function.Rafael Espindola2014-05-26
* [PPC] Use alias symbols in address computation.Rafael Espindola2014-05-26
* AArch64: force i1 to be zero-extended at an ABI boundary.Tim Northover2014-05-26
* AArch64: simplify calling conventions slightly.Tim Northover2014-05-26
* Some cleanup for r209568.Michael Zolotukhin2014-05-26
* Convert a few loops to use ranges.Rafael Espindola2014-05-26
* [asan] decrease asan-instrumentation-with-call-threshold from 10000 to 7000, ...Kostya Serebryany2014-05-26
* Make the LoopRotate pass's maximum header size configurable both programmatic...Owen Anderson2014-05-26
* DwarfUnit: Remove some misleading no-op code introduced in r204162.David Blaikie2014-05-26
* DebugInfo: Fix inlining with #file directives a little harderDavid Blaikie2014-05-25
* Emit data or code export directives based on the type.Rafael Espindola2014-05-25
* Add an extension point for peephole optimizers.Peter Collingbourne2014-05-25
* Fix some misplaced spaces around 'override'Hans Wennborg2014-05-24
* 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