summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC
Commit message (Expand)AuthorAge
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-07
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Remove unnecessary #includes.Bill Wendling2014-01-06
* Refactor function that checks that __builtin_returnaddress's argument is cons...Bill Wendling2014-01-06
* Emit an error message if the value passed to __builtin_returnaddress isn't a ...Bill Wendling2014-01-05
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-03
* [PPC] Fix comment to match function nameHal Finkel2014-01-02
* [PPC] Fix the scheduling of CR logicals on the P7Hal Finkel2014-01-02
* [PPC] Use the correct immediate operands on 64-bit instructionsHal Finkel2014-01-02
* Use r2 when encoding tls on ppc32. Fixes PR18305.Roman Divacky2013-12-22
* Add some comments.Roman Divacky2013-12-22
* Implement initial-exec TLS for PPC32.Roman Divacky2013-12-20
* Long doubles are required to be aligned to 128 bits and svr4 32 bits.Rafael Espindola2013-12-19
* Add a disassembler to the PowerPC backendHal Finkel2013-12-19
* Fix f64 and f128 for ppc-darwin.Rafael Espindola2013-12-18
* One ppc32-darwin, a i64 inside a structure can have 32 bit alignment.Rafael Espindola2013-12-18
* Eliminate PPC instruction decoding ambiguitiesHal Finkel2013-12-17
* Fix the pointer size for the PS3 datalayout.Rafael Espindola2013-12-17
* Allow MachineCSE to coalesce trivial subregister copies the same way that it ...Andrew Trick2013-12-17
* whitespaceAndrew Trick2013-12-17
* The preferred alignment defaults to the abi alignment. Omit if it is the same.Rafael Espindola2013-12-16
* On DataLayout, omit the default of p:64:64:64.Rafael Espindola2013-12-16
* Set has_asmparser in PowerPC/LLVMBuild.txtHal Finkel2013-12-16
* [Powerpc darwin] AsmParser Base implementation.Iain Sandoe2013-12-14
* Assume defaults to produce smaller datalayout strings.Rafael Espindola2013-12-13
* test commit.Iain Sandoe2013-12-13
* typo in commentGabor Greif2013-12-12
* Remove unused multiclass from PPCInstrInfo.tdHal Finkel2013-12-12
* Improve instruction scheduling for the PPC POWER7Hal Finkel2013-12-12
* Fix the PPC subsumes-predicate checkHal Finkel2013-12-11
* Prune redundant dependencies in LLVMBuild.txt.NAKAMURA Takumi2013-12-11
* Move PPC's getDataLayoutString out of line and document it better.Rafael Espindola2013-12-11
* on darwin<10, fallback to .weak_definition (PPC,X86)David Fang2013-12-10
* Add proper dependencies to LLVMBuild.txt in llvm/lib.NAKAMURA Takumi2013-12-10
* Remove the isImplicitlyPrivate argument of getNameWithPrefix.Rafael Espindola2013-12-05
* Correct word hyphenationsAlp Toker2013-12-05
* Remove PPCScoreboardHazardRecognizerHal Finkel2013-12-02
* Refactor the setting of PrivateGlobalPrefix.Rafael Espindola2013-12-02
* Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile.Rafael Espindola2013-12-02
* Remove dead code.Rafael Espindola2013-12-02
* Change the default of AsmWriterClassName and isMCAsmWriter.Rafael Espindola2013-12-02
* Refactor for clarity and efficiency.Rafael Espindola2013-12-02
* Add a scheduling model (with itinerary) for the PPC POWER7Hal Finkel2013-11-30
* Split some PPC itinerary classesHal Finkel2013-11-30
* Adjust PPC A2 input operand latenciesHal Finkel2013-11-29
* Create a PPC440 SchedMachineModelHal Finkel2013-11-29
* Fixup PPC440 load/store operand latenciesHal Finkel2013-11-29
* Adjust PPC440 operand latenciesHal Finkel2013-11-29