aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-04-16[ms-inline asm] Refactor. No functional change intended.Chad Rosier
2013-04-16[ms-inline asm] Remove some dead code.Chad Rosier
2013-04-16Cleanup naming: DataLayout s/TD/DL/Eli Bendersky
2013-04-16Fix build failure introduced in 179591 when assertions are disabled.Logan Chien
2013-04-16Implement ARM unwind opcode assembler.Logan Chien
2013-04-16Add four new functions and one new enum to the C API:Hans Wennborg
2013-04-16simplifycfg: Fix integer overflow converting switch into icmp.Hans Wennborg
2013-04-16Add 64-bit multiply and divide instructions for SPARC v9.Jakob Stoklund Olesen
2013-04-15ARM: Add VACLT and VACLE assembly aliases.Jim Grosbach
2013-04-15We are not able to bitcast a pointer to an integral value.Bill Wendling
2013-04-15Mips assembler: Explicit floating point condition register recognition.Jack Carter
2013-04-15SLPVectorizer: Make it a function pass and add code for hoisting the vector-g...Nadav Rotem
2013-04-15R600/SI: Emit config values in register value pairs.Tom Stellard
2013-04-15R600/SI: Emit configuration value in the .AMDGPU.config ELF sectionTom Stellard
2013-04-15R600: Emit ELF formatted code rather than raw ISA.Tom Stellard
2013-04-15Fix a typo in comment.Jim Grosbach
2013-04-15Make the host endianness check an integer constant expression.Rafael Espindola
2013-04-15Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs
2013-04-15Add an option -vectorize-slp-aggressive for running the BB vectorizer. Make -...Nadav Rotem
2013-04-15Rename the slp-vectorizer clang/llvm flags. No functionality change.Nadav Rotem
2013-04-15SLPVectorizer: Add support for vectorizing trees that start at compare instru...Nadav Rotem
2013-04-15Mark all PPC comparison instructions as not having side effectsHal Finkel
2013-04-15Fix PPC64 CR spill location for callee-saved registersHal Finkel
2013-04-14Use object file specific section type for initial text sectionNico Rieck
2013-04-14Reorders two transforms that collide with each otherDavid Majnemer
2013-04-14Miscellaneous cleanups for VecUtils.hBenjamin Kramer
2013-04-14SLP: Document the scalarization cost method.Nadav Rotem
2013-04-14Document the decision to assume that the cost of floats is twice as much as i...Nadav Rotem
2013-04-14Use i32 for all SPARC shift amounts, even in 64-bit mode.Jakob Stoklund Olesen
2013-04-14SLPVectorizer: Add support for trees that don't start at binary operators, an...Nadav Rotem
2013-04-14Add support for the abs64 SPARC v9 code model.Jakob Stoklund Olesen
2013-04-14Add support for the SPARC v9 abs44 code model.Jakob Stoklund Olesen
2013-04-14Use target flags for printing SPARC asm operands.Jakob Stoklund Olesen
2013-04-14Also put target flags on SPARC constant pool references.Jakob Stoklund Olesen
2013-04-14SLPVectorizer: add initial support for reduction variable vectorization.Nadav Rotem
2013-04-14Fix patterns for 64-bit pointers.Jakob Stoklund Olesen
2013-04-14Add target flags to SPARC address operands.Jakob Stoklund Olesen
2013-04-13Mark all PPC CR registers to be spilled as live-in and tag MFCR appropriatelyHal Finkel
2013-04-13Define SPARC code models.Jakob Stoklund Olesen
2013-04-13Use the correct types when matching ADDRri patterns from frame indexes.Jakob Stoklund Olesen
2013-04-13GlobalDCE: Fix an oversight in my last commit that could lead to crashes.Benjamin Kramer
2013-04-13Fix a scalability issue with complex ConstantExprs.Benjamin Kramer
2013-04-13Spill and restore PPC CR registers using the FP when we have oneHal Finkel
2013-04-13MI-Sched: DEBUG formatting.Andrew Trick
2013-04-13MI-Sched cleanup. If an instruction has no valid sched class, do not attempt ...Andrew Trick
2013-04-13X86 machine model: reduce SandyBridge and Haswell ILPWindow.Andrew Trick
2013-04-13MI-Sched: schedule physreg copies.Andrew Trick
2013-04-13Catch another case where SD fails to propagate node order.Andrew Trick
2013-04-13[mips] Move MipsTargetLowering::lowerINTRINSIC_W_CHAIN andAkira Hatanaka
2013-04-13Finish templating MachObjectFile over endianness.Rafael Espindola