| Commit message (Expand) | Author | Age | Files | Lines |
* | The code section for an ISR has a specific address. | Sanjiv Gupta | 2010-02-16 | 4 | -4/+23 |
* | Split SelectionDAGISel::IsLegalAndProfitableToFold to | Evan Cheng | 2010-02-15 | 1 | -2/+1 |
* | Remove an assumption of default arguments. This is in anticipation of a | David Greene | 2010-02-15 | 1 | -2/+2 |
* | fixes to pagesel/banksel inserter. | Sanjiv Gupta | 2010-02-14 | 1 | -13/+92 |
* | Fix "the the" and similar typos. | Dan Gohman | 2010-02-10 | 1 | -1/+1 |
* | print all the newlines at the end of instructions with | Chris Lattner | 2010-02-10 | 1 | -1/+1 |
* | rename printMachineInstruction -> EmitInstruction | Chris Lattner | 2010-02-03 | 2 | -8/+3 |
* | Revert 95130. | Evan Cheng | 2010-02-02 | 2 | -2/+2 |
* | refactor code so that LLVMTargetMachine creates the asmstreamer and | Chris Lattner | 2010-02-02 | 2 | -3/+5 |
* | Pass callsite return type to TargetLowering::LowerCall and use that to check ... | Evan Cheng | 2010-02-02 | 2 | -2/+2 |
* | Replace strcpy with memcpy when we have the length around anyway. | Benjamin Kramer | 2010-01-28 | 1 | -1/+2 |
* | Eliminate target hook IsEligibleForTailCallOptimization. | Evan Cheng | 2010-01-27 | 2 | -2/+4 |
* | Eliminate SetDirective, and replace it with HasSetDirective. | Chris Lattner | 2010-01-26 | 1 | -1/+1 |
* | add a new MachineBasicBlock::getSymbol method, replacing | Chris Lattner | 2010-01-26 | 1 | -1/+1 |
* | don't bother setting the AsmPrinter::MF ivar, now that | Chris Lattner | 2010-01-26 | 1 | -2/+0 |
* | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner | 2010-01-24 | 4 | -4/+0 |
* | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner | 2010-01-22 | 4 | -0/+5 |
* | revert 93934, removing the MCAsmInfo endianness bit. I can't | Chris Lattner | 2010-01-20 | 1 | -2/+1 |
* | give MCAsmInfo a 'has little endian' bit. This is unfortunate, but | Chris Lattner | 2010-01-19 | 1 | -1/+2 |
* | Now that we have everything nicely factored (e.g. asmprinter is not | Chris Lattner | 2010-01-19 | 1 | -2/+2 |
* | now that MCSymbol::print doesn't use it's MAI argument, we can | Chris Lattner | 2010-01-17 | 1 | -17/+9 |
* | Replace DebugLocTuple with DILocation. | Devang Patel | 2010-01-16 | 1 | -2/+3 |
* | eliminate uses of mangler and simplify code. | Chris Lattner | 2010-01-16 | 1 | -25/+22 |
* | get pic16 off CurrentFnName | Chris Lattner | 2010-01-16 | 1 | -14/+13 |
* | remove the string form of printVisibility. | Chris Lattner | 2010-01-16 | 1 | -2/+4 |
* | Change SelectCode's argument from SDValue to SDNode *, to make it more | Dan Gohman | 2010-01-05 | 2 | -4/+4 |
* | Extern declaration for unordered.f32 libcall was not being emitted. Fixed that. | Sanjiv Gupta | 2009-12-29 | 1 | -0/+1 |
* | Fixed llc crash for zext (i1 -> i8) loads. | Sanjiv Gupta | 2009-12-28 | 1 | -2/+2 |
* | Allow targets to specify the return type of libcalls that are generated for f... | Sanjiv Gupta | 2009-12-28 | 2 | -0/+6 |
* | Reapply 91904. | Sanjiv Gupta | 2009-12-23 | 3 | -10/+44 |
* | Added missing patterns for subtract instruction. | Sanjiv Gupta | 2009-12-23 | 2 | -34/+64 |
* | Reverting back 91904. | Sanjiv Gupta | 2009-12-23 | 3 | -45/+10 |
* | While converting one of the operands to a memory operand, we need to check if... | Sanjiv Gupta | 2009-12-22 | 3 | -10/+45 |
* | Add more plumbing. This time in the LowerArguments and "get" functions which | Bill Wendling | 2009-12-22 | 1 | -1/+2 |
* | Remove unused variable (noticed by clang++). | Daniel Dunbar | 2009-12-19 | 1 | -1/+0 |
* | Emit direction operand in binary insns that stores in memory. | Sanjiv Gupta | 2009-12-19 | 1 | -1/+1 |
* | 1. In indirect load/store insns , the name of fsr should be emitted as INDF. | Sanjiv Gupta | 2009-12-19 | 1 | -5/+13 |
* | Avoid some possibly unsafe uses of StringRef::data(). | Benjamin Kramer | 2009-11-25 | 1 | -4/+2 |
* | Use StringRef (again) in DebugInfo interface. | Devang Patel | 2009-11-25 | 1 | -4/+4 |
* | revert 88761 as it fails builds. | Sanjiv Gupta | 2009-11-14 | 1 | -11/+5 |
* | Fix debug info crashes for PIC16. | Sanjiv Gupta | 2009-11-14 | 1 | -5/+11 |
* | Move DebugInfo checks into EmitComments and remove them from | David Greene | 2009-11-13 | 1 | -1/+1 |
* | Make the MachineFunction argument of getFrameRegister const. | David Greene | 2009-11-12 | 2 | -2/+2 |
* | Add a bool flag to StackObjects telling whether they reference spill | David Greene | 2009-11-12 | 1 | -1/+1 |
* | indicate what the native integer types for the target are. | Chris Lattner | 2009-11-07 | 1 | -1/+1 |
* | Remove uninteresting and confusing debug output. | Dan Gohman | 2009-11-05 | 1 | -1/+0 |
* | Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a | Dan Gohman | 2009-10-29 | 1 | -3/+3 |
* | Remove unnecessary gotos to fall-thru successors. | Sanjiv Gupta | 2009-10-27 | 2 | -1/+26 |
* | Revert r85134, it breaks mingw build | Anton Korobeynikov | 2009-10-26 | 2 | -5/+3 |
* | Make PIC16 overlay a loadable pass. | Sanjiv Gupta | 2009-10-26 | 2 | -4/+4 |