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
*
[WebAssembly] Add wasm support for llvm-readobj
Derek Schuff
2017-01-30
1
-5
/
+6
*
Fix llvm-objdump so it picks a good CPU based for Mach-O files
Kevin Enderby
2017-01-24
1
-0
/
+4
*
Add support for the x86_thread_state32_t and
Kevin Enderby
2017-01-23
1
-1
/
+20
*
Add LC_BUILD_VERSION load command
Steven Wu
2017-01-23
1
-0
/
+34
*
Add support for the new LC_NOTE load command.
Kevin Enderby
2017-01-19
1
-0
/
+33
*
[ARM] Create SubtargetFeatures from build attrs
Sam Parker
2017-01-18
1
-42
/
+153
*
[ARM] Create objdump subtarget from build attrs
Sam Parker
2017-01-18
1
-0
/
+67
*
Recommit r292214 "[Support/Compression] - Change zlib API to return Error ins...
George Rimar
2017-01-17
1
-4
/
+1
*
Revert r292214 "[Support/Compression] - Change zlib API to return Error inste...
George Rimar
2017-01-17
1
-1
/
+4
*
[Support/Compression] - Change zlib API to return Error instead of custom sta...
George Rimar
2017-01-17
1
-4
/
+1
*
Revert r291903 and r291898. Reason: they break check-lld on the bots.
Ivan Krasin
2017-01-13
1
-65
/
+0
*
[ARM] Enable objdump to construct triple for ARM
Sam Parker
2017-01-13
1
-0
/
+65
*
[lib/Object] Unbreak build with -Werror (unused variable). NFCI.
Davide Italiano
2017-01-11
1
-1
/
+1
*
[lib/Object] - Introduce Decompressor class.
George Rimar
2017-01-11
2
-0
/
+103
*
llvm-objdump: speed up -objc-meta-data
Saleem Abdulrasool
2017-01-08
1
-0
/
+8
*
[ThinLTO] Optionally ignore empty index file
Teresa Johnson
2017-01-06
1
-0
/
+8
*
Fix a bugs with using some Mach-O command line flags like "-arch armv7m".
Kevin Enderby
2016-12-16
2
-2
/
+37
*
[ThinLTO] Import composite types as declarations
Teresa Johnson
2016-12-16
1
-1
/
+2
*
Object: Make IRObjectFile own multiple modules and enumerate symbols from all...
Peter Collingbourne
2016-12-13
1
-13
/
+26
*
Object: Remove module accessors from IRObjectFile, and hide its constructor.
Peter Collingbourne
2016-12-13
1
-7
/
+2
*
[Object][MachO] Reference-ify some helper function arguments. NFC.
Lang Hames
2016-12-04
1
-201
/
+200
*
Remove iostream include from WasmObjectFile
Pavel Labath
2016-12-01
1
-2
/
+0
*
Object: Set SF_Indirect in ModuleSymbolTable.
Peter Collingbourne
2016-12-01
1
-0
/
+2
*
Object: Add SF_Executable symbol flag.
Peter Collingbourne
2016-12-01
1
-1
/
+4
*
Object: Extract a ModuleSymbolTable class from IRObjectFile.
Peter Collingbourne
2016-12-01
3
-144
/
+195
*
Only computeRelativePath() on new members
David Callahan
2016-11-30
1
-3
/
+8
*
[WebAssembly] Add llvm-objdump support for wasm file format
Derek Schuff
2016-11-30
5
-1
/
+322
*
Add error checking for Mach-O universal files.
Kevin Enderby
2016-11-28
1
-6
/
+67
*
Object: Add IRObjectFile::getTargetTriple().
Peter Collingbourne
2016-11-24
1
-0
/
+2
*
Object: Simplify the IRObjectFile symbol iterator implementation.
Peter Collingbourne
2016-11-24
1
-89
/
+25
*
Object: Make SymbolicFile::symbol_{begin,end}() virtual and remove unnecessar...
Peter Collingbourne
2016-11-22
3
-6
/
+6
*
Object: Simplify; remove unnecessary use of unique_ptr.
Peter Collingbourne
2016-11-18
1
-4
/
+4
*
Object: replace backslashes with slashes in embedded relative thin archive pa...
Peter Collingbourne
2016-11-15
1
-0
/
+6
*
Fix llvm-symbolizer to correctly sort a symbol array and calculate symbol sizes
Kuba Brecka
2016-11-15
1
-12
/
+6
*
Fix -Wswitch.
Rui Ueyama
2016-11-15
2
-0
/
+2
*
Add a file magic for CL.exe's object file created with /GL.
Rui Ueyama
2016-11-15
1
-0
/
+1
*
Add a checkSymbolTable() method to the MachOObjectFile class.
Kevin Enderby
2016-11-14
1
-0
/
+68
*
Restore "[ThinLTO] Prevent exporting of locals used/defined in module level asm"
Teresa Johnson
2016-11-14
1
-2
/
+1
*
Bitcode: Change module reader functions to return an llvm::Expected.
Peter Collingbourne
2016-11-13
2
-9
/
+9
*
Fix -Wpessimizing-move warning.
Rui Ueyama
2016-11-11
1
-1
/
+1
*
Bitcode: Change getModuleSummaryIndex() to return an llvm::Expected.
Peter Collingbourne
2016-11-11
1
-22
/
+15
*
Bitcode: Clean up error handling for certain bitcode query functions.
Peter Collingbourne
2016-11-11
1
-12
/
+0
*
Split Bitcode/ReaderWriter.h into separate reader and writer headers
Teresa Johnson
2016-11-11
2
-2
/
+2
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
4
-16
/
+15
*
[lli] Simplify the code a bit. No functional change intended.
Davide Italiano
2016-11-11
1
-3
/
+1
*
Revert "[ThinLTO] Prevent exporting of locals used/defined in module level asm"
Mehdi Amini
2016-11-09
1
-1
/
+2
*
[ThinLTO] Prevent exporting of locals used/defined in module level asm
Teresa Johnson
2016-11-08
1
-2
/
+1
*
IR, Bitcode: Change bitcode reader to no longer own its memory buffer.
Peter Collingbourne
2016-11-08
1
-4
/
+1
*
[lib/Object] Modernize. NFCI.
Davide Italiano
2016-11-07
1
-4
/
+3
*
Add support for the ARM_THREAD_STATE64 and
Kevin Enderby
2016-11-03
1
-0
/
+19
[next]