aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
AgeCommit message (Expand)Author
2011-11-01Merging r143194:Bill Wendling
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
2011-08-16Remove unnecessary version check.Devang Patel
2011-08-15Refactor.Devang Patel
2011-08-15Continue to hoist uses of getCompileUnit() up. The goal is to get rid of uses...Devang Patel
2011-08-15This is somewhat déjà-vu, but avoid using getCompileUnit() as much as possi...Devang Patel
2011-08-15Refactor. Variables are part of compile unit so let CompileUnit create new va...Devang Patel
2011-08-15There is no need to maintain a set to keep track of variables that use locati...Devang Patel
2011-08-15Fix warning.Devang Patel
2011-08-15Simplify. Let DbgVariable keep track of variable's DBG_VALUE machine instruct...Devang Patel
2011-08-15Simplify mapping to variable from its abstract variable info.Devang Patel
2011-08-15Refactor.Devang Patel
2011-08-15Refactor.Devang Patel
2011-08-15Refactor. Global variables are part of compile unit so let CompileUnit create...Devang Patel
2011-08-15Refactor. A subprogram is part of compile unit so let CompileUnit construct n...Devang Patel
2011-08-12Use ArrayRef.Devang Patel
2011-08-11Plug a memory leak.Benjamin Kramer
2011-08-10Stay within 80 columns.Devang Patel
2011-08-10Distinguish between two copies of one inlined variable. Take 2.Devang Patel
2011-08-10Revert unintentional parts of previous check-in.Devang Patel
2011-08-10Start using LexicalScopes utility. No intetional functionality change.Devang Patel
2011-08-08Simplify by creating parent first.Devang Patel
2011-08-05Temporarily revert r135528 which distinguishes between two copies of oneChandler Carruth
2011-08-03Some revisions to Devang's change r136759 for merged global debug info.Bob Wilson
2011-08-03Use byte offset, instead of element number, to access merged global.Devang Patel
2011-08-01Remove an unnecessary cast.Jay Foad
2011-07-29Fix a lot of typos, improve (but not necessarily fix) grammaros and reflow someNick Lewycky
2011-07-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth
2011-07-27Remove outdated FIXME comment.Devang Patel