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
*
IRMover: Steal arguments when moving functions, NFC
Duncan P. N. Exon Smith
2016-04-06
2
-0
/
+107
*
Fix non-determinism in order of LLVM attributes
Reid Kleckner
2016-04-04
1
-0
/
+9
*
Document end of anonymous namespaces, NFC
Duncan P. N. Exon Smith
2016-04-02
1
-1
/
+1
*
Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.
Adrian Prantl
2016-03-31
1
-2
/
+2
*
[ThinLTO] Remove post-pass metadata linking support
Teresa Johnson
2016-03-29
1
-14
/
+0
*
Remove some unused variables
David Blaikie
2016-03-13
1
-5
/
+4
*
Remove PreserveNames template parameter from IRBuilder
Mehdi Amini
2016-03-13
2
-2
/
+2
*
Fixed DIBuilder to verify that same imported entity will not be added twice t...
Amjad Aboud
2016-03-13
1
-0
/
+15
*
Temporarily revert:
Eric Christopher
2016-03-12
2
-2
/
+2
*
Remove PreserveNames template parameter from IRBuilder
Mehdi Amini
2016-03-11
2
-2
/
+2
*
[PM] Make the AnalysisManager parameter to run methods a reference.
Chandler Carruth
2016-03-11
1
-9
/
+9
*
[PM] Rename the CRTP mixin base classes for the new pass manager to
Chandler Carruth
2016-03-11
1
-9
/
+11
*
[PM] Implement the final conclusion as to how the analysis IDs should
Chandler Carruth
2016-03-11
1
-0
/
+10
*
[ConstantRange] Rename test; NFC
Sanjoy Das
2016-03-03
1
-1
/
+1
*
[ConstantRange] Generalize makeGuaranteedNoWrapRegion to work on ranges
Sanjoy Das
2016-03-03
1
-0
/
+57
*
[ConstantRange] Add umin/smin operators
Philip Reames
2016-02-26
1
-0
/
+39
*
[PM] Introduce CRTP mixin base classes to help define passes and
Chandler Carruth
2016-02-26
1
-36
/
+7
*
Introduce analysis pass to compute PostDominators in the new pass manager. NFC
Hongbin Zheng
2016-02-25
1
-3
/
+4
*
Revert "Introduce analysis pass to compute PostDominators in the new pass man...
Hongbin Zheng
2016-02-25
1
-4
/
+3
*
Introduce analysis pass to compute PostDominators in the new pass manager. NFC
Hongbin Zheng
2016-02-25
1
-3
/
+4
*
[ConstantRange] Rename a method and add more doc
Sanjoy Das
2016-02-22
1
-5
/
+5
*
[PM/AA] Teach the new pass manager to use pass-by-lambda for registering
Chandler Carruth
2016-02-18
1
-4
/
+4
*
Simplify this unittest.
Adrian Prantl
2016-02-08
1
-5
/
+2
*
Add a unit test for r259973.
Adrian Prantl
2016-02-08
1
-0
/
+20
*
Handle more edge cases in intrinsic name binary search
Reid Kleckner
2016-01-26
2
-0
/
+41
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-15
/
+0
*
Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth...
Eugene Zelenko
2016-01-26
1
-4
/
+5
*
[InstructionsTest] delete via unique_ptr (NFC)
Joseph Tremoulet
2016-01-15
1
-10
/
+6
*
[Verifier] Check parentage of GVs in dbg metadata
Keno Fischer
2016-01-14
1
-1
/
+23
*
[Verifier] Verify that a GlobalValue is only used in this Module
Keno Fischer
2016-01-14
1
-2
/
+16
*
InstructionsTest.cpp: Fix a warning. [-Wsign-compare]
NAKAMURA Takumi
2016-01-14
1
-1
/
+1
*
[UnitTest] Fix warning, NFC.
Joseph Tremoulet
2016-01-14
1
-1
/
+1
*
[OperandBundles] Copy DebugLoc with calls/invokes
Joseph Tremoulet
2016-01-14
1
-2
/
+61
*
function names start with a lower case letter ; NFC
Sanjay Patel
2016-01-12
1
-8
/
+8
*
Fix crash when printing instructions that have a metadata attached but no par...
Mehdi Amini
2016-01-07
2
-0
/
+38
*
Add unittest for new CanReplace flag on MDNodes
Teresa Johnson
2016-01-06
1
-0
/
+14
*
Fix several accidental DOS line endings in source files
Dimitry Andric
2016-01-03
1
-7
/
+7
*
add FMF for CreateCall variant
Sanjay Patel
2015-12-31
1
-0
/
+10
*
[Function] Properly remove use when clearing personality
Keno Fischer
2015-12-23
1
-0
/
+24
*
Reorganize the C API headers to improve build times.
Eric Christopher
2015-12-18
1
-0
/
+1
*
add fast-math-flags to 'call' instructions (PR21290)
Sanjay Patel
2015-12-14
1
-1
/
+21
*
[ConstantFold] Fix bitcast to gep constant folding transform.
David Majnemer
2015-12-14
1
-0
/
+17
*
Macro debug info support in LLVM IR
Amjad Aboud
2015-12-10
1
-2
/
+13
*
IR: Make ConstantDataArray::getFP actually return a ConstantDataArray
Justin Bogner
2015-12-09
1
-0
/
+23
*
IR: Allow vectors of halfs to be ConstantDataVectors
Justin Bogner
2015-12-08
1
-0
/
+28
*
[ThinLTO] Support cloning of temporary DILocation metadata
Teresa Johnson
2015-12-07
1
-0
/
+8
*
[Verifier] Improve error for cross-module refs
Keno Fischer
2015-12-01
1
-0
/
+47
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
2
-73
/
+32
*
[IR] Add a `makeNoWrapRegion` method to `ConstantRange`
Sanjoy Das
2015-10-22
1
-0
/
+52
*
unittests: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
4
-26
/
+26
[next]