| Commit message (Expand) | Author | Age | Files | Lines |
* | Update aosp/master LLVM for rebase to r235153 | Pirama Arumuga Nainar | 2015-05-18 | 3 | -26/+3003 |
* | Update aosp/master llvm for rebase to r233350 | Pirama Arumuga Nainar | 2015-04-09 | 4 | -335/+446 |
* | Update aosp/master LLVM for rebase to r230699. | Stephen Hines | 2015-03-23 | 7 | -139/+2056 |
* | Update aosp/master LLVM for rebase to r222494. | Stephen Hines | 2014-12-02 | 8 | -338/+3718 |
* | Update LLVM for rebase to r212749. | Stephen Hines | 2014-07-21 | 8 | -51/+50 |
* | Adds the ability to run the llvm test suite in-tree. | Chris Wailes | 2014-06-06 | 1 | -0/+68 |
* | Update LLVM for 3.5 rebase (r209712). | Stephen Hines | 2014-05-29 | 2 | -37/+62 |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 4 | -361/+534 |
* | Remove several unused variables. | Rafael Espindola | 2013-10-01 | 1 | -2/+0 |
* | Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}. | Rui Ueyama | 2013-09-27 | 1 | -2/+2 |
* | Re-submit r191472 with a fix for big endian. | Rui Ueyama | 2013-09-27 | 3 | -3/+58 |
* | Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi... | Rui Ueyama | 2013-09-27 | 3 | -58/+3 |
* | Fix another -Wnon-pod-varargs error in r191472. | Rui Ueyama | 2013-09-27 | 1 | -1/+1 |
* | Fix -Wnon-pod-varargs error in r191472. | Rui Ueyama | 2013-09-27 | 1 | -6/+6 |
* | llvm-objdump: Dump COFF import table if -private-headers option is given. | Rui Ueyama | 2013-09-27 | 3 | -3/+58 |
* | Move everything depending on Object/MachOFormat.h over to Support/MachO.h. | Charles Davis | 2013-09-01 | 1 | -15/+15 |
* | Revert "Fix the build broken by r189315." and "Move everything depending on O... | Charles Davis | 2013-08-27 | 1 | -16/+15 |
* | Move everything depending on Object/MachOFormat.h over to Support/MachO.h. | Charles Davis | 2013-08-27 | 1 | -15/+16 |
* | Add basic YAML MC CFG testcase. | Ahmed Bougacha | 2013-08-21 | 1 | -1/+1 |
* | MC CFG: Add YAML MCModule representation to enable MC CFG testing. | Ahmed Bougacha | 2013-08-21 | 1 | -9/+29 |
* | [Object] Split the ELF interface into 3 parts. | Michael J. Spencer | 2013-08-08 | 1 | -9/+7 |
* | keep only the StringRef version of getFileOrSTDIN. | Rafael Espindola | 2013-06-25 | 1 | -1/+1 |
* | Use pointers to the MCAsmInfo and MCRegInfo. | Bill Wendling | 2013-06-18 | 1 | -1/+1 |
* | readobj: Dump PE/COFF optional records. | Rui Ueyama | 2013-06-12 | 1 | -1/+1 |
* | Teach llvm-objdump with the -macho parser how to use the data in code table | Kevin Enderby | 2013-06-06 | 1 | -6/+112 |
* | Handle relocations that don't point to symbols. | Rafael Espindola | 2013-06-05 | 2 | -4/+3 |
* | llvm-objdump.cpp: Appease MSC16 x64. utostr(n++) causes internal compiler error. | NAKAMURA Takumi | 2013-05-27 | 1 | -1/+2 |
* | Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros. | Michael J. Spencer | 2013-05-24 | 1 | -1/+1 |
* | MC: Disassembled CFG reconstruction. | Ahmed Bougacha | 2013-05-24 | 6 | -553/+130 |
* | Add MCSymbolizer for symbolic/annotated disassembly. | Ahmed Bougacha | 2013-05-24 | 2 | -16/+51 |
* | llvm-objdump: Initialize MCDisassembler once instead of for each section. | Ahmed Bougacha | 2013-05-16 | 1 | -45/+45 |
* | Remove the MachineMove class. | Rafael Espindola | 2013-05-13 | 2 | -9/+11 |
* | Introduce convenience typedefs for the 4 ELF object types. | Rafael Espindola | 2013-05-09 | 1 | -8/+4 |
* | Clarify getRelocationAddress x getRelocationOffset a bit. | Rafael Espindola | 2013-04-25 | 2 | -5/+5 |
* | Don't read one command past the end. | Rafael Espindola | 2013-04-19 | 1 | -2/+6 |
* | At Jim Grosbach's request detemplate Object/MachO.h. | Rafael Espindola | 2013-04-18 | 2 | -40/+23 |
* | llvm-objdump: Don't print contents of BSS sections: it makes no sense and cra... | Alexey Samsonov | 2013-04-16 | 1 | -0/+8 |
* | Finish templating MachObjectFile over endianness. | Rafael Espindola | 2013-04-13 | 2 | -18/+48 |
* | Simplify the code. No functionality change. | Rafael Espindola | 2013-04-11 | 1 | -17/+1 |
* | Template the MachO types over endianness. | Rafael Espindola | 2013-04-10 | 1 | -5/+6 |
* | Convert MachOObjectFile to a template. | Rafael Espindola | 2013-04-09 | 2 | -6/+6 |
* | Implement MachOObjectFile::getHeader directly. | Rafael Espindola | 2013-04-07 | 1 | -4/+4 |
* | Remove LoadCommandInfo now that we always have a pointer to the command. | Rafael Espindola | 2013-04-07 | 1 | -3/+3 |
* | Add MachOObjectFile::LoadCommandInfo. | Rafael Espindola | 2013-04-07 | 1 | -2/+2 |
* | Remove MachOObjectFile::getObject. | Rafael Espindola | 2013-04-07 | 1 | -10/+8 |
* | Make getObject const. Remove a const_cast. | Rafael Espindola | 2013-04-07 | 1 | -2/+2 |
* | Remove last use of InMemoryStruct in llvm-objdump. | Rafael Espindola | 2013-04-07 | 1 | -2/+2 |
* | Remove dead code. | Rafael Espindola | 2013-04-07 | 1 | -17/+0 |
* | Remove unused argument. | Rafael Espindola | 2013-04-07 | 1 | -3/+1 |
* | Don't fetch pointers from a InMemoryStruct. | Rafael Espindola | 2013-04-05 | 2 | -8/+4 |