summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC
Commit message (Expand)AuthorAge
...
* Add codegen support for vector select (in the IR this means a selectDuncan Sands2011-09-06
* Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands2011-09-06
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-01
* Set CR1EQ only when lowering vararg floating arguments (not any varargRoman Divacky2011-08-30
* Expand ATOMIC_LOAD and ATOMIC_STORE for architectures I don't know well enoug...Eli Friedman2011-08-29
* 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
* New approach to r136737: insert the necessary fences for atomic ops in platfo...Eli Friedman2011-08-03
* Remove trailing semicolon.Roman Divacky2011-08-02
* Sketch out PowerPC ELF writer. This is enough to get clang -integrated-asRoman Divacky2011-08-02
* Actually finish switching to the new system for Target sublibraryChandler Carruth2011-08-01
* 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
* Code generation for 'fence' instruction.Eli Friedman2011-07-27
* Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to crea...Evan Cheng2011-07-26
* Remove a file from CMakeLists.txt that Evan removed in r136027.Chandler Carruth2011-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
* Set PPCII::MO_DARWIN_STUB only on MacOSX < 10.5.Roman Divacky2011-07-24
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-23
* createXXXMCCodeGenInfo should be static.Evan Cheng2011-07-23
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-22
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-20
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-18
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-18
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng2011-07-15
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-14
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-14
* Most MCCodeEmitter's don't meed MCContext.Evan Cheng2011-07-11
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-11
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-09
* Add an intrinsic and codegen support for fused multiply-accumulate. The intentCameron Zwarich2011-07-08
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-08
* Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng2011-07-07
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-06
* Remove accidentaly left node from previous iteration of the patch.Roman Divacky2011-07-04
* Make the i64 and f64 be 64bit ABI aligned in the target description.Roman Divacky2011-07-03
* Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng2011-07-01
* Rename TargetSubtarget to TargetSubtargetInfo for consistency.Evan Cheng2011-07-01
* - Added MCSubtargetInfo to capture subtarget features and schedulingEvan Cheng2011-07-01
* Hide the call to InitMCInstrInfo into tblgen generated ctor.Evan Cheng2011-07-01
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-30