| Commit message (Expand) | Author | Age | Files | Lines |
* | Update aosp/master LLVM for rebase to r235153 | Pirama Arumuga Nainar | 2015-05-18 | 96 | -333/+589 |
* | Update aosp/master llvm for rebase to r233350 | Pirama Arumuga Nainar | 2015-04-09 | 235 | -4481/+4912 |
* | Update aosp/master LLVM for rebase to r230699. | Stephen Hines | 2015-03-23 | 250 | -6068/+8051 |
* | Update aosp/master LLVM for rebase to r222494. | Stephen Hines | 2014-12-02 | 233 | -3610/+6273 |
* | Update LLVM for rebase to r212749. | Stephen Hines | 2014-07-21 | 66 | -426/+1972 |
* | Update LLVM for 3.5 rebase (r209712). | Stephen Hines | 2014-05-29 | 82 | -631/+2217 |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 144 | -508/+4200 |
* | Merging r195504: | Manman Ren | 2013-12-09 | 132 | -150/+379 |
* | llvm-dwarfdump: support for emitting only the debug_types section using -debu... | David Blaikie | 2013-11-19 | 1 | -0/+4 |
* | Debug info: Let LowerDbgDeclare perfom the dbg.declare -> dbg.value | Adrian Prantl | 2013-11-18 | 1 | -0/+102 |
* | For dwarf4 use the correct form for referencing debug_loc locations, | Eric Christopher | 2013-11-16 | 2 | -2/+2 |
* | Add addrspacecast instruction. | Matt Arsenault | 2013-11-15 | 1 | -1/+1 |
* | DebugInfo: regenerate test case from Clang to adjust for fixes/improvements | David Blaikie | 2013-11-01 | 1 | -87/+64 |
* | DebugInfo: Improve readability of test case added in r193878 | David Blaikie | 2013-11-01 | 1 | -2/+2 |
* | DebugInfo: add a test case for data member locations (coverage for r193835) | David Blaikie | 2013-11-01 | 1 | -0/+43 |
* | Fix a test case broken by r193872 | David Blaikie | 2013-11-01 | 1 | -1/+1 |
* | DebugInfo: Make pubnames header printing similar to unit header printing | David Blaikie | 2013-11-01 | 3 | -14/+4 |
* | DebugInfo: Emit member variable locations as data instead of expressions in b... | David Blaikie | 2013-11-01 | 2 | -4/+4 |
* | Debug Info: remove duplication of DIEs when a DIE can be shared across CUs. | Manman Ren | 2013-10-31 | 1 | -0/+70 |
* | Add DebugInfo testcase for high_pc encoded as constant, fixed in r193555. | Will Dietz | 2013-10-30 | 3 | -0/+13 |
* | Debug Info: instead of calling addToContextOwner which constructs the context | Manman Ren | 2013-10-29 | 9 | -47/+54 |
* | Debug Info: clean up testing case. | Manman Ren | 2013-10-29 | 1 | -2/+4 |
* | Debug Info: instead of calling addToContextOwner which constructs the context | Manman Ren | 2013-10-29 | 12 | -47/+49 |
* | Debug Info: use createAndAddDIE for newly-created Subprogram DIEs. | Manman Ren | 2013-10-29 | 5 | -14/+22 |
* | DebugInfo: Hash DW_FORM_GNU_str_index as a string. | David Blaikie | 2013-10-21 | 1 | -2/+2 |
* | Changing DebugInfoFinder to iterate over all the compile units. | Michael Kuperstein | 2013-10-17 | 1 | -0/+40 |
* | According to the dwarf standard pubnames and pubtypes for languages | Eric Christopher | 2013-10-17 | 1 | -45/+69 |
* | Add the subprogram DIEs to the context they're created with only | Eric Christopher | 2013-10-17 | 1 | -50/+47 |
* | DIEHash: Use DW_FORM_sdata for integers, per spec. | David Blaikie | 2013-10-16 | 1 | -2/+2 |
* | Update test case due to DIE hashing in r192836 | David Blaikie | 2013-10-16 | 1 | -2/+2 |
* | Fix a pair of bugs in the emission of pubname tables: | Eric Christopher | 2013-10-16 | 1 | -23/+46 |
* | Enable MI Sched for x86. | Andrew Trick | 2013-10-15 | 1 | -1/+1 |
* | Debug Info Testing Case: check for the name of a structure. | Manman Ren | 2013-10-11 | 1 | -0/+1 |
* | Debug Info: In DIBuilder, the context field of subprogram is updated to use | Manman Ren | 2013-10-10 | 1 | -1/+8 |
* | Add comments to debug info testing case. | Manman Ren | 2013-10-10 | 1 | -0/+8 |
* | Debug Info: In DIBuilder, the context and type fields of template_type and | Manman Ren | 2013-10-09 | 1 | -39/+60 |
* | Debug Info: In DIBuilder, the context field of a forward decl is updated | Manman Ren | 2013-10-09 | 1 | -34/+46 |
* | Debug Info: In DIBuilder, the context field of a DICompositeType is updated | Manman Ren | 2013-10-09 | 1 | -31/+41 |
* | Debug Info: In DIBuilder, the context fields of a static member and a | Manman Ren | 2013-10-08 | 1 | -27/+48 |
* | Debug Info: In DIBuilder, the derived-from field of DICompositeType | Manman Ren | 2013-10-08 | 1 | -2/+12 |
* | Debug Info: In DIBuilder, the derived-from field of DIDerivedType | Manman Ren | 2013-10-08 | 1 | -12/+38 |
* | Debug Info: update testing to reflect r192018. | Manman Ren | 2013-10-08 | 1 | -2/+4 |
* | typo. | Adrian Prantl | 2013-10-08 | 1 | -1/+1 |
* | typo. | Adrian Prantl | 2013-10-08 | 1 | -1/+1 |
* | Reduce testcase from 1r92011. | Adrian Prantl | 2013-10-08 | 1 | -128/+20 |
* | Debug info: Don't crash in SelectionDAGISel when a vreg that is being | Adrian Prantl | 2013-10-05 | 1 | -0/+135 |
* | Use addFlag to add the enum class attribute. | Eric Christopher | 2013-10-04 | 1 | -2/+2 |
* | Fix this test. | Rafael Espindola | 2013-10-04 | 1 | -1/+1 |
* | DebugInfo: Fix ordering of members after r191928 | David Blaikie | 2013-10-04 | 4 | -5/+70 |
* | Fixed a bug with section names containing special characters. | Richard Mitton | 2013-10-03 | 2 | -36/+27 |