| Age | Commit message (Expand) | Author |
| 2010-10-11 | Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if | Chris Lattner |
| 2010-10-04 | Add hook in MCSection to decide when to use "optimized nops", for each | Jan Wen Voung |
| 2010-09-28 | Removed a bunch of unnecessary target_link_libraries. | Oscar Fuentes |
| 2010-09-28 | Use the canonical library name for library PIC16Passes. | Oscar Fuentes |
| 2010-09-28 | Added library LLVMPIC16passes to CMake build. | Oscar Fuentes |
| 2010-09-21 | fix a long standing wart: all the ComplexPattern's were being | Chris Lattner |
| 2010-09-21 | update a bunch of code to use the MachinePointerInfo version of getStore. | Chris Lattner |
| 2010-09-12 | CMake: Fix MSVS build. Although I don't know why this didn't break other buil... | Michael J. Spencer |
| 2010-09-12 | CMake: Fix mingw32 build. | Michael J. Spencer |
| 2010-08-26 | Simplify eliminateFrameIndex() interface back down now that PEI doesn't need | Jim Grosbach |
| 2010-08-26 | Fix comment typos. | Bob Wilson |
| 2010-08-26 | Reapply r112091 and r111922, support for metadata linking, with a | Dan Gohman |
| 2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
| 2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
| 2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
| 2010-08-03 | CMake: Change somme target library names: | Oscar Fuentes |
| 2010-07-28 | Fix this code to avoid decrementing an iterator past the beginning | Dan Gohman |
| 2010-07-23 | do not (implicitly) dereference iterator many times, cache it instead | Gabor Greif |
| 2010-07-21 | Teach bottom up pre-ra scheduler to track register pressure. Work in progress. | Evan Cheng |
| 2010-07-16 | Remove the isMoveInstr() hook. | Jakob Stoklund Olesen |
| 2010-07-14 | Don't pass StringRef by reference. | Benjamin Kramer |
| 2010-07-14 | fix a bug found by a warning I added to clang this morning. | Chris Lattner |
| 2010-07-12 | Convert some tab stops into spaces. | Duncan Sands |
| 2010-07-11 | Fix PIC16 comments referencing copyRegToReg. | Jakob Stoklund Olesen |
| 2010-07-11 | Replace copyRegToReg with copyPhysReg for PIC16. | Jakob Stoklund Olesen |
| 2010-07-07 | Split the SDValue out of OutputArg so that SelectionDAG-independent | Dan Gohman |
| 2010-07-06 | Propagate debug loc. | Devang Patel |
| 2010-07-06 | Reapply r107655 with fixes; insert the pseudo instruction into | Dan Gohman |
| 2010-07-06 | Revert r107655. | Dan Gohman |
| 2010-07-06 | Fix a bunch of custom-inserter functions to handle the case where | Dan Gohman |
| 2010-06-24 | Use ValueMap instead of DenseMap. | Devang Patel |
| 2010-06-21 | Remove isTwoAddress from PIC16. | Eric Christopher |
| 2010-06-18 | Eliminate unnecessary uses of getZExtValue(). | Dan Gohman |
| 2010-06-17 | Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This | Stuart Hastings |
| 2010-06-02 | cleanup | Rafael Espindola |
| 2010-05-17 | MC: Add dyn_cast support to MCSection. | Daniel Dunbar |
| 2010-05-11 | I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it | Duncan Sands |
| 2010-05-11 | Implement a bunch more TargetSelectionDAGInfo infrastructure. | Dan Gohman |
| 2010-05-07 | Use overloaded operators instead of DIDescriptor::getNode() | Devang Patel |
| 2010-05-06 | Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it | Dan Gohman |
| 2010-05-06 | Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot. | Evan Cheng |
| 2010-05-01 | fix some inconsistent line endings, patch by Jakub Staszak! | Chris Lattner |
| 2010-05-01 | Get rid of the EdgeMapping map. Instead, just check for BasicBlock | Dan Gohman |
| 2010-04-17 | Add const qualifiers to TargetLoweringObjectFile usage. | Dan Gohman |
| 2010-04-17 | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman |
| 2010-04-17 | Move per-function state out of TargetLowering subclasses and into | Dan Gohman |
| 2010-04-16 | Add skeleton target-specific SelectionDAGInfo files. | Dan Gohman |
| 2010-04-15 | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman |
| 2010-04-07 | Fix memory leaks for external symbol name strings. | Sanjiv Gupta |
| 2010-04-05 | prune some #includes. | Chris Lattner |