Fix broken build
[oota-llvm.git] / lib / Target / PowerPC /
2014-05-07 Rafael EspindolaRemove the UseCFI option from createAsmStreamer.
2014-05-03 Rafael EspindolaFix pr19645.
2014-04-30 Craig TopperUse makeArrayRef insted of calling ArrayRef<T> construc...
2014-04-30 Craig TopperDe-virtualize or remove some methods that have no overr...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-29 Eric ChristopherNone of these targets actually define their own CFI_INS...
2014-04-29 Eric Christopher80-column, tab characters, comment fixups.
2014-04-28 Craig TopperConvert more SelectionDAG functions to use ArrayRef.
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-27 Craig TopperConvert SelectionDAG::SelectNodeTo to use ArrayRef.
2014-04-27 Craig TopperConvert SelectionDAG::getMergeValues to use ArrayRef.
2014-04-26 Craig TopperConvert getMemIntrinsicNode to take ArrayRef of SDValue...
2014-04-26 Craig TopperConvert SelectionDAG::getNode methods to use ArrayRef...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-24 Reid KlecknerAdd 'musttail' marker to call instructions
2014-04-24 David BlaikieSpread some const around for non-mutating uses of MCSym...
2014-04-23 Evgeniy StepanovCreate MCTargetOptions.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-15 Nick LewyckyBreak PseudoSourceValue out of the Value hierarchy...
2014-04-15 Lang Hames[MC] Require an MCContext when constructing an MCDisass...
2014-04-13 Hal Finkel[PowerPC] [Constant Hoisting] Enable constant hoisting...
2014-04-13 Hal Finkel[PowerPC] Fix rlwimi isel when mask is not constant
2014-04-12 Hal Finkel[PowerPC] Implement some additional TLI callbacks
2014-04-10 NAKAMURA TakumiLLVMBuild.txt: Reformat.
2014-04-08 Hal Finkel[PowerPC] Don't return false from PPC::isVSLDOIShuffleMask
2014-04-05 Hal Finkel[PowerPC] Remove unused TM member variable to unbreak...
2014-04-04 Hal Finkel[PowerPC] Adjust load/store costs in PPCTTI
2014-04-04 Hal Finkel[PowerPC] PPCTTI Cleanup
2014-04-04 Hal Finkel[PowerPC] Add a full condition code register to make...
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-04-02 Hal Finkel[PowerPC] Make PPCTTI::getMemoryOpCost call BasicTTI...
2014-04-02 Jim GrosbachSimplify resolveFrameIndex() signature.
2014-04-01 Hal Finkel[PowerPC] Add some missing VSX bitcast patterns
2014-03-31 Hal Finkel[PowerPC] Don't ever expand BUILD_VECTOR of v2i64 with...
2014-03-31 Hal Finkel[PowerPC] Correct P7 dispatch unit allocation for vecto...
2014-03-30 Hal Finkel[PowerPC] Handle VSX v2i64 SIGN_EXTEND_INREG
2014-03-29 Hal Finkel[PowerPC] Handle v2i64 comparisons
2014-03-29 Hal Finkel[PowerPC] VSX instruction latency corrections
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2014-03-29 Hal Finkel[PowerPC] Add subregister classes for f64 VSX values
2014-03-28 Hal Finkel[PowerPC] Fix VSX permutation isel
2014-03-28 Hal Finkel[PowerPC] v2[fi]64 need to be explicitly passed in...
2014-03-27 Hal Finkel[PowerPC] Use a small cleanup pass to remove VSX self...
2014-03-27 Hal Finkel[PowerPC] Don't remove self VSX copies in PPCInstrInfo...
2014-03-27 Hal Finkel[PowerPC] Fix v2f64 vector extract and related patterns
2014-03-27 Hal Finkel[PowerPC] Expand v2i64 shifts
2014-03-27 Rafael EspindolaRemove another unused argument.
2014-03-27 Rafael EspindolaRemove unused argument.
2014-03-27 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-26 Hal Finkel[PowerPC] Generate VSX permutations for v2[fi]64 vectors
2014-03-26 Hal Finkel[PowerPC] VSX loads and stores support unaligned access
2014-03-26 Hal Finkel[PowerPC] Use v2f64 <-> v2i64 VSX conversion instructions
2014-03-26 Hal Finkel[PowerPC] Remove some dead VSX v4f32 store patterns
2014-03-26 Hal Finkel[PowerPC] Use VSX vector load/stores for v2[fi]64
2014-03-26 Hal Finkel[PowerPC] Add v2i64 as a legal VSX type
2014-03-26 Hal Finkel[PowerPC] Lower VSELECT using xxsel when VSX is available
2014-03-26 Rafael EspindolaRevert "Prevent alias from pointing to weak aliases."
2014-03-26 Hal Finkel[PowerPC] Generate logical vector VSX instructions
2014-03-26 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-25 Hal Finkel[PowerPC] Select between VSX A-type and M-type FMA...
2014-03-25 Hal Finkel[PowerPC] Correct commutable indices for VSX FMA instru...
2014-03-25 Hal Finkel[PowerPC] Add a TableGen relation for A-type and M...
2014-03-24 Ulrich Weigand[PowerPC] Generate little-endian object files
2014-03-24 Will Schmidt[PPC64LE] ELFv2 ABI updates for the .opd section
2014-03-24 Hal Finkel[PowerPC] Mark many instructions as commutative
2014-03-24 Hal Finkel[PowerPC] Don't schedule VSX copy legalization unless...
2014-03-24 Hal Finkel[PowerPC] Update comment re: VSX copy-instruction selection
2014-03-23 Nuno Lopesremove a bunch of unused private methods
2014-03-23 Hal Finkel[PowerPC] Make use of VSX f64 <-> i64 conversion instru...
2014-03-22 Hal Finkel[PowerPC] Fix the VSX v2f64 return register
2014-03-20 Alexey SamsonovAdd llvm_unreachable after fully-covered switches to...
2014-03-20 Rafael EspindolaLook through variables when computing relocations.
2014-03-18 Bill SchmidtFix PR19144: Incorrect offset generated for int-to...
2014-03-18 Craig Topper[C++11] Mark the target fast isel classes as 'final...
2014-03-14 Ulrich Weigand[ppc64] Avoid copy relocs in named rodata sections
2014-03-13 Owen AndersonPhase 2 of the great MachineRegisterInfo cleanup. ...
2014-03-13 Hal Finkel[PowerPC] Initial support for the VSX instruction set
2014-03-13 Hal Finkel[TableGen] Optionally forbid overlap between named...
2014-03-12 Roman DivackyAllow exclamation and tilde to be parsed as a part...
2014-03-12 Rafael EspindolaTry harder to evaluate expressions when printing assembly.
2014-03-12 Will SchmidtUpdate the datalayout string for ppc64LE.
2014-03-12 Patrik HagglundReplace '#include ValueTypes.h' with forward declarations.
2014-03-10 Chandler Carruth[TTI] There is actually no realistic way to pop TTI...
2014-03-07 Rafael EspindolaDon't avoid cfi instructions on the bg/p.
2014-03-07 David MajnemerMC: Remove superfluous section attribute flag definitions
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-03-06 Hal FinkelThe PPC global base register cannot be r0
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-06 Hal FinkelFixup PPC Darwin i1 argument handling
2014-03-06 Hal FinkelWhen using CR bit registers on PPC32, handle the i1...
2014-03-05 Hal FinkelWith PPC CR bit registers, handle int_to_fp on older...
2014-03-05 Joerg SonnenbergerEnable integrated assembler on OpenBSD/PPC32 by default...
2014-03-04 Will Schmidt[PowerPC] support powerpc64le as syntax-checking target...
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-03-04 Chandler Carruth[Modules] Move GetElementPtrTypeIterator into the IR...
2014-03-02 Hal FinkelAdd a PPC inline asm constraint type for single CR...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
next