Fix relocation selection for foo-. on mips.
[oota-llvm.git] / lib / Target / Mips / Mips16ISelDAGToDAG.cpp
2015-04-28 Sergey DmitroukReapply r235977 "[DebugInfo] Add debug locations to...
2015-04-28 Daniel JasperRevert "[DebugInfo] Add debug locations to constant...
2015-04-28 Sergey Dmitrouk[DebugInfo] Add debug locations to constant SD nodes
2015-01-29 Eric ChristopherRemove most of the TargetMachine::getSubtarget/getSubta...
2014-11-21 Craig TopperRemove a bunch of unnecessary typecasts to 'const Targe...
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-18 Eric ChristopherFundamentally change the MipsSubtarget replacement...
2014-07-10 Eric ChristopherMake it possible for the Subtarget to change between...
2014-05-12 Daniel Sanders[mips] Replace FeatureFPIdx with FeatureMips4_32r2
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-04 Chandler Carruth[Modules] Move CFG.h to the IR library as it defines...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-09-18 Reed KotlerFix two issues regarding Got pointer (GP) setup.
2013-06-19 Bill WendlingAccess the TargetLoweringInfo from the TargetMachine...
2013-06-06 Bill WendlingCache the TargetLowering info object as a pointer.
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 2/4.
2013-04-19 Michael LiaoArrayRefize getMachineNode(). No functionality change.
2013-04-09 Reed KotlerThis patch enables llvm to switch between compiling...
2013-03-14 Akira Hatanaka[mips] Rename functions and variables to start with...
2013-03-14 Akira Hatanaka[mips] Define two subclasses of MipsDAGToDAGISel. Mips1...