aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-03-18Add SchedRW annotations to most of X86InstrSSE.td.Jakob Stoklund Olesen
2013-03-18Annotate X86 arithmetic instructions with SchedRW lists.Jakob Stoklund Olesen
2013-03-18Check whether a pointer is non-null (isKnownNonNull) in isKnownNonZero.Manman Ren
2013-03-18Fix 80-col. violations in PPCCTRLoopsHal Finkel
2013-03-18Fix large count and negative constant count handling in PPCCTRLoopsHal Finkel
2013-03-18Cleanup initial-value constants in PPCCTRLoopsHal Finkel
2013-03-18Fix integer comparison in DIEInteger::BestForm.Hans Wennborg
2013-03-18 The optimization a + (-0.0f) -> a was being misapplied to a + (+0.0f) in the...David Tweed
2013-03-18R600/SI: implement indirect adressing for SIChristian Konig
2013-03-18R600/SI: add float vector typesChristian Konig
2013-03-18R600/SI: add shl patternChristian Konig
2013-03-18R600/SI: add BUFFER_LOAD_DWORD patternChristian Konig
2013-03-18R600/SI: implement SI.load.const intrinsicChristian Konig
2013-03-18R600/SI: enable all S_LOAD and S_BUFFER_LOAD opcodesChristian Konig
2013-03-18R600/SI: fix inserting waits for all definesChristian Konig
2013-03-18[asan] when creating string constants, set unnamed_attr and align 1 so that e...Kostya Serebryany
2013-03-18Mark internal classes as POD-like to get better behavior out ofChandler Carruth
2013-03-18TLS support for MinGW targets.Anton Korobeynikov
2013-03-18Windows TLS: Section name prefix to ensure correct orderAnton Korobeynikov
2013-03-18[asan] while generating the description of a global variable, emit the module...Kostya Serebryany
2013-03-18[asan] don't instrument functions with available_externally linkage. This sav...Kostya Serebryany
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-17Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie
2013-03-17To avoid symbol clash, undefine PPC here. PPC may be predefined on some hosts.Sylvestre Ledru
2013-03-17Improve PPC VR (Altivec) register spillingHal Finkel
2013-03-16Remove PPC avoidWriteAfterWrite callbackHal Finkel
2013-03-16Change the default latency for implicit defs.Andrew Trick
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-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-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-15Silence anonymous type in anonymous union warnings.Eric Christopher
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-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-14[fast-isel] The X86FastISel::FastLowerArguments function doesn't properly handleChad Rosier
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