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
/
unittests
/
IR
Commit message (
Expand
)
Author
Age
Files
Lines
*
[IR] fix potential crash in Constant::isElementWiseEqual()
Sanjay Patel
2020-01-14
1
-0
/
+39
*
Let PassBuilder Expose PassInstrumentationCallbacks
Juneyoung Lee
2020-01-07
1
-0
/
+3
*
[ConstantRange] Respect destination bitwidth for cast results.
Florian Hahn
2019-12-27
1
-0
/
+22
*
Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysroot
Adrian Prantl
2019-12-20
1
-1
/
+1
*
[FPEnv] IRBuilder support for constrained sitofp/uitofp.
Kevin P. Neal
2019-12-17
1
-0
/
+10
*
[IR] Split out target specific intrinsic enums into separate headers
Reid Kleckner
2019-12-11
1
-0
/
+1
*
[IR] allow undefined elements when checking for splat constants
Sanjay Patel
2019-12-10
1
-0
/
+40
*
Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp...
Melanie Blower
2019-12-05
1
-1
/
+4
*
Revert " Reapply af57dbf12e54 "Add support for options -frounding-math...
Melanie Blower
2019-12-04
1
-4
/
+1
*
Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp...
Melanie Blower
2019-12-04
1
-1
/
+4
*
Remove unused variable. NFC.
Michael Liao
2019-12-03
1
-1
/
+0
*
Fix signed mismatch warnings in MetadataTests.cpp
David Blaikie
2019-12-03
1
-9
/
+9
*
[APInt][PatternMatch] Add 'is non-positive' predicate
Roman Lebedev
2019-12-03
1
-0
/
+24
*
[DebugInfo] Make DebugVariable class available in DebugInfoMetadata
stozer
2019-12-03
1
-0
/
+38
*
[PatternMatch] Add support for matching intrinsics with 5 operands.
Florian Hahn
2019-12-02
1
-0
/
+79
*
[DebugInfo] Disallow fragmenting DIExpressions with shift operators
stozer
2019-11-26
1
-0
/
+43
*
Move floating point related entities to namespace level
Serge Pavlov
2019-11-20
1
-25
/
+25
*
Temporarily Revert "Add support for options -frounding-math, ftrapping-math, ...
Eric Christopher
2019-11-18
1
-25
/
+25
*
Move floating point related entities to namespace level
Serge Pavlov
2019-11-15
1
-25
/
+25
*
[unittests] Add InitializePasses.h includes
Heejin Ahn
2019-11-13
1
-1
/
+1
*
[IR] Resolve an error at freeze's unit tests
Juneyoung Lee
2019-11-12
1
-1
/
+1
*
[IR] Redefine Freeze instruction
aqjune
2019-11-12
1
-0
/
+48
*
[ConstantRange] Add umul_sat()/smul_sat() methods
Roman Lebedev
2019-11-08
1
-0
/
+16
*
[ConstantRange] Add `ushl_sat()`/`sshl_sat()` methods.
Roman Lebedev
2019-11-08
1
-0
/
+16
*
[ConstantRange] Add `subWithNoWrap()` method
Roman Lebedev
2019-11-07
1
-0
/
+28
*
[ConstantRange] TestAddWithNo*WrapExhaustive: check that all overflow means e...
Roman Lebedev
2019-11-07
1
-0
/
+13
*
[PatternMatch] Add m_WithOverflowInst and m_ExtractValue matchers
David Green
2019-10-31
1
-0
/
+24
*
[LegacyPassManager] Delete BasicBlockPass/Manager.
Alina Sbirlea
2019-10-30
1
-47
/
+0
*
[IR] Allow fast math flags on calls with floating point array type.
Jay Foad
2019-10-30
1
-0
/
+54
*
[FPEnv] Teach the IRBuilder about correct use of the strictfp attribute.
Kevin P. Neal
2019-10-25
1
-0
/
+9
*
[Alignment][NFC] Attributes use Align/MaybeAlign
Guillaume Chatelet
2019-10-22
1
-4
/
+4
*
Prune Pass.h include from DataLayout.h. NFCI
Bjorn Pettersson
2019-10-21
1
-0
/
+1
*
[Alignment][NFC] Add a helper function to DataLayout
Guillaume Chatelet
2019-10-21
1
-0
/
+12
*
[ConstantRange] makeGuaranteedNoWrapRegion(): `shl` support
Roman Lebedev
2019-10-20
1
-0
/
+78
*
[ConstantRange] Optimize nowrap region test, remove redundant tests; NFC
Nikita Popov
2019-10-20
1
-103
/
+23
*
[IR] Reimplement FPMathOperator::classof as a whitelist.
Jay Foad
2019-10-18
1
-1
/
+1
*
[Alignment][NFC] Value::getPointerAlignment returns MaybeAlign
Guillaume Chatelet
2019-10-15
1
-14
/
+14
*
[Alignment] Migrate Attribute::getWith(Stack)Alignment
Guillaume Chatelet
2019-10-15
1
-4
/
+4
*
[Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)
Guillaume Chatelet
2019-10-15
3
-11
/
+12
*
[ASan] Fix IRTests/InstructionsTest.UnaryOperator
Cameron McInally
2019-10-14
1
-0
/
+1
*
[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator
Cameron McInally
2019-10-14
1
-0
/
+15
*
Print quoted backslashes in LLVM IR as \\ instead of \5C
Reid Kleckner
2019-10-10
1
-1
/
+1
*
Revert "[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator"
Dmitri Gribenko
2019-10-10
1
-15
/
+0
*
[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator
Cameron McInally
2019-10-09
1
-0
/
+15
*
[SVE][IR] Scalable Vector size queries and IR instruction support
Graham Hunter
2019-10-08
1
-1
/
+115
*
[ConstantRange] [NFC] replace addWithNoSignedWrap with addWithNoWrap.
Chen Zheng
2019-10-08
1
-26
/
+0
*
[ConstantRange] add helper function addWithNoWrap().
Chen Zheng
2019-09-30
1
-0
/
+256
*
[PatternMatch] Add m_SExtOrSelf(), m_ZExtOrSExtOrSelf() matchers + unittests
Roman Lebedev
2019-09-27
1
-0
/
+36
*
[PatternMatch] Make m_Br more flexible, add matchers for BB values.
Florian Hahn
2019-09-25
1
-0
/
+28
*
[IR] allow fast-math-flags on phi of FP values (2nd try)
Sanjay Patel
2019-09-25
1
-2
/
+5
[next]