aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Hexagon/HexagonBitTracker.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-19[Hexagon] Handle J2_jumptpt and J2_jumpfpt instructionsKrzysztof Parzyszek1-0/+2
2016-08-16[Hexagon] Standardize next batch of pseudo instructionsKrzysztof Parzyszek1-3/+3
2016-08-11[Hexagon] Skip byval arguments when checking parameter attributesKrzysztof Parzyszek1-1/+3
2016-08-10[Hexagon] Use integer instructions for floating point immediatesKrzysztof Parzyszek1-4/+2
2016-08-03[Hexagon] Generate COPY/REG_SEQUENCE more aggressively for vectorsKrzysztof Parzyszek1-0/+2
2016-07-28MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun1-1/+1
2016-07-26[Hexagon] Bitwise operations for insert/extract word not simplifiedKrzysztof Parzyszek1-6/+15
2016-07-12Hexagon: Avoid implicit iterator conversions, NFCDuncan P. N. Exon Smith1-38/+39
2016-02-23CodeGen: TII: Take MachineInstr& in predicate API, NFCDuncan P. N. Exon Smith1-1/+1
2015-11-26[Hexagon] HVX vector register classes and more isel patternsKrzysztof Parzyszek1-0/+2
2015-10-20[Hexagon] Capture aggregate variables by reference, not valueKrzysztof Parzyszek1-1/+1
2015-07-18[Hexagon] Use composition instead of inheritance from STL typesBenjamin Kramer1-15/+14
2015-07-13[Hexagon] Move BitTracker into the llvm namespace and remove redundant qualif...Benjamin Kramer1-4/+5
2015-07-07[Hexagon] Fix unused variable warnings in NDEBUG build caused by r241595Krzysztof Parzyszek1-6/+3
2015-07-07[Hexagon] Implement bit-tracking facility with specifics for HexagonKrzysztof Parzyszek1-0/+1176