Remove the TargetMachine forwards for TargetSubtargetInfo based
[oota-llvm.git] / lib / Target / ARM / MLxExpansionPass.cpp
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
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-13 Owen AndersonPhase 2 of the great MachineRegisterInfo cleanup. ...
2014-03-11 Owen AndersonRange-ify a loop.
2014-03-10 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-09-29 Bob WilsonAdd LLVM support for Swift.
2012-09-13 Silviu BarangaThis patch introduces A15 as a target in LLVM.
2012-05-07 Jakob Stoklund OlesenAdd an MF argument to TRI::getPointerRegClass() and...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2011-12-14 Evan Cheng- Add MachineInstrBundle.h and MachineInstrBundle.cpp...
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-06-27 Evan ChengMore refactoring. Move getRegClass from TargetOperandIn...
2011-04-19 Bob WilsonThis patch combines several changes from Evan Cheng...
2011-02-22 Evan ChengVFP single precision arith instructions can go down...
2010-12-05 Evan ChengEliminate unneeded #include's.
2010-12-05 Evan ChengRemove an unused variable.
2010-12-05 Evan ChengMaking use of VFP / NEON floating point multiply-accumu...