aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/ErlangGC.cpp
AgeCommit message (Collapse)AuthorFilesLines
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher1-2/+1
shorter/easier and have the DAG use that to do the same lookup. This can be used in the future for TargetMachine based caching lookups from the MachineFunction easily. Update the MIPS subtarget switching machinery to update this pointer at the same time it runs. llvm-svn: 214838
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-1/+3
information and update all callers. No functional change. llvm-svn: 214781
2014-03-07[C++11] Add 'override' keyword to virtual methods that override their base ↵Craig Topper1-1/+1
class. llvm-svn: 203220
2013-03-25Add a GC plugin for ErlangYiannis Tsiouris1-0/+81
llvm-svn: 177867