Move global variables in TargetMachine into new TargetOptions class. As an API
[oota-llvm.git] / lib / Target / PowerPC /
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-12-02 Hal Finkelremove unneeded FIXME comment
2011-12-02 Hal Finkelupdate PPC 940 hazard rec. to function in postRA mode
2011-12-01 Eli FriedmanSmall fix for assembler generation on Darwin PPC64...
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-22 Hal Finkeladd basic PPC register-pressure feedback; adjust the...
2011-11-16 Evan ChengSink codegen optimization level into MCCodeGenInfo...
2011-11-15 Jay FoadMake use of MachinePointerInfo::getFixedStack. This...
2011-11-15 Jay FoadRemove some unnecessary includes of PseudoSourceValue.h.
2011-11-12 Daniel Dunbarbuild: Attempt to rectify inconsistencies between CMake...
2011-11-11 Daniel DunbarLLVMBuild: Add explicit information on whether targets...
2011-11-10 Daniel Dunbarllvm-build: Add --native-target and --enable-targets...
2011-11-10 Daniel Dunbarllvm-build: Add an explicit component type to represent...
2011-11-09 Devang PatelRemove unnecessary include.
2011-11-08 Pete CooperAdded invariant field to the DAG.getLoad method and...
2011-11-08 NAKAMURA TakumiPPCInstrInfo.cpp: Fix one "unused" warning.
2011-11-04 Daniel Dunbarbuild/cmake: Use tblgen macro directly instead of llvm_...
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-10-29 Benjamin KramerPPC: Disable moves for all CR subregisters.
2011-10-26 Lang HamesRename NonScalarIntSafe to something more appropriate.
2011-10-21 Richard SmithFix unused variable warning.
2011-10-20 Dan GohmanDisable the PPC hazard recognizer. It currently only...
2011-10-17 Hal FinkelRevert change to function alignment b/c existing logic...
2011-10-17 Hal FinkelRemove >80-col line and unicode
2011-10-17 Hal FinkelInstructions for Book E PPC should be word aligned...
2011-10-17 Hal FinkelAdd PPC 440 scheduler and some associated tests (new...
2011-10-17 Hal FinkelAdd PPC 440 scheduler and some associated tests
2011-10-14 Hal FinkelAdd an implementation of the CanLowerReturn function...
2011-10-14 Hal Finkelinitial test commit (remove whitespace)
2011-10-06 Peter CollingbourneBuild system infrastructure for multiple tblgens.
2011-10-04 Jakob Stoklund OlesenTeach PPCInstrInfo to handle sub-classes.
2011-09-21 Owen AndersonThese do not need to be conditional on the presence...
2011-09-21 Owen AndersonIn the disassembler C API, be careful not to confuse...
2011-09-15 Owen AndersonDon't attach annotations to MCInst's. Instead, have...
2011-09-07 James MolloyRefactor instprinter and mcdisassembler to take a Subta...
2011-09-06 Duncan SandsAdd codegen support for vector select (in the IR this...
2011-09-06 Duncan SandsSplit the init.trampoline intrinsic, which currently...
2011-09-01 Benjamin KramerDon't drop alignment info on local common symbols.
2011-08-30 Roman DivackySet CR1EQ only when lowering vararg floating arguments...
2011-08-29 Eli FriedmanExpand ATOMIC_LOAD and ATOMIC_STORE for architectures...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-23 Evan ChengSome refactoring so TargetRegistry.h no longer has...
2011-08-03 Eli FriedmanNew approach to r136737: insert the necessary fences...
2011-08-02 Roman DivackyRemove trailing semicolon.
2011-08-02 Roman DivackySketch out PowerPC ELF writer. This is enough to get...
2011-08-01 Chandler CarruthActually finish switching to the new system for Target...
2011-08-01 Evan ChengSet endianess and pointer size for PPC Linux. Bug notic...
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-28 Oscar FuentesExplicitly declare a library dependency of LLVM*Desc to
2011-07-27 Eli FriedmanCode generation for 'fence' instruction.
2011-07-26 Evan ChengRename createCodeEmitter to createMCCodeEmitter; create...
2011-07-26 Chandler CarruthRemove a file from CMakeLists.txt that Evan removed...
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...
2011-07-26 Chandler CarruthClean up a pile of hacks in our CMake build relating...
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-25 Evan ChengSeparate MCInstPrinter registration from AsmPrinter...
2011-07-25 Evan ChengCode clean up.
2011-07-25 Evan ChengMissed a file.
2011-07-25 Evan ChengRefactor PPC target to separate MC routines from Target...
2011-07-24 Roman DivackySet PPCII::MO_DARWIN_STUB only on MacOSX < 10.5.
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
2011-07-23 Evan ChengcreateXXXMCCodeGenInfo should be static.
2011-07-22 Evan ChengCombine all MC initialization routines into one. e...
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-15 Evan ChengMove some parts of TargetAsmInfo down to MCAsmInfo...
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-14 Evan ChengNext round of MC refactoring. This patch factor MC...
2011-07-11 Evan ChengMost MCCodeEmitter's don't meed MCContext.
2011-07-11 Evan Cheng- Eliminate MCCodeEmitter's dependency on TargetMachine...
2011-07-09 Evan ChengChange createAsmParser to take a MCSubtargetInfo instea...
2011-07-08 Cameron ZwarichAdd an intrinsic and codegen support for fused multiply...
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
2011-07-07 Evan ChengCompute feature bits at time of MCSubtargetInfo initial...
2011-07-06 Evan ChengcreateMCInstPrinter doesn't need TargetMachine anymore.
2011-07-04 Roman DivackyRemove accidentaly left node from previous iteration...
2011-07-03 Roman DivackyMake the i64 and f64 be 64bit ABI aligned in the target...
2011-07-01 Evan ChengRename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc...
2011-07-01 Evan ChengRename TargetSubtarget to TargetSubtargetInfo for consi...
2011-07-01 Evan Cheng- Added MCSubtargetInfo to capture subtarget features...
2011-07-01 Evan ChengHide the call to InitMCInstrInfo into tblgen generated...
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-06-29 Evan ChengSink SubtargetFeature and TargetInstrItineraries (renam...
2011-06-28 Evan ChengMove CallFrameSetupOpcode and CallFrameDestroyOpcode...
2011-06-28 Evan ChengHide more details in tablegen generated MCRegisterInfo...
2011-06-28 Evan ChengMerge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-06-28 Roman DivackyImplement ISD::VAARG lowering on PPC32.
2011-06-27 Evan ChengMerge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc...
2011-06-24 Jim GrosbachRefactor MachO relocation generaration into the Target...
2011-06-24 Evan ChengStarting to refactor Target to separate out code that...
2011-06-20 Roman DivackyDon't apply on PPC64 the 32bit ADDIC optimizations...
2011-06-17 Roman DivackyFix a few places where 32bit instructions/registerset...
2011-06-15 Jakob Stoklund OlesenUse set operations instead of plain lists to enumerate...
2011-06-15 Roman DivackyMake PPC64CompilationCallback compilable no non-darwin...
2011-06-14 Eli FriedmanPR10136: fix PPCTargetLowering::LowerCall_SVR4 so that...
2011-06-09 Roman DivackyFix emission of PPC64 assembler on non-darwin platforms...
next