aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16
Commit message (Expand)AuthorAgeFilesLines
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-063-3/+3
* Revert r110396 to fix buildbots.Owen Anderson2010-08-063-3/+3
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-053-3/+3
* CMake: Change somme target library names:Oscar Fuentes2010-08-031-1/+1
* Fix this code to avoid decrementing an iterator past the beginningDan Gohman2010-07-281-5/+2
* do not (implicitly) dereference iterator many times, cache it insteadGabor Greif2010-07-231-2/+3
* Teach bottom up pre-ra scheduler to track register pressure. Work in progress.Evan Cheng2010-07-212-0/+13
* Remove the isMoveInstr() hook.Jakob Stoklund Olesen2010-07-162-19/+0
* Don't pass StringRef by reference.Benjamin Kramer2010-07-142-2/+2
* fix a bug found by a warning I added to clang this morning.Chris Lattner2010-07-141-1/+1
* Convert some tab stops into spaces.Duncan Sands2010-07-121-1/+1
* Fix PIC16 comments referencing copyRegToReg.Jakob Stoklund Olesen2010-07-111-3/+3
* Replace copyRegToReg with copyPhysReg for PIC16.Jakob Stoklund Olesen2010-07-112-24/+17
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-072-5/+14
* Propagate debug loc.Devang Patel2010-07-061-2/+3
* Reapply r107655 with fixes; insert the pseudo instruction intoDan Gohman2010-07-061-11/+9
* Revert r107655.Dan Gohman2010-07-061-9/+11
* Fix a bunch of custom-inserter functions to handle the case whereDan Gohman2010-07-061-11/+9
* Use ValueMap instead of DenseMap.Devang Patel2010-06-242-14/+14
* Remove isTwoAddress from PIC16.Eric Christopher2010-06-211-6/+6
* Eliminate unnecessary uses of getZExtValue().Dan Gohman2010-06-181-3/+3
* Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). ThisStuart Hastings2010-06-172-4/+5
* cleanupRafael Espindola2010-06-022-11/+0
* MC: Add dyn_cast support to MCSection.Daniel Dunbar2010-05-171-1/+7
* I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename itDuncan Sands2010-05-112-2/+2
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-114-4/+13
* Use overloaded operators instead of DIDescriptor::getNode()Devang Patel2010-05-071-7/+7
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-062-4/+4
* Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.Evan Cheng2010-05-062-4/+8
* fix some inconsistent line endings, patch by Jakub Staszak!Chris Lattner2010-05-011-7/+7
* Get rid of the EdgeMapping map. Instead, just check for BasicBlockDan Gohman2010-05-012-10/+5
* Add const qualifiers to TargetLoweringObjectFile usage.Dan Gohman2010-04-173-5/+5
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-178-98/+99
* Move per-function state out of TargetLowering subclasses and intoDan Gohman2010-04-175-36/+95
* Add skeleton target-specific SelectionDAGInfo files.Dan Gohman2010-04-163-0/+52
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-153-4/+4
* Fix memory leaks for external symbol name strings.Sanjiv Gupta2010-04-073-20/+38
* prune some #includes.Chris Lattner2010-04-051-2/+0
* 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