Do not use '&' prefix for globals when register base field is non-zero, otherwise...
[oota-llvm.git] / lib / Target / PIC16 /
2010-03-04 John McCallTeach the pic16 target to recognize pic16-*-* triples.
2010-03-02 Chris LattnerSink InstructionSelect() out of each target into SDISel...
2010-03-02 Bill WendlingRemove dead parameter passing.
2010-02-26 Sanjiv GuptaThe cloner has nothing to do if any of the main or...
2010-02-26 Sanjiv GuptaReapply things reverted back in 97220, with the fixed...
2010-02-26 Chandler CarruthRevert r97211 and r97213 to get the build green again.
2010-02-26 Sanjiv GuptaCurrently in LLVM, names of libcalls are assigned durin...
2010-02-26 Sanjiv GuptaBefore converting an operand to mem, check if it is...
2010-02-25 Sanjiv GuptaEach field of auxiliary debug entry is only 1 byte...
2010-02-22 Chris Lattnerremove dupes now.
2010-02-22 Chris Lattnermove #includes earlier.
2010-02-18 Sanjiv GuptaRemap the call sites of a shared function in interrupt...
2010-02-18 Sanjiv GuptaRe-factoring.
2010-02-17 Sanjiv GuptaAdded routine to clone the body of a function and maint...
2010-02-17 Sanjiv GuptaAdded a function to clone locals of a function.( which...
2010-02-17 Sanjiv GuptaRemoved header files from .h by adding forward decls.
2010-02-17 Sanjiv GuptaInitial implementation of PIC16 Cloner pass.
2010-02-16 Sanjiv GuptaThe code section for an ISR has a specific address.
2010-02-15 Evan ChengSplit SelectionDAGISel::IsLegalAndProfitableToFold to
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-14 Sanjiv Guptafixes to pagesel/banksel inserter.
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-02-10 Chris Lattnerprint all the newlines at the end of instructions with
2010-02-03 Chris Lattnerrename printMachineInstruction -> EmitInstruction
2010-02-02 Evan ChengRevert 95130.
2010-02-02 Chris Lattnerrefactor code so that LLVMTargetMachine creates the...
2010-02-02 Evan ChengPass callsite return type to TargetLowering::LowerCall...
2010-01-28 Benjamin KramerReplace strcpy with memcpy when we have the length...
2010-01-27 Evan ChengEliminate target hook IsEligibleForTailCallOptimization.
2010-01-26 Chris LattnerEliminate SetDirective, and replace it with HasSetDirec...
2010-01-26 Chris Lattneradd a new MachineBasicBlock::getSymbol method, replacing
2010-01-26 Chris Lattnerdon't bother setting the AsmPrinter::MF ivar, now that
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2010-01-20 Chris Lattnerrevert 93934, removing the MCAsmInfo endianness bit...
2010-01-19 Chris Lattnergive MCAsmInfo a 'has little endian' bit. This is...
2010-01-19 Chris LattnerNow that we have everything nicely factored (e.g. asmpr...
2010-01-17 Chris Lattnernow that MCSymbol::print doesn't use it's MAI argument...
2010-01-16 Devang PatelReplace DebugLocTuple with DILocation.
2010-01-16 Chris Lattnereliminate uses of mangler and simplify code.
2010-01-16 Chris Lattnerget pic16 off CurrentFnName
2010-01-16 Chris Lattnerremove the string form of printVisibility.
2010-01-05 Dan GohmanChange SelectCode's argument from SDValue to SDNode...
2009-12-29 Sanjiv GuptaExtern declaration for unordered.f32 libcall was not...
2009-12-28 Sanjiv GuptaFixed llc crash for zext (i1 -> i8) loads.
2009-12-28 Sanjiv GuptaAllow targets to specify the return type of libcalls...
2009-12-23 Sanjiv GuptaReapply 91904.
2009-12-23 Sanjiv GuptaAdded missing patterns for subtract instruction.
2009-12-23 Sanjiv GuptaReverting back 91904.
2009-12-22 Sanjiv GuptaWhile converting one of the operands to a memory operan...
2009-12-22 Bill WendlingAdd more plumbing. This time in the LowerArguments...
2009-12-19 Daniel DunbarRemove unused variable (noticed by clang++).
2009-12-19 Sanjiv GuptaEmit direction operand in binary insns that stores...
2009-12-19 Sanjiv Gupta1. In indirect load/store insns , the name of fsr shoul...
2009-11-25 Benjamin KramerAvoid some possibly unsafe uses of StringRef::data().
2009-11-25 Devang PatelUse StringRef (again) in DebugInfo interface.
2009-11-14 Sanjiv Guptarevert 88761 as it fails builds.
2009-11-14 Sanjiv GuptaFix debug info crashes for PIC16.
2009-11-13 David GreeneMove DebugInfo checks into EmitComments and remove...
2009-11-12 David GreeneMake the MachineFunction argument of getFrameRegister...
2009-11-12 David GreeneAdd a bool flag to StackObjects telling whether they...
2009-11-07 Chris Lattnerindicate what the native integer types for the target...
2009-11-05 Dan GohmanRemove uninteresting and confusing debug output.
2009-10-29 Dan GohmanRename usesCustomDAGSchedInserter to usesCustomInserter...
2009-10-27 Sanjiv GuptaRemove unnecessary gotos to fall-thru successors.
2009-10-26 Anton KorobeynikovRevert r85134, it breaks mingw build
2009-10-26 Sanjiv GuptaMake PIC16 overlay a loadable pass.
2009-10-25 Sanjiv GuptaReapply 85006 with a minor fix.
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-10-24 Sanjiv GuptaRevert back 85006 for now as it breaks PIC16 tests.
2009-10-24 Sanjiv GuptaAdding support for placing global objects in shared...
2009-10-22 Chris Lattnerfix warning.
2009-10-21 Anton KorobeynikovRevert r84764, it breaks mingw build
2009-10-21 Sanjiv GuptaBuild shared lib instead of an archive.
2009-10-21 Sanjiv GuptaAdd a pass to overlay pic16 data sections for function...
2009-10-20 Sanjiv GuptaThis file is replaeced by PIC16Section.h.
2009-10-16 Benjamin KramerUpdate CMake file.
2009-10-16 Sanjiv GuptaCleaned up some code. No functionality change.
2009-10-15 Benjamin KramerAdd files Sanjiv forgot.
2009-10-15 Sanjiv GuptaRe-apply 84180 with the fixed test case.
2009-10-15 Daniel DunbarRevert "Complete Rewrite of AsmPrinter, TargetObjectFil...
2009-10-15 Sanjiv GuptaComplete Rewrite of AsmPrinter, TargetObjectFile based...
2009-10-15 Sanjiv GuptaFew changes to comply with new DebugInfo Metadata repre...
2009-10-13 Devang Patels/DebugLoc.CompileUnit/DebugLoc.Scope/g
2009-10-07 Jim GrosbachAdd register-reuse to frame-index register scavenging...
2009-10-06 Dan GohmanInstead of printing unnecessary basic block labels...
2009-10-06 Devang PatelUpdate processDebugLoc() so that it can be used to...
2009-09-30 Devang PatelUse MachineInstr as an processDebugLoc() argument.
2009-09-30 Bob WilsonFix a comment typo.
2009-09-29 Devang PatelRemove std::string uses from DebugInfo interface.
2009-09-19 Evan ChengFix PR4926. When target hook EmitInstrWithCustomInserte...
2009-09-18 Evan ChengEnhance EmitInstrWithCustomInserter() so target can...
2009-09-14 Chris LattnerPIC16 does allow colon after MBB labels, simplify EmitB...
2009-09-13 Chris Lattnerremove all but one reference to TargetRegisterDesc...
2009-09-13 Chris Lattnerthe tblgen produced 'getRegisterName' method does not...
2009-09-13 Chris Lattnermake tblgen produce a function that returns the name...
2009-09-13 Chris Lattnerreplace printBasicBlockLabel with EmitBasicBlockStart,
2009-09-13 Chris Lattnerconvert some uses of printBasicBlockLabel to use GetMBB...
2009-09-09 Chris Lattnerremove DebugLoc from MCInst and eliminate "Comment...
next