aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/CBackend/CTargetMachine.h
AgeCommit message (Expand)Author
2006-06-16Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner
2006-05-12Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson
2006-05-03Fix a bug in Owen's checkin that broke the CBE on all non sparc v9 platforms.Chris Lattner
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-011. Use SubtargetFeatures in llc/lli.Jim Laskey
2005-06-25Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFileChris Lattner
2005-04-20Remove trailing whitespace, patch by Markus Oberhumer.Misha Brukman
2004-07-11Auto-registrate targetChris Lattner
2004-06-02Stubs are no longer neededChris Lattner
2004-03-03SPECIFY a target data to initialize the CBE target with. Until now we haveChris Lattner
2004-03-01TargetCacheInfo has been removed; its only uses were to propagate a constantBrian Gaeke
2004-02-13Convert the C backend into a target, for use with LLC. This allows us to useChris Lattner