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
/
test
/
Object
Commit message (
Expand
)
Author
Age
Files
Lines
*
Nuke MCAnalysis.
Sean Silva
2014-09-02
4
-251
/
+0
*
llvm-objdump: don't print relocations in non-relocatable files.
Rafael Espindola
2014-08-17
1
-0
/
+5
*
Fix an off-by-one bug in the target independent llvm-objdump.
Rafael Espindola
2014-08-17
2
-0
/
+10
*
pr20589: Fix duplicated arch flag.
Rafael Espindola
2014-08-08
1
-0
/
+10
*
Use "weak alias" instead of "alias weak"
Rafael Espindola
2014-07-30
1
-1
/
+1
*
Tweak llvm-nm’s -undefined-only (aka -u) printing for Mach-O files
Kevin Enderby
2014-07-28
1
-0
/
+10
*
Add an implementation for llvm-nm’s -print-file-name option (aka -o and -A).
Kevin Enderby
2014-07-24
3
-0
/
+34
*
Add printing of Mach-O stabs in llvm-nm.
Kevin Enderby
2014-07-17
2
-0
/
+15
*
Add the "-x" flag to llvm-nm for Mach-O files that prints the fields of a sym...
Kevin Enderby
2014-07-16
1
-0
/
+8
*
[Mips] Support SHT_MIPS_ABIFLAGS section type flag in the llvm-readobj,
Simon Atanasyan
2014-07-13
2
-1
/
+21
*
[ELFYAML] Group ELF section type flags to target specific blocks.
Simon Atanasyan
2014-07-12
2
-0
/
+8
*
Add the "-s" flag to llvm-nm for Mach-O files that prints symbols only in
Kevin Enderby
2014-07-11
1
-0
/
+8
*
Changed the lvm-nm alias "-s" for -print-armap to "-M".
Kevin Enderby
2014-07-08
7
-14
/
+14
*
Add support for BSD format Archive map symbols (aka the table of contents
Kevin Enderby
2014-07-08
1
-0
/
+6
*
Ignore llvm.* globals.
Rafael Espindola
2014-07-04
1
-0
/
+1
*
Mark intrinsic functions as llvm-specific.
Rafael Espindola
2014-07-04
1
-0
/
+6
*
Don't include llvm.metadata variables in archive symbol tables.
Rafael Espindola
2014-07-04
2
-0
/
+4
*
Add the -just-symbol-name (aka -j) flag to llvm-nm to just print the
Kevin Enderby
2014-07-03
1
-0
/
+8
*
Move test since it now depends on the x86 backend.
Rafael Espindola
2014-07-03
1
-0
/
+0
*
Add support for inline asm symbols in llvm-ar.
Rafael Espindola
2014-07-03
1
-0
/
+20
*
Add support for inline asm symbols to IRObjectFile.
Rafael Espindola
2014-07-03
1
-0
/
+11
*
Add the -U flag to llvm-nm as an alias to -defined-only
Kevin Enderby
2014-07-03
1
-0
/
+6
*
Add the -reverse-sort flag (aka -r) to llvm-nm
Kevin Enderby
2014-07-02
1
-0
/
+8
*
Add the -arch flag support to llvm-size like what was done to llvm-nm
Kevin Enderby
2014-07-01
1
-2
/
+12
*
objdump: Add test for ELF file with no section table
Ed Maste
2014-06-30
2
-0
/
+6
*
Add the -arch flag support to llvm-nm to select the slice out of a Mach-O
Kevin Enderby
2014-06-30
1
-2
/
+14
*
[ELF][Mips] Fix recognition of MIPS 64-bit arch in the ELFObjectFile:getArch(...
Simon Atanasyan
2014-06-27
1
-0
/
+0
*
nm-trivial-object.test requires shell since Lit internal runner isn't capable...
NAKAMURA Takumi
2014-06-23
1
-0
/
+1
*
Change the default input for llvm-nm to be a.out instead of standard input
Kevin Enderby
2014-06-23
1
-2
/
+10
*
Fix some double printing of filenames for archives in llvm-nm when
Kevin Enderby
2014-06-20
1
-2
/
+4
*
Added the -m option as an alias for -format=darwin to llvm-nm and llvm-size
Kevin Enderby
2014-06-20
2
-2
/
+2
*
Fix the output of llvm-nm for Mach-O files to use the characters ‘d’ and ...
Kevin Enderby
2014-06-19
2
-1
/
+8
*
Change the output of llvm-nm and llvm-size for Mach-O universal files (aka
Kevin Enderby
2014-06-19
2
-8
/
+8
*
Teach llvm-size to know about Mach-O universal files (aka fat files) and
Kevin Enderby
2014-06-18
1
-0
/
+12
*
Add "-format darwin" to llvm-size to be like darwin's size(1) -m output, and
Kevin Enderby
2014-06-17
3
-2
/
+54
*
Fix pr17056.
Rafael Espindola
2014-06-16
2
-0
/
+6
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
1
-1
/
+1
*
Reduce verbiage of lit.local.cfg files
Alp Toker
2014-06-09
3
-6
/
+3
*
[yaml2obj][obj2yaml] Support ELF symbol's visibility flags (default/hidden/pr...
Simon Atanasyan
2014-06-06
1
-0
/
+126
*
Add "-format darwin" to llvm-nm to be like darwin's nm(1) -m output.
Kevin Enderby
2014-06-05
4
-0
/
+53
*
[yaml2obj] Add new command line option `-docnum`.
Simon Atanasyan
2014-05-31
2
-0
/
+147
*
[elf2yaml][ELF] Move Info field to the RelocationSection structure. This
Simon Atanasyan
2014-05-29
1
-3
/
+3
*
llvm/test/Object/ar-error.test: Don't check the message "No such file or dire...
NAKAMURA Takumi
2014-05-24
1
-1
/
+2
*
[YAML] Add an optional argument `EnumMask` to the `yaml::IO::bitSetCase()`.
Simon Atanasyan
2014-05-23
1
-2
/
+2
*
llvm-ar: Output the file we errored on.
Filipe Cabecinhas
2014-05-23
1
-0
/
+5
*
Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSize
Kevin Enderby
2014-05-20
2
-5
/
+5
*
Revert r209235 as it broke two tests:
Kevin Enderby
2014-05-20
2
-5
/
+5
*
Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSize
Kevin Enderby
2014-05-20
2
-5
/
+5
*
Implement MachOObjectFile::isSectionData() and MachOObjectFile::isSectionBSS
Kevin Enderby
2014-05-19
2
-0
/
+15
*
[yaml2obj][ELF] Add an optional `Size` field to the YAML section declaration.
Simon Atanasyan
2014-05-16
2
-0
/
+51
[next]