Look through variables when computing relocations.
[oota-llvm.git] / lib / Target / PowerPC /
2013-12-12 Hal FinkelRemove unused multiclass from PPCInstrInfo.td
2013-12-12 Hal FinkelImprove instruction scheduling for the PPC POWER7
2013-12-11 Hal FinkelFix the PPC subsumes-predicate check
2013-12-11 NAKAMURA TakumiPrune redundant dependencies in LLVMBuild.txt.
2013-12-11 Rafael EspindolaMove PPC's getDataLayoutString out of line and document...
2013-12-10 David Fangon darwin<10, fallback to .weak_definition (PPC,X86)
2013-12-10 NAKAMURA TakumiAdd proper dependencies to LLVMBuild.txt in llvm/lib.
2013-12-05 Rafael EspindolaRemove the isImplicitlyPrivate argument of getNameWithP...
2013-12-05 Alp TokerCorrect word hyphenations
2013-12-02 Hal FinkelRemove PPCScoreboardHazardRecognizer
2013-12-02 Rafael EspindolaRefactor the setting of PrivateGlobalPrefix.
2013-12-02 Rafael EspindolaMove getSymbolWithGlobalValueBase to TargetLoweringObje...
2013-12-02 Rafael EspindolaRemove dead code.
2013-12-02 Rafael EspindolaChange the default of AsmWriterClassName and isMCAsmWriter.
2013-12-02 Rafael EspindolaRefactor for clarity and efficiency.
2013-11-30 Hal FinkelAdd a scheduling model (with itinerary) for the PPC...
2013-11-30 Hal FinkelSplit some PPC itinerary classes
2013-11-29 Hal FinkelAdjust PPC A2 input operand latencies
2013-11-29 Hal FinkelCreate a PPC440 SchedMachineModel
2013-11-29 Hal FinkelFixup PPC440 load/store operand latencies
2013-11-29 Hal FinkelAdjust PPC440 operand latencies
2013-11-29 Hal FinkelDon't model the fetch and decode units for the PPC440
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target() provide intrin...
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target responsible...
2013-11-28 NAKAMURA Takumi[CMake] Prune include_directories() in llvm/lib/Target...
2013-11-28 Rafael EspindolaUse the mangler consistently instead of using getGlobal...
2013-11-28 Hal FinkelDon't share functional units among the PPC itineraries
2013-11-27 Hal FinkelAdd IIC_ prefix to PPC instruction-class names
2013-11-27 Rafael EspindolaDon't set GlobalPrefix to the default value.
2013-11-27 Hal FinkelFix comment in PPCA2Model
2013-11-20 Hal FinkelPPC popcnt[dw] do not have record forms
2013-11-20 Hal FinkelPPC: Optimize rldicl generation for masked shifts
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-15 Bob WilsonAvoid illegal integer promotion in fastisel
2013-11-11 Hal FinkelAdd PPC option for full register names in asm
2013-10-31 Rui UeyamaUse StringRef::startswith_lower. No functionality change.
2013-10-29 Rafael EspindolaAdd a helper getSymbol to AsmPrinter.
2013-10-16 Eric ChristopherAdd support for the VSX target attribute. No functional...
2013-10-16 Rafael EspindolaAdd a MCAsmInfoELF class and factor some code into it.
2013-10-08 Rafael EspindolaAdd a MCTargetStreamer interface.
2013-10-07 Rafael EspindolaRemove getEHExceptionRegister and getEHHandlerRegister.
2013-09-26 Bill Schmidt[PowerPC] Fix PR17354: Generate nop after local calls...
2013-09-26 David MajnemerPPC: Allow partial fills in writeNopData()
2013-09-26 David MajnemerPPC: Do not introduce ISD nodes for fctid and fctiw
2013-09-26 David MajnemerPPC: Add support for fctid and fctiw
2013-09-25 David MajnemerMC: Add support for treating $ as a reference to the PC
2013-09-25 David MajnemerMC: Remove vestigial PCSymbol field from AsmInfo
2013-09-22 Tim NorthoverISelDAG: spot chain cycles involving MachineNodes
2013-09-22 Hal FinkelCorrect the pre-increment load latencies in the PPC...
2013-09-17 Bill Schmidt[PowerPC] Add a FIXME.
2013-09-17 Bill Schmidt[PowerPC] Fix problems with large code model (PR17169).
2013-09-16 Bill Schmidt[PowerPC] Fix PR17155 - Ignore COPY_TO_REGCLASS during...
2013-09-15 Hal FinkelPPC: Don't restrict lvsl generation to after type legal...
2013-09-15 Hal FinkelRevert r190764: PPC: Don't restrict lvsl generation...
2013-09-15 Hal FinkelPPC: Don't restrict lvsl generation to after type legal...
2013-09-13 Hal FinkelAdd missing break statement in PPCISelLowering
2013-09-12 Chandler CarruthRemove an unused variable, fixing -Werror build with...
2013-09-12 Hal FinkelFix PPC ABI for ByVal structs with vector members
2013-09-12 Hal FinkelMake the PPC fast-math sqrt expansion safe at 0
2013-09-12 Roman DivackyImplement asm support for a few PowerPC bookIII that...
2013-09-12 Hal FinkelMark PPC MFTB and DST (and friends) as deprecated
2013-09-12 Joey GoulyAdd an instruction deprecation feature to TableGen.
2013-09-12 Hal FinkelPPC: Enable aggressive anti-dependency breaking
2013-09-11 Hal FinkelGreatly simplify the PPC A2 scheduling itinerary
2013-09-11 Hal FinkelEnable MI scheduling (and CodeGen AA) by default for...
2013-09-11 Hal FinkelImplement TTI getUnrollingPreferences for PowerPC
2013-09-09 Bill WendlingGenerate compact unwind encoding from CFI directives.
2013-09-01 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-31 Bill Schmidt[PowerPC] Fast-isel cleanup patch.
2013-08-30 Bill Schmidt[PowerPC] Add integer truncation support to fast-isel.
2013-08-30 Bill SchmidtCorrect partially defined variable
2013-08-30 Bill Schmidt[PowerPC] Call support for fast-isel.
2013-08-30 Bill Schmidt[PowerPC] Add handling for conversions to fast-isel.
2013-08-30 Bill Schmidt[PowerPC] Handle selection of compare instructions...
2013-08-30 Bill SchmidtRemove bogus debug statement. Sheesh.
2013-08-30 Bill Schmidt[PowerPC] Add loads, stores, and related things to...
2013-08-28 Alexey SamsonovFix use of uninitialized value added in r189400 (found...
2013-08-27 Joerg SonnenbergerGiven target assembler parsers a chance to handle varia...
2013-08-27 Charles DavisRevert "Fix the build broken by r189315." and "Move...
2013-08-27 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-26 Bill SchmidtDummy code to silence warning from 4189266
2013-08-26 Bill Schmidt[PowerPC] More fast-isel chunks (returns and integer...
2013-08-25 Bill Schmidt[PowerPC] Add fast-isel branch and compare selection.
2013-08-20 Bill Schmidt[PowerPC] More refactoring prior to real PPC emitProlog...
2013-08-19 Hal FinkelAdd a llvm.copysign intrinsic
2013-08-19 Hal FinkelDon't form PPC CTR-based loops around a copysignl call
2013-08-19 Hal FinkelAdd the PPC fcpsgn instruction
2013-08-16 Bill Schmidt[PowerPC] Preparatory refactoring for making prologue...
2013-08-15 Craig TopperReplace getValueType().getSimpleVT() with getSimpleValu...
2013-08-14 Hal FinkelActually fix PPC64 64-bit GPR inline asm constraint...
2013-08-08 David Fangcast fix to appease buildbot
2013-08-08 David Fanginitial draft of PPCMachObjectWriter.cpp
2013-08-08 Hal FinkelPPC: Map frin to round() not nearbyint() and rint()
2013-08-07 Hal FinkelAdd ISD::FROUND for libm round()
2013-08-06 Hal FinkelAdd PPC64 mulli pattern
2013-08-06 NAKAMURA TakumiTarget/*/CMakeLists.txt: Add the dependency to CommonTa...
2013-08-03 Benjamin KramerPPCAsmParser: Stop leaking names.
2013-08-03 Hal FinkelFix PPC64 64-bit GPR inline asm constraint matching
next