aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaTargetMachine.h
AgeCommit message (Expand)Author
2008-03-11Use PassManagerBase instead of FunctionPassManager for functionsDan Gohman
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-07-20Added -print-emitted-asm to print out JIT generated asm to cerr.Evan Cheng
2007-02-08Added new method to add a "simple" code emitter. That is, to only addBill Wendling
2006-10-11Jimptables working again on alpha.Andrew Lenharth
2006-09-071. Remove condition on delete.Jim Laskey
2006-09-07Make target asm info a property of the target machine.Jim Laskey
2006-09-04Completely rearchitect the interface between targets and the pass manager.Chris Lattner
2006-05-12Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson
2006-05-03Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson
2006-03-23Eliminate IntrinsicLowering from TargetMachine.Chris Lattner
2005-11-08Add a new option to indicate we want the code generator to emit code quickly,...Chris Lattner
2005-09-29begining alpha subtarget supportAndrew Lenharth
2005-09-011. Use SubtargetFeatures in llc/lli.Jim Laskey
2005-07-22Alpha JIT (beta)Andrew Lenharth
2005-06-25Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFileChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-02-04Make file header comment consistent: extend the whole 80 cols to fill the lineMisha Brukman
2005-02-01try to match alpha patternAndrew Lenharth
2005-01-24Clean ups, and taught the instruction selector about immediate formsAndrew Lenharth
2005-01-24Alpha JIT pruneAndrew Lenharth
2005-01-22Let me introduce you to the early stages of the llvm backend for the alpha pr...Andrew Lenharth