Look through variables when computing relocations.
[oota-llvm.git] / lib / Target / PowerPC /
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...
2014-03-02 Craig TopperSwitch all uses of LLVM_FINAL to just use 'final',...
2014-03-01 Hal FinkelRemove extra truncs/exts around i32 bit operations...
2014-02-28 Hal FinkelSwap PPC isel operands to allow for 0-folding
2014-02-28 Hal FinkelTrying to unbreak the darwin11 builder
2014-02-28 Hal FinkelTry to unbreak the C++11 build
2014-02-28 Hal FinkelAdd CR-bit tracking to the PowerPC backend for i1 values
2014-02-26 Aaron BallmanSilencing an MSVC signed comparison warning.
2014-02-25 Hal FinkelAccount for 128-bit integer operations in PPCCTRLoops
2014-02-25 Rafael EspindolaMake DataLayout a plain object, not a pass.
2014-02-24 Rafael EspindolaMake some DataLayout pointers const.
2014-02-21 Rafael EspindolaRename a few more DataLayout variables.
2014-02-19 Rafael Espindolamove getNameWithPrefix and getSymbol to TargetMachine.
2014-02-19 Rafael EspindolaAdd back r201608, r201622, r201624 and r201625
2014-02-19 Daniel JasperRevert r201622 and r201608.
2014-02-18 Rafael EspindolaFix PR18743.
2014-02-18 Rafael EspindolaRename a DebugLoc variable to DbgLoc and a DataLayout...
2014-02-13 Daniel SandersRe-commit: Demote EmitRawText call in AsmPrinter::EmitI...
2014-02-12 Daniel SandersRevert r201237+r201238: Demote EmitRawText call in...
2014-02-12 Daniel SandersDemote EmitRawText call in AsmPrinter::EmitInlineAsm...
2014-02-08 Rafael EspindolaPass the Mangler by reference.
2014-02-08 Rafael EspindolaAdd LLVM_OVERRIDE to a few declarations.
2014-02-06 Rafael EspindolaJust returning false is the default.
2014-02-05 Matt ArsenaultAdd address space argument to allowsUnalignedMemoryAccess.
2014-02-05 Rafael EspindolaRemove support for not using .loc directives.
2014-02-02 Hal FinkelReplace PPC instruction-size code with MCInstrDesc...
2014-01-28 David WoodhouseDelete MCSubtargetInfo data members from target MCCodeE...
2014-01-28 David WoodhousePropagate MCSubtargetInfo through TableGen's getBinaryC...
2014-01-28 David WoodhouseExplictly pass MCSubtargetInfo to MCCodeEmitter::Encode...
2014-01-28 David WoodhouseChange MCStreamer EmitInstruction interface to take...
2014-01-28 Iain SandoeProvide a stub Target Streamer implementation for PPC...
2014-01-28 Hal FinkelHandle spilling the PPC GPRC_NOR0 register class
2014-01-28 Eric ChristopherRevert r199871 and replace it with a simple check in...
2014-01-26 Rafael EspindolaPass a MCSubtargetInfo down to the TargetStreamer creation.
2014-01-26 Rafael EspindolaConstruct the MCStreamer before constructing the MCTarg...
2014-01-25 Rafael EspindolaRemove an easy use of EmitRawText from PPC.
2014-01-24 Juergen RibutzkaAdd final and owerride keywords to TargetTransformInfo...
2014-01-24 Alp TokerFix known typos
2014-01-23 Eric ChristopherAdd a variable to track whether or not we've used a...
2014-01-22 Rafael EspindolaFix pr18515.
2014-01-21 Hal FinkelFix pointer info on PPC byval stores
2014-01-14 Rafael EspindolaMake getTargetStreamer return a possibly null pointer.
2014-01-13 Chandler Carruth[PM] Split DominatorTree into a concrete analysis resul...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2014-01-13 Saleem Abdulrasoolcorrect target directive handling error handling
2014-01-09 Chandler CarruthPut the functionality for printing a value to a raw_ost...
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-06 Bill WendlingRemove unnecessary #includes.
2014-01-06 Bill WendlingRefactor function that checks that __builtin_returnaddr...
2014-01-05 Bill WendlingEmit an error message if the value passed to __builtin_...
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2014-01-02 Hal Finkel[PPC] Fix comment to match function name
2014-01-02 Hal Finkel[PPC] Fix the scheduling of CR logicals on the P7
2014-01-02 Hal Finkel[PPC] Use the correct immediate operands on 64-bit...
2013-12-22 Roman DivackyUse r2 when encoding tls on ppc32. Fixes PR18305.
2013-12-22 Roman DivackyAdd some comments.
2013-12-20 Roman DivackyImplement initial-exec TLS for PPC32.
2013-12-19 Rafael EspindolaLong doubles are required to be aligned to 128 bits...
2013-12-19 Hal FinkelAdd a disassembler to the PowerPC backend
2013-12-18 Rafael EspindolaFix f64 and f128 for ppc-darwin.
2013-12-18 Rafael EspindolaOne ppc32-darwin, a i64 inside a structure can have...
2013-12-17 Hal FinkelEliminate PPC instruction decoding ambiguities
2013-12-17 Rafael EspindolaFix the pointer size for the PS3 datalayout.
2013-12-17 Andrew TrickAllow MachineCSE to coalesce trivial subregister copies...
2013-12-17 Andrew Trickwhitespace
2013-12-16 Rafael EspindolaThe preferred alignment defaults to the abi alignment...
2013-12-16 Rafael EspindolaOn DataLayout, omit the default of p:64:64:64.
2013-12-16 Hal FinkelSet has_asmparser in PowerPC/LLVMBuild.txt
2013-12-14 Iain Sandoe[Powerpc darwin] AsmParser Base implementation.
2013-12-13 Rafael EspindolaAssume defaults to produce smaller datalayout strings.
2013-12-13 Iain Sandoetest commit.
2013-12-12 Gabor Greiftypo in comment
next