projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
IR: Make MDString inherit from Metadata
[oota-llvm.git]
/
lib
/
Bitcode
/
2014-11-13
Reid Kleckner
Silence MSVC warning on missing return after fully...
tree
|
commitdiff
2014-11-13
Rafael Espindola
Move calls to push_back out of readAbbreviated(Literal...
tree
|
commitdiff
2014-11-13
Rafael Espindola
Make a few helper functions static. NFC.
tree
|
commitdiff
2014-11-12
Rafael Espindola
Return the number of read bytes in MemoryObject::readBytes.
tree
|
commitdiff
2014-11-12
Rafael Espindola
Reduce code duplication a bit. NFC.
tree
|
commitdiff
2014-11-11
Duncan P. N. Exon...
Revert "IR: MDNode => Value"
tree
|
commitdiff
2014-11-06
Rafael Espindola
Factor out call to push_back. NFC.
tree
|
commitdiff
2014-11-03
Duncan P. N. Exon...
IR: MDNode => Value: Instruction::getAllMetadataOtherTh...
tree
|
commitdiff
2014-11-01
Rafael Espindola
Remove redundant calls to isMaterializable.
tree
|
commitdiff
2014-10-29
NAKAMURA Takumi
Untabify.
tree
|
commitdiff
2014-10-24
Rafael Espindola
Modernize the error handling of the Materialize function.
tree
|
commitdiff
2014-10-24
Rafael Espindola
Don't ever call materializeAllPermanently during LTO.
tree
|
commitdiff
2014-10-23
Rafael Espindola
clang-format two code snippets to make the next patch...
tree
|
commitdiff
2014-10-21
Duncan P. N. Exon...
IR: Reorder metadata bitcode serialization, NFC
tree
|
commitdiff
2014-10-21
Duncan P. N. Exon...
IR: Remove dead code in metadata bitcode writing, NFC
tree
|
commitdiff
2014-10-15
Sanjay Patel
correct const-ness with auto and dyn_cast
tree
|
commitdiff
2014-10-15
Sanjay Patel
Use 'auto' for easier reading; no functional change...
tree
|
commitdiff
2014-10-14
Peter Collingbourne
Introduce LLVMWriteBitcodeToMemoryBuffer C API function.
tree
|
commitdiff
2014-09-23
Petar Jovanovic
Do not destroy external linkage when deleting function...
tree
|
commitdiff
2014-09-19
Chris Bieneman
Eliminating static destructor for the BitCodeErrorCateg...
tree
|
commitdiff
2014-09-15
Benjamin Kramer
Use IntrusiveRefCntPtr to manage the lifetime of BitCod...
tree
|
commitdiff
2014-09-03
Rafael Espindola
Pass a && to getLazyBitcodeModule.
tree
|
commitdiff
2014-08-27
Rafael Espindola
Fix a double free in llvm::getBitcodeTargetTriple.
tree
|
commitdiff
2014-08-26
Rafael Espindola
Pass a std::unique_ptr<MemoryBuffer>& to getLazyBitcode...
tree
|
commitdiff
2014-08-26
Rafael Espindola
Pass a MemoryBufferRef when we can avoid taking ownership.
tree
|
commitdiff
2014-08-25
Rafael Espindola
Modernize raw_fd_ostream's constructor a bit.
tree
|
commitdiff
2014-08-16
Duncan P. N. Exon...
BitcodeReader: Only create one basic block for each...
tree
|
commitdiff
2014-08-16
Duncan P. N. Exon...
UseListOrder: Correctly count the number of uses
tree
|
commitdiff
2014-08-13
Benjamin Kramer
Canonicalize header guards into a common format.
tree
|
commitdiff
2014-08-05
Duncan P. N. Exon...
BitcodeReader: Fix non-determinism in use-list order
tree
|
commitdiff
2014-08-01
Duncan P. N. Exon...
UseListOrder: Fix blockaddress use-list order
tree
|
commitdiff
2014-08-01
Duncan P. N. Exon...
BitcodeReader: Change mechanics of BlockAddress forward...
tree
|
commitdiff
2014-08-01
Duncan P. N. Exon...
BitcodeReader: Fix some BlockAddress forward reference...
tree
|
commitdiff
2014-07-31
Duncan P. N. Exon...
UseListOrder: Handle self-users
tree
|
commitdiff
2014-07-31
Duncan P. N. Exon...
UseListOrder: Don't give constant IDs to GlobalValues
tree
|
commitdiff
2014-07-30
Duncan P. N. Exon...
UseListOrder: Visit global values
tree
|
commitdiff
2014-07-30
Duncan P. N. Exon...
Reapply "UseListOrder: Order GlobalValue uses after...
tree
|
commitdiff
2014-07-30
Duncan P. N. Exon...
UseListOrder: Fix undefined behaviour
tree
|
commitdiff
2014-07-29
Duncan P. N. Exon...
Revert "UseListOrder: Order GlobalValue uses after...
tree
|
commitdiff
2014-07-29
Duncan P. N. Exon...
UseListOrder: Order GlobalValue uses after initializers
tree
|
commitdiff
2014-07-29
Duncan P. N. Exon...
UseListOrder: Create a struct around OrderMap, NFC
tree
|
commitdiff
2014-07-29
Rafael Espindola
Have a single enum for "not a bitcode" error.
tree
|
commitdiff
2014-07-29
Rafael Espindola
Move the bitcode error enum to the include directory.
tree
|
commitdiff
2014-07-29
Duncan P. N. Exon...
IR: Create the use-list order shuffle vector in-place
tree
|
commitdiff
2014-07-29
Duncan P. N. Exon...
Bitcode: Correctly compare a Use against itself
tree
|
commitdiff
2014-07-28
Duncan P. N. Exon...
IR: Optimize size of use-list order shuffle vectors
tree
|
commitdiff
2014-07-28
Duncan P. N. Exon...
Bitcode: Serialize (and recover) use-list order
tree
|
commitdiff
2014-07-25
Duncan P. N. Exon...
Bitcode: Don't optimize constants when preserving use...
tree
|
commitdiff
2014-07-25
Duncan P. N. Exon...
IPO: Add use-list-order verifier
tree
|
commitdiff
2014-07-18
Hal Finkel
Add a dereferenceable attribute
tree
|
commitdiff
2014-07-18
Hal Finkel
Rename AlignAttribute to IntAttribute
tree
|
commitdiff
2014-07-16
Reid Kleckner
Roundtrip the inalloca bit on allocas through bitcode
tree
|
commitdiff
2014-07-04
Rafael Espindola
Fix a bug in the conversion to ErrorOr.
tree
|
commitdiff
2014-07-04
Rafael Espindola
Revert "Convert a few std::strings to StringRef."
tree
|
commitdiff
2014-07-04
Rafael Espindola
Convert a few std::strings to StringRef.
tree
|
commitdiff
2014-07-04
Rafael Espindola
Convert these functions to use ErrorOr.
tree
|
commitdiff
2014-07-04
Rafael Espindola
Remove unused old-style error handling.
tree
|
commitdiff
2014-06-27
David Majnemer
IR: Add COMDATs to the IR
tree
|
commitdiff
2014-06-27
Alp Toker
IRReader: don't mark MemoryBuffers const
tree
|
commitdiff
2014-06-27
Alp Toker
Propagate const-correctness into parseBitcodeFile()
tree
|
commitdiff
2014-06-25
Eli Bendersky
Rename loop unrolling and loop vectorizer metadata...
tree
|
commitdiff
2014-06-23
Rafael Espindola
Make ObjectFile and BitcodeReader always own the Memory...
tree
|
commitdiff
2014-06-18
Rafael Espindola
Revert a C API difference that I incorrectly introduced.
tree
|
commitdiff
2014-06-18
Rafael Espindola
Remove BitcodeReader::setBufferOwned.
tree
|
commitdiff
2014-06-18
Rafael Espindola
Run clang-format in a small chunk of code I am about...
tree
|
commitdiff
2014-06-18
Craig Topper
Replace some assert(0)'s with llvm_unreachable.
tree
|
commitdiff
2014-06-17
Rafael Espindola
Convert a few loops to use ranges.
tree
|
commitdiff
2014-06-13
Tim Northover
IR: add "cmpxchg weak" variant to support permitted...
tree
|
commitdiff
2014-06-13
Rafael Espindola
Remove 'using std::errro_code' from lib.
tree
|
commitdiff
2014-06-13
Rafael Espindola
Remove all uses of 'using std::error_code' from headers.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Don't use 'using std::error_code' in include/llvm.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Remove system_error.h.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Don't import error_category into the llvm namespace.
tree
|
commitdiff
2014-06-10
Rafael Espindola
Mark a few functions noexcept.
tree
|
commitdiff
2014-06-06
Rafael Espindola
Allow aliases to be unnamed_addr.
tree
|
commitdiff
2014-06-05
Tom Roeder
Add a new attribute called 'jumptable' that creates...
tree
|
commitdiff
2014-06-04
Rafael Espindola
Clauses in a landingpad are always Constant. Use a...
tree
|
commitdiff
2014-06-03
Rafael Espindola
Allow alias to point to an arbitrary ConstantExpr.
tree
|
commitdiff
2014-05-31
Rafael Espindola
Use error_code() instead of error_code::succes()
tree
|
commitdiff
2014-05-28
Rafael Espindola
[pr19844] Add thread local mode to aliases.
tree
|
commitdiff
2014-05-26
Rafael Espindola
Convert a few loops to use ranges.
tree
|
commitdiff
2014-05-21
Richard Smith
[modules] Add module maps for LLVM. These are not quite...
tree
|
commitdiff
2014-05-20
Nick Lewycky
Add 'nonnull', a new parameter and return attribute...
tree
|
commitdiff
2014-05-17
Rafael Espindola
Use create methods since msvc doesn't handle delegating...
tree
|
commitdiff
2014-05-17
Rafael Espindola
Reduce abuse of default values in the GlobalAlias const...
tree
|
commitdiff
2014-05-16
Reid Kleckner
Add comdat key field to llvm.global_ctors and llvm...
tree
|
commitdiff
2014-05-16
Rafael Espindola
Fix most of PR10367.
tree
|
commitdiff
2014-05-16
Rafael Espindola
Small dyn_cast and auto cleanup.
tree
|
commitdiff
2014-05-16
Rafael Espindola
Change the GlobalAlias constructor to look a bit more...
tree
|
commitdiff
2014-05-07
Duncan P. N. Exon...
IR: Don't allow non-default visibility on local linkage
tree
|
commitdiff
2014-05-01
Michael J. Spencer
[IR] Make {extract,insert}element accept an index of...
tree
|
commitdiff
2014-04-29
Benjamin Kramer
raw_ostream: Forward declare OpenFlags and include...
tree
|
commitdiff
2014-04-28
Craig Topper
[C++] Use 'nullptr'.
tree
|
commitdiff
2014-04-24
Reid Kleckner
Add 'musttail' marker to call instructions
tree
|
commitdiff
2014-04-15
Craig Topper
[C++11] More 'nullptr' conversion. In some cases just...
tree
|
commitdiff
2014-03-27
Karthik Bhat
All new elements except the last one initialized to...
tree
|
commitdiff
2014-03-15
Justin Bogner
Support: Make error_category's constructor public
tree
|
commitdiff
2014-03-13
Rafael Espindola
Remove the linker_private and linker_private_weak linkages.
tree
|
commitdiff
2014-03-11
Tim Northover
IR: add a second ordering operand to cmpxhg for failure
tree
|
commitdiff
2014-03-09
Chandler Carruth
[C++11] Add range based accessors for the Use-Def chain...
tree
|
commitdiff
next