Move to a private function to initialize subtarget dependencies
[oota-llvm.git] / lib / Target / ARM / ARMTargetMachine.h
2014-06-13 Eric ChristopherMove to a private function to initialize subtarget...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-21 Benjamin Kramer[C++11] Replace OwningPtr with std::unique_ptr in place...
2014-04-03 Jim GrosbachTidy up. 80 columns.
2014-04-01 Christian PirkerARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble...
2014-03-28 Christian PirkerAdd ARM big endian Target (armeb, thumbeb)
2014-03-10 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2013-01-29 Renato GolinAdding simple cast cost to ARM
2013-01-07 Jim GrosbachARM: Copy-paste error.
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-11 Evan ChengReplace TargetLowering::isIntImmLegal() with
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-10-28 Rafael EspindolaRemove TargetELFWriterInfo.
2012-10-18 Nadav RotemReapply the TargerTransformInfo changes, minus the...
2012-10-18 Bob WilsonTemporarily revert the TargetTransform changes.
2012-10-10 Nadav RotemAdd a new interface to allow IR-level passes to access...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-02-04 Andrew TrickTargetPassConfig: confine the MC configuration to Targe...
2012-02-03 Andrew TrickAdded TargetPassConfig. The first little step toward...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-11-16 Evan ChengSink codegen optimization level into MCCodeGenInfo...
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-07 Evan ChengFactor ARM triple parsing out of ARMSubtarget. Another...
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2010-11-15 Anton KorobeynikovFirst step of huge frame-related refactoring: move...
2010-10-03 Rafael EspindolaJim Asked us to move DataLayout on ARM back to the...
2010-09-27 Daniel DunbarHard to imagine there are still people using inferior...
2010-09-27 Rafael EspindolaOdd additional stub framework for the ARM MC ELF emission.
2010-09-10 Evan ChengTeach if-converter to be more careful with predicating...
2010-07-24 Anton KorobeynikovHook in GlobalMerge pass
2010-05-11 Dan GohmanImplement a bunch more TargetSelectionDAGInfo infrastru...
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-04-07 Anton KorobeynikovRemove late ARM codegen optimization pass committed...
2010-04-07 Anton KorobeynikovSome initial version of global merger
2010-03-19 Jeffrey YasskinRemove a memory leak from ThumbTargetMachine.
2010-02-02 Chris Lattnerremove dead code.
2010-02-02 Chris Lattnereliminate all the dead addSimpleCodeEmitter implementat...
2009-10-25 Jim Grosbachof -> or
2009-09-30 Evan ChengAdd a option which would move ld/st multiple pass befor...
2009-08-12 Chris LattnerChange TargetAsmInfo to be constructed via TargetRegist...
2009-08-02 Daniel DunbarMove most targets TargetMachine constructor to only...
2009-07-15 Daniel DunbarLift addAssemblyEmitter into LLVMTargetMachine.
2009-07-15 Daniel DunbarLift DumpAsm / -print-emitted-asm functionality into...
2009-07-15 Daniel DunbarRemove old style hacks to register AsmPrinter into...
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
2009-07-15 Daniel DunbarKill off old (TargetMachine level, not Target level...
2009-07-15 Daniel DunbarProvide TargetMachine implementations with reference...
2009-07-15 Daniel DunbarRegister Target's TargetMachine and AsmPrinter in the...
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-09 Evan ChengReorg includes.
2009-07-06 Bruno Cardoso LopesAdd the Object Code Emitter class. Original patch by...
2009-07-02 David GoodwinCheckpoint refactoring of ThumbInstrInfo and ThumbRegis...
2009-07-01 Daniel DunbarRemove unused AsmPrinter OptLevel argument, and propogate.
2009-06-27 Anton KorobeynikovARM refactoring. Step 2: split RegisterInfo
2009-06-26 Anton KorobeynikovSplit thumb-related stuff into separate classes.
2009-06-19 Evan ChengLatency information for ARM v6. It's rough and not...
2009-06-13 Evan ChengAdd a ARM specific pre-allocation pass that re-schedule...
2009-05-30 Bruno Cardoso LopesFirst patch in the direction of splitting MachineCodeEm...
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-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
2008-10-30 Evan ChengARM JIT should observe -relocation-model command line...
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-08-17 Anton KorobeynikovMove ARM to pluggable asmprinter
2008-05-14 Dan GohmanChange target-specific classes to use more precise...
2008-03-11 Dan GohmanUse PassManagerBase instead of FunctionPassManager...
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-07-20 Evan ChengAdded -print-emitted-asm to print out JIT generated...
2007-07-05 Evan ChengInitial ARM JIT support by Raul Fernandes Herbster.
2007-05-16 Evan ChengMove if-conversion after all passes that may use regist...
2007-05-16 Evan ChengHooks for predication support.
2007-03-13 Evan ChengImplement getTargetLowering() or else LSR won't be...
2007-02-23 Evan ChengAdded -march=thumb; removed -enable-thumb.
2007-01-19 Evan ChengARM backend contribution from Apple.
2006-09-19 Rafael EspindolaImplement a MachineFunctionPass to fix the mul instruction
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-08-16 Rafael EspindolaDeclare the callee saved regs
2006-05-14 Rafael Espindolaadded a skeleton of the ARM backend