Move type handling to make sure we get all created types that aren't
[oota-llvm.git] / lib / CodeGen / AsmPrinter /
2011-11-10 Eric ChristopherMove type handling to make sure we get all created...
2011-11-10 Eric ChristopherRework adding function names to the dwarf accelerator...
2011-11-09 Benjamin KramerAdd comments.
2011-11-09 Benjamin KramerTake advantage of the zero byte in StringMap when emitt...
2011-11-09 Devang PatelRemove extra ';'
2011-11-09 Eric ChristopherRemove the pubnames section, no one consumes it.
2011-11-08 Eric ChristopherAlso add the linkage name to the name accelerator table...
2011-11-08 Eric ChristopherAdd the base ObjC method name to the names lookup table...
2011-11-08 Eric ChristopherA few more places where we can avoid multiple size...
2011-11-08 Eric ChristopherDon't evaluate Data.size() on every iteration.
2011-11-07 Eric ChristopherAdd all completed and named types to the dwarf type...
2011-11-07 Eric ChristopherMove the hash function to using and taking a StringRef.
2011-11-07 Eric ChristopherSimple destructor to delete the hash data we created...
2011-11-07 Eric ChristopherUse StringRef::startswith to do some string comparisons.
2011-11-07 Eric ChristopherAvoid the use of a local temporary for comment twines.
2011-11-07 Eric ChristopherAllow for the case where the name of the subprogram...
2011-11-07 Eric ChristopherRemove unnecessary addition to API. Replace with someth...
2011-11-07 Eric ChristopherAdd new files to cmake.
2011-11-07 Eric ChristopherAdd the support code to enable the dwarf accelerator...
2011-11-07 Eric ChristopherAdd a new dwarf accelerator table prototype with the...
2011-11-07 Eric ChristopherExpose a way to get the beginning of the dwarf string...
2011-11-07 Eric ChristopherFix up comment.
2011-11-07 Eric ChristopherTypo.
2011-11-05 Benjamin KramerAdd an option to pad an uleb128 to MCObjectWriter and...
2011-11-05 Benjamin KramerAdd more PRI.64 macros for MSVC and use them throughout...
2011-11-04 Rafael EspindolaEmit declarations before definitions if they are availa...
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-11-02 Nick LewyckyDon't emit a directory entry for the value in DW_AT_com...
2011-10-28 NAKAMURA TakumiDwarf: [PR11022] Fix emitting DW_AT_const_value(>i64...
2011-10-28 Nick LewyckyAlways use the string pool, even when it makes the...
2011-10-27 Nick LewyckyTeach our Dwarf emission to use the string pool.
2011-10-26 Nick LewyckyReflow lines, fix comments for doxygen style, fix white...
2011-10-25 Nick LewyckyRemove dead enum value. There is no DIESectionOffset.
2011-10-25 Eric ChristopherRemove unused forward decl.
2011-10-18 Nick LewyckyMissed a spot!
2011-10-18 Nick LewyckyFix some typo/formatting issues. No functionality change.
2011-10-17 Nick LewyckyMinor style cleanup, no functionality change.
2011-10-17 Nick LewyckyAdd support for a new extension to the .file directive:
2011-10-16 Benjamin KramerTwinify better.
2011-10-11 Eric ChristopherAdd a new wrapper node for a DILexicalBlock that encaps...
2011-10-04 Owen AndersonTeach the MC to output code/data region marker labels...
2011-10-03 Eric ChristopherWhitespace.
2011-10-03 Eric ChristopherTypo.
2011-09-29 Duncan SandsPlace this bracket according to the LLVM style.
2011-09-28 Duncan SandsA typeid of zero means a cleanup, not a catch. This...
2011-09-26 James MolloyFix emission of debug data for global variables. getCon...
2011-09-21 Devang PatelDo not unnecessarily use AT_specification DIE because...
2011-09-21 Jim GrosbachTidy up. Whitepsace.
2011-09-14 Devang PatelAdd support to emit debug info for C++0x nullptr type.
2011-09-02 Duncan SandsDarwin wants ctors/dtors to be ordered the other way...
2011-09-01 Benjamin KramerDon't drop alignment info on local common symbols.
2011-08-31 David GreeneFix Size Typing
2011-08-31 David GreeneCompress Repeated Byte Output
2011-08-28 Duncan SandsFix PR5329: pay attention to constructor/destructor...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-19 Devang PatelDo not use named md nodes to track variables that are...
2011-08-18 Renato Golinadd the comments of each declaration follow it, making...
2011-08-18 Devang PatelEliminate unnecessary forwarding function.
2011-08-18 Devang PatelAdd new DIE into the map asap.
2011-08-16 Devang PatelUntil now all debug info MDNodes referred to a root...
2011-08-16 Jim GrosbachRemove unused Target argument from AsmParser constructi...
2011-08-16 Devang PatelRemove unnecessary version check.
2011-08-15 Devang PatelRefactor.
2011-08-15 Devang PatelContinue to hoist uses of getCompileUnit() up. The...
2011-08-15 Devang PatelThis is somewhat déjà-vu, but avoid using getCompileUni...
2011-08-15 Devang PatelRefactor. Variables are part of compile unit so let...
2011-08-15 Devang PatelThere is no need to maintain a set to keep track of...
2011-08-15 Devang PatelFix warning.
2011-08-15 Devang PatelSimplify. Let DbgVariable keep track of variable's...
2011-08-15 Devang PatelSimplify mapping to variable from its abstract variable...
2011-08-15 Devang PatelRefactor.
2011-08-15 Devang PatelRefactor.
2011-08-15 Devang PatelRefactor. Global variables are part of compile unit...
2011-08-15 Devang PatelRefactor. A subprogram is part of compile unit so let...
2011-08-12 Devang PatelUse ArrayRef.
2011-08-11 Benjamin KramerPlug a memory leak.
2011-08-10 Devang PatelStay within 80 columns.
2011-08-10 Devang PatelDistinguish between two copies of one inlined variable...
2011-08-10 Devang PatelRevert unintentional parts of previous check-in.
2011-08-10 Devang PatelStart using LexicalScopes utility. No intetional functi...
2011-08-08 Devang PatelSimplify by creating parent first.
2011-08-05 Chandler CarruthTemporarily revert r135528 which distinguishes between...
2011-08-03 Bob WilsonSome revisions to Devang's change r136759 for merged...
2011-08-03 Devang PatelUse byte offset, instead of element number, to access...
2011-08-01 Jay FoadRemove an unnecessary cast.
2011-07-29 Nick LewyckyFix a lot of typos, improve (but not necessarily fix...
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-27 Devang PatelRemove outdated FIXME comment.
2011-07-27 Devang PatelIt is quiet possible that inlined function body is...
2011-07-26 Devang PatelWhile extracting lexical scopes from machine instructio...
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
2011-07-20 Devang PatelRefactor.
2011-07-20 Devang PatelThere are two ways to map a variable to its lexical...
2011-07-20 Devang PatelWhile emitting constant value, look through derived...
2011-07-20 Evan ChengGoodbye TargetAsmInfo. This eliminate last bit of CodeG...
2011-07-20 Evan ChengAdd MCObjectFileInfo and sink the MCSections initializa...
2011-07-19 Devang PatelDistinguish between two copies of one inlined variable.
2011-07-19 Jay FoadConvert TargetData::getIndexedOffset to use ArrayRef.
2011-07-19 Bill WendlingAdd a frame with the compact unwind encoding if it...
next