OSDN Git Service

Sort the remaining #include lines in include/... and lib/....
[android-x86/external-llvm.git] / include / llvm / CodeGen / LiveRegUnits.h
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-02-17 Eugene Zelenko[CodeGen] Fix some Clang-tidy modernize and Include...
2017-01-21 Matthias BraunLiveRegUnits: Add accumulateBackward() function
2017-01-20 Matthias BraunRevert "LiveRegUnits: Add accumulateBackward() function"
2017-01-20 Matthias BraunLiveRegUnits: Add accumulateBackward() function
2017-01-20 Matthias BraunCodeGen: Add/Factor out LiveRegUnits class; NFCI
2016-08-19 Matthias BraunRevert "RegScavenging: Add scavengeRegisterBackwards()"
2016-08-18 Matthias BraunCodeGen: Add/Factor out LiveRegUnits class; NFCI
2013-12-14 Juergen RibutzkaConvert register liveness tracking to work on a sub...
2013-12-13 Andrew TrickRevert "Convert liveness tracking to work on a sub...
2013-12-13 Andrew TrickConvert liveness tracking to work on a sub-register...
2013-10-14 Andrew TrickLiveRegUnits: Use *MBB for consistency and convenience.
2013-10-14 Andrew TrickUse a SparseSet in LiveRegUnits.
2013-10-14 Andrew TrickMove LiveRegUnits implementation into .cpp. Comment...
2013-10-14 Andrew TrickRemove extra indentation in LiveRegUnits.
2013-10-14 Andrew TrickConvert LiveRegUnits methods to the current convention...
2013-10-11 Matthias BraunIntroduce ad hoc liveness tracking utility: LiveRegUnits