| Age | Commit message (Expand) | Author |
| 2009-11-07 | Fixed Overload table bug noticed by Jakob | Mon P Wang |
| 2009-11-05 | Reintroduce support for overloading target intrinsics | Mon P Wang |
| 2009-11-02 | Do not infer the target type for COPY_TO_REGCLASS from dest regclass, this wo... | Anton Korobeynikov |
| 2009-10-25 | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky |
| 2009-10-15 | Move Blackfin intrinsics into the Target/Blackfin directory. | Jakob Stoklund Olesen |
| 2009-10-07 | Add register-reuse to frame-index register scavenging. When a target uses | Jim Grosbach |
| 2009-10-06 | Instead of printing unnecessary basic block labels as labels in | Dan Gohman |
| 2009-10-06 | Update processDebugLoc() so that it can be used to process debug info before ... | Devang Patel |
| 2009-09-30 | Use MachineInstr as an processDebugLoc() argument. | Devang Patel |
| 2009-09-25 | Rename getTargetNode to getMachineNode, for consistency with the | Dan Gohman |
| 2009-09-23 | Use getStoreSize() instead of getStoreSizeInBits()/8. | Dan Gohman |
| 2009-09-23 | Remove BlackfinRegisterInfo::getFrameIndexOffset since it is the same as the | Bob Wilson |
| 2009-09-20 | Tabs -> spaces, and remove trailing whitespace. | Daniel Dunbar |
| 2009-09-13 | Remove unused variables. | Daniel Dunbar |
| 2009-09-13 | remove all but one reference to TargetRegisterDesc::AsmName. | Chris Lattner |
| 2009-09-13 | the tblgen produced 'getRegisterName' method does not access | Chris Lattner |
| 2009-09-13 | make tblgen produce a function that returns the name for a physreg. | Chris Lattner |
| 2009-09-13 | replace printBasicBlockLabel with EmitBasicBlockStart, | Chris Lattner |
| 2009-09-13 | convert some uses of printBasicBlockLabel to use GetMBBSymbol | Chris Lattner |
| 2009-09-09 | remove DebugLoc from MCInst and eliminate "Comment printing" from | Chris Lattner |
| 2009-09-02 | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel |
| 2009-08-31 | Normalize makefile comments and sort cmake file lists. | Benjamin Kramer |
| 2009-08-23 | eliminate the last DOUTs from the targets. | Chris Lattner |
| 2009-08-22 | Forgot to update some CMakeLists. | Benjamin Kramer |
| 2009-08-22 | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner |
| 2009-08-22 | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner |
| 2009-08-22 | Record variable debug info at ISel time directly. | Devang Patel |
| 2009-08-19 | eliminate AsmPrinter::SwitchToSection and just have clients | Chris Lattner |
| 2009-08-18 | Simplify RegScavenger::FindUnusedReg. | Jakob Stoklund Olesen |
| 2009-08-12 | Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple | Chris Lattner |
| 2009-08-12 | Move immediate constant predicate templates from the Blackfin target to MathE... | Jakob Stoklund Olesen |
| 2009-08-11 | Change the asmprinter to print the comment character before the | Chris Lattner |
| 2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |
| 2009-08-11 | pass the TargetTriple down from each target ctor to the | Chris Lattner |
| 2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
| 2009-08-10 | Start moving TargetLowering away from using full MVTs and towards SimpleValue... | Owen Anderson |
| 2009-08-08 | Add support for READCYCLECOUNTER in Blackfin back-end. | Jakob Stoklund Olesen |
| 2009-08-08 | make printInstruction return void since its result is omitted. Make the | Chris Lattner |
| 2009-08-05 | Major calling convention code refactoring. | Dan Gohman |
| 2009-08-04 | Restlyize to match other targets, fixes cmake build to boot. | Mike Stump |
| 2009-08-04 | Most flags are reserved registers on Blackfin. | Jakob Stoklund Olesen |
| 2009-08-03 | Update CMake files. | Ted Kremenek |
| 2009-08-03 | Minor stylistic cleanups in the Blackfin target. | Jakob Stoklund Olesen |
| 2009-08-02 | Move most targets TargetMachine constructor to only taking a target triple. | Daniel Dunbar |
| 2009-08-02 | Normalize Subtarget constructors to take a target triple string instead of | Daniel Dunbar |
| 2009-08-02 | Remove unneeded intrinsics from Blackfin backend. | Jakob Stoklund Olesen |
| 2009-08-02 | Add some basic blackfin intrinsics. | Jakob Stoklund Olesen |
| 2009-08-02 | Add support for CPU features (i.e., bugs) and workarounds. | Jakob Stoklund Olesen |
| 2009-08-02 | Inline assembly support for Blackfin. | Jakob Stoklund Olesen |
| 2009-08-02 | Analog Devices Blackfin back-end. | Jakob Stoklund Olesen |