summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PIC16
Commit message (Expand)AuthorAgeFilesLines
* The code section for an ISR has a specific address.Sanjiv Gupta2010-02-164-4/+23
* Split SelectionDAGISel::IsLegalAndProfitableToFold toEvan Cheng2010-02-151-2/+1
* Remove an assumption of default arguments. This is in anticipation of aDavid Greene2010-02-151-2/+2
* fixes to pagesel/banksel inserter.Sanjiv Gupta2010-02-141-13/+92
* Fix "the the" and similar typos.Dan Gohman2010-02-101-1/+1
* print all the newlines at the end of instructions withChris Lattner2010-02-101-1/+1
* rename printMachineInstruction -> EmitInstructionChris Lattner2010-02-032-8/+3
* Revert 95130.Evan Cheng2010-02-022-2/+2
* refactor code so that LLVMTargetMachine creates the asmstreamer and Chris Lattner2010-02-022-3/+5
* Pass callsite return type to TargetLowering::LowerCall and use that to check ...Evan Cheng2010-02-022-2/+2
* Replace strcpy with memcpy when we have the length around anyway.Benjamin Kramer2010-01-281-1/+2
* Eliminate target hook IsEligibleForTailCallOptimization.Evan Cheng2010-01-272-2/+4
* Eliminate SetDirective, and replace it with HasSetDirective.Chris Lattner2010-01-261-1/+1
* add a new MachineBasicBlock::getSymbol method, replacingChris Lattner2010-01-261-1/+1
* don't bother setting the AsmPrinter::MF ivar, now thatChris Lattner2010-01-261-2/+0
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-244-4/+0
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-224-0/+5
* revert 93934, removing the MCAsmInfo endianness bit. I can'tChris Lattner2010-01-201-2/+1
* give MCAsmInfo a 'has little endian' bit. This is unfortunate, butChris Lattner2010-01-191-1/+2
* Now that we have everything nicely factored (e.g. asmprinter is notChris Lattner2010-01-191-2/+2
* now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner2010-01-171-17/+9
* Replace DebugLocTuple with DILocation.Devang Patel2010-01-161-2/+3
* eliminate uses of mangler and simplify code.Chris Lattner2010-01-161-25/+22
* get pic16 off CurrentFnNameChris Lattner2010-01-161-14/+13
* remove the string form of printVisibility.Chris Lattner2010-01-161-2/+4
* Change SelectCode's argument from SDValue to SDNode *, to make it moreDan Gohman2010-01-052-4/+4
* Extern declaration for unordered.f32 libcall was not being emitted. Fixed that.Sanjiv Gupta2009-12-291-0/+1
* Fixed llc crash for zext (i1 -> i8) loads.Sanjiv Gupta2009-12-281-2/+2
* Allow targets to specify the return type of libcalls that are generated for f...Sanjiv Gupta2009-12-282-0/+6
* Reapply 91904.Sanjiv Gupta2009-12-233-10/+44
* Added missing patterns for subtract instruction.Sanjiv Gupta2009-12-232-34/+64
* Reverting back 91904.Sanjiv Gupta2009-12-233-45/+10
* While converting one of the operands to a memory operand, we need to check if...Sanjiv Gupta2009-12-223-10/+45
* Add more plumbing. This time in the LowerArguments and "get" functions whichBill Wendling2009-12-221-1/+2
* Remove unused variable (noticed by clang++).Daniel Dunbar2009-12-191-1/+0
* Emit direction operand in binary insns that stores in memory.Sanjiv Gupta2009-12-191-1/+1
* 1. In indirect load/store insns , the name of fsr should be emitted as INDF.Sanjiv Gupta2009-12-191-5/+13
* Avoid some possibly unsafe uses of StringRef::data().Benjamin Kramer2009-11-251-4/+2
* Use StringRef (again) in DebugInfo interface.Devang Patel2009-11-251-4/+4
* revert 88761 as it fails builds.Sanjiv Gupta2009-11-141-11/+5
* Fix debug info crashes for PIC16.Sanjiv Gupta2009-11-141-5/+11
* Move DebugInfo checks into EmitComments and remove them fromDavid Greene2009-11-131-1/+1
* Make the MachineFunction argument of getFrameRegister const.David Greene2009-11-122-2/+2
* Add a bool flag to StackObjects telling whether they reference spillDavid Greene2009-11-121-1/+1
* indicate what the native integer types for the target are.Chris Lattner2009-11-071-1/+1
* Remove uninteresting and confusing debug output.Dan Gohman2009-11-051-1/+0
* Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman2009-10-291-3/+3
* Remove unnecessary gotos to fall-thru successors.Sanjiv Gupta2009-10-272-1/+26
* Revert r85134, it breaks mingw buildAnton Korobeynikov2009-10-262-5/+3
* Make PIC16 overlay a loadable pass.Sanjiv Gupta2009-10-262-4/+4
OpenPOWER on IntegriCloud