Replace uses of ARMBaseInstrInfo and ARMTargetMachine with the Base versions.
[oota-llvm.git] / lib / Target / PTX /
2012-03-24 Justin HolewinskiPTX: Fix predicate logic bug
2012-03-23 Benjamin KramerMove ftostr into its last user (cppbackend) and simplif...
2012-03-22 Craig TopperRemove some unnecessary forward declarations.
2012-03-19 Chris Lattnerfix a build failure with libc++
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2012-03-05 Jim GrosbachMake MCRegisterInfo available to the the MCInstPrinter.
2012-03-04 Craig TopperUse uint16_t to store registers in callee saved registe...
2012-02-28 Evan ChengRe-commit r151623 with fix. Only issue special no-retur...
2012-02-28 Daniel DunbarRevert r151623 "Some ARM implementaions, e.g. A-series...
2012-02-28 Evan ChengSome ARM implementaions, e.g. A-series, does return...
2012-02-22 Craig TopperMake all pointers to TargetRegisterClass const since...
2012-02-21 Andrew TrickClear virtual registers after they are no longer refere...
2012-02-19 Ahmed CharlesRemove dead code. Improve llvm_unreachable text. Simpli...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-02-15 Andrew TrickAdded TargetPassConfig::disablePass/substitutePass...
2012-02-10 Andrew TrickPTX no longer needs to provide its own backend.
2012-02-10 Andrew TrickRegAlloc superpass: includes phi elimination, coalescin...
2012-02-08 Andrew TrickCodegen pass definition cleanup. No functionality.
2012-02-08 Andrew TrickMove pass configuration out of pass constructors: Stack...
2012-02-08 Andrew TrickMove pass configuration out of pass constructors: PostR...
2012-02-08 Andrew TrickMove pass configuration out of pass constructors: Branc...
2012-02-08 Andrew TrickAdded TargetPassConfig::setOpt
2012-02-08 Andrew TrickMove pass configuration out of pass constructors: TailD...
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-06 Andrew TrickAdd TargetPassConfig to the PassManager for use inside...
2012-02-04 Andrew TrickTargetPassConfig: confine the MC configuration to Targe...
2012-02-03 Andrew TrickAdded TargetPassConfig. The first little step toward...
2012-01-27 Jim GrosbachBetter diagnostic for malformed .org assembly directive.
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-10 Benjamin KramerFix some leftover control reaches end of non-void funct...
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2012-01-10 Rafael EspindolaRemove the logging streamer.
2012-01-07 Rafael EspindolaSplit Finish into Finish and FinishImpl to have a commo...
2011-12-27 Benjamin KramerClean up some Release build warnings.
2011-12-20 Chandler CarruthFix up the CMake build for the new files added in r1469...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-12 Daniel DunbarLLVMBuild: Introduce a common section which currently...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-12-06 Evan ChengFirst chunk of MachineInstr bundle support.
2011-12-06 Justin HolewinskiPTX: Continue to fix up the register mess.
2011-12-06 Justin HolewinskiPTX: Encode registers as unsigned values in the MC...
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-26 Benjamin KramerMove code into anonymous namespaces.
2011-11-16 Evan ChengSink codegen optimization level into MCCodeGenInfo...
2011-11-14 Justin HolewinskiPTX: Let LLVM use loads/stores for all mem* intrinsics...
2011-11-12 Daniel Dunbarbuild: Attempt to rectify inconsistencies between CMake...
2011-11-11 Dan Baileyallow non-device function calls in PTX when natively...
2011-11-11 Dan Baileyadd rules in tabgen for PTX COPY_ADDRESS of frameindex
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-08 Pete CooperAdded invariant field to the DAG.getLoad method and...
2011-11-07 Benjamin KramerSimplify code. No functionality change.
2011-11-04 Daniel Dunbarbuild/cmake: Use tblgen macro directly instead of llvm_...
2011-11-03 Dan Baileyfixed global array handling for ptx to use the correct...
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-10-18 Justin HolewinskiPTX: Fix disabling of MAD instruction selection
2011-10-17 Nick LewyckyAdd support for a new extension to the .file directive:
2011-10-09 Justin HolewinskiPTX: Print .ptr kernel attributes if PTX version >...
2011-10-06 Justin HolewinskiPTX: Implement signed division
2011-10-06 Peter CollingbourneBuild system infrastructure for multiple tblgens.
2011-10-05 Justin HolewinskiPTX: Fixup a case where getRegClassFor() should be...
2011-10-05 Duncan SandsEnsure OpCode is not used uninitialized.
2011-10-05 Duncan SandsComment out a variable that is only used in commented...
2011-10-05 Duncan SandsRemove a bunch of unused variables in the PTX backend...
2011-09-30 Justin HolewinskiPTX: Various stylistic and code readability changes...
2011-09-30 Justin HolewinskiPTX: Add programmable rounding mode specifier for int...
2011-09-30 Justin HolewinskiPTX: Attempt to cleanup/unify the handling of FP roundi...
2011-09-29 Justin HolewinskiPTX: Fix broken shared library build
2011-09-29 Justin HolewinskiPTX: Add new patterns for bitconvert and any_extend
2011-09-28 Justin HolewinskiPTX: Fix alignment logic
2011-09-28 Justin HolewinskiPTX: MC-ize the PTX backend (patch 2 of N)
2011-09-28 Justin HolewinskiPTX: MC-ize the PTX back-end (patch 1 of N)
2011-09-28 Benjamin KramerPTX: Simplify code. No functionality change.
2011-09-28 Benjamin KramerPTX: Pass param name strings per const reference.
2011-09-27 Justin HolewinskiPTX: Fix case where printed alignment could be 0
2011-09-27 Justin HolewinskiPTX: Use external symbols to keep track of params and...
2011-09-27 Justin HolewinskiPTX: Add support for sitofp in backend
2011-09-26 Justin HolewinskiPTX: Fix memcpy intrinsic to handle 64-bit pointers
2011-09-26 Justin HolewinskiPTX: Implement PTXSelectionDAGInfo
2011-09-26 Justin HolewinskiPTX: Implement ISD::ANY_EXTEND
2011-09-26 Justin HolewinskiPTX: Fix detection of stack load/store vs. global load...
2011-09-26 Justin HolewinskiPTX: SM > 2.0 implies +double
2011-09-26 Justin HolewinskiPTX: Fix some lingering issues with stack allocation
2011-09-26 Justin HolewinskiPTX: Split up the TableGen instruction definitions...
2011-09-26 Justin HolewinskiPTX: Unify handling of loads/stores
2011-09-26 Justin HolewinskiPTX: Handle FrameIndex nodes
2011-09-25 Jakob Stoklund OlesenClean up code after renaming LowerSubregs -> ExpandPost...
2011-09-23 Justin HolewinskiPTX: Fix parameter order bug
2011-09-23 Justin HolewinskiPTX: Cleanup unused code in PTXMachineFunctionInfo
2011-09-23 Justin HolewinskiPTX: Fix another 80-column violation
2011-09-23 Justin HolewinskiPTX: Handle function call return values
2011-09-23 Justin HolewinskiPTX: Start fixing function calls
2011-09-23 Justin HolewinskiPTX: Remove PTX calling convention files
2011-09-23 Justin Holewinski[PATCH 2/2] PTXInstrInfo.td PTXIntrinsicInstrInfo.td...
2011-09-23 Justin HolewinskiPTX: Generalize handling of .param types
2011-09-23 Justin HolewinskiPTX: Cleanup unused code in the PTXMFInfoExtract pass
2011-09-22 Justin HolewinskiPTX: Remove physical register defs
next