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
/
Bitcode
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert "[opaque pointer type] Avoid using PointerType::getElementType for a f...
David Blaikie
2015-04-22
1
-6
/
+7
*
Have more strict type checks when creating BinOp nodes in BitcodeReader
Filipe Cabecinhas
2015-04-22
1
-14
/
+29
*
[opaque pointer types] Serialize the value type for atomic store instructions
David Blaikie
2015-04-22
1
-4
/
+8
*
[opaque pointer types] Serialize the value type for store instructions
David Blaikie
2015-04-22
2
-5
/
+9
*
[opaque pointer type] Avoid using PointerType::getElementType for a few cases...
David Blaikie
2015-04-21
1
-7
/
+6
*
[opaque pointer types] Use the pointee type loaded from bitcode when construc...
David Blaikie
2015-04-17
1
-5
/
+6
*
[opaque pointer type] Serialize the type of an llvm::Function as a function t...
David Blaikie
2015-04-17
2
-5
/
+4
*
[opaque pointer type] Explicit pointee type for call instruction
David Blaikie
2015-04-17
2
-12
/
+25
*
[IR] Introduce a dereferenceable_or_null(N) attribute.
Sanjoy Das
2015-04-16
2
-0
/
+6
*
DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
Duncan P. N. Exon Smith
2015-04-15
2
-3
/
+3
*
Revert "Verify sizes when trying to read a VBR"
Filipe Cabecinhas
2015-04-15
1
-2
/
+0
*
Verify sizes when trying to read a VBR
Filipe Cabecinhas
2015-04-15
1
-0
/
+2
*
uselistorder: Remove the global bits
Duncan P. N. Exon Smith
2015-04-15
1
-1
/
+0
*
uselistorder: Pull bit through BitcodeWriterPass
Duncan P. N. Exon Smith
2015-04-15
1
-6
/
+10
*
uselistorder: Pull the bit through WriteToBitcodFile()
Duncan P. N. Exon Smith
2015-04-15
2
-6
/
+9
*
uselistorder: Thread bit through ValueEnumerator
Duncan P. N. Exon Smith
2015-04-14
3
-8
/
+16
*
Error out of ParseBitcodeInto(Module*) if we haven't read a Module
Filipe Cabecinhas
2015-04-14
1
-2
/
+6
*
DebugInfo: Make MDSubprogram::getFunction() return Constant
Duncan P. N. Exon Smith
2015-04-11
1
-2
/
+2
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()
Duncan P. N. Exon Smith
2015-04-07
1
-10
/
+10
*
IR: Rename MDSubrange::getLo() to getLowerBound()
Duncan P. N. Exon Smith
2015-04-07
1
-1
/
+1
*
[opaque pointer type] API migration for GEP constant factories
David Blaikie
2015-04-02
1
-5
/
+8
*
git-clang-format r233603.
Rafael Espindola
2015-04-01
1
-3
/
+1
*
Fix PR23045.
Rafael Espindola
2015-03-30
1
-0
/
+12
*
IR: Use the new DebugLoc API, NFC
Duncan P. N. Exon Smith
2015-03-30
2
-20
/
+11
*
Bitcode: Reflow code to use early continues, NFC
Duncan P. N. Exon Smith
2015-03-30
1
-15
/
+18
*
Verifier: Check accessors of MDLocation
Duncan P. N. Exon Smith
2015-03-26
1
-3
/
+4
*
Internalize BitcodeReader. Not used outside of BitcodeReader.cpp.
Benjamin Kramer
2015-03-17
2
-385
/
+342
*
AsmWriter: Assert on unresolved metadata nodes
Duncan P. N. Exon Smith
2015-03-17
1
-0
/
+2
*
Add testing for mismatched explicit type on a gep operator when loading from ...
David Blaikie
2015-03-16
1
-1
/
+2
*
Add testing for mismatched explicit type on a load instruction when loading f...
David Blaikie
2015-03-16
1
-3
/
+3
*
Test bitcode parsing error-handling for incorrect explicit type
David Blaikie
2015-03-16
1
-2
/
+8
*
[opaque pointer type] more gep API migration
David Blaikie
2015-03-14
1
-1
/
+1
*
Be lazy about loading metadata in IRObjectFile.
Rafael Espindola
2015-03-13
1
-1
/
+1
*
[opaque pointer type] Bitcode support for explicit type parameter on the gep ...
David Blaikie
2015-03-13
2
-7
/
+16
*
Turn assertion into bitcode reading error
David Blaikie
2015-03-13
1
-2
/
+2
*
Add a parameter for getLazyBitcodeModule to lazily load Metadata.
Manman Ren
2015-03-13
2
-11
/
+68
*
Simplify expressions involving boolean constants with clang-tidy
David Blaikie
2015-03-09
1
-1
/
+1
*
Add missing includes. make_unique proliferated everywhere.
Benjamin Kramer
2015-03-01
1
-0
/
+1
*
Silence three more variable set but not used warnings, NFC.
Yaron Keren
2015-02-28
1
-0
/
+3
*
[opaque pointer type] Bitcode support for explicit type parameter on GEP.
David Blaikie
2015-02-25
2
-7
/
+37
*
[opaque pointer type] bitcode support for explicit type parameter to the load...
David Blaikie
2015-02-25
2
-2
/
+22
*
BitcodeWriter: Refactor common computation of bits required for a type index.
David Blaikie
2015-02-25
3
-4
/
+9
*
Use common parse routine to read alignment values from bitcode
JF Bastien
2015-02-22
2
-14
/
+46
*
Bitcode: Stop assuming non-null fields
Duncan P. N. Exon Smith
2015-02-20
2
-11
/
+12
*
IR: Drop scope from MDTemplateParameter
Duncan P. N. Exon Smith
2015-02-19
2
-12
/
+9
*
Prefer SmallVector::append/insert over push_back loops.
Benjamin Kramer
2015-02-17
1
-13
/
+6
*
Bitcode: Fix major regression: large files w/ debug info
Duncan P. N. Exon Smith
2015-02-16
2
-3
/
+17
*
[Bitcode reader] Fix a few assertions when reading invalid files
Filipe Cabecinhas
2015-02-16
1
-0
/
+32
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
2
-3
/
+3
[prev]
[next]