summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-02Add a clang-format file so that the tool can automatically detect theChandler Carruth
2013-09-02AVX-512: gather-scatter tests; added foldable instructions;Elena Demikhovsky
2013-09-02llvm interpreter: select, shuffle and insertelement instructions.Elena Demikhovsky
2013-09-02Fix some rather confusing indentation and control flow in the errnoChandler Carruth
2013-09-02Added std:: qualifier to find() invocationDmitri Gribenko
2013-09-01Nuke the hilariously out of date suggestion to unpack llvm-gcc 4.2 asChandler Carruth
2013-09-01Revert r189704, which removed the guidance about not duplicating doc comments.Chris Lattner
2013-09-01AVX-512: Added GATHER and SCATTER instructions.Elena Demikhovsky
2013-09-01Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis
2013-09-01Make sure we don't generate stubs for any of these functions because theyReed Kotler
2013-08-31Mark an unreachable code path with llvm_unreachable. Pacifies GCC.Benjamin Kramer
2013-08-31Free PressureDiffs instead of leaking.Benjamin Kramer
2013-08-31SimplifyLibCalls: When emitting an overloaded fp function check that it's ava...Benjamin Kramer
2013-08-31Fix my previous checkin to updatePressureDiffs.Andrew Trick
2013-08-31[PowerPC] Fast-isel cleanup patch.Bill Schmidt
2013-08-30[PowerPC] Add integer truncation support to fast-isel.Bill Schmidt
2013-08-30Correct partially defined variableBill Schmidt
2013-08-30Remove the suggestion to not duplicate comments in header andChris Lattner
2013-08-30[PowerPC] Call support for fast-isel.Bill Schmidt
2013-08-30Build fixRichard Mitton
2013-08-30Fixed a bug where diassembling an instruction that had a prefix would cause L...Richard Mitton
2013-08-30Compulsive reformatting.Bill Wendling
2013-08-30[conf] Add config variable to disable crash related overrides.Daniel Dunbar
2013-08-30Fix a problem with dual mips16/mips32 mode. When the underlying processorReed Kotler
2013-08-30Use LiveRangeQuery for instruction-level liveness queries.Andrew Trick
2013-08-30[PowerPC] Add handling for conversions to fast-isel.Bill Schmidt
2013-08-30Checking commit access; removed one space added in previous test checkin by JimAndrey Churbanov
2013-08-30InstCombine: Check for zero shift amounts before subtracting one causing inte...Benjamin Kramer
2013-08-30X86: Add a description of the Intel Atom Silvermont CPU.Benjamin Kramer
2013-08-30Restore llvm-ranlib expansion in RUN-lines removed in r184019Alexey Samsonov
2013-08-30Fixup BZHI selection to remove an unneeded zero extension.Craig Topper
2013-08-30Remove unused X86andn_flag node.Craig Topper
2013-08-30Teach X86 backend to create BMI2 BZHI instructions from (and X, (add (shl 1, ...Craig Topper
2013-08-30Revert "ARM: Improve pattern for isel mul of vector by scalar."Michael Gottesman
2013-08-30mi-sched: update PressureDiffs on-the-fly for liveness.Andrew Trick
2013-08-30Replace LiveInterval::killedAt with isKilledAtInstr.Andrew Trick
2013-08-30 mi-sched: improve the generic register pressure comparison.Andrew Trick
2013-08-30mi-sched: Precompute a PressureDiff for each instruction, adjust for liveness...Andrew Trick
2013-08-30[PowerPC] Handle selection of compare instructions in fast-isel.Bill Schmidt
2013-08-30Remove bogus debug statement. Sheesh.Bill Schmidt
2013-08-30[PowerPC] Miscellaneous fast-isel test cases.Bill Schmidt
2013-08-30[PowerPC] Add loads, stores, and related things to fast-isel.Bill Schmidt
2013-08-30comment typoAndrew Trick
2013-08-30Random cleanup: No need to use a std::vector here, since createInternalizePas...Bill Wendling
2013-08-30Don't bother emitting the pubtypes section on darwin since there aren'tEric Christopher
2013-08-30Reformat slightly.Eric Christopher
2013-08-29Change default # of digits for APFloat::toStringEli Friedman
2013-08-29DIBuilder: retain a type when created with a unique identifier.Manman Ren
2013-08-29ARM: Improve pattern for isel mul of vector by scalar.Jim Grosbach
2013-08-29Tidy up. Comment grammar.Jim Grosbach