Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
[oota-llvm.git] / lib / Target / Hexagon / HexagonNewValueJump.cpp
2015-03-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
2015-03-09 Colin LeMahieu[Hexagon] Eliminating immediate condition set.
2015-03-09 Colin LeMahieu[Hexagon] Removing TFR_condset_ir/TFR_condset_ri modeling.
2015-02-09 Colin LeMahieu[Hexagon] Removing more V4 predicates since V4 is the...
2015-02-05 Colin LeMahieu[Hexagon] Renaming v4 compare-and-jump instructions.
2015-02-02 Eric ChristopherRemove #if'd code and update comment.
2014-12-12 Colin LeMahieu[Hexagon] Adding J class call instructions.
2014-12-10 Colin LeMahieu[Hexagon] Adding encodings for JR class instructions...
2014-11-26 Colin LeMahieu[Hexagon] Adding cmp* immediate form instructions.
2014-11-25 Colin LeMahieu[Hexagon] Adding C2_mux instruction.
2014-11-25 Colin LeMahieu[Hexagon] Replacing cmp* instructions with ones that...
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-05-13 Duncan SandsSuppress GCC compiler warnings in release builds about...
2013-05-06 Jyotsna VermaHexagon: Add multiclass/encoding bits for the New-Value...
2013-05-02 Jyotsna Vermareverting r180953
2013-05-02 Jyotsna VermaHexagon: Add multiclass/encoding bits for the New-Value...
2013-05-02 Jyotsna VermaHexagon: Honor __builtin_expect by using branch probabi...
2013-05-01 Jyotsna VermaHexagon: Use multiclass for Jump instructions.
2013-04-23 Jyotsna VermaHexagon: Remove assembler mapped instruction definitions.
2013-03-31 Duncan SandsThere is no longer any need to silence this compiler...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-08-22 Craig TopperAdd a getName function to MachineFunction. Use it in...
2012-06-09 Duncan SandsSilence a gcc-4.6 warning: GCC fails to understand...
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-05-16 Benjamin KramerHexagon: Remove unused command line option.
2012-05-12 Sirish PandeSupport for Hexagon feature, New Value Jump.
2012-04-23 Chandler CarruthRevert r155365, r155366, and r155367. All three of...
2012-04-23 Sirish PandeSupport for Hexagon architectural feature, new value...
2012-04-18 Chandler CarruthThis reverts a long string of commits to the Hexagon...
2012-04-13 Sirish PandeRemove iostream from New Value Jump.
2012-04-13 Sirish PandeAdd support for Hexagon Architectural feature, New...