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
/
IRObjectFile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC.
Daniel Sanders
2015-06-15
1
-6
/
+6
*
Object: Prepend __imp_ when mangling a dllimport symbol in IRObjectFile.
Peter Collingbourne
2015-06-11
1
-0
/
+3
*
Remove object_error::success and use std::error_code() instead
Rui Ueyama
2015-06-09
1
-2
/
+2
*
Remove MCAssembler.h include from MCStreamer.h and fix users of MCStreamer.h
Pete Cooper
2015-05-15
1
-0
/
+1
*
Be lazy about loading metadata in IRObjectFile.
Rafael Espindola
2015-03-13
1
-1
/
+3
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-6
/
+3
*
Add missing includes. make_unique proliferated everywhere.
Benjamin Kramer
2015-03-01
1
-0
/
+1
*
Introduce Target::createNullTargetStreamer and use it from IRObjectFile.
Peter Collingbourne
2015-02-19
1
-0
/
+1
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-3
/
+3
*
Silence more static analyzer warnings.
Michael Ilseman
2014-12-15
1
-0
/
+2
*
Rename createIRObjectFile to just create.
Rafael Espindola
2014-12-09
1
-2
/
+2
*
Move method out of line to make buildbot happy.
Rafael Espindola
2014-12-09
1
-0
/
+2
*
Don't lookup an object symbol name in the module.
Rafael Espindola
2014-12-09
1
-5
/
+2
*
Don't ever call materializeAllPermanently during LTO.
Rafael Espindola
2014-10-24
1
-11
/
+1
*
LTO: introduce object file-based on-disk module format.
Peter Collingbourne
2014-09-18
1
-1
/
+41
*
unique_ptrify IRObjectFile::createIRObjectFile
David Blaikie
2014-09-03
1
-2
/
+2
*
Pass a && to getLazyBitcodeModule.
Rafael Espindola
2014-09-03
1
-1
/
+1
*
Pass a std::unique_ptr<MemoryBuffer>& to getLazyBitcodeModule.
Rafael Espindola
2014-08-26
1
-2
/
+1
*
Pass a MemoryBufferRef when we can avoid taking ownership.
Rafael Espindola
2014-08-26
1
-4
/
+1
*
Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std...
David Blaikie
2014-08-21
1
-1
/
+1
*
Don't own the buffer in object::Binary.
Rafael Espindola
2014-08-19
1
-10
/
+14
*
Make RecordStreamer.h private.
Rafael Espindola
2014-07-04
1
-2
/
+2
*
Ignore llvm.* globals.
Rafael Espindola
2014-07-04
1
-6
/
+3
*
Implement LTOModule on top of IRObjectFile.
Rafael Espindola
2014-07-04
1
-14
/
+12
*
Mark intrinsic functions as llvm-specific.
Rafael Espindola
2014-07-04
1
-0
/
+5
*
Don't include llvm.metadata variables in archive symbol tables.
Rafael Espindola
2014-07-04
1
-0
/
+5
*
Move createIRObjectFile to the IRObjectFile class and return the concrete type.
Rafael Espindola
2014-07-03
1
-1
/
+1
*
Add support for inline asm symbols to IRObjectFile.
Rafael Espindola
2014-07-03
1
-21
/
+130
*
Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.
Rafael Espindola
2014-06-24
1
-8
/
+9
*
Make ObjectFile and BitcodeReader always own the MemoryBuffer.
Rafael Espindola
2014-06-23
1
-8
/
+10
*
Change IRObjectFile to parse the bitcode lazily.
Rafael Espindola
2014-06-18
1
-2
/
+13
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-5
/
+4
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
Remove the linker_private and linker_private_weak linkages.
Rafael Espindola
2014-03-13
1
-2
/
+1
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-1
/
+1
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-1
/
+1
*
Now that it is possible, use the mangler in IRObjectFile.
Rafael Espindola
2014-02-28
1
-2
/
+14
*
Add missing include.
Rafael Espindola
2014-02-21
1
-0
/
+1
*
Add a SymbolicFile interface between Binary and ObjectFile.
Rafael Espindola
2014-02-21
1
-0
/
+139
[prev]