projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[LVI] Use a SmallDenseMap instead of std::map for ValueCacheEntryTy
[oota-llvm.git]
/
tools
/
2015-08-14
Chris Bieneman
[CMake] Fix PR14200, llvm-config output misses -fno...
tree
|
commitdiff
2015-08-13
David Majnemer
[llvm-cxxdump] Correctly process relocations when given...
tree
|
commitdiff
2015-08-13
Yaron Keren
Remove and forbid raw_svector_ostream::flush() calls.
tree
|
commitdiff
2015-08-13
Yaron Keren
Remove raw_svector_ostream::resync and users. It's...
tree
|
commitdiff
2015-08-10
Reid Kleckner
[llvm-symbolizer] Remove underscores and other C mangli...
tree
|
commitdiff
2015-08-10
Rafael Espindola
Don't iterate over all sections in the ELFFile constructor.
tree
|
commitdiff
2015-08-10
Rafael Espindola
Use higher level functions in llvm-objdump.
tree
|
commitdiff
2015-08-10
Rafael Espindola
Delete getDotSymtabSec.
tree
|
commitdiff
2015-08-10
Rafael Espindola
Use continue to reduce indentation. NFC.
tree
|
commitdiff
2015-08-10
Yaron Keren
Recommit r244470+ r244471 together, the bot failed...
tree
|
commitdiff
2015-08-10
Yaron Keren
Revert r244470 and 244471 while looking into it.
tree
|
commitdiff
2015-08-10
Yaron Keren
Second part of r244470 (source file was unsaved in...
tree
|
commitdiff
2015-08-10
Yaron Keren
Really implement David Blaikie suggestion in full of...
tree
|
commitdiff
2015-08-10
Yaron Keren
Fully apply David Blaikie suggestion and add comment...
tree
|
commitdiff
2015-08-10
Yaron Keren
Modify r244405 to clearer code, per David Blaikie sugge...
tree
|
commitdiff
2015-08-10
Rafael Espindola
elf2yaml: Use existing section walk to find the symbol...
tree
|
commitdiff
2015-08-08
Yaron Keren
Fix dangling reference in DwarfLinker.cpp. The original...
tree
|
commitdiff
2015-08-07
Rafael Espindola
Convert getSymbolSection to return an ErrorOr.
tree
|
commitdiff
2015-08-07
Rafael Espindola
Don't look for a SHT_DYNSYM in the ELFFile's constructor.
tree
|
commitdiff
2015-08-07
Rafael Espindola
Remove the symbol iteration functions that don't take...
tree
|
commitdiff
2015-08-07
Rafael Espindola
Add dynamic_table iterators back to ELF.h.
tree
|
commitdiff
2015-08-07
Frederic Riss
[dsymutil] Use the new MCDwarfLineTableParams customiza...
tree
|
commitdiff
2015-08-07
Tom Stellard
ELF: Add AMDGPU specific defintions
tree
|
commitdiff
2015-08-07
Davide Italiano
[llvm-readobj] Convert to range-loops.
tree
|
commitdiff
2015-08-06
Rafael Espindola
Move to llvm-readobj code that is only used there.
tree
|
commitdiff
2015-08-06
Frederic Riss
[dsymutil] Implement dSYM bundle creation
tree
|
commitdiff
2015-08-06
Frederic Riss
[dsymutil] Add (unimplemented) --flat option
tree
|
commitdiff
2015-08-06
Davide Italiano
[llvm-objdump] Add missing call to exit(1).
tree
|
commitdiff
2015-08-05
Frederic Riss
[dsymutil] Do not create temporary files in -no-output...
tree
|
commitdiff
2015-08-05
Frederic Riss
[dsymutil] Add support for the -arch option.
tree
|
commitdiff
2015-08-05
Nick Lewycky
Replace &vector[0] with vector.data() to avoid invalid...
tree
|
commitdiff
2015-08-05
David Blaikie
-Wdeprecated clean by making LogBuilder move constructi...
tree
|
commitdiff
2015-08-05
Richard Diamond
Revert "Fix `llvm-config` to emit the linker flag for...
tree
|
commitdiff
2015-08-05
Frederic Riss
[dsymutil] Implement support for handling mach-o univer...
tree
|
commitdiff
2015-08-05
Frederic Riss
[dsymutil] Introduce exit helper. NFC.
tree
|
commitdiff
2015-08-05
Frederic Riss
[dsymutil] Split some logic into a helper function...
tree
|
commitdiff
2015-08-05
Davide Italiano
[llvm-objdump] Call exit(1) on error, i.e. fail early.
tree
|
commitdiff
2015-08-03
Davide Italiano
[llvm-objdump] Range-loopify. NFC intended.
tree
|
commitdiff
2015-08-03
Frederic Riss
[dwarfdump] Add support for dumping mach-o universal...
tree
|
commitdiff
2015-08-03
Frederic Riss
[dwarfdump] Move dumping to a helper function NFC
tree
|
commitdiff
2015-08-02
Duncan P. N. Exon...
DwarfLinker: Use DIEValueList instead of DIE, NFC
tree
|
commitdiff
2015-08-01
Simon Atanasyan
[Mips] Support DT_MIPS_RLD_MAP_REL dynamic section...
tree
|
commitdiff
2015-07-31
Frederic Riss
[dsymutil] Support multiple input files on the command...
tree
|
commitdiff
2015-07-31
David Majnemer
New EH representation for MSVC compatibility
tree
|
commitdiff
2015-07-30
Mehdi Amini
Fix lli with OrcLazyJIT: the default DataLayout was...
tree
|
commitdiff
2015-07-30
David Majnemer
[COFF] Add IMAGE_SCN_TYPE_NOLOAD to SectionCharacteristics
tree
|
commitdiff
2015-07-29
Frederic Riss
[dsymutil] Re-add command line option -v this time...
tree
|
commitdiff
2015-07-29
Frederic Riss
[dsymutil] Use option categories.
tree
|
commitdiff
2015-07-29
Frederic Riss
[dsymutil] Rename -v option to -verbose
tree
|
commitdiff
2015-07-29
Colin LeMahieu
[llvm-objdump] Inverting logic to match the word "predi...
tree
|
commitdiff
2015-07-29
Colin LeMahieu
[llvm-objdump] Merging MachO DumpSections in to FilterS...
tree
|
commitdiff
2015-07-29
Colin LeMahieu
[llvm-objdump] Added -j flag to filter sections that...
tree
|
commitdiff
2015-07-28
Lang Hames
[RuntimeDyld] Remove a memory-leak that was introduced...
tree
|
commitdiff
2015-07-28
Lang Hames
[RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAd...
tree
|
commitdiff
2015-07-27
JF Bastien
Fix `llvm-config` to emit the linker flag for the combi...
tree
|
commitdiff
2015-07-26
Tobias Grosser
bugpoint: make the number of trim iterations a compile...
tree
|
commitdiff
2015-07-26
Davide Italiano
[llvm-dwarfump] Don't rely on global state, part 3.
tree
|
commitdiff
2015-07-24
Chandler Carruth
Update for r243115 which changed the DataLayout API...
tree
|
commitdiff
2015-07-24
Mehdi Amini
Remove access to the DataLayout in the TargetMachine
tree
|
commitdiff
2015-07-24
Frederic Riss
[dsymutil] Implement support for universal mach-o objec...
tree
|
commitdiff
2015-07-24
Frederic Riss
[dsymutil] Make the triple detection more strict.
tree
|
commitdiff
2015-07-24
Frederic Riss
[dsymutil] Refactor BinaryHolder internals. NFC
tree
|
commitdiff
2015-07-24
Mehdi Amini
Revert "Remove access to the DataLayout in the TargetMa...
tree
|
commitdiff
2015-07-24
Davide Italiano
[llvm-reaobj] Display COFF-specific sections/tables...
tree
|
commitdiff
2015-07-24
Mehdi Amini
Remove access to the DataLayout in the TargetMachine
tree
|
commitdiff
2015-07-23
Colin LeMahieu
[llvm-objdump] Add -D and --disassemble-all flags that...
tree
|
commitdiff
2015-07-23
Rafael Espindola
Use helper function. NFC.
tree
|
commitdiff
2015-07-23
Rafael Espindola
Add a version of getSymbol with an explicit symbol...
tree
|
commitdiff
2015-07-23
Rafael Espindola
Support printing relocations in files with no section...
tree
|
commitdiff
2015-07-23
Rafael Espindola
Use typdef to simplify the code. NFC.
tree
|
commitdiff
2015-07-22
Frederic Riss
[dsymutil] Check archive members timestamps.
tree
|
commitdiff
2015-07-22
Rafael Espindola
Delete ELFEntityIterator. NFC.
tree
|
commitdiff
2015-07-22
Benjamin Kramer
[dsymutil] Remove extra semicolon. NFC.
tree
|
commitdiff
2015-07-21
Frederic Riss
[dsymutil] Implement ODR uniquing for C++ code.
tree
|
commitdiff
2015-07-21
Rafael Espindola
Don't iterate over the program headers in the construct...
tree
|
commitdiff
2015-07-21
Rafael Espindola
Make printValue a member function.
tree
|
commitdiff
2015-07-21
Rafael Espindola
Remove always null argument.
tree
|
commitdiff
2015-07-21
Rafael Espindola
Remove getStaticSymbolName.
tree
|
commitdiff
2015-07-21
Rafael Espindola
Remove always false parameter.
tree
|
commitdiff
2015-07-21
Rafael Espindola
Use range loop. NFC.
tree
|
commitdiff
2015-07-21
Rafael Espindola
Replace the last uses of ELF::getSymbolName in llvm...
tree
|
commitdiff
2015-07-21
Rafael Espindola
Use helper function. NFC.
tree
|
commitdiff
2015-07-21
Rafael Espindola
llvm-readobj: use the associated string table to print...
tree
|
commitdiff
2015-07-21
Chris Bieneman
[CMake] Projects supported via LLVM_EXTERNAL_*_SOURCE_D...
tree
|
commitdiff
2015-07-21
Rafael Espindola
Simplify printing the soname. NFC.
tree
|
commitdiff
2015-07-21
Rafael Espindola
Add missing c++ marker to .h file.
tree
|
commitdiff
2015-07-20
Rafael Espindola
Remove duplicated code.
tree
|
commitdiff
2015-07-20
Rafael Espindola
Simplify now that we can iterate backwards. NFC.
tree
|
commitdiff
2015-07-20
Chris Bieneman
[CMake] Cleanup tools/CMakeLists.txt to take advantage...
tree
|
commitdiff
2015-07-20
Rafael Espindola
Remove Elf_Rela_Iter and Elf_Rel_Iter.
tree
|
commitdiff
2015-07-20
Rafael Espindola
Simplify iterating over program headers and detect...
tree
|
commitdiff
2015-07-20
Rafael Espindola
llvm-readobj: Handle invalid references to the string...
tree
|
commitdiff
2015-07-20
Rafael Espindola
llvm-readobj: call exit(1) on error.
tree
|
commitdiff
2015-07-20
Rafael Espindola
Refactor duplicated code. NFC.
tree
|
commitdiff
2015-07-17
Davide Italiano
[llvm-cxxdump] Don't rely on global state
tree
|
commitdiff
2015-07-16
Rafael Espindola
Delete an unused function.
tree
|
commitdiff
2015-07-15
Rafael Espindola
For new archive member we only need to store the full...
tree
|
commitdiff
2015-07-15
Rafael Espindola
Simplify a few uses of remove_filename by using parent_...
tree
|
commitdiff
2015-07-15
Rafael Espindola
Handle the error of trying to convert a regular archive...
tree
|
commitdiff
2015-07-15
Rafael Espindola
Initial support for writing thin archives.
tree
|
commitdiff
next