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
/
IR
/
Verifier.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[WinEH] Add cleanupendpad instruction
Joseph Tremoulet
2015-09-03
1
-9
/
+47
*
[TableGen] Allow TokenTy in intrinsic signatures
Joseph Tremoulet
2015-09-02
1
-0
/
+1
*
DI: Add Function::getSubprogram()
Duncan P. N. Exon Smith
2015-08-28
1
-1
/
+13
*
DI: Require subprogram definitions to be distinct
Duncan P. N. Exon Smith
2015-08-28
1
-0
/
+3
*
[WinEH] Require token linkage in EH pad/ret signatures
Joseph Tremoulet
2015-08-23
1
-26
/
+21
*
Verifier: Don't crash on null entries in debug info retained types list
David Blaikie
2015-08-22
1
-1
/
+1
*
[IR] Add token types
David Majnemer
2015-08-14
1
-4
/
+21
*
[IR] Verify EH pad predecessors
David Majnemer
2015-08-11
1
-14
/
+51
*
DI: Disallow uniquable DICompileUnits
Duncan P. N. Exon Smith
2015-08-03
1
-0
/
+1
*
De-constify pointers to Type since they can't be modified. NFC
Craig Topper
2015-08-01
1
-6
/
+5
*
DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
Duncan P. N. Exon Smith
2015-07-31
1
-5
/
+1
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-31
1
-5
/
+160
*
[Statepoints] Let patchable statepoints have a symbolic call target.
Sanjoy Das
2015-07-28
1
-6
/
+0
*
DI/Verifier: Fix argument bitrot in DILocalVariable
Duncan P. N. Exon Smith
2015-07-24
1
-0
/
+2
*
DI: Remove DIDerivedTypeBase
Duncan P. N. Exon Smith
2015-07-24
1
-13
/
+11
*
Verifier: Sink filename check into visitMDCompositeType(), NFC
Duncan P. N. Exon Smith
2015-07-24
1
-19
/
+6
*
Verifier: Remove unnecessary references to DW_TAG_subroutine_type, NFC
Duncan P. N. Exon Smith
2015-07-24
1
-2
/
+0
*
Add argmemonly attribute.
Igor Laevsky
2015-07-11
1
-3
/
+5
*
Revert the new EH instructions
David Majnemer
2015-07-10
1
-151
/
+5
*
Tighten the verifier check for catchblock.
David Majnemer
2015-07-10
1
-3
/
+4
*
Address Joseph's review comments.
David Majnemer
2015-07-10
1
-1
/
+74
*
Address Reid's review feedback.
David Majnemer
2015-07-10
1
-2
/
+2
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-10
1
-3
/
+75
*
Extended syntax of vector version of getelementptr instruction.
Elena Demikhovsky
2015-07-09
1
-12
/
+11
*
Rename llvm.frameescape and llvm.framerecover to localescape and localrecover
Reid Kleckner
2015-07-07
1
-12
/
+12
*
Verifier: Forbid comdats on linker declarations.
Peter Collingbourne
2015-07-05
1
-0
/
+3
*
Add a DIModule metadata node to the IR.
Adrian Prantl
2015-06-29
1
-0
/
+5
*
Minor style cleanup after 240843 [NFC]
Philip Reames
2015-06-26
1
-8
/
+7
*
[Verifier] Follow on to 240836
Philip Reames
2015-06-26
1
-81
/
+79
*
[Verifier] Verify invokes of intrinsics
Philip Reames
2015-06-26
1
-19
/
+17
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
1
-18
/
+7
*
Allow aliases to be unnamed.
Rafael Espindola
2015-06-17
1
-1
/
+0
*
Debug Info IR: Switch DIObjCProperty to use DITypeRef.
Adrian Prantl
2015-06-15
1
-1
/
+1
*
Protection against stack-based memory corruption errors using SafeStack
Peter Collingbourne
2015-06-15
1
-0
/
+1
*
Add initial support for the convergent attribute.
Owen Anderson
2015-05-26
1
-1
/
+2
*
[opaque pointer type] Pass explicit type to Load instruction creation in Auto...
David Blaikie
2015-05-20
1
-1
/
+1
*
Change Function::getIntrinsicID() to return an Intrinsic::ID. NFC.
Pete Cooper
2015-05-20
1
-1
/
+1
*
[Verifier] Assert gc_relocate always return a pointer type
Chen Li
2015-05-18
1
-2
/
+12
*
[Safepoints][Verifier] Fix a tautological Assert.
Sanjoy Das
2015-05-13
1
-1
/
+1
*
Add function entry count metadata.
Diego Novillo
2015-05-13
1
-0
/
+33
*
[Statepoints] Support for "patchable" statepoints.
Sanjoy Das
2015-05-12
1
-13
/
+36
*
Convert PHI getIncomingValue() to foreach over incoming_values(). NFC.
Pete Cooper
2015-05-12
1
-2
/
+2
*
Rename variables in gc_relocate related functions to follow LLVM's naming con...
Sanjoy Das
2015-05-11
1
-8
/
+8
*
Simplify a return expression and an access to an alloca's allocated type
David Blaikie
2015-05-11
1
-3
/
+3
*
[RewriteStatepointsForGC] Fix a bug on creating gc_relocate for pointer to ve...
Sanjoy Das
2015-05-11
1
-4
/
+2
*
Revert r236912.
Quentin Colombet
2015-05-09
1
-4
/
+4
*
[opaque pointer type] Cleanup a few references to pointee types using nearby ...
David Blaikie
2015-05-08
1
-4
/
+4
*
Extend the statepoint intrinsic to allow statepoints to be marked as transiti...
Pat Gavlin
2015-05-08
1
-7
/
+30
[prev]
[next]