Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine.
[oota-llvm.git] / lib / Target / ARM / ARMTargetMachine.cpp
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 DunbarReplace large swaths of copy-n-paste code with obvious...
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-10 Evan ChengAdd a thumb2 pass to insert IT blocks.
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-26 Anton KorobeynikovSplit thumb-related stuff into separate classes.
2009-06-23 Bob WilsonProvide InitializeAllTargets and InitializeNativeTarget...
2009-06-19 Evan ChengEnable arm pre-allocation load / store multiple optimiz...
2009-06-19 Evan ChengLatency information for ARM v6. It's rough and not...
2009-06-16 Douglas GregorIntroduce new headers whose inclusion forces linking and
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-03-09 Evan ChengARM target now also recognize triplets like thumbv6...
2009-02-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
2008-11-15 Oscar FuentesAdds extern "C" ints to the .cpp files that use Registe...
2008-11-08 Evan ChengTell ARMJITInfo if codegen relocation is PIC. It change...
2008-10-30 Evan ChengARM JIT should observe -relocation-model command line...
2008-10-14 Dan GohmanFix command-line option printing to print two spaces...
2008-09-25 Anton KorobeynikovReapply 56585:56589 with proper fix for some gcc versions
2008-09-25 Evan ChengTemporarily backing out 56585:56589 to unbreak the...
2008-09-24 Anton KorobeynikovGet rid of virtual inheritance for ARM TAI
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-08-17 Anton KorobeynikovMove ARM to pluggable asmprinter
2008-08-07 Anton KorobeynikovSwitch ARM to new section handling stuff
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-05-06 Chris LattnerMatch things like 'armv5tejl-unknown-linux-gnu' for...
2008-03-11 Dan GohmanUse PassManagerBase instead of FunctionPassManager...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-09-20 Evan ChengEnable if-conversion for ARM by default.
2007-08-07 Evan ChengInitial JIT support for ARM by Raul Fernandes Herbster.
2007-07-20 Evan ChengAdded -print-emitted-asm to print out JIT generated...
2007-07-09 Chris LattnerThe various "getModuleMatchQuality" implementations...
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-02-14 Chris LattnerGeneralize TargetData strings, to support more interest...
2007-02-13 Lauro Ramos VenancioAdd space between // and the comment.
2007-02-13 Lauro Ramos VenancioAdd ABI information to ARM subtarget.
2007-02-13 Lauro Ramos VenancioAccording to ARM EABI, 8-bytes function arguments must...
2007-02-01 Evan ChengAlso set alignment of stack-based structs to 4 in thumb...
2007-01-31 Evan ChengThumb add sp, #imm requires the immediate value be...
2007-01-22 Evan ChengARM AAPCS abi (Linux, etc.) requires 8-byte double...
2007-01-22 Evan ChengDouble and Long preferred alignment is 4 for Darwin...
2007-01-20 Evan ChengClean up ARM PEI code.
2007-01-19 Evan ChengisDarwin -> isTargetDarwin
2007-01-19 Evan ChengARM backend contribution from Apple.
2006-11-03 Rafael Espindolarevert previous patch
2006-11-03 Rafael Espindolaadd createCFGSimplificationPass to ARMTargetMachine...
2006-10-09 Rafael Espindolamost ARM targets are little endian
2006-09-19 Rafael EspindolaImplement a MachineFunctionPass to fix the mul instruction
2006-09-07 Jim Laskey1. Remove condition on delete.
2006-09-04 Chris LattnerCompletely rearchitect the interface between targets...
2006-09-03 Chris LattnerSimplify target construction.
2006-08-21 Rafael Espindolainitial support for select
2006-08-16 Rafael EspindolaDeclare the callee saved regs
2006-08-09 Rafael Espindolacorrectly set LocalAreaOffset of TargetFrameInfo
2006-06-16 Chris LattnerDon't pass target name into TargetData anymore, it...
2006-05-20 Owen AndersonMake all of the TargetMachine subclasses use the new...
2006-05-14 Rafael Espindolaadded a skeleton of the ARM backend