projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Delay predication of stores until near the end of vector code generation
[oota-llvm.git]
/
test
/
Bitcode
/
2015-09-08
Vedant Kumar
[Bitcode] Add compatibility tests for new instructions
tree
|
commitdiff
2015-09-08
Vedant Kumar
[Bitcode] Add compatibility test for llvm 3.7.0
tree
|
commitdiff
2015-08-31
Filipe Cabecinhas
[BitcodeReader] Ensure we can read constant vector...
tree
|
commitdiff
2015-08-28
Duncan P. N. Exon...
DI: Require subprogram definitions to be distinct
tree
|
commitdiff
2015-08-14
Vedant Kumar
[test] Testing write access to llvm
tree
|
commitdiff
2015-08-14
David Majnemer
[IR] Add token types
tree
|
commitdiff
2015-08-13
Igor Laevsky
Emit argmemonly attribute for intrinsics.
tree
|
commitdiff
2015-08-06
Sean Silva
[compatibility.ll] Cover explicitly named comdats.
tree
|
commitdiff
2015-08-03
Derek Schuff
Fix testing for end of stream in bitstream reader.
tree
|
commitdiff
2015-08-03
Duncan P. N. Exon...
DI: Disallow uniquable DICompileUnits
tree
|
commitdiff
2015-08-03
Artur Pilipenko
Currently string attributes on function arguments/retur...
tree
|
commitdiff
2015-07-31
Duncan P. N. Exon...
IR: Add a broad bitcode compatibility test
tree
|
commitdiff
2015-07-31
Duncan P. N. Exon...
DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
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-02
Rafael Espindola
Fix for PR23310: llvm-dis crashes when trying to upgrad...
tree
|
commitdiff
2015-06-17
David Majnemer
Move the personality function from LandingPadInst to...
tree
|
commitdiff
2015-06-16
Rafael Espindola
Improve handling of end of file in the bitcode reader.
tree
|
commitdiff
2015-06-16
Rafael Espindola
Add a test for padded bitcode files.
tree
|
commitdiff
2015-06-03
Filipe Cabecinhas
[BitcodeReader] Diagnose type mismatches with aliases
tree
|
commitdiff
2015-06-03
Filipe Cabecinhas
[Bitcode] Minimize the test to not conflict with others
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-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-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-21
Adrian Prantl
IR / debug info: Add a DWOId field to DICompileUnit,
tree
|
commitdiff
2015-05-19
Filipe Cabecinhas
Change a reachable unreachable to a fatal error.
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-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
Filipe Cabecinhas
Check that we have a valid PointerType element type...
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 pointee type in the...
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
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
Filipe Cabecinhas
Have more strict type checks when creating BinOp nodes...
tree
|
commitdiff
2015-04-17
David Blaikie
[opaque pointer type] Explicit pointee type for call...
tree
|
commitdiff
2015-04-16
David Blaikie
[opaque pointer type] Add textual IR support for explic...
tree
|
commitdiff
2015-04-16
Sanjoy Das
[IR] Introduce a dereferenceable_or_null(N) attribute.
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-14
Filipe Cabecinhas
Error out of ParseBitcodeInto(Module*) if we haven...
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-13
David Blaikie
[opaque pointer type] Add textual IR support for explic...
tree
|
commitdiff
2015-03-04
Mehdi Amini
Make DataLayout Non-Optional in the Module
tree
|
commitdiff
2015-02-27
David Blaikie
[opaque pointer type] Add textual IR support for explic...
tree
|
commitdiff
2015-02-27
David Blaikie
[opaque pointer type] Add textual IR support for explic...
tree
|
commitdiff
2015-02-25
Duncan P. N. Exon...
llvm-dis: Stop crashing when dropping debug info
tree
|
commitdiff
2015-02-25
David Blaikie
[opaque pointer type] Bitcode support for explicit...
tree
|
commitdiff
2015-02-22
JF Bastien
Use common parse routine to read alignment values from...
tree
|
commitdiff
2015-02-16
Filipe Cabecinhas
[Bitcode reader] Fix a few assertions when reading...
tree
|
commitdiff
2015-01-30
Filipe Cabecinhas
Check bit widths before trying to get a type.
tree
|
commitdiff
2015-01-30
Filipe Cabecinhas
[bitcode reader] Fix an assert on invalid type tables
tree
|
commitdiff
2015-01-24
Filipe Cabecinhas
[Bitcode] Diagnose errors instead of asserting from...
tree
|
commitdiff
2015-01-20
David Majnemer
Bitcode: Don't create comdats when autoupgrading macho...
tree
|
commitdiff
2015-01-19
Rafael Espindola
Bring r226038 back.
tree
|
commitdiff
2015-01-16
Timur Iskhodzhanov
Revert r226242 - Revert Revert Don't create new comdats...
tree
|
commitdiff
2015-01-16
Filipe Cabecinhas
Use report_fatal_error instead of llvm_unreachable...
tree
|
commitdiff
2015-01-16
Rafael Espindola
Revert "Revert Don't create new comdats in CodeGen"
tree
|
commitdiff
2015-01-15
Timur Iskhodzhanov
Revert Don't create new comdats in CodeGen
tree
|
commitdiff
2015-01-14
Duncan P. N. Exon...
IR: Move MDLocation into place
tree
|
commitdiff
2015-01-14
Rafael Espindola
Don't create new comdats in CodeGen.
tree
|
commitdiff
2015-01-10
Rafael Espindola
Use the DiagnosticHandler to print diagnostics when...
tree
|
commitdiff
2015-01-08
Rafael Espindola
Make this test a bit stricter.
tree
|
commitdiff
2014-12-15
Duncan P. N. Exon...
IR: Make metadata typeless in assembly
tree
|
commitdiff
2014-12-11
Duncan P. N. Exon...
Bitcode: Use unsigned char to record MDStrings
tree
|
commitdiff
2014-12-11
Duncan P. N. Exon...
Bitcode: Add METADATA_NODE and METADATA_VALUE
tree
|
commitdiff
2014-12-08
Duncan P. N. Exon...
IR: Fix bitcode compatability filenames
tree
|
commitdiff
2014-12-07
Duncan P. N. Exon...
IR: Add missing tests for function-local metadata
tree
|
commitdiff
2014-12-01
Reid Kleckner
Parse 'ghccc' in .ll files as the GHC convention (cc 10)
tree
|
commitdiff
2014-10-03
Duncan P. N. Exon...
Revert "Revert "DI: Fold constant arguments into a...
tree
|
commitdiff
2014-10-02
Duncan P. N. Exon...
Revert "DI: Fold constant arguments into a single MDString"
tree
|
commitdiff
2014-10-02
Duncan P. N. Exon...
DI: Fold constant arguments into a single MDString
tree
|
commitdiff
2014-09-23
Michael Kuperstein
Ensure bitcode encoding stays stable.
tree
|
commitdiff
2014-08-30
Jordan Rose
Teach llvm-bcanalyzer to use one stream's BLOCKINFO...
tree
|
commitdiff
2014-08-19
Duncan P. N. Exon...
verify-uselistorder: Force -preserve-bc-use-list-order
tree
|
commitdiff
2014-08-18
Duncan P. N. Exon...
verify-uselistorder: Call verifyModule() and improve...
tree
|
commitdiff
2014-08-16
Duncan P. N. Exon...
BitcodeReader: Only create one basic block for each...
tree
|
commitdiff
2014-08-12
Duncan P. N. Exon...
Don't upgrade global constructors when reading bitcode
tree
|
commitdiff
2014-08-01
Duncan P. N. Exon...
UseListOrder: Fix blockaddress use-list order
tree
|
commitdiff
2014-07-31
Duncan P. N. Exon...
verify-uselistorder: Change the default -num-shuffles=5
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
Rafael Espindola
Use "weak alias" instead of "alias weak"
tree
|
commitdiff
2014-07-30
Duncan P. N. Exon...
UseListOrder: Visit global values
tree
|
commitdiff
next