summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Free PressureDiffs instead of leaking.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
* Remove the suggestion to not duplicate comments in header andChris Lattner2013-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
* Restore llvm-ranlib expansion in RUN-lines removed in r184019Alexey Samsonov2013-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] Miscellaneous fast-isel test cases.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
* Tidy up. Comment grammar.Jim Grosbach2013-08-29
* Tidy up. Trailing whitespace.Jim Grosbach2013-08-29
* Substitute LLVM's version into the msbuild property file at config timeReid Kleckner2013-08-29
* Modified ms-build configuration file to be version locked to the VS2010 toolc...Warren Hunt2013-08-29
* Clean up some usage of Triple. The base class has methods for determining if...Cameron Esfahani2013-08-29
* Fix the following error when NDEBUG is defined:Kaelyn Uhrain2013-08-29
* Comment and revise the cyclic critical path code.Andrew Trick2013-08-29
* Add unique identifier field to Composite Types and Format.Manman Ren2013-08-29
* isCharInSet refactoring.Alexander Kornienko2013-08-29