aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Check whether a pointer is non-null (isKnownNonNull) in isKnownNonZero.Manman Ren2013-03-181-0/+2
* Fix 80-col. violations in PPCCTRLoopsHal Finkel2013-03-181-6/+8
* Fix large count and negative constant count handling in PPCCTRLoopsHal Finkel2013-03-181-11/+41
* Cleanup initial-value constants in PPCCTRLoopsHal Finkel2013-03-181-2/+9
* Fix integer comparison in DIEInteger::BestForm.Hans Wennborg2013-03-181-3/+4
* The optimization a + (-0.0f) -> a was being misapplied to a + (+0.0f) in the...David Tweed2013-03-181-0/+13
* R600/SI: implement indirect adressing for SIChristian Konig2013-03-183-1/+190
* R600/SI: add float vector typesChristian Konig2013-03-184-21/+82
* R600/SI: add shl patternChristian Konig2013-03-183-1/+8
* R600/SI: add BUFFER_LOAD_DWORD patternChristian Konig2013-03-181-3/+9
* R600/SI: implement SI.load.const intrinsicChristian Konig2013-03-182-2/+13
* R600/SI: enable all S_LOAD and S_BUFFER_LOAD opcodesChristian Konig2013-03-182-14/+29
* R600/SI: fix inserting waits for all definesChristian Konig2013-03-181-15/+1
* [asan] when creating string constants, set unnamed_attr and align 1 so that e...Kostya Serebryany2013-03-181-1/+4
* Mark internal classes as POD-like to get better behavior out ofChandler Carruth2013-03-181-102/+109
* TLS support for MinGW targets.Anton Korobeynikov2013-03-181-7/+8
* Windows TLS: Section name prefix to ensure correct orderAnton Korobeynikov2013-03-181-2/+5
* [asan] while generating the description of a global variable, emit the module...Kostya Serebryany2013-03-181-7/+8
* [asan] don't instrument functions with available_externally linkage. This sav...Kostya Serebryany2013-03-181-0/+1
* Post process ADC/SBB and use a shorter encoding if they use a sign extended i...Craig Topper2013-03-181-0/+6
* Refactor some duplicated code into helper functions.Craig Topper2013-03-181-229/+55
* Fix the build broken in r177239David Blaikie2013-03-171-1/+1
* Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie2013-03-172-16/+25
* To avoid symbol clash, undefine PPC here. PPC may be predefined on some hosts.Sylvestre Ledru2013-03-173-0/+10
* Improve PPC VR (Altivec) register spillingHal Finkel2013-03-175-40/+71
* Remove PPC avoidWriteAfterWrite callbackHal Finkel2013-03-162-16/+0
* Change the default latency for implicit defs.Andrew Trick2013-03-161-1/+4
* Add X86 code emitter support AVX encoded MRMDestReg instructions.Craig Topper2013-03-163-32/+63
* Define more SchedWrites for annotating X86 instructions.Jakob Stoklund Olesen2013-03-161-11/+57
* [Support][Path][Windows] Fix dangling else. Don't call CloseHandle when Close...Michael J. Spencer2013-03-151-10/+10
* ARM cost model: Fix costs for some vector selectsArnold Schwaighofer2013-03-151-5/+0
* Adding an A15 specific optimization pass for interactions between S/D/Q regis...Silviu Baranga2013-03-155-2/+720
* ARM: Fix an old refacto.Benjamin Kramer2013-03-151-1/+1
* Enable unaligned memory access on PPC for scalar typesHal Finkel2013-03-152-0/+33
* ARM cost model: Fix cost of fptrunc and fpext instructionsArnold Schwaighofer2013-03-151-2/+17
* Protect PPC Altivec patterns with a predicateHal Finkel2013-03-151-0/+6
* Fix the FDE encoding to be relative on ELF.Rafael Espindola2013-03-151-6/+6
* Allocate the RS spill slot for any PPC function with spills and a large stack...Hal Finkel2013-03-154-35/+72
* Silence anonymous type in anonymous union warnings.Eric Christopher2013-03-155-196/+245
* Unaligned loads should use the VMOVUPS opcode.Nadav Rotem2013-03-141-1/+1
* Remove some unused variables to clean the Clang -Werror buildDavid Blaikie2013-03-141-2/+0
* [mips] Set isAllocatable bit of unallocatable register classes to 0.Akira Hatanaka2013-03-141-8/+13
* Prepare for adding InstrSchedModel annotations to X86 instructions.Jakob Stoklund Olesen2013-03-141-0/+26
* Add a new method which enables one to change register classes.Reed Kotler2013-03-141-0/+8
* [fast-isel] The X86FastISel::FastLowerArguments function doesn't properly handleChad Rosier2013-03-141-0/+3
* Move estimateStackSize from ARM into MachineFrameInfoHal Finkel2013-03-143-108/+52
* Provide the register scavenger to processFunctionBeforeFrameFinalizedHal Finkel2013-03-149-11/+16
* Use frame-index scavenging for PPC register spillingHal Finkel2013-03-142-26/+10
* Not all PPC functions with a frame pointer need a RS spill slotHal Finkel2013-03-141-1/+1
* ARM cost model: Increase cost of some vector selects we do terrible onArnold Schwaighofer2013-03-141-0/+24