index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
MC
/
MCObjectSymbolizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-16
/
+14
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-4
/
+3
*
Change the begin and end methods in ObjectFile to match the style guide.
Rafael Espindola
2014-02-10
1
-9
/
+9
*
Simplify the handling of iterators in ObjectFile.
Rafael Espindola
2014-01-30
1
-21
/
+7
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-09-01
1
-8
/
+7
*
Revert "Fix the build broken by r189315." and "Move everything depending on O...
Charles Davis
2013-08-27
1
-7
/
+8
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-08-27
1
-8
/
+7
*
MC: ObjectSymbolizer can now recognize external function stubs.
Ahmed Bougacha
2013-08-21
1
-1
/
+76
*
MC: Refactor ObjectSymbolizer to make relocation/section info generation lazy.
Ahmed Bougacha
2013-08-21
1
-100
/
+122
*
[Object] Split the ELF interface into 3 parts.
Michael J. Spencer
2013-08-08
1
-2
/
+2
*
Remove debug print added in r182949.
Ahmed Bougacha
2013-05-30
1
-1
/
+0
*
MCObjectSymbolizer: Switch from IntervalMap to sorted vector, following r182625.
Ahmed Bougacha
2013-05-30
1
-10
/
+46
*
Change how we iterate over relocations on ELF.
Rafael Espindola
2013-05-30
1
-4
/
+8
*
Add MCSymbolizer for symbolic/annotated disassembly.
Ahmed Bougacha
2013-05-24
1
-0
/
+175