2014-12-17 |
Duncan P. N. Exon... | llvm-lto: Add testing coverage for local contexts |
tree | commitdiff |
2014-12-17 |
Kevin Enderby | Add printing the LC_ENCRYPTION_INFO_64 load command... |
tree | commitdiff |
2014-12-16 |
Kevin Enderby | Add printing the LC_ENCRYPTION_INFO load command with... |
tree | commitdiff |
2014-12-16 |
Kevin Enderby | Fix a bug in llvm-objdump’s -private-headers for the... |
tree | commitdiff |
2014-12-16 |
Kevin Enderby | Fix another use of PRIx32 that should have been PRIx64. |
tree | commitdiff |
2014-12-16 |
Frederic Riss | [dsymutil] Pass the verbosity flag down to the processi... |
tree | commitdiff |
2014-12-16 |
Frederic Riss | [dsymutil] Avoid calling getStringTableData() for each... |
tree | commitdiff |
2014-12-16 |
Kevin Enderby | Fix the arm build bots for a test that was added. ... |
tree | commitdiff |
2014-12-16 |
Kevin Enderby | Fix a bug in llvm-objdump’s -private-headers for 32... |
tree | commitdiff |
2014-12-15 |
Alexey Bataev | Fix line mapping information in LLVM JIT profiling... |
tree | commitdiff |
2014-12-13 |
Benjamin Kramer | Fix Doxygen command misspellings. |
tree | commitdiff |
2014-12-12 |
Frederic Riss | Initial dsymutil tool commit. |
tree | commitdiff |
2014-12-12 |
Yaron Keren | Silence gcc 4.9.1 warning 'xyz' is used uninitialized... |
tree | commitdiff |
2014-12-12 |
Craig Topper | Pass output stream to AsLexInput instead of the whole... |
tree | commitdiff |
2014-12-12 |
Craig Topper | Use unique_ptr to remove an explicit delete. Change... |
tree | commitdiff |
2014-12-12 |
Craig Topper | Use make_unique instead of reset() and 'new' |
tree | commitdiff |
2014-12-12 |
Craig Topper | Use range-based for loop. |
tree | commitdiff |
2014-12-12 |
Craig Topper | Remove unnecessary calls to unique_ptr::get. |
tree | commitdiff |
2014-12-12 |
Craig Topper | Remove an unnecessary reference variable that pointed... |
tree | commitdiff |
2014-12-12 |
Craig Topper | Use unique_ptr operator= instead of constructor to... |
tree | commitdiff |
2014-12-11 |
Duncan P. N. Exon... | Bitcode: Add METADATA_NODE and METADATA_VALUE |
tree | commitdiff |
2014-12-11 |
Duncan P. N. Exon... | Bitcode: Add `OLD_` prefix to metadata node records |
tree | commitdiff |
2014-12-11 |
Rafael Espindola | Only seek once before writing the member offsets. |
tree | commitdiff |
2014-12-11 |
Rafael Espindola | llvm-ar: close input files early. |
tree | commitdiff |
2014-12-11 |
Craig Topper | Just use the Module unique_ptr object directly in many... |
tree | commitdiff |
2014-12-11 |
Craig Topper | Use unique_ptr to remove an explicit delete. Change... |
tree | commitdiff |
2014-12-10 |
Rafael Espindola | Simplify the handling of aliases in the gold plugin. |
tree | commitdiff |
2014-12-09 |
Rafael Espindola | Return ErrorOr<std::unique_ptr<Archive>> form getAsArchive. |
tree | commitdiff |
2014-12-09 |
Rafael Espindola | Rename createIRObjectFile to just create. |
tree | commitdiff |
2014-12-09 |
Chris Bieneman | Adding a new option to CMake to disable C++ atexit... |
tree | commitdiff |
2014-12-09 |
Frederic Riss | Revert "Initial dsymutil tool commit." |
tree | commitdiff |
2014-12-09 |
Frederic Riss | Initial dsymutil tool commit. |
tree | commitdiff |
2014-12-09 |
Rafael Espindola | Remember the unmangled name in the plugin. |
tree | commitdiff |
2014-12-09 |
Rafael Espindola | Don't lookup an object symbol name in the module. |
tree | commitdiff |
2014-12-08 |
NAKAMURA Takumi | [CMake] Fix installation of llvm-ranlib on multiconfig... |
tree | commitdiff |
2014-12-05 |
Rafael Espindola | Be less conservative about when we build the gold plugin. |
tree | commitdiff |
2014-12-04 |
Kevin Enderby | Re-add support to llvm-objdump for Mach-O universal... |
tree | commitdiff |
2014-12-04 |
Jean-Daniel Dupas | Add mach-o LC_RPATH support to llvm-objdump |
tree | commitdiff |
2014-12-04 |
NAKAMURA Takumi | Introduce "llvm-ranlib" as a name of targets since... |
tree | commitdiff |
2014-12-04 |
Rafael Espindola | For copy, cmake needs the full path to llvm-ar. |
tree | commitdiff |
2014-12-04 |
Rafael Espindola | Add missing dependency on llvm-ar. Should hopefully... |
tree | commitdiff |
2014-12-03 |
Rafael Espindola | This reverts commit r223306 and r223277. |
tree | commitdiff |
2014-12-03 |
Rafael Espindola | Make llvm-ar a real build target and install it. |
tree | commitdiff |
2014-12-03 |
Kevin Enderby | Add support to llvm-objdump for Mach-O universal files... |
tree | commitdiff |
2014-12-03 |
Peter Collingbourne | Prologue support |
tree | commitdiff |
2014-12-03 |
Lang Hames | [MCJIT] Unique-ptrify the RTDyldMemoryManager member... |
tree | commitdiff |
2014-11-29 |
Duncan P. N. Exon... | DebugIR: Delete -debug-ir |
tree | commitdiff |
2014-11-27 |
Lang Hames | [MCJIT] Update CMakeLists.txt for llvm-rtdyld to add... |
tree | commitdiff |
2014-11-27 |
Peter Collingbourne | Teach LLVM about llgo subproject. |
tree | commitdiff |
2014-11-26 |
Rui Ueyama | Object/COFF: Fix off-by-one error for object having... |
tree | commitdiff |
2014-11-26 |
Lang Hames | [MCJIT] Reapply r222828 and r222810-r222812 with fix... |
tree | commitdiff |
2014-11-26 |
Aaron Ballman | Reverting r222828 and r222810-r222812 as they broke... |
tree | commitdiff |
2014-11-26 |
Lang Hames | [MCJIT] Clean up RuntimeDyld's quirky object-ownership... |
tree | commitdiff |
2014-11-25 |
Rafael Espindola | gold plugin: call llvm_shutdown so that -stats works. |
tree | commitdiff |
2014-11-25 |
Charlie Turner | Correctly handle Tag_CPU_arch_profile. |
tree | commitdiff |
2014-11-24 |
Rafael Espindola | Add a disable-output option to the gold plugin. |
tree | commitdiff |
2014-11-19 |
Duncan P. N. Exon... | gold-plugin: Fix typo in error message |
tree | commitdiff |
2014-11-19 |
Kevin Enderby | Fix Use-of-uninitialized-value for adrp_addr and adrp_i... |
tree | commitdiff |
2014-11-19 |
Colin LeMahieu | [llvm-readobj][NFC] |
tree | commitdiff |
2014-11-19 |
David Blaikie | Remove StringMap::GetOrCreateValue in favor of StringMa... |
tree | commitdiff |
2014-11-19 |
David Blaikie | Make StringSet::insert return pair<iterator, bool>... |
tree | commitdiff |
2014-11-19 |
Rui Ueyama | llvm-readobj: fix off-by-one error in COFFDumper |
tree | commitdiff |
2014-11-19 |
Rui Ueyama | llvm-readobj: teach it how to dump COFF base relocation... |
tree | commitdiff |
2014-11-18 |
David Majnemer | llvm-readobj: Don't print the Characteristics field... |
tree | commitdiff |
2014-11-17 |
David Majnemer | Object, COFF: Tighten the object file parser |
tree | commitdiff |
2014-11-17 |
Frederic Riss | Implement MachODumper::printFileHeaders |
tree | commitdiff |
2014-11-15 |
David Majnemer | yaml2obj, COFF: Consider the DOS stub when laying out... |
tree | commitdiff |
2014-11-14 |
Kevin Enderby | Add the code and test cases for 64-bit ARM to llvm... |
tree | commitdiff |
2014-11-14 |
David Majnemer | yaml2obj, COFF: Correctly calculate SizeOfImage and... |
tree | commitdiff |
2014-11-14 |
Frederic Riss | Reapply "[dwarfdump] Add support for dumping accelerato... |
tree | commitdiff |
2014-11-14 |
David Majnemer | obj2yaml, yaml2obj: Add support for COFF executables |
tree | commitdiff |
2014-11-14 |
Justin Bogner | llvm-cov: Sink some reporting logic into CoverageMapping |
tree | commitdiff |
2014-11-13 |
David Majnemer | Object, Mach-O: Refactor and clean code up |
tree | commitdiff |
2014-11-13 |
David Majnemer | llvm-readobj: relocAddressLess could potentially lie |
tree | commitdiff |
2014-11-13 |
David Majnemer | llvm-readobj, COFF: Remove an unused variable |
tree | commitdiff |
2014-11-13 |
David Majnemer | Object, COFF: getRelocationSymbol shouldn't assert |
tree | commitdiff |
2014-11-13 |
Rui Ueyama | llvm-readobj: Print out address table when dumping... |
tree | commitdiff |
2014-11-13 |
Frederic Riss | Revert "[dwarfdump] Add support for dumping accelerator... |
tree | commitdiff |
2014-11-12 |
Frederic Riss | [dwarfdump] Add support for dumping accelerator tables. |
tree | commitdiff |
2014-11-12 |
Timur Iskhodzhanov | [COFF] Make it clearer that the symbols subsection... |
tree | commitdiff |
2014-11-12 |
Aaron Ballman | Fixing more -Wcast-qual warnings; NFC. |
tree | commitdiff |
2014-11-12 |
Rafael Espindola | Remove the now unused StringRefMemoryObject.h. |
tree | commitdiff |
2014-11-12 |
Rafael Espindola | Pass an ArrayRef to MCDisassembler::getInstruction. |
tree | commitdiff |
2014-11-11 |
Duncan P. N. Exon... | libLTO: Allow linker to choose context of modules and... |
tree | commitdiff |
2014-11-11 |
Duncan P. N. Exon... | Revert "IR: MDNode => Value" |
tree | commitdiff |
2014-11-11 |
Colin LeMahieu | [llvm-mc] Fixing case where if a file ended with non... |
tree | commitdiff |
2014-11-11 |
Kevin Enderby | Fix a warning about ‘r_type’ may be used uninitialized. |
tree | commitdiff |
2014-11-11 |
David Majnemer | llvm-objdump: Skip empty sections when dumping contents |
tree | commitdiff |
2014-11-11 |
NAKAMURA Takumi | [CMake] llvm-shlib: Prune redundant components, AsmPrin... |
tree | commitdiff |
2014-11-10 |
NAKAMURA Takumi | [CMake] llvm-c-test: Use libLLVM.so if it is available. |
tree | commitdiff |
2014-11-10 |
NAKAMURA Takumi | [CMake] Let llvm-shlib work on Linux with --whole-archive. |
tree | commitdiff |
2014-11-10 |
NAKAMURA Takumi | [CMake] Move llvm-shlib in prior to other tools. |
tree | commitdiff |
2014-11-08 |
NAKAMURA Takumi | [CMake] llvm-shlib: Add possibly missing BitReader... |
tree | commitdiff |
2014-11-07 |
Rafael Espindola | Remove unused variable. |
tree | commitdiff |
2014-11-07 |
Saleem Abdulrasool | Transform: add SymbolRewriter pass |
tree | commitdiff |
2014-11-07 |
Michael J. Spencer | Fix style. |
tree | commitdiff |
2014-11-07 |
Rafael Espindola | Use StringRefMemoryObject in llvm-mc. NFC. |
tree | commitdiff |
2014-11-07 |
Jay Foad | llvm-symbolizer: teach it about PowerPC64 ELF function... |
tree | commitdiff |
2014-11-07 |
Rafael Espindola | Use StringRefMemoryObject. NFC. |
tree | commitdiff |
2014-11-06 |
Simon Atanasyan | [ELF][yaml2obj] Handle additional MIPS specific st_othe... |
tree | commitdiff |
next |