aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Hexagon/BitTracker.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-19[Hexagon] Remove unnecessary llvm::, NFCKrzysztof Parzyszek1-1/+1
2016-08-03[Hexagon-ish] Add function to print cell map contents in bit trackerKrzysztof Parzyszek1-5/+8
2016-07-26[Hexagon] Rerun bit tracker on new instructions in RIEKrzysztof Parzyszek1-0/+9
2016-07-12Hexagon: Avoid implicit iterator conversions, NFCDuncan P. N. Exon Smith1-43/+41
2016-06-08Avoid copies of std::strings and APInt/APFloats where we only read from itBenjamin Kramer1-1/+1
2016-02-18[Hexagon] Fix compilation error with GCC 6Krzysztof Parzyszek1-66/+68
2015-11-07ADT: Remove last implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith1-1/+1
2015-10-20[Hexagon] Do not fall-through if there is no CFG edgeKrzysztof Parzyszek1-1/+1
2015-10-20Hexagon: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith1-2/+2
2015-08-27[WinEH] Add some support for code generating catchpadReid Kleckner1-1/+1
2015-07-18[Hexagon] Use composition instead of inheritance from STL typesBenjamin Kramer1-2/+2
2015-07-13[Hexagon] Move BitTracker into the llvm namespace and remove redundant qualif...Benjamin Kramer1-9/+4
2015-07-07[Hexagon] Fix unused variable warnings in NDEBUG build caused by r241595Krzysztof Parzyszek1-6/+5
2015-07-07[Hexagon] Implement bit-tracking facility with specifics for HexagonKrzysztof Parzyszek1-0/+1133