| Age | Commit message (Expand) | Author |
| 2010-01-17 | Get MCSymbol out of the mangling business, and move all the logic | Chris Lattner |
| 2010-01-17 | now that mangler is in libtarget, it can use MCAsmInfo instead of clients | Chris Lattner |
| 2010-01-16 | move the mangler into libtarget from vmcore. | Chris Lattner |
| 2010-01-16 | Retrying r91337: | Bill Wendling |
| 2010-01-15 | DEBUG_VALUE is now variable sized, as it has a | Dale Johannesen |
| 2010-01-15 | Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available. | Nate Begeman |
| 2010-01-15 | Remove DEBUG_DECLARE, looks like we don't need it. | Dale Johannesen |
| 2010-01-14 | Split the TargetAsmParser "ParseInstruction" interface in half: | Chris Lattner |
| 2010-01-14 | prune #includes in TargetAsmParser.h | Chris Lattner |
| 2010-01-13 | change Mangler::makeNameProper to return its result in a SmallVector | Chris Lattner |
| 2010-01-13 | Fix a comment. | Dale Johannesen |
| 2010-01-13 | Add a quick pass to optimize sign / zero extension instructions. For targets ... | Evan Cheng |
| 2010-01-12 | Add TargetInstrInfo::isCoalescableInstr. It returns true if the specified | Evan Cheng |
| 2010-01-09 | Add DEBUG_DECLARE. Not used yet. | Dale Johannesen |
| 2010-01-08 | Add DEBUG_VALUE. Not used yet. | Dale Johannesen |
| 2010-01-07 | Add comments. | Jakob Stoklund Olesen |
| 2010-01-06 | Add Target hook to duplicate machine instructions. | Jakob Stoklund Olesen |
| 2010-01-06 | Teach dag combine to fold the following transformation more aggressively: | Evan Cheng |
| 2010-01-04 | Remove the CPAttrParentAsRoot code, which is unused, and inconvenient | Dan Gohman |
| 2009-12-28 | Allow targets to specify the return type of libcalls that are generated for f... | Sanjiv Gupta |
| 2009-12-22 | Add more plumbing. This time in the LowerArguments and "get" functions which | Bill Wendling |
| 2009-12-21 | Fix setting and default setting of code model for jit. Do this | Eric Christopher |
| 2009-12-19 | Delete unused code. | Dan Gohman |
| 2009-12-18 | Changes from review: | Bill Wendling |
| 2009-12-16 | Add @earlyclobber TableGen constraint | Jim Grosbach |
| 2009-12-14 | Fix these asserts to check the invariant that the code actually | Dan Gohman |
| 2009-12-14 | Whitespace changes, comment clarification. No functional changes. | Bill Wendling |
| 2009-12-09 | Silence conversion warning from 64 to 32-bit. | Eric Christopher |
| 2009-12-09 | Move isConsecutiveLoad to SelectionDAG. It's not target dependent and it's pr... | Evan Cheng |
| 2009-12-08 | Revert 90789 for now. It caused massive compile time regression. Post-ra sche... | Evan Cheng |
| 2009-12-07 | Apply Pekka Jääskeläinen's patch to raise the first virtual register | Dan Gohman |
| 2009-12-05 | Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor of | Dan Gohman |
| 2009-12-05 | Remove an unneeded include. | David Greene |
| 2009-12-04 | Fix a bad merge. | David Greene |
| 2009-12-04 | Update the TargetInstrInfo interfaces so hasLoad/StoreFrom/ToStackSlot | David Greene |
| 2009-12-03 | remove some dead std::ostream using code. | Chris Lattner |
| 2009-12-03 | This initial code is meant to convert TargetData to use an AbstractTypesUser so | Bill Wendling |
| 2009-11-30 | Remove isProfitableToDuplicateIndirectBranch target hook. It is profitable | Bob Wilson |
| 2009-11-25 | Rollback changes r89516: Added two SubtargetFeatures::AddFeatures methods, wh... | Viktor Kutuzov |
| 2009-11-25 | Add the rest of the build system logic for optional target disassemblers | Daniel Dunbar |
| 2009-11-24 | Refactor target hook for tail duplication as requested by Chris. | Bob Wilson |
| 2009-11-23 | * Move stub allocation inside the JITEmitter, instead of exposing a | Jeffrey Yasskin |
| 2009-11-23 | Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used. | Dan Gohman |
| 2009-11-22 | Add getFrameIndexReference() to TargetRegisterInfo, which allows targets to | Jim Grosbach |
| 2009-11-21 | Allow target to disable if-converting predicable instructions. e.g. NEON inst... | Evan Cheng |
| 2009-11-21 | Maintain stylistic consistency. | Evan Cheng |
| 2009-11-21 | Added two SubtargetFeatures::AddFeatures methods, which accept a comma-separa... | Viktor Kutuzov |
| 2009-11-20 | Restructure code to allow renaming of multiple-register groups for anti-dep b... | David Goodwin |
| 2009-11-18 | Added getDefaultSubtargetFeatures method to SubtargetFeatures class which ret... | Viktor Kutuzov |
| 2009-11-18 | Add a target hook to allow changing the tail duplication limit based on the | Bob Wilson |