summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* AVX-512: Added GATHER and SCATTER instructions.Elena Demikhovsky2013-09-01
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-01
* Make sure we don't generate stubs for any of these functions because theyReed Kotler2013-09-01
* Mark an unreachable code path with llvm_unreachable. Pacifies GCC.Benjamin Kramer2013-08-31
* SimplifyLibCalls: When emitting an overloaded fp function check that it's ava...Benjamin Kramer2013-08-31
* Fix my previous checkin to updatePressureDiffs.Andrew Trick2013-08-31
* [PowerPC] Fast-isel cleanup patch.Bill Schmidt2013-08-31
* [PowerPC] Add integer truncation support to fast-isel.Bill Schmidt2013-08-30
* Correct partially defined variableBill Schmidt2013-08-30
* [PowerPC] Call support for fast-isel.Bill Schmidt2013-08-30
* Build fixRichard Mitton2013-08-30
* Fixed a bug where diassembling an instruction that had a prefix would cause L...Richard Mitton2013-08-30
* Compulsive reformatting.Bill Wendling2013-08-30
* [conf] Add config variable to disable crash related overrides.Daniel Dunbar2013-08-30
* Fix a problem with dual mips16/mips32 mode. When the underlying processorReed Kotler2013-08-30
* Use LiveRangeQuery for instruction-level liveness queries.Andrew Trick2013-08-30
* [PowerPC] Add handling for conversions to fast-isel.Bill Schmidt2013-08-30
* Checking commit access; removed one space added in previous test checkin by JimAndrey Churbanov2013-08-30
* InstCombine: Check for zero shift amounts before subtracting one causing inte...Benjamin Kramer2013-08-30
* X86: Add a description of the Intel Atom Silvermont CPU.Benjamin Kramer2013-08-30
* Fixup BZHI selection to remove an unneeded zero extension.Craig Topper2013-08-30
* Remove unused X86andn_flag node.Craig Topper2013-08-30
* Teach X86 backend to create BMI2 BZHI instructions from (and X, (add (shl 1, ...Craig Topper2013-08-30
* Revert "ARM: Improve pattern for isel mul of vector by scalar."Michael Gottesman2013-08-30
* mi-sched: update PressureDiffs on-the-fly for liveness.Andrew Trick2013-08-30
* Replace LiveInterval::killedAt with isKilledAtInstr.Andrew Trick2013-08-30
* mi-sched: improve the generic register pressure comparison.Andrew Trick2013-08-30
* mi-sched: Precompute a PressureDiff for each instruction, adjust for liveness...Andrew Trick2013-08-30
* [PowerPC] Handle selection of compare instructions in fast-isel.Bill Schmidt2013-08-30
* Remove bogus debug statement. Sheesh.Bill Schmidt2013-08-30
* [PowerPC] Add loads, stores, and related things to fast-isel.Bill Schmidt2013-08-30
* comment typoAndrew Trick2013-08-30
* Random cleanup: No need to use a std::vector here, since createInternalizePas...Bill Wendling2013-08-30
* Don't bother emitting the pubtypes section on darwin since there aren'tEric Christopher2013-08-30
* Reformat slightly.Eric Christopher2013-08-30
* Change default # of digits for APFloat::toStringEli Friedman2013-08-29
* DIBuilder: retain a type when created with a unique identifier.Manman Ren2013-08-29
* ARM: Improve pattern for isel mul of vector by scalar.Jim Grosbach2013-08-29
* Clean up some usage of Triple. The base class has methods for determining if...Cameron Esfahani2013-08-29
* Comment and revise the cyclic critical path code.Andrew Trick2013-08-29
* isCharInSet refactoring.Alexander Kornienko2013-08-29
* AVX-512: added extend and truncate instructions.Elena Demikhovsky2013-08-29
* Revert: r189565 - Add getUnrollingPreferences to TTIHal Finkel2013-08-29
* Add getUnrollingPreferences to TTIHal Finkel2013-08-29
* Use TargetSubtargetInfo::useAA() in DAGCombineHal Finkel2013-08-29
* Add useAA() to TargetSubtargetInfoHal Finkel2013-08-29
* The darwin integrated assembler for X86 in 64-bit mode is not rejectingKevin Enderby2013-08-29
* Vectorizer/PassManager: I am working on moving the vectorizer out of the SCC...Nadav Rotem2013-08-28
* Handle address spaces in TargetTransformInfoMatt Arsenault2013-08-28
* Fix a typo and coding style of a previous commit. No functional change.Juergen Ributzka2013-08-28