projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[NVPTX] Remove dead code.
[oota-llvm.git]
/
lib
/
Bitcode
/
2015-10-13
Duncan P. N. Exon...
BitcodeReader: Remove ilist iterator implicit conversio...
tree
|
commitdiff
2015-10-13
Duncan P. N. Exon...
BitcodeWriter: Stop using implicit ilist iterator conve...
tree
|
commitdiff
2015-10-10
Teresa Johnson
Fix PR25101 - Handle anonymous functions without VST...
tree
|
commitdiff
2015-10-08
Teresa Johnson
Fix combined function index abbrev (NFC)
tree
|
commitdiff
2015-10-06
Filipe Cabecinhas
Make sure the CastInst is valid before trying to create it
tree
|
commitdiff
2015-10-04
Teresa Johnson
Remove unused private field introduced by r249270.
tree
|
commitdiff
2015-10-04
Teresa Johnson
Support for function summary index bitcode sections...
tree
|
commitdiff
2015-09-24
Sanjoy Das
[Bitcode][Asm] Teach LLVM to read and write operand...
tree
|
commitdiff
2015-09-18
Aaron Ballman
Silencing a -Wsign-compare warning; NFC.
tree
|
commitdiff
2015-09-17
David Blaikie
[opaque pointer types] Add an explicit pointee type...
tree
|
commitdiff
2015-09-17
Teresa Johnson
Restore "Function bitcode index in Value Symbol Table...
tree
|
commitdiff
2015-09-17
Teresa Johnson
Revert "Function bitcode index in Value Symbol Table...
tree
|
commitdiff
2015-09-17
Teresa Johnson
Function bitcode index in Value Symbol Table and lazy...
tree
|
commitdiff
2015-09-17
Teresa Johnson
Refactor string encoding checks in BitcodeWriter (NFC)
tree
|
commitdiff
2015-09-14
David Blaikie
Revert "[opaque pointer type] Pass GlobalAlias the...
tree
|
commitdiff
2015-09-03
Joseph Tremoulet
[WinEH] Add cleanupendpad instruction
tree
|
commitdiff
2015-08-31
Filipe Cabecinhas
[BitcodeReader] Ensure we can read constant vector...
tree
|
commitdiff
2015-08-31
Karl Schimpf
Change comment to verify commit accesss.
tree
|
commitdiff
2015-08-28
Duncan P. N. Exon...
DI: Require subprogram definitions to be distinct
tree
|
commitdiff
2015-08-23
David Majnemer
[IR] Cleanup EH instructions a little bit
tree
|
commitdiff
2015-08-23
Joseph Tremoulet
[WinEH] Require token linkage in EH pad/ret signatures
tree
|
commitdiff
2015-08-15
David Majnemer
[IR] Give catchret an optional 'return value' operand
tree
|
commitdiff
2015-08-14
David Majnemer
[IR] Add token types
tree
|
commitdiff
2015-08-10
Yaron Keren
Rangify for loop, NFC.
tree
|
commitdiff
2015-08-03
Duncan P. N. Exon...
DI: Disallow uniquable DICompileUnits
tree
|
commitdiff
2015-07-31
Duncan P. N. Exon...
DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
tree
|
commitdiff
2015-07-31
David Majnemer
New EH representation for MSVC compatibility
tree
|
commitdiff
2015-07-28
Bob Wilson
Reserve some constant values for the Swift calling...
tree
|
commitdiff
2015-07-11
Igor Laevsky
Add argmemonly attribute.
tree
|
commitdiff
2015-07-10
James Molloy
Add support for fast-math flags to the FCmp instruction.
tree
|
commitdiff
2015-07-10
David Majnemer
Revert the new EH instructions
tree
|
commitdiff
2015-07-10
David Majnemer
New EH representation for MSVC compatibility
tree
|
commitdiff
2015-07-03
Filipe Cabecinhas
Remove always-true comparison, NFC.
tree
|
commitdiff
2015-07-03
Rafael Espindola
Avoid a use after free.
tree
|
commitdiff
2015-07-02
Rafael Espindola
Fix for PR23310: llvm-dis crashes when trying to upgrad...
tree
|
commitdiff
2015-07-02
Rafael Espindola
Rangify some loops.
tree
|
commitdiff
2015-06-29
Adrian Prantl
Add a DIModule metadata node to the IR.
tree
|
commitdiff
2015-06-25
Pete Cooper
Use foreach loop over constant operands. NFC.
tree
|
commitdiff
2015-06-23
Alexander Kornienko
Revert r240137 (Fixed/added namespace ending comments...
tree
|
commitdiff
2015-06-22
Rafael Espindola
Remove the IsStreamed member variable.
tree
|
commitdiff
2015-06-19
Alexander Kornienko
Fixed/added namespace ending comments using clang-tidy...
tree
|
commitdiff
2015-06-17
Benjamin Kramer
[Bitcode] Replace hand-coded little endian handling...
tree
|
commitdiff
2015-06-17
David Majnemer
Move the personality function from LandingPadInst to...
tree
|
commitdiff
2015-06-17
Rafael Espindola
Handle forward referenced function when streaming bitcode.
tree
|
commitdiff
2015-06-17
Rafael Espindola
Handle MaterializeAll in getLazyBitcodeModuleImpl....
tree
|
commitdiff
2015-06-16
Rafael Espindola
Use std::unique_ptr to manage the DataStreamer in bitco...
tree
|
commitdiff
2015-06-16
Rafael Espindola
Return a unique_ptr from getLazyBitcodeModule and parse...
tree
|
commitdiff
2015-06-16
Rafael Espindola
Improve handling of end of file in the bitcode reader.
tree
|
commitdiff
2015-06-16
Duncan P. N. Exon...
modules: Add explicit dependency on intrinsics_gen
tree
|
commitdiff
2015-06-15
Peter Collingbourne
Protection against stack-based memory corruption errors...
tree
|
commitdiff
2015-06-15
Rafael Espindola
Don't indent inside a namespace. NFC.
tree
|
commitdiff
2015-06-15
Rafael Espindola
Replace @ with the more common \. NFC.
tree
|
commitdiff
2015-06-15
Rafael Espindola
Don't repeat names in comments and start functions...
tree
|
commitdiff
2015-06-15
Rafael Espindola
Cleanup the constructor of BitcodeReader. NFC.
tree
|
commitdiff
2015-06-12
Yaron Keren
Rangify several for loops in ValueEnumerator constructor.
tree
|
commitdiff
2015-06-12
Yaron Keren
Rangify two for loops in BitcodeReader.cpp.
tree
|
commitdiff
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
next