2013-07-14 |
Eric Christopher | Clarify comments.
|
commit | commitdiff | tree |
2013-07-14 |
Eric Christopher | Add DW_AT_GNU_odr_signature to the set of dwarf attributes.
|
commit | commitdiff | tree |
2013-07-14 |
Eric Christopher | Collapse temporary variable into call.
|
commit | commitdiff | tree |
2013-07-12 |
Eric Christopher | Remove extraneous braces.
|
commit | commitdiff | tree |
2013-07-09 |
Eric Christopher | Fix comment.
|
commit | commitdiff | tree |
2013-07-09 |
Eric Christopher | Revert "DebugInfo: remove unused helper function getDICompos...
|
commit | commitdiff | tree |
2013-07-08 |
Eric Christopher | CEHCK->CHECK typo fix.
|
commit | commitdiff | tree |
2013-07-08 |
Eric Christopher | Fix up whitespace.
|
commit | commitdiff | tree |
2013-07-08 |
Eric Christopher | No ',' between programs.
|
commit | commitdiff | tree |
2013-07-08 |
Eric Christopher | Update comment to avoid mentioning DbgValues which...
|
commit | commitdiff | tree |
2013-07-04 |
Eric Christopher | Reapply r185601 with a fix for the cmake build.
|
commit | commitdiff | tree |
2013-07-04 |
Eric Christopher | Temporarily revert 185601 as it caused cmake build...
|
commit | commitdiff | tree |
2013-07-04 |
Eric Christopher | Add support for futimens for platforms that don't support...
|
commit | commitdiff | tree |
2013-07-03 |
Eric Christopher | Hoist all of the Entry.getLoc() calls int a single...
|
commit | commitdiff | tree |
2013-07-03 |
Eric Christopher | Make DotDebugLocEntry a class, reorder the members...
|
commit | commitdiff | tree |
2013-07-03 |
Eric Christopher | Elaborate on comment.
|
commit | commitdiff | tree |
2013-07-03 |
Eric Christopher | Add names to the header file since they help in documenting...
|
commit | commitdiff | tree |
2013-07-03 |
Eric Christopher | Move typedefs inside the class that they belong to.
|
commit | commitdiff | tree |
2013-07-03 |
Eric Christopher | Remove unused field.
|
commit | commitdiff | tree |
2013-07-03 |
Eric Christopher | Constify a few functions.
|
commit | commitdiff | tree |
2013-07-03 |
Eric Christopher | Use SmallVectorImpl::iterator/const_iterator instead...
|
commit | commitdiff | tree |
2013-07-03 |
Eric Christopher | Avoid doing a lot of computation when we have multiple...
|
commit | commitdiff | tree |
2013-07-03 |
Eric Christopher | Move iterator to where it's used and update comments.
|
commit | commitdiff | tree |
2013-07-03 |
Eric Christopher | Move instance variable before experimental section.
|
commit | commitdiff | tree |
2013-07-03 |
Eric Christopher | Fix typo to make grep for DW_AT_comp_dir work without...
|
commit | commitdiff | tree |
2013-07-03 |
Eric Christopher | Remove unnecessary forward declare.
|
commit | commitdiff | tree |
2013-07-03 |
Eric Christopher | Add a helpful comment.
|
commit | commitdiff | tree |
2013-07-03 |
Eric Christopher | addConstantValue, addConstantFPValue never returned...
|
commit | commitdiff | tree |
2013-07-02 |
Eric Christopher | Fix comment.
|
commit | commitdiff | tree |
2013-06-28 |
Eric Christopher | Remove unused variables.
|
commit | commitdiff | tree |
2013-06-26 |
Eric Christopher | Revert "Debug Info: clean up usage of Verify." as it...
|
commit | commitdiff | tree |
2013-06-25 |
Eric Christopher | Add an autoconf option for turning on -gsplit-dwarf...
|
commit | commitdiff | tree |
2013-06-25 |
Eric Christopher | As far as I know no linker needs or wants the -g flag.
|
commit | commitdiff | tree |
2013-06-24 |
Eric Christopher | Remove all non-linker oriented compile options from...
|
commit | commitdiff | tree |
2013-06-24 |
Eric Christopher | 80-column and tab character fixes.
|
commit | commitdiff | tree |
2013-06-24 |
Eric Christopher | Formatting.
|
commit | commitdiff | tree |
2013-06-24 |
Eric Christopher | Use const references instead of pointers to references...
|
commit | commitdiff | tree |
2013-06-11 |
Eric Christopher | Correct the def registers for the 8bit x86 divide instructio...
|
commit | commitdiff | tree |
2013-06-11 |
Eric Christopher | Use the Copy we defined above here.
|
commit | commitdiff | tree |
2013-06-11 |
Eric Christopher | Formatting.
|
commit | commitdiff | tree |
2013-06-10 |
Eric Christopher | Remove a few fixmes, the only work we're doing is getting...
|
commit | commitdiff | tree |
2013-06-10 |
Eric Christopher | Fix up comment.
|
commit | commitdiff | tree |
2013-06-10 |
Eric Christopher | Remove unused function.
|
commit | commitdiff | tree |
2013-06-10 |
Eric Christopher | IndentCount is only used within NDEBUG code.
|
commit | commitdiff | tree |
2013-05-31 |
Eric Christopher | Temporarily Revert "X86: change MOV64ri64i32 into MOV32ri64...
|
commit | commitdiff | tree |
2013-05-31 |
Eric Christopher | Const-ify some printing and dumping code for DIEValues.
|
commit | commitdiff | tree |
2013-05-31 |
Eric Christopher | Add support for adding the contents of a StringRef...
|
commit | commitdiff | tree |
2013-05-31 |
Eric Christopher | Convert more unsigned char -> uint8_t.
|
commit | commitdiff | tree |
2013-05-31 |
Eric Christopher | Fix comment.
|
commit | commitdiff | tree |
2013-05-31 |
Eric Christopher | Move "unsigned char" -> "uint8_t".
|
commit | commitdiff | tree |
2013-05-30 |
Eric Christopher | Fix a couple of typos and 80-col.
|
commit | commitdiff | tree |
2013-05-30 |
Eric Christopher | Rename variable to be more descriptive.
|
commit | commitdiff | tree |
2013-05-30 |
Eric Christopher | Formatting.
|
commit | commitdiff | tree |
2013-05-30 |
Eric Christopher | Reformat comments here.
|
commit | commitdiff | tree |
2013-05-30 |
Eric Christopher | Add a comment and some tests including the NULL byte.
|
commit | commitdiff | tree |
2013-05-25 |
Eric Christopher | Add some comments to the stringify function.
|
commit | commitdiff | tree |
2013-05-24 |
Eric Christopher | Add to testsuite.
|
commit | commitdiff | tree |
2013-05-24 |
Eric Christopher | ArrayRef-ize MD5 and clean up a few variable names.
|
commit | commitdiff | tree |
2013-05-21 |
Eric Christopher | Be more specific and capitalize filenames.
|
commit | commitdiff | tree |
2013-05-21 |
Eric Christopher | Add cmake bits for md5.
|
commit | commitdiff | tree |
2013-05-21 |
Eric Christopher | Add an md5 library derived from a public domain implementati...
|
commit | commitdiff | tree |
2013-05-14 |
Eric Christopher | Revert previous patch, it's actually on under Wall.
|
commit | commitdiff | tree |
2013-05-14 |
Eric Christopher | Add -Wreorder to the list of C++ warnings.
|
commit | commitdiff | tree |
2013-05-14 |
Eric Christopher | Make getCompileUnit non-const and return the current...
|
commit | commitdiff | tree |
2013-05-14 |
Eric Christopher | Reapply "Subtract isn't commutative, fix this for MMX...
|
commit | commitdiff | tree |
2013-05-14 |
Eric Christopher | Temporarily revert "Subtract isn't commutative, fix...
|
commit | commitdiff | tree |
2013-05-14 |
Eric Christopher | Subtract isn't commutative, fix this for MMX psub.
|
commit | commitdiff | tree |
2013-05-09 |
Eric Christopher | Revert "Make sure debug info contains linkage names...
|
commit | commitdiff | tree |
2013-05-08 |
Eric Christopher | Make sure debug info contains linkage names (DW_AT_MIPS_link...
|
commit | commitdiff | tree |
2013-05-08 |
Eric Christopher | Pass the MDNode in and do the insertion at compile...
|
commit | commitdiff | tree |
2013-05-08 |
Eric Christopher | Typo.
|
commit | commitdiff | tree |
2013-05-06 |
Eric Christopher | Hoist boundary condition out of loop header.
|
commit | commitdiff | tree |
2013-05-06 |
Eric Christopher | Untabify.
|
commit | commitdiff | tree |
2013-05-06 |
Eric Christopher | Remove unnecessary instance variable and rework logic...
|
commit | commitdiff | tree |
2013-05-06 |
Eric Christopher | Grammar.
|
commit | commitdiff | tree |
2013-05-06 |
Eric Christopher | Don't emit .dwo sections unless they exist.
|
commit | commitdiff | tree |
2013-04-27 |
Eric Christopher | Regen.
|
commit | commitdiff | tree |
2013-04-27 |
Eric Christopher | Use the target triple from the target machine rather...
|
commit | commitdiff | tree |
2013-04-27 |
Eric Christopher | Move the XFAIL out of the middle of a comment.
|
commit | commitdiff | tree |
2013-04-24 |
Eric Christopher | Add include guards.
|
commit | commitdiff | tree |
2013-04-24 |
Eric Christopher | Formatting.
|
commit | commitdiff | tree |
2013-04-23 |
Eric Christopher | Fix dependency layering issues caused by r180112.
|
commit | commitdiff | tree |
2013-04-22 |
Eric Christopher | Move C++ code out of the C headers and into either...
|
commit | commitdiff | tree |
2013-04-22 |
Eric Christopher | No really, don't store anything to this since it's...
|
commit | commitdiff | tree |
2013-04-22 |
Eric Christopher | Remove variable store that is never read.
|
commit | commitdiff | tree |
2013-04-22 |
Eric Christopher | Remove variable store that is never read.
|
commit | commitdiff | tree |
2013-04-22 |
Eric Christopher | Add .ll as a valid test suffix for Object, this allows...
|
commit | commitdiff | tree |
2013-04-22 |
Eric Christopher | Add the same todo about a command iterator interface...
|
commit | commitdiff | tree |
2013-04-22 |
Eric Christopher | Add a TODO about wanting an iterator interface.
|
commit | commitdiff | tree |
2013-04-22 |
Eric Christopher | Tidy.
|
commit | commitdiff | tree |
2013-04-22 |
Eric Christopher | Update comment. Whitespace.
|
commit | commitdiff | tree |
2013-04-19 |
Eric Christopher | 80-col fixup.
|
commit | commitdiff | tree |
2013-04-19 |
Eric Christopher | Reformat and nuke trailing whitespace.
|
commit | commitdiff | tree |
2013-04-19 |
Eric Christopher | Revert "PR14606: debug info imported_module support"
|
commit | commitdiff | tree |
2013-04-17 |
Eric Christopher | This appears to be no longer necessary for the testsuite.
|
commit | commitdiff | tree |
2013-04-17 |
Eric Christopher | Fix random typo.
|
commit | commitdiff | tree |
2013-04-15 |
Eric Christopher | Revert "Recommit r179497 after fixing uninitialized...
|
commit | commitdiff | tree |
2013-04-15 |
Eric Christopher | Recommit r179497 after fixing uninitialized variable.
|
commit | commitdiff | tree |
2013-04-14 |
Eric Christopher | Revert "Remove some unused triple and data layout."
|
commit | commitdiff | tree |
2013-04-14 |
Eric Christopher | Remove some unused triple and data layout.
|
commit | commitdiff | tree |
next |