aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
AgeCommit message (Expand)Author
2011-11-07Move the hash function to using and taking a StringRef.Eric Christopher
2011-11-07Simple destructor to delete the hash data we created earlier.Eric Christopher
2011-11-07Use StringRef::startswith to do some string comparisons.Eric Christopher
2011-11-07Avoid the use of a local temporary for comment twines.Eric Christopher
2011-11-07Allow for the case where the name of the subprogram is "".Eric Christopher
2011-11-07Remove unnecessary addition to API. Replace with something much simpler.Eric Christopher
2011-11-07Add new files to cmake.Eric Christopher
2011-11-07Add the support code to enable the dwarf accelerator tables. Upcoming patchesEric Christopher
2011-11-07Add a new dwarf accelerator table prototype with the goal of replacingEric Christopher
2011-11-07Expose a way to get the beginning of the dwarf string section.Eric Christopher
2011-11-07Fix up comment.Eric Christopher
2011-11-07Typo.Eric Christopher
2011-11-05Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...Benjamin Kramer
2011-11-05Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer
2011-11-04Emit declarations before definitions if they are available. This causes DW_AT...Rafael Espindola
2011-11-03build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar
2011-11-02Don't emit a directory entry for the value in DW_AT_comp_dir, that is alwaysNick Lewycky
2011-10-28Dwarf: [PR11022] Fix emitting DW_AT_const_value(>i64), to be host-endian-neut...NAKAMURA Takumi
2011-10-28Always use the string pool, even when it makes the .o larger. This may helpNick Lewycky
2011-10-27Teach our Dwarf emission to use the string pool.Nick Lewycky
2011-10-26Reflow lines, fix comments for doxygen style, fix whitespace. No functionalityNick Lewycky
2011-10-25Remove dead enum value. There is no DIESectionOffset.Nick Lewycky
2011-10-25Remove unused forward decl.Eric Christopher
2011-10-18Missed a spot!Nick Lewycky
2011-10-18Fix some typo/formatting issues. No functionality change.Nick Lewycky
2011-10-17Minor style cleanup, no functionality change.Nick Lewycky
2011-10-17Add support for a new extension to the .file directive:Nick Lewycky
2011-10-16Twinify better.Benjamin Kramer
2011-10-11Add a new wrapper node for a DILexicalBlock that encapsulates it and aEric Christopher
2011-10-04Teach the MC to output code/data region marker labels in MachO and ELF modes....Owen Anderson
2011-10-03Whitespace.Eric Christopher
2011-10-03Typo.Eric Christopher
2011-09-29Place this bracket according to the LLVM style.Duncan Sands
2011-09-28A typeid of zero means a cleanup, not a catch. This case occursDuncan Sands
2011-09-26Fix emission of debug data for global variables. getContext() on DIGlobalVari...James Molloy
2011-09-21Do not unnecessarily use AT_specification DIE because it does not add any value.Devang Patel
2011-09-21Tidy up. Whitepsace.Jim Grosbach
2011-09-14Add support to emit debug info for C++0x nullptr type.Devang Patel
2011-09-02Darwin wants ctors/dtors to be ordered the other way round to linux.Duncan Sands
2011-09-01Don't drop alignment info on local common symbols.Benjamin Kramer
2011-08-31Fix Size TypingDavid Greene
2011-08-31Compress Repeated Byte OutputDavid Greene
2011-08-28Fix PR5329: pay attention to constructor/destructor priorityDuncan Sands
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng
2011-08-19Do not use named md nodes to track variables that are completely optimized. T...Devang Patel
2011-08-18add the comments of each declaration follow it, making it easier to read and ...Renato Golin
2011-08-18Eliminate unnecessary forwarding function.Devang Patel
2011-08-18Add new DIE into the map asap.Devang Patel
2011-08-16Until now all debug info MDNodes referred to a root MDNode, a compile unit. T...Devang Patel
2011-08-16Remove unused Target argument from AsmParser construction methods.Jim Grosbach