summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PIC16
Commit message (Expand)AuthorAgeFilesLines
...
* Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner2010-04-044-31/+33
* streamerize the rest of PIC16 asm printer.Chris Lattner2010-04-041-41/+63
* change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner2010-04-042-8/+8
* rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h.Chris Lattner2010-04-021-1/+1
* use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner2010-04-021-4/+4
* Switch the code generator (except the JIT) onto the new DebugLocChris Lattner2010-04-022-9/+5
* Teach AnalyzeBranch, RemoveBranch and the branchDale Johannesen2010-04-021-0/+5
* XFAIL some PIC16 tests when running under valgrind-leaks. I don't expect theseBenjamin Kramer2010-03-301-0/+2
* PIC16: Plug a leak in PIC16Section by allocating name & address strings in theBenjamin Kramer2010-03-302-13/+20
* PIC16: Simplify code by using a std::set<std::string> instead of a sorted & u...Benjamin Kramer2010-03-202-20/+6
* Initialize Size member to appease valgrind.Benjamin Kramer2010-03-171-1/+1
* eliminate the now-unneeded context argument of MBB::getSymbol()Chris Lattner2010-03-131-1/+1
* rearrange MCContext ownership. Before LLVMTargetMachine created it Chris Lattner2010-03-132-6/+4
* Fix LLVM build when the user specifies CPPFLAGS on the make command line.Jeffrey Yasskin2010-03-121-1/+1
* inline GetGlobalValueSymbol into the rest its callers andChris Lattner2010-03-121-6/+7
* Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach2010-03-092-2/+2
* Avoid using DIDescriptor.isNull(). Devang Patel2010-03-081-1/+1
* Revert r97947.Devang Patel2010-03-081-1/+1
* Avoid using DIDescriptor.isNull().Devang Patel2010-03-081-1/+1
* Teach the pic16 target to recognize pic16-*-* triples.John McCall2010-03-041-1/+2
* Sink InstructionSelect() out of each target into SDISel, and rename itChris Lattner2010-03-022-9/+0
* Remove dead parameter passing.Bill Wendling2010-03-021-2/+1
* The cloner has nothing to do if any of the main or ISR entrypoints are not Sanjiv Gupta2010-02-261-0/+3
* Reapply things reverted back in 97220, with the fixed test case.Sanjiv Gupta2010-02-264-18/+69
* Revert r97211 and r97213 to get the build green again.Chandler Carruth2010-02-264-69/+16
* Currently in LLVM, names of libcalls are assigned during TargetLoweringSanjiv Gupta2010-02-263-12/+51
* Before converting an operand to mem, check if it is legal to do so.Sanjiv Gupta2010-02-261-4/+18
* Each field of auxiliary debug entry is only 1 byte long.Sanjiv Gupta2010-02-251-1/+1
* remove dupes now.Chris Lattner2010-02-221-2/+0
* move #includes earlier.Chris Lattner2010-02-222-2/+3
* Remap the call sites of a shared function in interrupt line functions.Sanjiv Gupta2010-02-182-0/+27
* Re-factoring.Sanjiv Gupta2010-02-182-67/+90
* Added routine to clone the body of a function and maintain a map of alreadySanjiv Gupta2010-02-172-0/+45
* Added a function to clone locals of a function.( which for pic16 are globalsSanjiv Gupta2010-02-172-1/+47
* Removed header files from .h by adding forward decls.Sanjiv Gupta2010-02-172-22/+27
* Initial implementation of PIC16 Cloner pass.Sanjiv Gupta2010-02-172-0/+254
* 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
OpenPOWER on IntegriCloud