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
...
*
Verifier: check that functions have at most a single !prof attachment.
Peter Collingbourne
2016-06-14
1
-1
/
+6
*
IR: Introduce local_unnamed_addr attribute.
Peter Collingbourne
2016-06-14
1
-1
/
+1
*
[Verifier] Simplify code. No functionality change intended.
Benjamin Kramer
2016-06-12
1
-6
/
+2
*
Avoid copies of std::strings and APInt/APFloats where we only read from it
Benjamin Kramer
2016-06-08
1
-1
/
+1
*
Verifier: Simplify and fix issue where we were not verifying unmaterialized f...
Peter Collingbourne
2016-06-06
1
-15
/
+13
*
Verifier: Remove dead code.
Peter Collingbourne
2016-06-06
1
-14
/
+8
*
[IR] Disallow loading and storing unsized types
Sanjoy Das
2016-06-01
1
-0
/
+2
*
IR: Allow multiple global metadata attachments with the same type.
Peter Collingbourne
2016-06-01
1
-0
/
+4
*
Port the strip-invalid-debuginfo logic to the legacy verifier pass, too.
Adrian Prantl
2016-05-25
1
-6
/
+16
*
Appease MSVC with curly braces
Sanjoy Das
2016-05-12
1
-1
/
+2
*
All llvm.deoptimize declarations must use the same calling convention
Sanjoy Das
2016-05-12
1
-1
/
+25
*
Refactor duplicated check for valid declaration linkage. NFC.
Rafael Espindola
2016-05-11
1
-2
/
+1
*
Delete duplicated verifier test.
Rafael Espindola
2016-05-11
1
-5
/
+0
*
Separate the Verifier into an analysis and a transformation pass and
Adrian Prantl
2016-05-09
1
-5
/
+29
*
Allow the LTO code generator to strip invalid debug info from the input.
Adrian Prantl
2016-05-09
1
-3
/
+7
*
Revert "Allow the LTO code generator to strip invalid debug info from the inp...
Adrian Prantl
2016-05-09
1
-7
/
+3
*
Revert "Separate the Verifier into an analysis and a transformation pass and"
Adrian Prantl
2016-05-09
1
-29
/
+5
*
Separate the Verifier into an analysis and a transformation pass and
Adrian Prantl
2016-05-09
1
-5
/
+29
*
Allow the LTO code generator to strip invalid debug info from the input.
Adrian Prantl
2016-05-09
1
-3
/
+7
*
Refactor the Verifier so it can diagnose IR validation errors and debug
Adrian Prantl
2016-05-06
1
-159
/
+195
*
Verifier: Verify that each inlinable callsite of a debug-info-bearing function
Adrian Prantl
2016-04-24
1
-0
/
+9
*
Revert "Verifier: Verify that each inlinable callsite of a debug-info-bearing...
Adrian Prantl
2016-04-24
1
-9
/
+0
*
Verifier: Verify that each inlinable callsite of a debug-info-bearing function
Adrian Prantl
2016-04-24
1
-0
/
+9
*
DebugInfo: Remove MDString-based type references
Duncan P. N. Exon Smith
2016-04-23
1
-144
/
+28
*
Verifier: Add ModuleSlotTracker to printAsOperand call
Duncan P. N. Exon Smith
2016-04-20
1
-1
/
+1
*
Verifier: Prefer early continue over if-nesting, NFC
Duncan P. N. Exon Smith
2016-04-20
1
-8
/
+9
*
IR: Use a single ModuleSlotTracker in the Verifier
Duncan P. N. Exon Smith
2016-04-20
1
-6
/
+17
*
IR: Don't use raw_null_ostream in Verifier
Duncan P. N. Exon Smith
2016-04-20
1
-27
/
+32
*
IR: Use default member initialization in Verifier, NFC
Duncan P. N. Exon Smith
2016-04-20
1
-5
/
+4
*
IR: Use getRawScope() when verifying
Duncan P. N. Exon Smith
2016-04-17
1
-2
/
+2
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
1
-11
/
+17
*
Revert "[IR/Verifier] Each DISubprogram with isDefinition: true must belong t...
Davide Italiano
2016-04-13
1
-16
/
+0
*
[IR/Verifier] Each DISubprogram with isDefinition: true must belong to a CU.
Davide Italiano
2016-04-12
1
-0
/
+16
*
Introduce an GCRelocateInst class [NFC]
Philip Reames
2016-04-12
1
-2
/
+2
*
Add the allocsize attribute to LLVM.
George Burgess IV
2016-04-12
1
-1
/
+29
*
Reapply "ValueMapper: Treat LocalAsMetadata more like function-local Values"
Duncan P. N. Exon Smith
2016-04-08
1
-0
/
+4
*
Revert "ValueMapper: Treat LocalAsMetadata more like function-local Values"
Duncan P. N. Exon Smith
2016-04-08
1
-4
/
+0
*
Don't IPO over functions that can be de-refined
Sanjoy Das
2016-04-08
1
-1
/
+1
*
ValueMapper: Treat LocalAsMetadata more like function-local Values
Duncan P. N. Exon Smith
2016-04-08
1
-0
/
+4
*
[IR/Verifier] Fix (yet another) crash.
Davide Italiano
2016-04-08
1
-8
/
+14
*
[IR/Verifier] Merge two ifs into one. NFC.
Davide Italiano
2016-04-07
1
-3
/
+1
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
1
-16
/
+21
*
[IRVerifier] Don't crash on invalid DIFile inside DISubprogram.
Davide Italiano
2016-04-06
1
-0
/
+2
*
[IRVerifier] Prefer dyn_cast<> over isa<> + cast<>.
Davide Italiano
2016-04-06
1
-9
/
+8
*
Revert "[IRVerifier] Don't crash on invalid DIFile inside DISubprogram."
Davide Italiano
2016-04-06
1
-2
/
+0
*
[IRVerifier] Don't crash on invalid DIFile inside DISubprogram.
Davide Italiano
2016-04-06
1
-0
/
+2
*
[IRVerifier] Avoid crashing on an invalid compile unit.
Davide Italiano
2016-04-06
1
-7
/
+8
*
Swift Calling Convention: add swifterror attribute.
Manman Ren
2016-04-01
1
-3
/
+80
*
Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.
Adrian Prantl
2016-03-31
1
-0
/
+3
*
Introduce a @llvm.experimental.guard intrinsic
Sanjoy Das
2016-03-31
1
-0
/
+8
[prev]
[next]