| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | switch off of 'Section' onto MCSection. We're not properly using | Chris Lattner | 2009-07-31 | 1 | -1/+1 |
| | | | | | | | MCSection subclasses yet, but this is a step in the right direction. llvm-svn: 77708 | ||||
| * | revert rev. 75503 for now. | Devang Patel | 2009-07-13 | 1 | -4/+1 |
| | | | | | llvm-svn: 75507 | ||||
| * | Use Mangler to remove leading '1' from linkage names. | Devang Patel | 2009-07-13 | 1 | -1/+4 |
| | | | | | llvm-svn: 75503 | ||||
| * | Remove dead code. | Devang Patel | 2009-07-07 | 1 | -5/+0 |
| | | | | | llvm-svn: 74949 | ||||
| * | s/MainCU/ModuleCU/g | Devang Patel | 2009-06-29 | 1 | -3/+2 |
| | | | | | llvm-svn: 74452 | ||||
| * | Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprograms | Devang Patel | 2009-06-26 | 1 | -13/+2 |
| | | | | | | | and llvm.dbg.global_variables. llvm-svn: 74251 | ||||
| * | Simplify. | Devang Patel | 2009-06-25 | 1 | -7/+1 |
| | | | | | llvm-svn: 74215 | ||||
| * | Merge 'ConstructFunctionDbgScope' and 'ConstructAbstractDbgScope'. | Bill Wendling | 2009-05-20 | 1 | -6/+2 |
| | | | | | llvm-svn: 72197 | ||||
| * | Rename 'New*' methods to 'Create*' to be consistent. 'NewString' isn't used. | Bill Wendling | 2009-05-20 | 1 | -13/+6 |
| | | | | | llvm-svn: 72196 | ||||
| * | Revert r72192. It was causing a build failure. | Bill Wendling | 2009-05-20 | 1 | -33/+44 |
| | | | | | llvm-svn: 72193 | ||||
| * | Do some mechanical changes. Combine the 'construct abastract dbg thingy' in with | Bill Wendling | 2009-05-20 | 1 | -44/+33 |
| | | | | | | | | the 'constract function dbg thingy'. Rename some methods to make them consistent with the rest of the methods. Move the 'Emit' methods to the end of the file. llvm-svn: 72192 | ||||
| * | RecordVariable is called each time a DECLARE node is encountered. For an inlined | Bill Wendling | 2009-05-18 | 1 | -1/+8 |
| | | | | | | | | | function, this could be many, many times. We don't want to re-add variables to that DIE for each time. We just want to add them once. Check to make sure that we haven't added them already. llvm-svn: 72047 | ||||
| * | Split out the DwarfDebug module from the DwarfWriter module. | Bill Wendling | 2009-05-15 | 1 | -0/+565 |
| Again, no intendtional functionality change. llvm-svn: 71854 | |||||

