aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Allow misaligned stores in x86 fast-isel.Derek Schuff2013-04-181-5/+0
* LoopVectorizer: Recognize min/max reductionsArnold Schwaighofer2013-04-181-34/+209
* [ms-inline asm] Simplify some logic and add a FIXME for unhandled unary minus.Chad Rosier2013-04-181-10/+13
* Make this private method.Chad Rosier2013-04-181-4/+4
* LoopVectorize: Use a set to avoid longer cycles in the reduction chain too.Benjamin Kramer2013-04-181-8/+6
* Fix for PR14824, An ARM Load/Store Optimization bugHao Liu2013-04-181-1/+17
* Revert "Combine bit test + conditional or into simple math"David Majnemer2013-04-181-61/+0
* Combine bit test + conditional or into simple mathDavid Majnemer2013-04-181-0/+61
* [objc-arc] Do not mismatch up retains inside a for loop with releases outside...Michael Gottesman2013-04-181-96/+131
* Removed trailing whitespace.Michael Gottesman2013-04-181-3/+3
* [mips] Rename function.Akira Hatanaka2013-04-181-2/+2
* [mips] DSP-ASE move from HI/LO register instructions.Akira Hatanaka2013-04-184-8/+99
* Mips assembler: formatting and comment changes.Jack Carter2013-04-181-302/+294
* Add an option `-enable-old-style-attr-syntax' to print out function attribute...Bill Wendling2013-04-173-27/+33
* [objc-arc] Added annotation option to only emit annotations for a specific ss...Michael Gottesman2013-04-171-0/+24
* Two small cleanups for ELF's templates.Rafael Espindola2013-04-171-1/+1
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-1720-83/+184
* [ms-inline asm] These should be int64_t, not uint64_t.Chad Rosier2013-04-171-6/+6
* Fixed typo.Michael Gottesman2013-04-171-4/+4
* [ms-inline asm] Add support for the minus unary operator. Previously, we wereChad Rosier2013-04-171-72/+106
* [objc-arc] Added descriptions for EnableARCAnnotations, EnableCheckForCFGHaza...Michael Gottesman2013-04-172-3/+7
* [objc-arc] Added an option to arc-annotations for turning off CheckForCFGHazard.Michael Gottesman2013-04-171-0/+6
* This patch teaches x86 fast-isel to generate the native div/idiv instructionsEli Bendersky2013-04-171-0/+125
* X86 cost model: Exit before calling getSimpleVT on non-simple VTsArnold Schwaighofer2013-04-171-0/+4
* A limit of 500 was still a bit too high for some tests.Bill Wendling2013-04-171-3/+1
* Fix treatment of ARM unallocated hint instructions.Quentin Colombet2013-04-173-4/+29
* Appease a gcc warning about an overflow in a constant conversion.Bill Wendling2013-04-171-1/+2
* Don't store AttributeSet::FunctionIndex as an int.Benjamin Kramer2013-04-171-1/+1
* PowerPC: Mark some more patterns as isCodeGenOnly.Ulrich Weigand2013-04-172-0/+6
* R600: Make Export Instruction not duplicableVincent Lejeune2013-04-171-1/+3
* R600: Export is emitted as a CF_NATIVE instVincent Lejeune2013-04-172-14/+9
* R600: Emit used GPRs countVincent Lejeune2013-04-172-8/+41
* Use StringSwitch instead of long chain of if-else. No functionality change.Alexey Samsonov2013-04-171-37/+28
* Create a stub for DWARF parser unittestsAlexey Samsonov2013-04-174-85/+3
* Fix -Werror build.Evgeniy Stepanov2013-04-171-0/+2
* PR15149/r174304 improvement - print hex for unknown dwarf language codes & ad...David Blaikie2013-04-171-2/+7
* Do not optimise fprintf() calls if its return value is used.Peter Collingbourne2013-04-171-9/+12
* Mips assembler: Enable handling of nested expressionsJack Carter2013-04-172-133/+237
* [ms-inline asm] Add support for parsing complex immediate expressions. TestChad Rosier2013-04-171-32/+51
* C API: Add LLVMTargetMachineEmitToMemoryBuffer()Tom Stellard2013-04-161-12/+33
* C API: Add LLVMGetBufferSize()Tom Stellard2013-04-161-0/+4
* C API: Add LLVMGetBufferStart()Tom Stellard2013-04-161-0/+3
* C API: Add LLVMAddTargetDependentFunctionAttr()Tom Stellard2013-04-161-0/+11
* Print out the target-independent attributes in a comment before the function ...Bill Wendling2013-04-161-4/+24
* Remove unused variable from previous refactor.Chad Rosier2013-04-161-3/+0
* [ms-inline asm] Refactor. No functional change intended.Chad Rosier2013-04-161-405/+419
* [ms-inline asm] Remove some dead code.Chad Rosier2013-04-161-8/+0
* Cleanup naming: DataLayout s/TD/DL/Eli Bendersky2013-04-161-3/+3
* Fix build failure introduced in 179591 when assertions are disabled.Logan Chien2013-04-161-0/+4
* Implement ARM unwind opcode assembler.Logan Chien2013-04-165-45/+427