summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/MCTargetDesc
Commit message (Expand)AuthorAge
* Merge in r168799 (PPC bug fix).Hal Finkel2012-11-29
* Merge in PPC internal-as fixes: r167861, r167862, r167863, r167875, r167860, ...Hal Finkel2012-11-20
* This patch fixes the MC object emission of 'nop' for external function callsAdhemerval Zanella2012-10-25
* Initial TOC support for PowerPC64 object creationAdhemerval Zanella2012-10-25
* PowerPC: Fix object creation with PPC::MTCRF8 instructionAdhemerval Zanella2012-10-08
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-18
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-15
* Enable exceptions handling on PPC64 now that cr misaligned spillingRoman Divacky2012-09-12
* MC: Overhaul handling of .lcommBenjamin Kramer2012-09-07
* Revert r162034, r162035 and r162037.Roman Divacky2012-08-16
* Define and handle additional fixup kinds. By Adhemerval Zanella.Roman Divacky2012-08-16
* Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach2012-05-15
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-02
* Prune some includes and forward declarations.Craig Topper2012-03-26
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-17
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-05
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* Widen the instruction encoder that TblGen emits to a 64 bits, which should ac...Owen Anderson2012-01-24
* Tidy up. 80 columns.Jim Grosbach2012-01-18
* Tidy up. MCAsmBackend naming conventions.Jim Grosbach2012-01-18
* Fix an incomplete refactoring of the ppc backend. Thanks to rdivacky for repo...Rafael Espindola2011-12-22
* Fix cmake.Rafael Espindola2011-12-22
* Move PPC bits to lib/Target/PowerPC.Rafael Espindola2011-12-22
* Reduce the exposure of Triple::OSType in the ELF object writer. This willRafael Espindola2011-12-21
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-12
* MipsAsmBackend.cpp, PPCAsmBackend.cpp: Fix -Asserts build to appease msvc.NAKAMURA Takumi2011-12-06
* Move target-specific logic out of generic MCAssembler.Jim Grosbach2011-12-06
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-29
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-16
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-03
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-07
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-01
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Some refactoring so TargetRegistry.h no longer has to include any filesEvan Cheng2011-08-23
* Remove trailing semicolon.Roman Divacky2011-08-02
* Sketch out PowerPC ELF writer. This is enough to get clang -integrated-asRoman Divacky2011-08-02
* Set endianess and pointer size for PPC Linux. Bug noticed by Roman Divacky.Evan Cheng2011-08-01
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* Explicitly declare a library dependency of LLVM*Desc toOscar Fuentes2011-07-28
* Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to crea...Evan Cheng2011-07-26
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-26
* Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth2011-07-26
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-25
* Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng2011-07-25
* Code clean up.Evan Cheng2011-07-25
* Missed a file.Evan Cheng2011-07-25
* Refactor PPC target to separate MC routines from Target routines.Evan Cheng2011-07-25