| Commit message (Expand) | Author | Age | Files | Lines |
* | I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it | Duncan Sands | 2010-05-11 | 1 | -1/+1 |
* | fix some inconsistent line endings, patch by Jakub Staszak! | Chris Lattner | 2010-05-01 | 1 | -7/+7 |
* | Add const qualifiers to TargetLoweringObjectFile usage. | Dan Gohman | 2010-04-17 | 1 | -3/+3 |
* | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman | 2010-04-17 | 2 | -3/+1 |
* | Move per-function state out of TargetLowering subclasses and into | Dan Gohman | 2010-04-17 | 1 | -1/+4 |
* | prune some #includes. | Chris Lattner | 2010-04-05 | 1 | -2/+0 |
* | Momentous day: remove the "O" member from AsmPrinter. Now all | Chris Lattner | 2010-04-04 | 2 | -6/+4 |
* | streamerize the rest of PIC16 asm printer. | Chris Lattner | 2010-04-04 | 1 | -41/+63 |
* | change a ton of code to not implicitly use the "O" raw_ostream | Chris Lattner | 2010-04-04 | 2 | -8/+8 |
* | PIC16: Simplify code by using a std::set<std::string> instead of a sorted & u... | Benjamin Kramer | 2010-03-20 | 2 | -20/+6 |
* | eliminate the now-unneeded context argument of MBB::getSymbol() | Chris Lattner | 2010-03-13 | 1 | -1/+1 |
* | rearrange MCContext ownership. Before LLVMTargetMachine created it | Chris Lattner | 2010-03-13 | 2 | -6/+4 |
* | Fix LLVM build when the user specifies CPPFLAGS on the make command line. | Jeffrey Yasskin | 2010-03-12 | 1 | -1/+1 |
* | inline GetGlobalValueSymbol into the rest its callers and | Chris Lattner | 2010-03-12 | 1 | -6/+7 |
* | Reapply things reverted back in 97220, with the fixed test case. | Sanjiv Gupta | 2010-02-26 | 1 | -12/+10 |
* | Revert r97211 and r97213 to get the build green again. | Chandler Carruth | 2010-02-26 | 1 | -10/+10 |
* | Currently in LLVM, names of libcalls are assigned during TargetLowering | Sanjiv Gupta | 2010-02-26 | 1 | -10/+10 |
* | The code section for an ISR has a specific address. | Sanjiv Gupta | 2010-02-16 | 1 | -2/+3 |
* | 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 |
* | refactor code so that LLVMTargetMachine creates the asmstreamer and | Chris Lattner | 2010-02-02 | 2 | -3/+5 |
* | 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 | 1 | -1/+0 |
* | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner | 2010-01-22 | 1 | -0/+1 |
* | 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 |
* | 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 |
* | 1. In indirect load/store insns , the name of fsr should be emitted as INDF. | Sanjiv Gupta | 2009-12-19 | 1 | -5/+13 |
* | Move DebugInfo checks into EmitComments and remove them from | David Greene | 2009-11-13 | 1 | -1/+1 |
* | Reapply 85006 with a minor fix. | Sanjiv Gupta | 2009-10-25 | 2 | -0/+7 |
* | Revert back 85006 for now as it breaks PIC16 tests. | Sanjiv Gupta | 2009-10-24 | 2 | -7/+0 |
* | Adding support for placing global objects in shared data memory. | Sanjiv Gupta | 2009-10-24 | 2 | -0/+7 |
* | fix warning. | Chris Lattner | 2009-10-22 | 1 | -1/+1 |
* | Add a pass to overlay pic16 data sections for function frame and automatic | Sanjiv Gupta | 2009-10-21 | 2 | -3/+48 |
* | Cleaned up some code. No functionality change. | Sanjiv Gupta | 2009-10-16 | 2 | -43/+43 |
* | Re-apply 84180 with the fixed test case. | Sanjiv Gupta | 2009-10-15 | 2 | -95/+83 |
* | Revert "Complete Rewrite of AsmPrinter, TargetObjectFile based on new | Daniel Dunbar | 2009-10-15 | 2 | -83/+95 |
* | Complete Rewrite of AsmPrinter, TargetObjectFile based on new PIC16Section class | Sanjiv Gupta | 2009-10-15 | 2 | -95/+83 |
* | Instead of printing unnecessary basic block labels as labels in | Dan Gohman | 2009-10-06 | 1 | -1/+0 |
* | Update processDebugLoc() so that it can be used to process debug info before ... | Devang Patel | 2009-10-06 | 1 | -3/+2 |
* | Use MachineInstr as an processDebugLoc() argument. | Devang Patel | 2009-09-30 | 1 | -1/+1 |
* | Fix a comment typo. | Bob Wilson | 2009-09-30 | 1 | -1/+1 |
* | PIC16 does allow colon after MBB labels, simplify EmitBasicBlockStart. | Chris Lattner | 2009-09-14 | 1 | -1/+1 |
* | remove all but one reference to TargetRegisterDesc::AsmName. | Chris Lattner | 2009-09-13 | 1 | -4/+1 |
* | the tblgen produced 'getRegisterName' method does not access | Chris Lattner | 2009-09-13 | 1 | -1/+1 |
* | make tblgen produce a function that returns the name for a physreg. | Chris Lattner | 2009-09-13 | 1 | -0/+2 |
* | replace printBasicBlockLabel with EmitBasicBlockStart, | Chris Lattner | 2009-09-13 | 1 | -1/+1 |