aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ms-inline asm] Add support for the minus unary operator. Previously, we wereChad Rosier2013-04-172-73/+114
* [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
* More consistent formatting and tidying-upEli Bendersky2013-04-171-4/+4
* This patch teaches x86 fast-isel to generate the native div/idiv instructionsEli Bendersky2013-04-173-0/+288
* X86 cost model: Exit before calling getSimpleVT on non-simple VTsArnold Schwaighofer2013-04-172-0/+10
* 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-174-5/+30
* 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
* Make formatting more consistent and tidy-up.Eli Bendersky2013-04-171-11/+11
* R600: Make Export Instruction not duplicableVincent Lejeune2013-04-172-2/+6
* 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-179-4/+66
* Fix -Werror build.Evgeniy Stepanov2013-04-171-0/+2
* This appears to be no longer necessary for the testsuite.Eric Christopher2013-04-171-7/+0
* testAnat Shemer2013-04-171-0/+1
* PR15149/r174304 improvement - print hex for unknown dwarf language codes & ad...David Blaikie2013-04-172-4/+14
* Fix random typo.Eric Christopher2013-04-171-1/+1
* Do not optimise fprintf() calls if its return value is used.Peter Collingbourne2013-04-172-9/+21
* Mips assembler: Enable handling of nested expressionsJack Carter2013-04-173-133/+263
* [ms-inline asm] Add support for parsing complex immediate expressions. TestChad Rosier2013-04-171-32/+51
* C API: Add LLVMTargetMachineEmitToMemoryBuffer()Tom Stellard2013-04-162-12/+36
* C API: Add LLVMGetBufferSize()Tom Stellard2013-04-162-0/+5
* C API: Add LLVMGetBufferStart()Tom Stellard2013-04-162-0/+4
* C API: Add LLVMAddTargetDependentFunctionAttr()Tom Stellard2013-04-162-0/+18
* Print out the target-independent attributes in a comment before the function ...Bill Wendling2013-04-161-4/+24
* [XCore] Extend test to check positve offsets are folded into addresses.Richard Osborne2013-04-161-7/+24
* [XCore] Give test more generic name.Richard Osborne2013-04-161-0/+0
* [XCore] Convert a couple of tests to FileCheck.Richard Osborne2013-04-162-17/+22
* 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-162-10/+10
* Fix build failure introduced in 179591 when assertions are disabled.Logan Chien2013-04-161-0/+4
* Implement ARM unwind opcode assembler.Logan Chien2013-04-1610-58/+575
* llvm-objdump: Don't print contents of BSS sections: it makes no sense and cra...Alexey Samsonov2013-04-162-0/+13
* Add four new functions and one new enum to the C API:Hans Wennborg2013-04-162-0/+59
* simplifycfg: Fix integer overflow converting switch into icmp.Hans Wennborg2013-04-162-1/+24
* Add 64-bit multiply and divide instructions for SPARC v9.Jakob Stoklund Olesen2013-04-163-0/+63
* ARM: Add VACLT and VACLE assembly aliases.Jim Grosbach2013-04-153-0/+40
* We are not able to bitcast a pointer to an integral value.Bill Wendling2013-04-152-5/+51
* Mips assembler: Explicit floating point condition register recognition.Jack Carter2013-04-152-0/+7
* Fix a grammar mistake, and add a line about the two phases that the BB/SLP ve...Nadav Rotem2013-04-151-3/+5
* Fix the internal link.Nadav Rotem2013-04-151-3/+3
* Update the release notes about the vectorizers.Nadav Rotem2013-04-151-0/+9
* SLPVectorizer: Make it a function pass and add code for hoisting the vector-g...Nadav Rotem2013-04-155-163/+315