aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-18Post process ADC/SBB and use a shorter encoding if they use a sign extended i...Craig Topper
2013-03-18Refactor some duplicated code into helper functions.Craig Topper
2013-03-17Fix the build broken in r177239David Blaikie
2013-03-17Reduced dont-infinite-loop-during-block-escape-analysis.ll with bugpoint and ...Michael Gottesman
2013-03-17Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie
2013-03-17Generalize debug info test to be resilient to changes in metadata node numberingDavid Blaikie
2013-03-17Improve DIFile debug info annotation by letting it fallback to DIScopeDavid Blaikie
2013-03-17Use ArrayRef<MVT::SimpleValueType> when possible.Jakob Stoklund Olesen
2013-03-17To avoid symbol clash, undefine PPC here. PPC may be predefined on some hosts.Sylvestre Ledru
2013-03-17Build LLVMgold.so on FreeBSD using cmake.Rafael Espindola
2013-03-17The promised test case for r175939.Michael Gottesman
2013-03-17Improve PPC VR (Altivec) register spillingHal Finkel
2013-03-16Remove FIXMEs in PPC test cases related to unaligned loads/storesHal Finkel
2013-03-16Remove PPC avoidWriteAfterWrite callbackHal Finkel
2013-03-16Change the default latency for implicit defs.Andrew Trick
2013-03-16Machine model. Allow mixed itinerary classes and SchedRW lists.Andrew Trick
2013-03-16[docs] Discuss a potential bug to be aware of.Sean Silva
2013-03-16Test case for graceful handling of long file names on Windows. Patch thanks ...Aaron Ballman
2013-03-16Add X86 code emitter support AVX encoded MRMDestReg instructions.Craig Topper
2013-03-16Define more SchedWrites for annotating X86 instructions.Jakob Stoklund Olesen
2013-03-15Add SchedRW as an Instruction field.Jakob Stoklund Olesen
2013-03-15[ADT] Fix StringSet::insert() to not allocate on every lookup.Daniel Dunbar
2013-03-15[Support][Path][Windows] Fix dangling else. Don't call CloseHandle when Close...Michael J. Spencer
2013-03-15ARM cost model: Fix costs for some vector selectsArnold Schwaighofer
2013-03-15Adding an A15 specific optimization pass for interactions between S/D/Q regis...Silviu Baranga
2013-03-15ARM: Fix an old refacto.Benjamin Kramer
2013-03-15Enable unaligned memory access on PPC for scalar typesHal Finkel
2013-03-15ARM cost model: Fix cost of fptrunc and fpext instructionsArnold Schwaighofer
2013-03-15Protect PPC Altivec patterns with a predicateHal Finkel
2013-03-15Fixup for r176933: more careful setup of path to llvm-symbolizerAlexey Samsonov
2013-03-15Use NumBaseBits in a few more places in SmallBitVector instead of recalculati...Craig Topper
2013-03-15Fix the FDE encoding to be relative on ELF.Rafael Espindola
2013-03-15Allocate the RS spill slot for any PPC function with spills and a large stack...Hal Finkel
2013-03-15Turn anonymous type in anonymous union warning back on after cleaning upEric Christopher
2013-03-15Silence anonymous type in anonymous union warnings.Eric Christopher
2013-03-15Add a triple to the test.Nadav Rotem
2013-03-14Unaligned loads should use the VMOVUPS opcode.Nadav Rotem
2013-03-14Remove some unused variables to clean the Clang -Werror buildDavid Blaikie
2013-03-14[mips] Set isAllocatable bit of unallocatable register classes to 0.Akira Hatanaka
2013-03-14Fix r177112: Add ProcResGroup.Andrew Trick
2013-03-14Prepare for adding InstrSchedModel annotations to X86 instructions.Jakob Stoklund Olesen
2013-03-14Add a new method which enables one to change register classes.Reed Kotler
2013-03-14LoopVectorizer: Insert some white space to make test case more readableArnold Schwaighofer
2013-03-14[fast-isel] The X86FastISel::FastLowerArguments function doesn't properly handleChad Rosier
2013-03-14MachineModel: Add a ProcResGroup class.Andrew Trick
2013-03-14Move estimateStackSize from ARM into MachineFrameInfoHal Finkel
2013-03-14Provide the register scavenger to processFunctionBeforeFrameFinalizedHal Finkel
2013-03-14Use frame-index scavenging for PPC register spillingHal Finkel
2013-03-14Not all PPC functions with a frame pointer need a RS spill slotHal Finkel
2013-03-14ARM cost model: Increase cost of some vector selects we do terrible onArnold Schwaighofer