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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set the prof weight correctly for call instructions in DeadArgumentElimination.
Dehao Chen
2017-03-23
1
-0
/
+9
*
[IR] Use a binary search in DataLayout::getAlignmentInfo
Craig Topper
2017-03-23
1
-58
/
+47
*
[IR] Remove validAlignment and validPointer methods DataLayout as they aren't...
Craig Topper
2017-03-21
1
-6
/
+0
*
Let llvm.objectsize be conservative with null pointers
George Burgess IV
2017-03-21
1
-7
/
+12
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
13
-315
/
+328
*
Updates branch_weights annotation for call instructions during inlining.
Dehao Chen
2017-03-20
1
-0
/
+23
*
[IR] Move a few static functions in Instruction class inline.
Craig Topper
2017-03-20
1
-45
/
+0
*
[ConstantRange] Add setSizeSmallerThanOf method.
Michael Zolotukhin
2017-03-20
1
-10
/
+24
*
[IR] Remove some unneeded includes from Operator.h and fix cpp files that wer...
Craig Topper
2017-03-20
1
-0
/
+1
*
[IR] Add missing copyright header.
Craig Topper
2017-03-20
1
-0
/
+13
*
Fix constant folding of fp2int to large integers
Simon Pilgrim
2017-03-19
1
-5
/
+4
*
Enable stripping of multiple DILocation on !llvm.loop metadata
Teresa Johnson
2017-03-19
1
-10
/
+13
*
Make library calls sensitive to regparm module flag (Fixes PR3997).
Nirav Dave
2017-03-18
1
-0
/
+8
*
Add !associated metadata.
Evgeniy Stepanov
2017-03-17
1
-0
/
+1
*
Store Arguments in a flat array instead of an iplist
Reid Kleckner
2017-03-17
2
-24
/
+53
*
Remove dead F parameter from Argument constructor
Reid Kleckner
2017-03-16
1
-7
/
+3
*
Make Argument::getArgNo() constant time, not O(#args)
Reid Kleckner
2017-03-16
1
-15
/
+4
*
[IR] Inline some Function accessors
Reid Kleckner
2017-03-16
2
-41
/
+0
*
Revert "Debug Info: Add basic support for external types references."
Adrian Prantl
2017-03-13
1
-8
/
+0
*
Remove opt-bisect support for "cases" in favor of debug counters
Daniel Berlin
2017-03-11
1
-18
/
+0
*
Implement getPassName() for IR printing passes.
Yaron Keren
2017-03-10
1
-0
/
+6
*
[ConstantFold] vector div/rem with any zero element in divisor is undef
Sanjay Patel
2017-03-09
1
-4
/
+9
*
[DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...
Konstantin Zhuravlyov
2017-03-08
5
-27
/
+52
*
[ConstantFold] Fix defect in constant folding computation for GEP
Javed Absar
2017-03-08
1
-1
/
+2
*
[DebugInfo] Make legal and emit DW_OP_swap and DW_OP_xderef
Konstantin Zhuravlyov
2017-03-08
1
-0
/
+13
*
Rephrase condition for better readability. NFC
Adrian Prantl
2017-03-07
1
-1
/
+1
*
Relax the conflicting function arg verifier to allow for inlined debug
Adrian Prantl
2017-03-07
1
-0
/
+10
*
Verfier: Move the reset of DebugFnArgs closer to other similar operations.
Adrian Prantl
2017-03-07
1
-2
/
+1
*
Verifier: Change Assert to AssertDI.
Adrian Prantl
2017-03-06
1
-3
/
+3
*
Keep attributes, calling convention, etc, when remangling intrinsic
Daniel Berlin
2017-03-01
1
-50
/
+37
*
Teach the IR verifier to reject conflicting debug info for function arguments.
Adrian Prantl
2017-02-28
1
-0
/
+38
*
Add function importing info from samplepgo profile to the module summary.
Dehao Chen
2017-02-28
3
-8
/
+26
*
[Stack Protection] Add diagnostic information for why stack protection was ap...
David Bozier
2017-02-28
1
-1
/
+16
*
AMDGPU: Basic folds for fmed3 intrinsic
Matt Arsenault
2017-02-27
1
-0
/
+8
*
[IR][X86] Fix llvm version number in comments in AutoUpgrade. Forgot the next...
Craig Topper
2017-02-24
1
-13
/
+13
*
[AVX-512] Remove lzcnt intrinsics and autoupgrade them to generic ctlz intrin...
Craig Topper
2017-02-24
1
-0
/
+8
*
fix 80-column violation
Adrian Prantl
2017-02-23
1
-1
/
+2
*
[IR] Add a Instruction::dropPoisonGeneratingFlags helper
Sanjoy Das
2017-02-23
1
-0
/
+23
*
[ORE] Use const CodeRegions in the remark diagnostics. NFC.
Ahmed Bougacha
2017-02-23
1
-6
/
+6
*
Revert "Teach the IR verifier to reject conflicting debug info for function a...
Adrian Prantl
2017-02-23
1
-38
/
+0
*
[X86][IR] In AutoUpgrade, check explicitly for xop.vpcmov and xop.vpcmov.256 ...
Craig Topper
2017-02-23
1
-1
/
+2
*
OptDiag: Add const to some interfaces that don't modify anything. NFC
Justin Bogner
2017-02-22
1
-1
/
+1
*
Use const-ref in range-loop for to avoid copying pairs of std::string
Sean Silva
2017-02-22
1
-1
/
+1
*
Teach the IR verifier to reject conflicting debug info for function arguments.
Adrian Prantl
2017-02-21
1
-0
/
+38
*
[IR/Verifier] List the CU we weren't able to find in `llvm.dbg.cu`.
Davide Italiano
2017-02-20
1
-4
/
+2
*
Recommit "[X86] Remove XOP VPCMOV intrinsics and autoupgrade them to native IR."
Craig Topper
2017-02-18
1
-2
/
+2
*
Revert "[X86] Remove XOP VPCMOV intrinsics and autoupgrade them to native IR."
Craig Topper
2017-02-18
1
-2
/
+2
*
[X86] Remove XOP VPCMOV intrinsics and autoupgrade them to native IR.
Craig Topper
2017-02-18
1
-2
/
+2
*
[X86][IR] Simplify the XOP vpcmov autoupgrade code. NFC
Craig Topper
2017-02-18
1
-7
/
+3
*
[X86][IR] Merge together some very similar AutoUpgrade handling. NFC
Craig Topper
2017-02-18
1
-24
/
+16
[next]