| Age | Commit message (Expand) | Author |
| 2010-03-04 | Teach the pic16 target to recognize pic16-*-* triples. | John McCall |
| 2010-03-02 | Sink InstructionSelect() out of each target into SDISel, and rename it | Chris Lattner |
| 2010-03-02 | Remove dead parameter passing. | Bill Wendling |
| 2010-02-26 | The cloner has nothing to do if any of the main or ISR entrypoints are not | Sanjiv Gupta |
| 2010-02-26 | Reapply things reverted back in 97220, with the fixed test case. | Sanjiv Gupta |
| 2010-02-26 | Revert r97211 and r97213 to get the build green again. | Chandler Carruth |
| 2010-02-26 | Currently in LLVM, names of libcalls are assigned during TargetLowering | Sanjiv Gupta |
| 2010-02-26 | Before converting an operand to mem, check if it is legal to do so. | Sanjiv Gupta |
| 2010-02-25 | Each field of auxiliary debug entry is only 1 byte long. | Sanjiv Gupta |
| 2010-02-22 | remove dupes now. | Chris Lattner |
| 2010-02-22 | move #includes earlier. | Chris Lattner |
| 2010-02-18 | Remap the call sites of a shared function in interrupt line functions. | Sanjiv Gupta |
| 2010-02-18 | Re-factoring. | Sanjiv Gupta |
| 2010-02-17 | Added routine to clone the body of a function and maintain a map of already | Sanjiv Gupta |
| 2010-02-17 | Added a function to clone locals of a function.( which for pic16 are globals | Sanjiv Gupta |
| 2010-02-17 | Removed header files from .h by adding forward decls. | Sanjiv Gupta |
| 2010-02-17 | Initial implementation of PIC16 Cloner pass. | Sanjiv Gupta |
| 2010-02-16 | The code section for an ISR has a specific address. | Sanjiv Gupta |
| 2010-02-15 | Split SelectionDAGISel::IsLegalAndProfitableToFold to | Evan Cheng |
| 2010-02-15 | Remove an assumption of default arguments. This is in anticipation of a | David Greene |
| 2010-02-14 | fixes to pagesel/banksel inserter. | Sanjiv Gupta |
| 2010-02-10 | Fix "the the" and similar typos. | Dan Gohman |
| 2010-02-10 | print all the newlines at the end of instructions with | Chris Lattner |
| 2010-02-03 | rename printMachineInstruction -> EmitInstruction | Chris Lattner |
| 2010-02-02 | Revert 95130. | Evan Cheng |
| 2010-02-02 | refactor code so that LLVMTargetMachine creates the asmstreamer and | Chris Lattner |
| 2010-02-02 | Pass callsite return type to TargetLowering::LowerCall and use that to check ... | Evan Cheng |
| 2010-01-28 | Replace strcpy with memcpy when we have the length around anyway. | Benjamin Kramer |
| 2010-01-27 | Eliminate target hook IsEligibleForTailCallOptimization. | Evan Cheng |
| 2010-01-26 | Eliminate SetDirective, and replace it with HasSetDirective. | Chris Lattner |
| 2010-01-26 | add a new MachineBasicBlock::getSymbol method, replacing | Chris Lattner |
| 2010-01-26 | don't bother setting the AsmPrinter::MF ivar, now that | Chris Lattner |
| 2010-01-24 | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner |
| 2010-01-22 | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner |
| 2010-01-20 | revert 93934, removing the MCAsmInfo endianness bit. I can't | Chris Lattner |
| 2010-01-19 | give MCAsmInfo a 'has little endian' bit. This is unfortunate, but | Chris Lattner |
| 2010-01-19 | Now that we have everything nicely factored (e.g. asmprinter is not | Chris Lattner |
| 2010-01-17 | now that MCSymbol::print doesn't use it's MAI argument, we can | Chris Lattner |
| 2010-01-16 | Replace DebugLocTuple with DILocation. | Devang Patel |
| 2010-01-16 | eliminate uses of mangler and simplify code. | Chris Lattner |
| 2010-01-16 | get pic16 off CurrentFnName | Chris Lattner |
| 2010-01-16 | remove the string form of printVisibility. | Chris Lattner |
| 2010-01-05 | Change SelectCode's argument from SDValue to SDNode *, to make it more | Dan Gohman |
| 2009-12-29 | Extern declaration for unordered.f32 libcall was not being emitted. Fixed that. | Sanjiv Gupta |
| 2009-12-28 | Fixed llc crash for zext (i1 -> i8) loads. | Sanjiv Gupta |
| 2009-12-28 | Allow targets to specify the return type of libcalls that are generated for f... | Sanjiv Gupta |
| 2009-12-23 | Reapply 91904. | Sanjiv Gupta |
| 2009-12-23 | Added missing patterns for subtract instruction. | Sanjiv Gupta |
| 2009-12-23 | Reverting back 91904. | Sanjiv Gupta |
| 2009-12-22 | While converting one of the operands to a memory operand, we need to check if... | Sanjiv Gupta |