projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[X86][SSE] Vectorized i8 and i16 shift operators
[oota-llvm.git]
/
lib
/
Bitcode
/
2015-06-06
Filipe Cabecinhas
Use early return idiom. NFC
tree
|
commitdiff
2015-06-03
Filipe Cabecinhas
[BitcodeReader] Diagnose type mismatches with aliases
tree
|
commitdiff
2015-06-03
Filipe Cabecinhas
[BitcodeReader] Check vector size before trying to...
tree
|
commitdiff
2015-05-30
Filipe Cabecinhas
[BitcodeReader] Change an assert to a call to a call...
tree
|
commitdiff
2015-05-29
Benjamin Kramer
Replace push_back(Constructor(foo)) with emplace_back...
tree
|
commitdiff
2015-05-27
Filipe Cabecinhas
[BitcodeReader] Change assert to report_fatal_error
tree
|
commitdiff
2015-05-27
Filipe Cabecinhas
[BitstreamReader] Make sure the Array operand type...
tree
|
commitdiff
2015-05-27
Filipe Cabecinhas
clang-format a couple of lines
tree
|
commitdiff
2015-05-26
Filipe Cabecinhas
[BitcodeReader] Make sure abbrev records have at least...
tree
|
commitdiff
2015-05-26
Owen Anderson
Add initial support for the convergent attribute.
tree
|
commitdiff
2015-05-26
Filipe Cabecinhas
[BitcodeReader] Sanity check on Comdat ID
tree
|
commitdiff
2015-05-25
Rafael Espindola
Simplify boolean conditional return statements.
tree
|
commitdiff
2015-05-21
Adrian Prantl
IR / debug info: Add a DWOId field to DICompileUnit,
tree
|
commitdiff
2015-05-19
Filipe Cabecinhas
[BitcodeReader] Error out if we read an invalid functio...
tree
|
commitdiff
2015-05-19
Filipe Cabecinhas
[BitcodeReader] It's a malformed block if CodeLenWidth...
tree
|
commitdiff
2015-05-18
Filipe Cabecinhas
[BitcodeReader] Make sure the type of the inserted...
tree
|
commitdiff
2015-05-18
Filipe Cabecinhas
Extract the load/store type verification to a separate...
tree
|
commitdiff
2015-05-16
Filipe Cabecinhas
[BitcodeReader] Don't allow INSERTVAL/EXTRACTVAL with...
tree
|
commitdiff
2015-05-15
Filipe Cabecinhas
Remove redundant checks. NFC
tree
|
commitdiff
2015-05-15
Eric Christopher
While in GlobalValue fix the function(s) that don't...
tree
|
commitdiff
2015-05-08
David Blaikie
[opaque pointer type] Explicit pointee type for GEPOper...
tree
|
commitdiff
2015-05-06
Duncan P. N. Exon...
Bitcode: Set LastDL after writing DebugLocs
tree
|
commitdiff
2015-04-30
Filipe Cabecinhas
Don't overflow GCTable
tree
|
commitdiff
2015-04-30
Filipe Cabecinhas
Make sure Op->getType() is a PointerType before we...
tree
|
commitdiff
2015-04-30
Filipe Cabecinhas
Make sure we don't resize(0) when we get a fwdref with...
tree
|
commitdiff
2015-04-29
David Blaikie
[opaque pointer type] Pass GlobalAlias the actual point...
tree
|
commitdiff
2015-04-29
Duncan P. N. Exon...
IR: Give 'DI' prefix to debug info metadata
tree
|
commitdiff
2015-04-29
Filipe Cabecinhas
Use an "early return" idiom for the error case. NFC
tree
|
commitdiff
2015-04-29
Filipe Cabecinhas
Check that we have a valid PointerType element type...
tree
|
commitdiff
2015-04-29
Filipe Cabecinhas
Use the ArrayType member function for array element...
tree
|
commitdiff
2015-04-29
Filipe Cabecinhas
Turn an assert into report_fatal_error since it's reach...
tree
|
commitdiff
2015-04-29
Filipe Cabecinhas
Make sure that isValidElementType(Type) before calling...
tree
|
commitdiff
2015-04-28
Filipe Cabecinhas
Relax an assert when there's a type mismatch in forward...
tree
|
commitdiff
2015-04-28
David Blaikie
[opaque pointer type] Encode the allocated type of...
tree
|
commitdiff
2015-04-28
David Blaikie
[opaque pointer type] Encode the pointee type in the...
tree
|
commitdiff
2015-04-27
David Blaikie
[opaque pointer type] encode the pointee type of global...
tree
|
commitdiff
2015-04-24
Duncan P. N. Exon...
IR: Add assembly/bitcode support for function metadata...
tree
|
commitdiff
2015-04-24
David Blaikie
[opaque pointer type] bitcode: add explicit callee...
tree
|
commitdiff
2015-04-24
Filipe Cabecinhas
[BitcodeReader] Fix asserts when we read a non-vector...
tree
|
commitdiff
2015-04-23
David Blaikie
Recommit r235458: [opaque pointer type] Avoid using...
tree
|
commitdiff
2015-04-23
Filipe Cabecinhas
Be more strict about the operand for the array type...
tree
|
commitdiff
2015-04-23
Filipe Cabecinhas
Verify sizes when trying to read a BitcodeAbbrevOp
tree
|
commitdiff
2015-04-22
David Blaikie
Revert "[opaque pointer type] Avoid using PointerType...
tree
|
commitdiff
2015-04-22
Filipe Cabecinhas
Have more strict type checks when creating BinOp nodes...
tree
|
commitdiff
2015-04-22
David Blaikie
[opaque pointer types] Serialize the value type for...
tree
|
commitdiff
2015-04-22
David Blaikie
[opaque pointer types] Serialize the value type for...
tree
|
commitdiff
2015-04-21
David Blaikie
[opaque pointer type] Avoid using PointerType::getEleme...
tree
|
commitdiff
2015-04-17
David Blaikie
[opaque pointer types] Use the pointee type loaded...
tree
|
commitdiff
2015-04-17
David Blaikie
[opaque pointer type] Serialize the type of an llvm...
tree
|
commitdiff
2015-04-17
David Blaikie
[opaque pointer type] Explicit pointee type for call...
tree
|
commitdiff
2015-04-16
Sanjoy Das
[IR] Introduce a dereferenceable_or_null(N) attribute.
tree
|
commitdiff
2015-04-15
Duncan P. N. Exon...
DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
tree
|
commitdiff
2015-04-15
Filipe Cabecinhas
Revert "Verify sizes when trying to read a VBR"
tree
|
commitdiff
2015-04-15
Filipe Cabecinhas
Verify sizes when trying to read a VBR
tree
|
commitdiff
2015-04-15
Duncan P. N. Exon...
uselistorder: Remove the global bits
tree
|
commitdiff
2015-04-15
Duncan P. N. Exon...
uselistorder: Pull bit through BitcodeWriterPass
tree
|
commitdiff
2015-04-15
Duncan P. N. Exon...
uselistorder: Pull the bit through WriteToBitcodFile()
tree
|
commitdiff
2015-04-14
Duncan P. N. Exon...
uselistorder: Thread bit through ValueEnumerator
tree
|
commitdiff
2015-04-14
Filipe Cabecinhas
Error out of ParseBitcodeInto(Module*) if we haven...
tree
|
commitdiff
2015-04-11
Duncan P. N. Exon...
DebugInfo: Make MDSubprogram::getFunction() return...
tree
|
commitdiff
2015-04-11
Alexander Kornienko
Use 'override/final' instead of 'virtual' for overridde...
tree
|
commitdiff
2015-04-07
Duncan P. N. Exon...
IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()
tree
|
commitdiff
2015-04-07
Duncan P. N. Exon...
IR: Rename MDSubrange::getLo() to getLowerBound()
tree
|
commitdiff
2015-04-02
David Blaikie
[opaque pointer type] API migration for GEP constant...
tree
|
commitdiff
2015-04-01
Rafael Espindola
git-clang-format r233603.
tree
|
commitdiff
2015-03-30
Rafael Espindola
Fix PR23045.
tree
|
commitdiff
2015-03-30
Duncan P. N. Exon...
IR: Use the new DebugLoc API, NFC
tree
|
commitdiff
2015-03-30
Duncan P. N. Exon...
Bitcode: Reflow code to use early continues, NFC
tree
|
commitdiff
2015-03-26
Duncan P. N. Exon...
Verifier: Check accessors of MDLocation
tree
|
commitdiff
2015-03-17
Benjamin Kramer
Internalize BitcodeReader. Not used outside of BitcodeR...
tree
|
commitdiff
2015-03-17
Duncan P. N. Exon...
AsmWriter: Assert on unresolved metadata nodes
tree
|
commitdiff
2015-03-16
David Blaikie
Add testing for mismatched explicit type on a gep opera...
tree
|
commitdiff
2015-03-16
David Blaikie
Add testing for mismatched explicit type on a load...
tree
|
commitdiff
2015-03-16
David Blaikie
Test bitcode parsing error-handling for incorrect expli...
tree
|
commitdiff
2015-03-14
David Blaikie
[opaque pointer type] more gep API migration
tree
|
commitdiff
2015-03-13
Rafael Espindola
Be lazy about loading metadata in IRObjectFile.
tree
|
commitdiff
2015-03-13
David Blaikie
[opaque pointer type] Bitcode support for explicit...
tree
|
commitdiff
2015-03-13
David Blaikie
Turn assertion into bitcode reading error
tree
|
commitdiff
2015-03-13
Manman Ren
Add a parameter for getLazyBitcodeModule to lazily...
tree
|
commitdiff
2015-03-09
David Blaikie
Simplify expressions involving boolean constants with...
tree
|
commitdiff
2015-03-01
Benjamin Kramer
Add missing includes. make_unique proliferated everywhere.
tree
|
commitdiff
2015-02-28
Yaron Keren
Silence three more variable set but not used warnings...
tree
|
commitdiff
2015-02-25
David Blaikie
[opaque pointer type] Bitcode support for explicit...
tree
|
commitdiff
2015-02-25
David Blaikie
[opaque pointer type] bitcode support for explicit...
tree
|
commitdiff
2015-02-25
David Blaikie
BitcodeWriter: Refactor common computation of bits...
tree
|
commitdiff
2015-02-22
JF Bastien
Use common parse routine to read alignment values from...
tree
|
commitdiff
2015-02-20
Duncan P. N. Exon...
Bitcode: Stop assuming non-null fields
tree
|
commitdiff
2015-02-19
Duncan P. N. Exon...
IR: Drop scope from MDTemplateParameter
tree
|
commitdiff
2015-02-17
Benjamin Kramer
Prefer SmallVector::append/insert over push_back loops.
tree
|
commitdiff
2015-02-16
Duncan P. N. Exon...
Bitcode: Fix major regression: large files w/ debug...
tree
|
commitdiff
2015-02-16
Filipe Cabecinhas
[Bitcode reader] Fix a few assertions when reading...
tree
|
commitdiff
2015-02-15
Aaron Ballman
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
tree
|
commitdiff
2015-02-13
Richard Smith
Clean up some inappropriate choices of type in the...
tree
|
commitdiff
2015-02-13
Duncan P. N. Exon...
AsmWriter/Bitcode: MDImportedEntity
tree
|
commitdiff
2015-02-13
Duncan P. N. Exon...
AsmWriter/Bitcode: MDObjCProperty
tree
|
commitdiff
2015-02-13
Duncan P. N. Exon...
AsmWriter/Bitcode: MDExpression
tree
|
commitdiff
2015-02-13
Duncan P. N. Exon...
AsmWriter/Bitcode: MDLocalVariable
tree
|
commitdiff
2015-02-13
Duncan P. N. Exon...
AsmWriter/Bitcode: MDGlobalVariable
tree
|
commitdiff
2015-02-13
Duncan P. N. Exon...
AsmWriter/Bitcode: MDTemplate{Type,Value}Parameter
tree
|
commitdiff
2015-02-13
Duncan P. N. Exon...
AsmWriter/Bitcode: MDNamespace
tree
|
commitdiff
next