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
/
Object
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Symbolize] Check if the PE file has a PDB and emit an error if we can't load it
Reid Kleckner
2016-06-03
1
-0
/
+11
*
[COFF] Expose the PE debug data directory and dump it
Reid Kleckner
2016-06-02
1
-2
/
+70
*
Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error
Kevin Enderby
2016-05-31
1
-6
/
+6
*
[Object] Return an error code instead of asserting
David Majnemer
2016-05-28
1
-4
/
+4
*
[CMake] Restrict libxar linkage to just llvm-objdump
Chris Bieneman
2016-05-26
1
-2
/
+0
*
Add FIXMEs to all derived classes of std::error_category.
Peter Collingbourne
2016-05-24
1
-0
/
+3
*
Recommit r270547 ([llvm-dwarfdump] - Teach dwarfdump to decompress debug sect...
George Rimar
2016-05-24
2
-0
/
+8
*
Revert r270543 ("Recommit r270540")
George Rimar
2016-05-24
2
-8
/
+0
*
Recommit r270540
George Rimar
2016-05-24
2
-0
/
+8
*
Revert r270540 "[llvm-dwarfdump] - Teach dwarfdump to decompress debug sectio...
George Rimar
2016-05-24
2
-8
/
+0
*
[llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style.
George Rimar
2016-05-24
2
-0
/
+8
*
Add the printing the Mach-O (__LLVM,__bundle) xar archive file section "verbo...
Kevin Enderby
2016-05-23
1
-0
/
+2
*
Don't pass a Reloc::Model to MC.
Rafael Espindola
2016-05-18
1
-1
/
+1
*
[Object] Move isNotObjectErrorInvalidFileType out of header.
Lang Hames
2016-05-17
1
-0
/
+18
*
Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error
Kevin Enderby
2016-05-17
1
-3
/
+8
*
Return a StringRef from getSection.
Rafael Espindola
2016-05-11
1
-1
/
+1
*
Fix bug where temporary file would be left behind every time an archive was ...
Rafael Espindola
2016-05-09
1
-1
/
+15
*
Change GenericBinaryError to no longer include a FileName, which is then not
Kevin Enderby
2016-05-06
2
-32
/
+30
*
Object: Fix two -Wpessimizing-move warnings after r268694
Justin Bogner
2016-05-05
1
-5
/
+4
*
Fix window bots failures due to r268694 - Cleanup and refactor of malformedEr...
Kevin Enderby
2016-05-05
1
-1
/
+1
*
Cleanup and refactor of malformedError() in lib/Object/MachOObjectFile.cpp .
Kevin Enderby
2016-05-05
1
-71
/
+41
*
Clean up the specific error message for a malformed Mach-O files with bad seg...
Kevin Enderby
2016-05-05
2
-14
/
+12
*
Produce another specific error message for a malformed Mach-O file when a load
Kevin Enderby
2016-05-03
2
-7
/
+7
*
Produce another specific error message for a malformed Mach-O file when a load
Kevin Enderby
2016-05-03
1
-2
/
+10
*
[lib/Object] Make this assertion more useful.
Davide Italiano
2016-05-03
1
-3
/
+2
*
Don't try to create thin bsd archives.
Rafael Espindola
2016-05-02
1
-0
/
+3
*
Thread Expected<...> up from libObject’s getType() for symbols to allow llv...
Kevin Enderby
2016-05-02
4
-15
/
+24
*
Expose a getFullName for thin archive members.
Rafael Espindola
2016-05-02
1
-10
/
+18
*
MachO: remove weird ARM/Thumb interface from MachOObjectFile
Tim Northover
2016-04-22
1
-58
/
+6
*
Clean the API for CollectAsmUndefinedRefs, taking a Triple and a String Inlin...
Mehdi Amini
2016-04-22
1
-5
/
+3
*
IRObjectFile, clang-format fixup for r267104
Mehdi Amini
2016-04-22
1
-4
/
+5
*
Use std::move on the enum to insert it into the pair to please MSVC
Mehdi Amini
2016-04-22
1
-1
/
+1
*
Refactor IRObjectFile, extract a static CollectAsmUndefinedRefs() method to p...
Mehdi Amini
2016-04-22
1
-4
/
+15
*
[ThinLTO] Remove unused/incomplete lazy summary reading support (NFC)
Teresa Johnson
2016-04-22
1
-20
/
+2
*
Fix a typo in an error message. Caught by Sean Silva!
Kevin Enderby
2016-04-21
1
-1
/
+1
*
hange the variable name big_size to BigSize. Caught by Rafael Espíndola!
Kevin Enderby
2016-04-21
1
-14
/
+14
*
Fix compilation error in r266919.
Evgeniy Stepanov
2016-04-20
1
-1
/
+1
*
Thread Expected<...> up from libObject’s getName() for symbols to allow llv...
Kevin Enderby
2016-04-20
4
-14
/
+34
*
Replace a loop with a for-each loop. No behavior change.
Nico Weber
2016-04-20
1
-2
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
2
-2
/
+0
*
Start to add real error messages for malformed Mach-O files.
Kevin Enderby
2016-04-13
1
-2
/
+17
*
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...
Kevin Enderby
2016-04-06
9
-36
/
+49
*
Object: Correctly read thin archives containing absolute paths.
Peter Collingbourne
2016-03-31
1
-3
/
+8
*
Remove else after return
David Blaikie
2016-03-28
1
-4
/
+3
*
[Support] Switch to RAII helper for error-as-out-parameter idiom.
Lang Hames
2016-03-25
1
-2
/
+2
*
[Object] Make createMachOObjectFile return Expected<...> rather than
Lang Hames
2016-03-25
3
-12
/
+9
*
[Object] Make MachOObjectFile's constructor private, provide a static create
Lang Hames
2016-03-25
1
-29
/
+26
*
[Object] Start threading Error through MachOObjectFile construction.
Lang Hames
2016-03-25
2
-92
/
+151
*
Fix a crash in running llvm-objdump -t with an invalid Mach-O file already
Kevin Enderby
2016-03-23
2
-4
/
+11
*
[COFF] Refactor section alignment calculation
David Majnemer
2016-03-17
1
-1
/
+1
[next]