Remove useless .debug_macinfo section setup.
[oota-llvm.git] / lib / Target / PowerPC /
2015-03-01 Benjamin KramerMake some non-constant static variables non-static...
2015-02-27 Bill Schmidt[PowerPC] Fix PR22711 - Misaligned .toc section
2015-02-27 Hal Finkel[PowerPC] Use vector types for memcpy and friends ...
2015-02-26 Eric ChristophergetRegForInlineAsmConstraint wants to use TargetRegiste...
2015-02-26 Eric ChristopherRemove an argument-less call to getSubtargetImpl from...
2015-02-25 Hal Finkel[PowerPC] Make LDtocL and friends invariant loads
2015-02-25 Hal Finkel[PowerPC] Cleanup unused target-specific SDAG nodes
2015-02-25 Aaron BallmanSilencing a "result of 32-bit shift implicitly converte...
2015-02-25 Aaron BallmanSilencing a -Wsign-compare warning triggered in MSVC...
2015-02-25 Hal Finkel[PowerPC] Add support for the QPX vector instruction set
2015-02-21 Tim NorthoverCodeGen: convert CCState interface to using ArrayRefs
2015-02-20 Eric ChristopherFix an asan use-after-free bug introduced by the asm...
2015-02-20 Eric ChristopherRemove a use of the Subtarget in the darwin ppc asm...
2015-02-20 Eric ChristopherGet the cached subtarget off the MachineFunction rather...
2015-02-20 Kit BartonI incorrectly marked the VORC instruction as isCommutab...
2015-02-20 Eric ChristopherGet the cached subtarget off the MachineFunction rather...
2015-02-20 Eric ChristopherMake the TargetMachine::getSubtarget that takes a Funct...
2015-02-20 Hal Finkel[PowerPC] Loop Data Prefetching for the BG/Q
2015-02-18 Kit BartonThis patch adds the VSX logical instructions introduced...
2015-02-17 Eric ChristopherMake the PowerPC AsmPrinter independent of global subtarget
2015-02-17 Eric ChristopherAdd a FIXME to move IsLittleEndian to the target machine.
2015-02-17 Eric ChristopherMove ABI handling and 64-bitness to the PowerPC target...
2015-02-16 Hal Finkel[PowerPC] Support non-direct-sub/superclass VSX copies
2015-02-16 Andrew TrickAArch64: Safely handle the incoming sret call argument.
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-14 Chandler CarruthRemove a variable only used in an assert and sink its...
2015-02-14 Duncan P. N. Exon... PowerPC: Canonicalize access to function attributes...
2015-02-13 Eric ChristopherThe base pointer save offset can be computed at initial...
2015-02-13 Eric ChristopherMove the target machine variable so that it's initializ...
2015-02-13 Eric ChristopherStash the TargetMachine on the subtarget so we can...
2015-02-13 Eric ChristopherPPC LinkageSize can be computed at initialization time...
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2015-02-13 Chandler CarruthRe-sort #include lines using my handy dandy ./utils...
2015-02-13 Eric ChristopherPPCFrameLowering's FramePointerOffset can be computed...
2015-02-13 Eric ChristopherThe TOC save offset can be computed at compile time...
2015-02-13 Eric ChristopherThe return save offset can be computed at initializatio...
2015-02-12 Olivier SallenaveChange max interleave factor to 12 for POWER7 and POWER8.
2015-02-12 Benjamin KramerMathExtras: Bring Count(Trailing|Leading)Ones and Count...
2015-02-12 Hal Finkel[PowerPC] Mark jumps as expensive (using using CR bits)
2015-02-10 Bill SchmidtFix up r228725, missed change in PPCSubtarget definition
2015-02-10 Bill Schmidt[PowerPC] Fix reverted patch r227976 to avoid register...
2015-02-10 Hal Finkel[PowerPC] Support the (old) cntlz instruction alias
2015-02-10 Eric ChristopherMigrate PPCAsmPrinter's subtarget from reference to...
2015-02-09 Kit BartonThis change implements the following three logical...
2015-02-07 Hal Finkel[PowerPC] Handle loop predecessor invokes
2015-02-06 Hal FinkelRevert "r227976 - [PowerPC] Yet another approach to...
2015-02-06 Benjamin KramerMake helper functions/classes/globals static. NFC.
2015-02-05 Sylvestre LedruFix an incorrect identifier
2015-02-05 Hal Finkel[PowerPC] Prepare loops for pre-increment loads/stores
2015-02-05 Hal Finkel[PowerPC] Generate pre-increment floating-point ld...
2015-02-05 Bill Schmidt[PowerPC] Implement the vclz instructions for PWR8
2015-02-04 Bill SchmidtReplace tabs with spaces from r228116. Oops.
2015-02-04 Bill Schmidt[PowerPC] Handle 32-bit targets properly in PPCTLSDynam...
2015-02-03 Bill Schmidt[PowerPC] Implement the vpopcnt instructions for POWER8
2015-02-03 Bill Schmidt[PowerPC] Yet another approach to __tls_get_addr
2015-02-01 Hal Finkel[PowerPC] Put PPCEarlyReturn into its own source file
2015-02-01 Hal Finkel[PowerPC] Remove unnecessary include
2015-02-01 Hal Finkel[PowerPC] Put PPCVSXCopy into its own source file
2015-02-01 Hal Finkel[PowerPC] Put PPCVSXFMAMutate into its own source file
2015-02-01 Hal Finkel[PowerPC] Remove the PPCVSXCopyCleanup pass
2015-02-01 Hal Finkel[PowerPC] Add implicit ops to conditional returns in...
2015-02-01 Hal Finkel[PowerPC] VSX stores don't also read
2015-02-01 Hal Finkel[PowerPC] Better scheduling for isel on P7/P8
2015-02-01 Hal Finkel[PowerPC] Make r2 allocatable on PPC64/ELF for some...
2015-02-01 Chandler Carruth[multiversion] Remove the function parameter from the...
2015-02-01 Chandler Carruth[multiversion] Switch the TTI queries from TargetMachin...
2015-02-01 Chandler Carruth[multiversion] Remove the cached TargetMachine pointer...
2015-02-01 Chandler Carruth[multiversion] Switch all of the targets over to use the
2015-02-01 Chandler Carruth[multiversion] Remove a false freedom to leave the...
2015-02-01 Chandler Carruth[PM] Remove a bunch of stale TTI creation method declar...
2015-01-31 Chandler Carruth[PM] Switch the TargetMachine interface from accepting...
2015-01-31 Chandler Carruth[PM] Change the core design of the TTI analysis to...
2015-01-30 Eric ChristopherRemove unused function.
2015-01-30 Eric ChristopherRemove extraneous forward declaration.
2015-01-30 Eric ChristopherUse the cached subtargets and remove calls to getSubtar...
2015-01-30 Eric ChristopherUse the cached subtarget in PPCFrameLowering.
2015-01-30 Eric ChristopherMigrate some of PPC away from the use of bare getSubtar...
2015-01-30 Eric ChristopherMigrage PPCRegisterInfo to use the cached subtarget.
2015-01-29 Rafael EspindolaCompute the ELF SectionKind from the flags.
2015-01-29 Bill Schmidt[PowerPC] Complete setting the baseline for ppc64le
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-25 Bill Schmidt[PowerPC] Reset the baseline for ppc64le to be equivale...
2015-01-19 Rafael EspindolaAdd r224985 back with fixes.
2015-01-19 Hal Finkel[PowerPC] Minor correction to r226432
2015-01-19 Hal Finkel[PowerPC] Add r2 as an operand for all calls under...
2015-01-18 David Blaikiestd::unique_ptrify the MCStreamer argument to createAsm...
2015-01-18 Hal Finkel[PowerPC] Don't hard-code R2 as register when processin...
2015-01-18 Hal Finkel[PowerPC] Add some FIXMEs for fastcc and FPR <-> GPR...
2015-01-18 Hal Finkel[PowerPC] Initial PPC64 calling-convention changes...
2015-01-17 Chandler Carruth[PM] Split the LoopInfo object apart from the legacy...
2015-01-17 Hal Finkel[PowerPC] Don't list R11 as a patchpoint scratch register
2015-01-16 Hal Finkel[PowerPC] Adjust PatchPoints for ppc64le
2015-01-15 Hal Finkel[PowerPC] Loosen ELFv1 PPC64 func descriptor loads...
2015-01-15 Chandler Carruth[PM] Separate the TargetLibraryInfo object from the...
2015-01-15 Chandler Carruth[PM] Move TargetLibraryInfo into the Analysis library.
2015-01-15 Hal Finkel[PowerPC] Add assembler support for mcrfs and friends
2015-01-14 Bill Schmidt[PPC64] Add support for the ICBT instruction on POWER8.
2015-01-14 Rafael EspindolaRevert "Add r224985 back with two fixes."
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-14 Hal FinkelRevert "r225811 - Revert "r225808 - [PowerPC] Add Stack...
next