aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Hexagon/HexagonSplitConst32AndConst64.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-25MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun1-1/+1
2016-08-10[Hexagon] Simplify the SplitConst32/64 passKrzysztof Parzyszek1-65/+29
2016-08-10[Hexagon] Use integer instructions for floating point immediatesKrzysztof Parzyszek1-26/+6
2016-07-12Hexagon: Avoid implicit iterator conversions, NFCDuncan P. N. Exon Smith1-25/+28
2016-04-21[Hexagon] Expand handling of the small-data/bss sectionKrzysztof Parzyszek1-1/+1
2016-04-18[NFC] Header cleanupMehdi Amini1-4/+0
2016-04-04Add MachineFunctionProperty checks for AllVRegsAllocated for target passesDerek Schuff1-0/+4
2015-10-20Hexagon: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith1-1/+1
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-06-15[Hexagon] Moving pass declarations out of header and in to implementation fil...Colin LeMahieu1-0/+5
2015-04-22[Hexagon] Use A2_tfrsi for constant pool and jump table addressesKrzysztof Parzyszek1-13/+2
2015-03-09[Hexagon] Removing old halfword codegen instructions and updating const32/64 ...Colin LeMahieu1-44/+41
2015-02-05[Hexagon] Factoring out a class for immediate transfers and cleaning up forma...Colin LeMahieu1-2/+2
2015-02-02Migrate the HexagonSplitConst32AndConst64 pass from TargetMachineEric Christopher1-12/+8
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-7/+8
2014-05-21Remove getTargetLowering from TargetPassConfig as the target loweringEric Christopher1-1/+8
2014-05-21Remove unused member variable from hexagon pass.Eric Christopher1-4/+3
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper1-2/+2
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-2/+2
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-5/+5
2013-08-21Remove use of forbidden 'iostream' header.Bill Wendling1-13/+11
2013-05-07Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma1-0/+176
2013-05-07Reverting r181331.Jyotsna Verma1-176/+0
2013-05-07Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma1-0/+176