aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
...
* Add new files to cmake.Eric Christopher2011-11-071-0/+1
* Add the support code to enable the dwarf accelerator tables. Upcoming patchesEric Christopher2011-11-075-6/+224
* Add a new dwarf accelerator table prototype with the goal of replacingEric Christopher2011-11-072-0/+504
* Expose a way to get the beginning of the dwarf string section.Eric Christopher2011-11-072-12/+23
* Fix up comment.Eric Christopher2011-11-071-1/+1
* Typo.Eric Christopher2011-11-071-1/+1
* Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...Benjamin Kramer2011-11-051-35/+2
* Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer2011-11-052-3/+4
* Emit declarations before definitions if they are available. This causes DW_AT...Rafael Espindola2011-11-041-6/+18
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-031-0/+23
* Don't emit a directory entry for the value in DW_AT_comp_dir, that is alwaysNick Lewycky2011-11-022-4/+12
* Dwarf: [PR11022] Fix emitting DW_AT_const_value(>i64), to be host-endian-neut...NAKAMURA Takumi2011-10-281-7/+9
* Always use the string pool, even when it makes the .o larger. This may helpNick Lewycky2011-10-283-60/+11
* Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-276-39/+56
* Reflow lines, fix comments for doxygen style, fix whitespace. No functionalityNick Lewycky2011-10-262-34/+27
* Remove dead enum value. There is no DIESectionOffset.Nick Lewycky2011-10-251-1/+0
* Remove unused forward decl.Eric Christopher2011-10-251-1/+0
* Missed a spot!Nick Lewycky2011-10-181-1/+1
* Fix some typo/formatting issues. No functionality change.Nick Lewycky2011-10-182-10/+10
* Minor style cleanup, no functionality change.Nick Lewycky2011-10-171-3/+2
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-172-18/+17
* Twinify better.Benjamin Kramer2011-10-161-20/+15
* Add a new wrapper node for a DILexicalBlock that encapsulates it and aEric Christopher2011-10-111-0/+4
* Teach the MC to output code/data region marker labels in MachO and ELF modes....Owen Anderson2011-10-041-1/+12
* Whitespace.Eric Christopher2011-10-031-1/+1
* Typo.Eric Christopher2011-10-031-1/+1
* Place this bracket according to the LLVM style.Duncan Sands2011-09-291-2/+1
* A typeid of zero means a cleanup, not a catch. This case occursDuncan Sands2011-09-281-2/+4
* Fix emission of debug data for global variables. getContext() on DIGlobalVari...James Molloy2011-09-261-2/+2
* Do not unnecessarily use AT_specification DIE because it does not add any value.Devang Patel2011-09-211-1/+1
* Tidy up. Whitepsace.Jim Grosbach2011-09-211-3/+3
* Add support to emit debug info for C++0x nullptr type.Devang Patel2011-09-141-4/+11
* Darwin wants ctors/dtors to be ordered the other way round to linux.Duncan Sands2011-09-021-1/+10
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-011-5/+5
* Fix Size TypingDavid Greene2011-08-311-1/+1
* Compress Repeated Byte OutputDavid Greene2011-08-311-3/+59
* Fix PR5329: pay attention to constructor/destructor priorityDuncan Sands2011-08-281-13/+36
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-1/+1
* Do not use named md nodes to track variables that are completely optimized. T...Devang Patel2011-08-191-36/+23
* add the comments of each declaration follow it, making it easier to read and ...Renato Golin2011-08-181-49/+44
* Eliminate unnecessary forwarding function.Devang Patel2011-08-183-19/+6
* Add new DIE into the map asap.Devang Patel2011-08-181-8/+6
* Until now all debug info MDNodes referred to a root MDNode, a compile unit. T...Devang Patel2011-08-164-99/+96
* Remove unused Target argument from AsmParser construction methods.Jim Grosbach2011-08-161-1/+1
* Remove unnecessary version check.Devang Patel2011-08-161-2/+1
* Refactor.Devang Patel2011-08-152-49/+68
* Continue to hoist uses of getCompileUnit() up. The goal is to get rid of uses...Devang Patel2011-08-152-21/+24
* This is somewhat déjà-vu, but avoid using getCompileUnit() as much as possi...Devang Patel2011-08-152-14/+14
* Refactor. Variables are part of compile unit so let CompileUnit create new va...Devang Patel2011-08-154-123/+129
* There is no need to maintain a set to keep track of variables that use locati...Devang Patel2011-08-152-8/+2