summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2013-04-16C API: Add LLVMGetBufferStart()Tom Stellard1-0/+3
2013-04-16C API: Add LLVMAddTargetDependentFunctionAttr()Tom Stellard1-0/+11
2013-04-16Print out the target-independent attributes in a comment before the function ...Bill Wendling1-4/+24
2013-04-16Remove unused variable from previous refactor.Chad Rosier1-3/+0
2013-04-16[ms-inline asm] Refactor. No functional change intended.Chad Rosier1-405/+419
2013-04-16[ms-inline asm] Remove some dead code.Chad Rosier1-8/+0
2013-04-16Cleanup naming: DataLayout s/TD/DL/Eli Bendersky1-3/+3
2013-04-16Fix build failure introduced in 179591 when assertions are disabled.Logan Chien1-0/+4
2013-04-16Implement ARM unwind opcode assembler.Logan Chien5-45/+427
2013-04-16Add four new functions and one new enum to the C API:Hans Wennborg1-0/+47
2013-04-16simplifycfg: Fix integer overflow converting switch into icmp.Hans Wennborg1-1/+6
2013-04-16Add 64-bit multiply and divide instructions for SPARC v9.Jakob Stoklund Olesen2-0/+42
2013-04-15ARM: Add VACLT and VACLE assembly aliases.Jim Grosbach2-0/+19
2013-04-15We are not able to bitcast a pointer to an integral value.Bill Wendling1-5/+5
2013-04-15Mips assembler: Explicit floating point condition register recognition.Jack Carter1-0/+3
2013-04-15SLPVectorizer: Make it a function pass and add code for hoisting the vector-g...Nadav Rotem4-163/+256
2013-04-15R600/SI: Emit config values in register value pairs.Tom Stellard2-3/+38
2013-04-15R600/SI: Emit configuration value in the .AMDGPU.config ELF sectionTom Stellard1-1/+9
2013-04-15R600: Emit ELF formatted code rather than raw ISA.Tom Stellard5-12/+63
2013-04-15Fix a typo in comment.Jim Grosbach1-1/+1
2013-04-15Make the host endianness check an integer constant expression.Rafael Espindola5-10/+10
2013-04-15Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs1-23/+22
2013-04-15Add an option -vectorize-slp-aggressive for running the BB vectorizer. Make -...Nadav Rotem1-1/+12
2013-04-15Rename the slp-vectorizer clang/llvm flags. No functionality change.Nadav Rotem1-3/+3
2013-04-15SLPVectorizer: Add support for vectorizing trees that start at compare instru...Nadav Rotem1-21/+40
2013-04-15Mark all PPC comparison instructions as not having side effectsHal Finkel2-20/+28
2013-04-15Fix PPC64 CR spill location for callee-saved registersHal Finkel2-35/+50
2013-04-14Use object file specific section type for initial text sectionNico Rieck2-12/+3
2013-04-14Reorders two transforms that collide with each otherDavid Majnemer1-8/+8
2013-04-14Miscellaneous cleanups for VecUtils.hBenjamin Kramer1-9/+6
2013-04-14SLP: Document the scalarization cost method.Nadav Rotem1-3/+10
2013-04-14Document the decision to assume that the cost of floats is twice as much as i...Nadav Rotem1-1/+3
2013-04-14Use i32 for all SPARC shift amounts, even in 64-bit mode.Jakob Stoklund Olesen4-7/+8
2013-04-14SLPVectorizer: Add support for trees that don't start at binary operators, an...Nadav Rotem3-7/+25
2013-04-14Add support for the abs64 SPARC v9 code model.Jakob Stoklund Olesen1-0/+9
2013-04-14Add support for the SPARC v9 abs44 code model.Jakob Stoklund Olesen1-6/+16
2013-04-14Use target flags for printing SPARC asm operands.Jakob Stoklund Olesen1-16/+34
2013-04-14Also put target flags on SPARC constant pool references.Jakob Stoklund Olesen2-26/+36
2013-04-14SLPVectorizer: add initial support for reduction variable vectorization.Nadav Rotem3-7/+95
2013-04-14Fix patterns for 64-bit pointers.Jakob Stoklund Olesen1-4/+2
2013-04-14Add target flags to SPARC address operands.Jakob Stoklund Olesen3-14/+95
2013-04-13Mark all PPC CR registers to be spilled as live-in and tag MFCR appropriatelyHal Finkel3-15/+16
2013-04-13Define SPARC code models.Jakob Stoklund Olesen2-4/+32
2013-04-13Use the correct types when matching ADDRri patterns from frame indexes.Jakob Stoklund Olesen1-3/+4
2013-04-13GlobalDCE: Fix an oversight in my last commit that could lead to crashes.Benjamin Kramer1-2/+2
2013-04-13Fix a scalability issue with complex ConstantExprs.Benjamin Kramer3-25/+52
2013-04-13Spill and restore PPC CR registers using the FP when we have oneHal Finkel1-6/+14
2013-04-13MI-Sched: DEBUG formatting.Andrew Trick1-14/+22
2013-04-13MI-Sched cleanup. If an instruction has no valid sched class, do not attempt ...Andrew Trick1-0/+2
2013-04-13X86 machine model: reduce SandyBridge and Haswell ILPWindow.Andrew Trick2-2/+2