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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert the Archive API to use ErrorOr.
Rafael Espindola
2014-06-16
5
-29
/
+33
*
Finishing touch for the std::error_code transition.
Rafael Espindola
2014-06-13
3
-5
/
+8
*
opt: Initialize asm printers
Tobias Grosser
2014-06-13
1
-0
/
+1
*
Remove unused and odd code.
Rafael Espindola
2014-06-13
2
-18
/
+0
*
Remove 'using std::error_code' from tools.
Rafael Espindola
2014-06-13
33
-194
/
+167
*
Remove all uses of 'using std::error_code' from headers.
Rafael Espindola
2014-06-13
17
-33
/
+35
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
30
-0
/
+30
*
Remove system_error.h.
Rafael Espindola
2014-06-12
20
-26
/
+25
*
Replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
1
-4
/
+4
*
Don't import make_error_code into the llvm namespace.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Don't import error_category into the llvm namespace.
Rafael Espindola
2014-06-12
4
-6
/
+6
*
Don't import error_condition into the llvm namespace.
Rafael Espindola
2014-06-12
2
-6
/
+9
*
llvm-mc: Add option for prefering hex format disassembly.
Jim Grosbach
2014-06-11
1
-9
/
+9
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
10
-16
/
+17
*
Use an enum class.
Rafael Espindola
2014-06-11
2
-22
/
+13
*
Use an enum class.
Rafael Espindola
2014-06-11
2
-18
/
+9
*
Mark a few functions noexcept.
Rafael Espindola
2014-06-10
2
-4
/
+4
*
[llvm-readobj][ELF] Factor out the code retrieve ELF symbol information
Simon Atanasyan
2014-06-10
1
-35
/
+50
*
tools: add a high level explanation for WoA EH data
Saleem Abdulrasool
2014-06-07
1
-21
/
+81
*
[yaml2obj][obj2yaml] Support ELF symbol's visibility flags (default/hidden/pr...
Simon Atanasyan
2014-06-06
2
-0
/
+2
*
Add "-format darwin" to llvm-nm to be like darwin's nm(1) -m output.
Kevin Enderby
2014-06-05
1
-4
/
+176
*
lld (build with configur and make) Enable build
Iain Sandoe
2014-06-05
1
-3
/
+3
*
tools: fix parenthesis warning from GCC
Saleem Abdulrasool
2014-06-04
1
-1
/
+1
*
tools: fix silly typo in llvm-readobj
Saleem Abdulrasool
2014-06-04
1
-1
/
+1
*
tools: initial implementation of WoA EH decoding
Saleem Abdulrasool
2014-06-04
4
-0
/
+812
*
tools: introduce StreamWriter::printBoolean
Saleem Abdulrasool
2014-06-04
1
-0
/
+4
*
[Object][ELF] Range-based loop simplification.
Simon Atanasyan
2014-06-04
1
-13
/
+10
*
Allow alias to point to an arbitrary ConstantExpr.
Rafael Espindola
2014-06-03
1
-6
/
+2
*
[yaml2obj] Add new command line option `-docnum`.
Simon Atanasyan
2014-05-31
4
-12
/
+37
*
There is no std::errc::success, remove the llvm one.
Rafael Espindola
2014-05-31
2
-2
/
+2
*
Turn errc and windows_error into enum classes.
Rafael Espindola
2014-05-31
1
-2
/
+1
*
MachO: support N_INDR aliases in assembly files.
Tim Northover
2014-05-30
1
-0
/
+2
*
[elf2yaml][ELF] Move Info field to the RelocationSection structure. This
Simon Atanasyan
2014-05-29
1
-9
/
+22
*
tools: avoid use of std::function
Saleem Abdulrasool
2014-05-25
3
-12
/
+14
*
tools: split out Win64EHDumper from COFFDumper
Saleem Abdulrasool
2014-05-25
4
-328
/
+406
*
tools: inline simple single-use function
Saleem Abdulrasool
2014-05-25
1
-18
/
+6
*
tools: refactor COFFDumper symbol resolution logic
Saleem Abdulrasool
2014-05-25
1
-61
/
+69
*
tools: use references rather than out pointers in COFFDumper
Saleem Abdulrasool
2014-05-25
1
-18
/
+8
*
build: sort llvm-readobj sources
Saleem Abdulrasool
2014-05-24
1
-4
/
+4
*
llvm-readobj: remove some dead code
Saleem Abdulrasool
2014-05-24
1
-28
/
+0
*
llvm-ar: Output the file we errored on.
Filipe Cabecinhas
2014-05-23
1
-1
/
+1
*
Move MCOptions that aren't shared between programs into their specific
Eric Christopher
2014-05-21
2
-5
/
+18
*
Make a couple of command lines static and remove an unnecessary
Eric Christopher
2014-05-21
1
-6
/
+4
*
This command line option is only used in one place. Move it there and
Eric Christopher
2014-05-21
1
-0
/
+3
*
Move the verbose asm option to be part of the options struct and
Eric Christopher
2014-05-20
1
-3
/
+4
*
[Mips] Add more relocation types and MIPS specific e_flags constants.
Simon Atanasyan
2014-05-20
1
-1
/
+3
*
llvm-readobj: use range-based for loop
Saleem Abdulrasool
2014-05-20
1
-5
/
+3
*
Kill symbolization functionality in llvm-dwarfdump. We have llvm-symbolizer f...
Alexey Samsonov
2014-05-19
1
-48
/
+4
*
[DWARF parser] Teach DIContext to fetch short (non-linkage) function names fo...
Alexey Samsonov
2014-05-17
3
-13
/
+18
*
Delete getAliasedGlobal.
Rafael Espindola
2014-05-16
1
-1
/
+1
[next]