OSDN Git Service

Sort the remaining #include lines in include/... and lib/....
[android-x86/external-llvm.git] / lib / Target / AVR / AVRTargetMachine.cpp
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-05-30 Matthias BraunTargetPassConfig: Keep a reference to an LLVMTargetMach...
2016-12-14 Dylan McKay[AVR] Add a function instrumentation pass
2016-12-13 Dylan McKay[AVR] Add an 'relax memory operation' pass
2016-12-07 Dylan McKay[AVR] Allow loading from stack slots where src and...
2016-11-16 Dylan McKay[AVR] Remove unused method from AVRTargetMachine
2016-11-16 Dylan McKay[AVR] Add the pseudo instruction expansion pass
2016-11-07 Dylan McKay[AVR] Enable the ISel, frame analyzer, and alloca passes
2016-10-09 Mehdi AminiMove the global variables representing each Target...
2016-09-28 Dylan McKay[AVR] Update the data layout
2016-05-20 Dylan McKay[AVR] Fix signuature of AVRTargetMachine constructor
2016-05-18 Dylan McKay[AVR] Fix a few compile errors
2016-05-10 Matthias BraunCodeGen: Move TargetPassConfig from Passes.h to an...
2016-05-06 Dylan McKay[AVR] Add a majority of the backend code
2015-11-12 Dylan McKayAdd AVR backend skeleton