2015-01-23 |
Lang Hames | [Orc] New JIT APIs. |
tree | commitdiff |
2015-01-23 |
Kevin Enderby | Fix the problem with llvm-objdump and -archive-headers... |
tree | commitdiff |
2015-01-23 |
Colin LeMahieu | [Objdump] Output information about common symbols in... |
tree | commitdiff |
2015-01-23 |
Kevin Enderby | Add the option, -data-in-code, to llvm-objdump used... |
tree | commitdiff |
2015-01-23 |
Rafael Espindola | Add STB_GNU_UNIQUE to the ELF writer. |
tree | commitdiff |
2015-01-22 |
Chandler Carruth | [PM] Actually add the new pass manager support for... |
tree | commitdiff |
2015-01-22 |
Kevin Enderby | Add the option, -indirect-symbols, used with -macho... |
tree | commitdiff |
2015-01-22 |
Chris Bieneman | Assigning and copying command line option objects shoul... |
tree | commitdiff |
2015-01-20 |
Kevin Enderby | For llvm-objdump, hook up existing options to work... |
tree | commitdiff |
2015-01-20 |
Chandler Carruth | [PM] Port LoopInfo to the new pass manager, adding... |
tree | commitdiff |
2015-01-19 |
Frederic Riss | [dsymutil] Add the detected target triple to the debug... |
tree | commitdiff |
2015-01-18 |
David Blaikie | unique_ptrify the RelInfo parameter to TargetRegistry... |
tree | commitdiff |
2015-01-16 |
Kevin Enderby | Fix the Archive::Child::getRawSize() method used by... |
tree | commitdiff |
2015-01-16 |
Saleem Abdulrasool | llvm-readobj: add IMAGE_REL_ARM_MOV32(T) to the enumeration |
tree | commitdiff |
2015-01-15 |
Kevin Enderby | Add the option, -archive-headers, used with -macho... |
tree | commitdiff |
2015-01-15 |
Chandler Carruth | [PM] Port TargetLibraryInfo to the new pass manager... |
tree | commitdiff |
2015-01-15 |
Chandler Carruth | [PM] Separate the TargetLibraryInfo object from the... |
tree | commitdiff |
2015-01-15 |
NAKAMURA Takumi | Update libdeps since TLI was moved from Target to Analy... |
tree | commitdiff |
2015-01-15 |
Chandler Carruth | [PM] Move TargetLibraryInfo into the Analysis library. |
tree | commitdiff |
2015-01-14 |
Rafael Espindola | Fix linking of shared libraries. |
tree | commitdiff |
2015-01-14 |
Rafael Espindola | Fix handling of extern_weak. This was broken by r225983. |
tree | commitdiff |
2015-01-14 |
Rafael Espindola | Handle a symbol being undefined. |
tree | commitdiff |
2015-01-14 |
Chandler Carruth | [cleanup] Re-sort all the #include lines in LLVM using |
tree | commitdiff |
2015-01-14 |
Chandler Carruth | [PM] Port domtree to the new pass manager (at last). |
tree | commitdiff |
2015-01-13 |
Chandler Carruth | [PM] Push the debug option for the new pass manager... |
tree | commitdiff |
2015-01-13 |
Chandler Carruth | [PM] Fold all three analysis managers into a single... |
tree | commitdiff |
2015-01-10 |
Rafael Espindola | Use the DiagnosticHandler to print diagnostics when... |
tree | commitdiff |
2015-01-09 |
Kevin Enderby | Fix an ASAN failure introduced with r225537 (adding... |
tree | commitdiff |
2015-01-09 |
Kevin Enderby | Add the option, -universal-headers, used with -macho... |
tree | commitdiff |
2015-01-09 |
Duncan P. N. Exon... | Revert "Bitcode: Move the DEBUG_LOC record to DEBUG_LOC... |
tree | commitdiff |
2015-01-09 |
Duncan P. N. Exon... | Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD |
tree | commitdiff |
2015-01-08 |
Kevin Enderby | Run clang-format on tools/llvm-objdump/MachODump.cpp... |
tree | commitdiff |
2015-01-07 |
Alexey Samsonov | Fix uninitialized memory read in llvm-dsymutil for... |
tree | commitdiff |
2015-01-07 |
Kevin Enderby | Slightly refactor things for llvm-objdump and the ... |
tree | commitdiff |
2015-01-07 |
Aaron Ballman | Manually specify the folder that llvm-ranlib should... |
tree | commitdiff |
2015-01-07 |
Chandler Carruth | [PM] Give slightly less horrible names to the utility... |
tree | commitdiff |
2015-01-06 |
Filipe Cabecinhas | Don't loop endlessly for MachO files with 0 ncmds |
tree | commitdiff |
2015-01-06 |
Chandler Carruth | [PM] Hide a function we only use in an assert behind... |
tree | commitdiff |
2015-01-06 |
Chandler Carruth | [PM] Introduce a utility pass that preserves no analyses. |
tree | commitdiff |
2015-01-06 |
Chandler Carruth | [PM] Simplify how we parse the outer layer of the pass... |
tree | commitdiff |
2015-01-06 |
Chandler Carruth | [PM] Add a utility pass template that synthesizes the... |
tree | commitdiff |
2015-01-06 |
Chandler Carruth | [PM] Simplify how we use the registry by including... |
tree | commitdiff |
2015-01-06 |
Chandler Carruth | [PM] Add a collection of no-op analysis passes and... |
tree | commitdiff |
2015-01-06 |
Chandler Carruth | [PM] Sink the no-op pass parsing logic into the .def... |
tree | commitdiff |
2015-01-06 |
Chandler Carruth | [PM] Move the analysis registry into the Passes.cpp... |
tree | commitdiff |
2015-01-06 |
Chandler Carruth | [PM] Add a utility to the new pass manager for generati... |
tree | commitdiff |
2015-01-05 |
Frederic Riss | [dsymutil] Implement the BinaryHolder object and gain... |
tree | commitdiff |
2015-01-05 |
Chandler Carruth | [PM] Switch the new pass manager to use a reference... |
tree | commitdiff |
2015-01-05 |
Chandler Carruth | [PM] Wire up support for explicitly running the verifie... |
tree | commitdiff |
2015-01-03 |
Saleem Abdulrasool | llvm-readobj: add support to dump COFF export tables |
tree | commitdiff |
2014-12-29 |
Chandler Carruth | [cmake] Teach the llvm-config program to respect LLVM_L... |
tree | commitdiff |
2014-12-29 |
Chandler Carruth | [cmake] Start making LLVM_LIBDIR_SUFFIX effective by... |
tree | commitdiff |
2014-12-24 |
Kevin Enderby | Another attempt to fix the LLVM Windows build bot lld... |
tree | commitdiff |
2014-12-23 |
Kevin Enderby | Attempt to fix the LLVM Windows build bot lld-x86_64... |
tree | commitdiff |
2014-12-23 |
Kevin Enderby | Add printing the LC_THREAD load commands with llvm... |
tree | commitdiff |
2014-12-23 |
Rafael Espindola | Fix a leak found by asan. |
tree | commitdiff |
2014-12-20 |
David Majnemer | strnlen isn't available on some platforms, use StringRe... |
tree | commitdiff |
2014-12-20 |
Matthias Braun | Unbreak cmake build with shared libraries enabled. |
tree | commitdiff |
2014-12-19 |
Kevin Enderby | Add printing the LC_ROUTINES load commands with llvm... |
tree | commitdiff |
2014-12-19 |
Kevin Enderby | Add printing the LC_SUB_CLIENT load command with llvm... |
tree | commitdiff |
2014-12-19 |
Kevin Enderby | Add printing the LC_SUB_LIBRARY load command with llvm... |
tree | commitdiff |
2014-12-19 |
Duncan P. N. Exon... | LTO: Export local context symbols |
tree | commitdiff |
2014-12-18 |
Kevin Enderby | Add printing the LC_SUB_UMBRELLA load command with... |
tree | commitdiff |
2014-12-18 |
Chris Bieneman | Have llvm-c-test only use libLLVM if libLLVM has all... |
tree | commitdiff |
2014-12-18 |
Kevin Enderby | Add printing the LC_SUB_FRAMEWORK load command with... |
tree | commitdiff |
2014-12-18 |
Rafael Espindola | Modernize the getStreamedBitcodeModule interface a... |
tree | commitdiff |
2014-12-18 |
Kevin Enderby | Add printing the LC_LINKER_OPTION load command with... |
tree | commitdiff |
2014-12-18 |
Alexey Samsonov | [dsymutil] Fix missing member initializer. |
tree | commitdiff |
2014-12-17 |
Rafael Espindola | Remove unused includes and out of date comment. NFC. |
tree | commitdiff |
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 |
next |