Add the Object Code Emitter class. Original patch by Aaron Gray, I did some
[oota-llvm.git] / include / llvm / Target / TargetMachine.h
2009-07-06 Bruno Cardoso LopesAdd the Object Code Emitter class. Original patch by...
2009-06-15 Anton KorobeynikovAddress more comments :)
2009-06-15 Anton KorobeynikovDocument ABIType enum. Patch by Sandeep Patel!
2009-06-08 Anton KorobeynikovThe attached patches implement most of the ARM AAPCS...
2009-05-30 Bruno Cardoso LopesFirst patch in the direction of splitting MachineCodeEm...
2009-04-30 Bill WendlingRemove unused flags.
2009-04-29 Bill WendlingRemove LTO optimization level.
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-02-05 Dale JohannesenReapply 63765. Patches for clang and llvm-gcc to follow.
2009-02-04 Dale JohannesenReverting 63765. This broke the build of both clang
2009-02-04 Nate BegemanNew feature: add support for target intrinsics being...
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-09-25 Dan GohmanRefactor the code that adds standard LLVM codegen passe...
2008-09-08 Bill WendlingAccidental commit of partial 'stack canaries' code
2008-09-08 Bill WendlingReverting r55898 to r55909. One of these patches was...
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-05-29 Dan GohmanPrune and tidy #includes.
2008-05-19 Bill WendlingRemove warnings about unused parameters and shadowed...
2008-04-23 Anton KorobeynikovAdd facility for pre-RA passes
2008-03-11 Dan GohmanUse PassManagerBase instead of FunctionPassManager...
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-01-07 Chris Lattnerrename TargetInstrDescriptor -> TargetInstrDesc.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-11-19 Dan GohmanRemove meaningless qualifiers from return types, avoidi...
2007-07-30 Dan GohmanFix the comments for the 'fast' parameter in addPassesT...
2007-07-20 Evan ChengAdded -print-emitted-asm to print out JIT generated...
2007-05-29 Dale JohannesenMake stable_sort in tail merging actually be stable...
2007-05-25 Devang PatelDisable Tail Merging for now.
2007-05-22 Dale Johannesenname change requested by review of previous patch
2007-05-22 Dale JohannesenMake tail merging the default, except on powerPC. ...
2007-02-08 Bill WendlingAdded new method to finish up the addition of passes...
2007-01-27 Bill WendlingAccessor for the TargetELFWriterInfo class object.
2007-01-24 Bill WendlingA virtual method to return the TargetMachOWriterInfo...
2007-01-17 Bill WendlingRevert patch.
2007-01-17 Bill WendlingThe TargetObjInfo object goes here.
2006-09-07 Jim Laskey1. Remove condition on delete.
2006-09-07 Jim LaskeyMake target asm info a property of the target machine.
2006-09-04 Chris LattnerCompletely rearchitect the interface between targets...
2006-09-03 Chris LattnerEliminate target name.
2006-07-26 Chris LattnerRename RelocModel::PIC to PIC_, to avoid conflicts...
2006-07-06 Evan ChengAdded option -code-model to set code model (only used...
2006-05-12 Owen AndersonRefactor a bunch of includes so that TargetMachine...
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-04-20 Chris LattnerRemove some obsolete interfaces
2006-03-23 Chris LattnerEliminate IntrinsicLowering from TargetMachine.
2006-03-13 Evan ChengAdded getTargetLowering() - returns DAG lowering info.
2006-02-22 Evan Cheng- Added option -relocation-model to set relocation...
2005-11-08 Chris LattnerAdd a new option to indicate we want the code generator...
2005-11-01 Jim LaskeyAllow itineraries to be passed through the Target Machine.
2005-08-05 Chris LattnerSince getSubtarget() always provides a const Subtarget...
2005-07-27 Jeff CohenEliminate tabs and trailing spaces.
2005-07-12 Nate BegemanClean up and add comments to the newly implemented...
2005-07-12 Nate BegemanImplement Subtarget support
2005-06-25 Chris Lattneradd some new file types
2005-06-25 Chris Lattnerrefactor these interfaces a bit
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-08-10 Misha BrukmanAdd new constructor.
2004-07-23 Misha Brukman* Add a BoolAlignment field to TargetData, default...
2004-07-11 Chris LattnerAdd two new "virtual static" methods to the TargetMachi...
2004-07-01 Misha Brukman* Doxygenify comments
2004-06-03 Brian GaekeCollapse together the abstract superclass TargetRegInfo...
2004-06-02 Chris LattnerDelete the V9 specific findOptimalStorageSize method...
2004-03-03 Chris LattnerAdd a new constructor
2004-03-01 Brian GaekeTargetCacheInfo has been removed; its only uses were...
2003-12-28 Chris LattnerClean up a lot of the code I added yesterday by exposin...
2003-12-20 Chris LattnerRip JIT specific stuff out of TargetMachine, as per...
2003-12-12 Chris LattnerAdd new getJITStubForFunction method, which may optiona...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-20 Brian GaekeMake replaceMachineCodeForFunction return void.
2003-10-17 Brian GaekeAdd stub version of replaceMachineCodeForFunction....
2003-09-30 Chris LattnerStandardize header file comments
2003-09-01 Chris LattnerNo longer require an OptInfo
2003-08-15 Chris LattnerRemove extraneous #include
2003-08-13 Brian GaekeaddPassesToJITCompile and addPassesToEmitMachineCode...
2003-06-03 Chris LattnerRemove noncopyableV base classes, as they were confusin...
2003-04-26 Chris LattnerRemove two fields from TargetData which are target...
2003-01-13 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2002-12-29 Chris LattnerMore renamings of Target/Machine*Info to Target/Target...
2002-12-29 Chris LattnerRename MachineOptInfo to TargetoptInfo
2002-12-28 Chris Lattner* doxygenize comment
2002-12-24 Chris LattnerAllow the target machines to specify endianness and...
2002-12-04 Chris LattnerExpose target data through a method for uniformity
2002-12-02 Chris LattnerThe hopefully final version of addPassesToEmitMachineCo...
2002-12-02 Chris LattnerAdd comment about ownership semantics
2002-12-02 Chris LattnerAdd stub to emit machine code for JIT
2002-11-20 Misha BrukmanMRegisterInfo.h - Added prototypes for functions we...
2002-10-30 Chris LattnerAdd new optional getRegisterInfo to TargetMachine
2002-10-29 Chris LattnerEliminate virtual methods that are sparc specific
2002-10-29 Chris Lattner* Privatize the TargetName
2002-10-29 Chris LattnerAllow TargetMachine to refuse static code gen
2002-10-29 Chris LattnerAdd hook for JIT compiler
2002-10-28 Chris Lattner* Doxygenify comments
2002-09-20 Vikram S. AdveAdded class MachineOptInfo as interface to target-specific
2002-09-16 Vikram S. Adve*** empty log message ***
2002-05-19 Vikram S. AdveAdded parameter IntRegSize for standard general-purpose...
next