aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-21Remove duplicate includes.Roman Divacky
2012-12-21R600: Expand vec4 INT <-> FP conversionsTom Stellard
2012-12-21X86: Match the SSE/AVX min/max vector ops using a custom node instead of intr...Benjamin Kramer
2012-12-21Test that a landingpad gets the name provided when it was created (see commitDuncan Sands
2012-12-21[msan] Remove unreachable blocks before instrumenting a function.Evgeniy Stepanov
2012-12-21Add a missing "virtual" keyword.Nadav Rotem
2012-12-21Enable if-conversion.Nadav Rotem
2012-12-21Add ARM cortex-r5 subtarget.Quentin Colombet
2012-12-21Don't skip __DWARF,Rafael Espindola
2012-12-21Add a function to get the segment name of a section.Rafael Espindola
2012-12-21Add targets to skip running the GC passes.Evan Cheng
2012-12-21Every pass deserves a name, even codegenprep.Evan Cheng
2012-12-21Improve the X86 cost model for loads and stores.Nadav Rotem
2012-12-21BB-Vectorizer: Check the cost of the store pointer typeNadav Rotem
2012-12-21Add test case for r170674Reed Kotler
2012-12-21Call llvm_unreachable instead of assert.Reed Kotler
2012-12-21docs: More robust image scaling fix.Sean Silva
2012-12-21docs: Prevent image scaling.Sean Silva
2012-12-21Fix a bug in the code that checks if we can vectorize loops while using dynamicNadav Rotem
2012-12-21Move these files over to the debug info directory.Eric Christopher
2012-12-20docs: Try out nosidebar.Sean Silva
2012-12-20docs: Cleanup trailing whitespace.Sean Silva
2012-12-20Require the two-argument MI::addOperand(MF, MO) for dangling instructions.Jakob Stoklund Olesen
2012-12-20Add an MF argument to MI::copyImplicitOps().Jakob Stoklund Olesen
2012-12-20Use two-arg addOperand(MF, MO) internally in MachineInstr when possible.Jakob Stoklund Olesen
2012-12-20MachineInstrBuilderize ARM.Jakob Stoklund Olesen
2012-12-20MachineInstrBuilderize NVPTX.Jakob Stoklund Olesen
2012-12-20Fix an unitialized member variable that may have caused sporadic failuresEli Bendersky
2012-12-20docs: actually indent these consistentlySean Silva
2012-12-20docs: Indent consistently in code examples.Sean Silva
2012-12-20docs: Improve navigation for Vectorizers.rstSean Silva
2012-12-20docs: bring back link for reddit.Sean Silva
2012-12-20Whitespace and 80-column cleanup.Eric Christopher
2012-12-20Start splitting out the debug string section handling by moving itEric Christopher
2012-12-20docs: Make document name congruent with title.Sean Silva
2012-12-20Some random comment, naming, and format changes.Bill Wendling
2012-12-20Remove two dead functions.Jakob Stoklund Olesen
2012-12-20Revert "Adding support for llvm.arm.neon.vaddl[su].* and"Bob Wilson
2012-12-20LoopVectorize: Fix a bug in the scalarization of instructions.Nadav Rotem
2012-12-20On some ARM cpus, flags setting movs with shifter operand, i.e. lsl, lsr, asr,Evan Cheng
2012-12-20Change Lit error redirection to FileCheck to a more common syntax since itEli Bendersky
2012-12-20Add a largish auto-generated test for the aligned bundling feature, along withEli Bendersky
2012-12-20Tests for the aligned bundling support added in r170718Eli Bendersky
2012-12-20Aligned bundling support. Following the discussion here:Eli Bendersky
2012-12-20Use MachineInstrBuilder for PHI nodes in SelectionDAGISel.Jakob Stoklund Olesen
2012-12-20Fix inadvertant delete of 'has'.Jim Grosbach
2012-12-20Use MachineInstrBuilder in InstrEmitter.Jakob Stoklund Olesen
2012-12-20Use MachineInstrBuilder in a few CodeGen passes.Jakob Stoklund Olesen
2012-12-20Simplify the testcase a bit.Rafael Espindola
2012-12-20Loop Vectorizer: turn-off if-conversion.Nadav Rotem