Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-08-05 | Have MachineFunction cache a pointer to the subtarget to make lookups | Eric Christopher | 1 | -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-04 | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 1 | -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 Topper | 1 | -1/+1 | |
class. llvm-svn: 203220 | |||||
2013-03-25 | Add a GC plugin for Erlang | Yiannis Tsiouris | 1 | -0/+81 | |
llvm-svn: 177867 |