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
/
Writer
/
BitcodeWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support for function summary index bitcode sections and files.
Teresa Johnson
2015-10-04
1
-21
/
+303
*
[Bitcode][Asm] Teach LLVM to read and write operand bundles.
Sanjoy Das
2015-09-24
1
-0
/
+55
*
[opaque pointer types] Add an explicit pointee type to alias records in the IR
David Blaikie
2015-09-17
1
-1
/
+2
*
Restore "Function bitcode index in Value Symbol Table and lazy reading support"
Teresa Johnson
2015-09-17
1
-19
/
+152
*
Revert "Function bitcode index in Value Symbol Table and lazy reading support"
Teresa Johnson
2015-09-17
1
-152
/
+19
*
Function bitcode index in Value Symbol Table and lazy reading support
Teresa Johnson
2015-09-17
1
-19
/
+152
*
Refactor string encoding checks in BitcodeWriter (NFC)
Teresa Johnson
2015-09-17
1
-14
/
+23
*
[WinEH] Add cleanupendpad instruction
Joseph Tremoulet
2015-09-03
1
-0
/
+8
*
[WinEH] Require token linkage in EH pad/ret signatures
Joseph Tremoulet
2015-08-23
1
-8
/
+2
*
[IR] Give catchret an optional 'return value' operand
David Majnemer
2015-08-15
1
-0
/
+2
*
[IR] Add token types
David Majnemer
2015-08-14
1
-0
/
+1
*
Rangify for loop, NFC.
Yaron Keren
2015-08-10
1
-6
/
+3
*
DI: Disallow uniquable DICompileUnits
Duncan P. N. Exon Smith
2015-08-03
1
-1
/
+2
*
DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
Duncan P. N. Exon Smith
2015-07-31
1
-1
/
+0
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-31
1
-0
/
+58
*
Reserve some constant values for the Swift calling convention.
Bob Wilson
2015-07-28
1
-0
/
+2
*
Add argmemonly attribute.
Igor Laevsky
2015-07-11
1
-0
/
+2
*
Add support for fast-math flags to the FCmp instruction.
James Molloy
2015-07-10
1
-1
/
+5
*
Revert the new EH instructions
David Majnemer
2015-07-10
1
-58
/
+0
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-10
1
-0
/
+58
*
Add a DIModule metadata node to the IR.
Adrian Prantl
2015-06-29
1
-0
/
+11
*
Use foreach loop over constant operands. NFC.
Pete Cooper
2015-06-25
1
-2
/
+2
*
[Bitcode] Replace hand-coded little endian handling with Endian.h functions.
Benjamin Kramer
2015-06-17
1
-4
/
+1
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
1
-2
/
+3
*
Protection against stack-based memory corruption errors using SafeStack
Peter Collingbourne
2015-06-15
1
-0
/
+2
*
Add initial support for the convergent attribute.
Owen Anderson
2015-05-26
1
-0
/
+2
*
IR / debug info: Add a DWOId field to DICompileUnit,
Adrian Prantl
2015-05-21
1
-0
/
+1
*
Bitcode: Set LastDL after writing DebugLocs
Duncan P. N. Exon Smith
2015-05-06
1
-0
/
+2
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-43
/
+42
*
[opaque pointer type] Encode the allocated type of an alloca rather than its ...
David Blaikie
2015-04-28
1
-2
/
+3
*
[opaque pointer type] Encode the pointee type in the bitcode for 'cmpxchg'
David Blaikie
2015-04-28
1
-1
/
+1
*
[opaque pointer type] encode the pointee type of global variables
David Blaikie
2015-04-27
1
-7
/
+9
*
IR: Add assembly/bitcode support for function metadata attachments
Duncan P. N. Exon Smith
2015-04-24
1
-1
/
+10
*
[opaque pointer type] bitcode: add explicit callee type to invoke instructions
David Blaikie
2015-04-24
1
-4
/
+4
*
[opaque pointer types] Serialize the value type for store instructions
David Blaikie
2015-04-22
1
-1
/
+1
*
[opaque pointer type] Serialize the type of an llvm::Function as a function t...
David Blaikie
2015-04-17
1
-1
/
+1
*
[opaque pointer type] Explicit pointee type for call instruction
David Blaikie
2015-04-17
1
-3
/
+3
*
[IR] Introduce a dereferenceable_or_null(N) attribute.
Sanjoy Das
2015-04-16
1
-0
/
+2
*
DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
Duncan P. N. Exon Smith
2015-04-15
1
-1
/
+0
*
uselistorder: Pull the bit through WriteToBitcodFile()
Duncan P. N. Exon Smith
2015-04-15
1
-4
/
+6
*
uselistorder: Thread bit through ValueEnumerator
Duncan P. N. Exon Smith
2015-04-14
1
-3
/
+6
*
DebugInfo: Make MDSubprogram::getFunction() return Constant
Duncan P. N. Exon Smith
2015-04-11
1
-2
/
+2
*
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
*
IR: Use the new DebugLoc API, NFC
Duncan P. N. Exon Smith
2015-03-30
1
-14
/
+7
*
Bitcode: Reflow code to use early continues, NFC
Duncan P. N. Exon Smith
2015-03-30
1
-15
/
+18
*
AsmWriter: Assert on unresolved metadata nodes
Duncan P. N. Exon Smith
2015-03-17
1
-0
/
+2
*
[opaque pointer type] Bitcode support for explicit type parameter on the gep ...
David Blaikie
2015-03-13
1
-2
/
+5
*
[opaque pointer type] Bitcode support for explicit type parameter on GEP.
David Blaikie
2015-02-25
1
-4
/
+20
*
[opaque pointer type] bitcode support for explicit type parameter to the load...
David Blaikie
2015-02-25
1
-0
/
+3
[next]