summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* SelectionDAG: Remove unnecessary uses of TargetLowering::getPointerTy()Tom Stellard2013-08-26
* R600: Add support for vector local memory loadsTom Stellard2013-08-26
* R600: Add support for i8 and i16 local memory loadsTom Stellard2013-08-26
* SelectionDAG: Use correct pointer size when splitting vector storesTom Stellard2013-08-26
* R600: Add support for i8 and i16 local memory storesTom Stellard2013-08-26
* R600: Add support for v4i32 and v2i32 local storesTom Stellard2013-08-26
* SelectionDAG: Use correct pointer size when lowering function arguments v2Tom Stellard2013-08-26
* AVX-512: Added shuffle instructions - Elena Demikhovsky2013-08-26
* This patch implements trap instructions for mips. The test cases are added.Vladimir Medic2013-08-26
* Make sure x86 instructions using ssmem/sdmem operand types are only able to p...Craig Topper2013-08-26
* Remove some unnecessary PredicateMethod overrides. Add RenderMethod overrides...Craig Topper2013-08-26
* Put some of the AVX-512 parsing stuff in a more consistent place with the exi...Craig Topper2013-08-25
* [PowerPC] Add fast-isel branch and compare selection.Bill Schmidt2013-08-25
* First round of fixes for the x86 fixes for the x86 move accumulator from/to m...Craig Topper2013-08-25
* [Sparc] Add long double (f128) instructions to sparc backend. Venkatraman Govindaraju2013-08-25
* [Sparc] Added V9's extra floating point registers and their aliases.Venkatraman Govindaraju2013-08-25
* AVX-512: added UNPACK instructions and tests for all-zero/all-ones vectorsElena Demikhovsky2013-08-25
* Fix a bug where we would corrupt the offset when evaluatingChandler Carruth2013-08-25
* AsmPrinter: Get rid of llvm$workaround$fake$stub$David Majnemer2013-08-25
* Start to add the LLVM builtins to the mips16 exclusion lists for fp.Reed Kotler2013-08-25
* Add hasSideEffects/mayLoad/mayStore flags to the X86 moffs8/moffs16/moffs32/m...Craig Topper2013-08-24
* Check if in set on insertion instead of separatelyMatt Arsenault2013-08-24
* Remove trailing whitespace.Craig Topper2013-08-24
* Revert 189161Shuxin Yang2013-08-24
* Remove trailing spaces.Jakub Staszak2013-08-24
* Add a function object to compare the first or second component of a std::pair.Benjamin Kramer2013-08-24
* Simplify code. No functionality change.Benjamin Kramer2013-08-24
* DwarfDebug: Delete orphaned children.Benjamin Kramer2013-08-24
* Added const qualifier to StringRef::edit_distance member functionDmitri Gribenko2013-08-24
* Start to add the builtind to the mips16 exclusion lists for fp.Reed Kotler2013-08-24
* [NVPTX] Re-enable assembly printing support for inline assemblyJustin Holewinski2013-08-24
* DebugInfoFinder: handle imported entities of a CU.Manman Ren2013-08-24
* Rename features to match what gcc and clang use.Rafael Espindola2013-08-23
* DataFlowSanitizer: correctly combine labels in the case where they are equal.Peter Collingbourne2013-08-23
* DebugInfoFinder: handle template params of a DISubprogram.Manman Ren2013-08-23
* PrintVRegOrUnitAndrew Trick2013-08-23
* Rename to RegPressure API parameters RegUnits.Andrew Trick2013-08-23
* Simplify RegPressure helpers.Andrew Trick2013-08-23
* Add a convenient PSetIterator for visiting pressure sets affected by a register.Andrew Trick2013-08-23
* Adds cyclic critical path computation and heuristics, temporarily disabled.Andrew Trick2013-08-23
* MI Sched: record local vreg uses.Andrew Trick2013-08-23
* mi-sched: Don't call MBB.size() in initSUnits. The driver already has instr c...Andrew Trick2013-08-23
* Checking commit access; added one spaceJim Cownie2013-08-23
* [ARM] Fix another ARM FastISel -verify-machineinstrs issue.Joey Gouly2013-08-23
* [msan] Fix handling of va_arg overflow area on x86_64.Evgeniy Stepanov2013-08-23
* [ARMv8] Add CodeGen for VMAXNM/VMINNM.Joey Gouly2013-08-23
* Add function attribute 'optnone'.Andrea Di Biagio2013-08-23
* [SystemZ] Add basic prefetch supportRichard Sandiford2013-08-23
* [SystemZ] Try reversing comparisons whose first operand is in memoryRichard Sandiford2013-08-23
* [SystemZ] Prefer LHI;ST... over LAY;MV...Richard Sandiford2013-08-23