summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* AVX-512: gather-scatter tests; added foldable instructions;Elena Demikhovsky2013-09-021-1/+45
* llvm interpreter: select, shuffle and insertelement instructions.Elena Demikhovsky2013-09-023-8/+156
* Fix some rather confusing indentation and control flow in the errnoChandler Carruth2013-09-021-15/+14
* AVX-512: Added GATHER and SCATTER instructions.Elena Demikhovsky2013-09-012-3/+285
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-0113-690/+697
* Make sure we don't generate stubs for any of these functions because theyReed Kotler2013-09-011-2/+21
* Mark an unreachable code path with llvm_unreachable. Pacifies GCC.Benjamin Kramer2013-08-311-0/+1
* SimplifyLibCalls: When emitting an overloaded fp function check that it's ava...Benjamin Kramer2013-08-311-3/+23
* Fix my previous checkin to updatePressureDiffs.Andrew Trick2013-08-311-4/+19
* [PowerPC] Fast-isel cleanup patch.Bill Schmidt2013-08-311-20/+37
* [PowerPC] Add integer truncation support to fast-isel.Bill Schmidt2013-08-301-0/+31
* Correct partially defined variableBill Schmidt2013-08-301-1/+2
* [PowerPC] Call support for fast-isel.Bill Schmidt2013-08-303-3/+338
* Build fixRichard Mitton2013-08-301-1/+1
* Fixed a bug where diassembling an instruction that had a prefix would cause L...Richard Mitton2013-08-301-7/+9
* Compulsive reformatting.Bill Wendling2013-08-301-2/+5
* [conf] Add config variable to disable crash related overrides.Daniel Dunbar2013-08-301-2/+2
* Fix a problem with dual mips16/mips32 mode. When the underlying processorReed Kotler2013-08-305-5/+30
* Use LiveRangeQuery for instruction-level liveness queries.Andrew Trick2013-08-302-7/+9
* [PowerPC] Add handling for conversions to fast-isel.Bill Schmidt2013-08-304-0/+288
* Checking commit access; removed one space added in previous test checkin by JimAndrey Churbanov2013-08-301-1/+1
* InstCombine: Check for zero shift amounts before subtracting one causing inte...Benjamin Kramer2013-08-301-10/+15
* X86: Add a description of the Intel Atom Silvermont CPU.Benjamin Kramer2013-08-302-0/+14
* Fixup BZHI selection to remove an unneeded zero extension.Craig Topper2013-08-302-13/+15
* Remove unused X86andn_flag node.Craig Topper2013-08-301-1/+0
* Teach X86 backend to create BMI2 BZHI instructions from (and X, (add (shl 1, ...Craig Topper2013-08-303-21/+64
* Revert "ARM: Improve pattern for isel mul of vector by scalar."Michael Gottesman2013-08-301-11/+0
* mi-sched: update PressureDiffs on-the-fly for liveness.Andrew Trick2013-08-303-29/+85
* Replace LiveInterval::killedAt with isKilledAtInstr.Andrew Trick2013-08-302-4/+4
* mi-sched: improve the generic register pressure comparison.Andrew Trick2013-08-301-14/+12
* mi-sched: Precompute a PressureDiff for each instruction, adjust for liveness...Andrew Trick2013-08-305-72/+270
* [PowerPC] Handle selection of compare instructions in fast-isel.Bill Schmidt2013-08-301-0/+18
* Remove bogus debug statement. Sheesh.Bill Schmidt2013-08-301-4/+2
* [PowerPC] Add loads, stores, and related things to fast-isel.Bill Schmidt2013-08-303-7/+776
* comment typoAndrew Trick2013-08-301-1/+1
* Random cleanup: No need to use a std::vector here, since createInternalizePas...Bill Wendling2013-08-301-5/+4
* Don't bother emitting the pubtypes section on darwin since there aren'tEric Christopher2013-08-301-7/+3
* Reformat slightly.Eric Christopher2013-08-301-4/+4
* Change default # of digits for APFloat::toStringEli Friedman2013-08-291-5/+8
* DIBuilder: retain a type when created with a unique identifier.Manman Ren2013-08-291-3/+23
* ARM: Improve pattern for isel mul of vector by scalar.Jim Grosbach2013-08-291-0/+11
* Clean up some usage of Triple. The base class has methods for determining if...Cameron Esfahani2013-08-297-14/+11
* Comment and revise the cyclic critical path code.Andrew Trick2013-08-292-72/+116
* isCharInSet refactoring.Alexander Kornienko2013-08-291-5/+8
* AVX-512: added extend and truncate instructions.Elena Demikhovsky2013-08-294-29/+245
* Revert: r189565 - Add getUnrollingPreferences to TTIHal Finkel2013-08-293-31/+5
* Add getUnrollingPreferences to TTIHal Finkel2013-08-293-5/+31
* Use TargetSubtargetInfo::useAA() in DAGCombineHal Finkel2013-08-291-3/+10
* Add useAA() to TargetSubtargetInfoHal Finkel2013-08-292-13/+23
* The darwin integrated assembler for X86 in 64-bit mode is not rejectingKevin Enderby2013-08-291-1/+6