aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix warning.Devang Patel2011-08-152-2/+2
* Simplify. Let DbgVariable keep track of variable's DBG_VALUE machine instruct...Devang Patel2011-08-152-55/+24
* Simplify mapping to variable from its abstract variable info.Devang Patel2011-08-152-29/+18
* Refactor.Devang Patel2011-08-152-5/+11
* Refactor.Devang Patel2011-08-152-15/+9
* Refactor. Global variables are part of compile unit so let CompileUnit create...Devang Patel2011-08-153-129/+114
* Refactor. A subprogram is part of compile unit so let CompileUnit construct n...Devang Patel2011-08-154-114/+141
* Use ArrayRef.Devang Patel2011-08-121-6/+6
* Plug a memory leak.Benjamin Kramer2011-08-111-3/+3
* Stay within 80 columns.Devang Patel2011-08-101-18/+28
* Distinguish between two copies of one inlined variable. Take 2.Devang Patel2011-08-101-3/+4
* Revert unintentional parts of previous check-in.Devang Patel2011-08-101-5/+2
* Start using LexicalScopes utility. No intetional functionality change.Devang Patel2011-08-102-526/+113
* Simplify by creating parent first.Devang Patel2011-08-081-19/+14
* Temporarily revert r135528 which distinguishes between two copies of oneChandler Carruth2011-08-051-6/+2
* Some revisions to Devang's change r136759 for merged global debug info.Bob Wilson2011-08-031-23/+9
* Use byte offset, instead of element number, to access merged global.Devang Patel2011-08-031-3/+21
* Remove an unnecessary cast.Jay Foad2011-08-011-1/+1
* Fix a lot of typos, improve (but not necessarily fix) grammaros and reflow someNick Lewycky2011-07-292-24/+22
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-0/+9
* Remove outdated FIXME comment.Devang Patel2011-07-271-1/+0