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
/
test
/
Feature
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark @llvm.trap cold
Vedant Kumar
2018-11-14
1
-1
/
+1
*
Restore the LoopInstSimplify pass, reverting r327329 that removed it.
Chandler Carruth
2018-05-25
1
-1
/
+2
*
Remove the LoopInstSimplify pass (-loop-instsimplify)
Vedant Kumar
2018-03-12
1
-2
/
+1
*
Mark two tests REQUIRES: x86-registered-backend
Justin Bogner
2018-01-31
1
-0
/
+1
*
CodeGen: support an extension to pass linker options on ELF
Saleem Abdulrasool
2018-01-30
1
-0
/
+16
*
Add ‘llvm.experimental.constrained.fma‘ Intrinsic.
Wei Ding
2017-08-24
1
-2
/
+14
*
LowerAtomic: Don't skip optnone functions; atomic still need lowering (PR34020)
Hans Wennborg
2017-08-23
1
-1
/
+0
*
Remove the BBVectorize pass.
Chandler Carruth
2017-06-30
1
-2
/
+1
*
Add constrained intrinsics for some libm-equivalent operations
Andrew Kaylor
2017-05-25
1
-0
/
+148
*
Test for r303197
Matthias Braun
2017-05-16
1
-0
/
+1
*
Add "REQUIRES:" to the last few tests that use target specific intrinsics
Justin Bogner
2017-05-15
1
-0
/
+1
*
Replace hardcoded intrinsic list with speculatable attribute.
Matt Arsenault
2017-05-03
1
-1
/
+1
*
Disable GVN Hoist due to still more bugs being found in it. There is
Chandler Carruth
2017-04-27
1
-2
/
+0
*
[GVNHoist] Re-enable GVNHoist by default
Geoff Berry
2017-04-11
1
-0
/
+1
*
Disable gvn-hoist (PR32153)
Hans Wennborg
2017-03-06
1
-1
/
+0
*
Add intrinsics for constrained floating point operations
Andrew Kaylor
2017-01-26
1
-0
/
+102
*
Fix some broken CHECK lines.
Benjamin Kramer
2017-01-22
1
-1
/
+1
*
Revert "Revert "Invariant start/end intrinsics overloaded for address space""
Mehdi Amini
2016-08-13
1
-4
/
+4
*
Revert "Invariant start/end intrinsics overloaded for address space"
Mehdi Amini
2016-08-13
1
-4
/
+4
*
GVN-hoist: enable by default
Sebastian Pop
2016-08-08
1
-0
/
+1
*
Revert "(refs/bisect/bad) GVN-hoist: enable by default"
Matthias Braun
2016-08-06
1
-1
/
+0
*
GVN-hoist: enable by default
Sebastian Pop
2016-08-04
1
-0
/
+1
*
Revert "GVN-hoist: enable by default" & "Make GVN Hoisting obey optnone/bisect."
Bruno Cardoso Lopes
2016-08-04
1
-1
/
+0
*
Make GVN Hoisting obey optnone/bisect.
Sebastian Pop
2016-08-04
1
-0
/
+1
*
Reinstate optnone test for GVN Hoisting, removed in r276479.
Paul Robinson
2016-07-29
1
-1
/
+2
*
Add flag to PassManagerBuilder to disable GVN Hoist Pass.
Alina Sbirlea
2016-07-22
1
-1
/
+0
*
Invariant start/end intrinsics overloaded for address space
Anna Thomas
2016-07-22
1
-4
/
+4
*
Revert "Invariant start/end intrinsics overloaded for address space"
Anna Thomas
2016-07-21
1
-4
/
+4
*
Invariant start/end intrinsics overloaded for address space
Anna Thomas
2016-07-21
1
-4
/
+4
*
Make GVN Hoisting obey optnone/bisect.
Paul Robinson
2016-07-19
1
-0
/
+1
*
Temporarily remove a test case to unblock PPC bots.
Andrew Kaylor
2016-07-08
1
-1
/
+0
*
NVPTX: Replace uses of cuda.syncthreads with nvvm.barrier0
Justin Bogner
2016-07-06
1
-3
/
+3
*
IR: Introduce local_unnamed_addr attribute.
Peter Collingbourne
2016-06-14
1
-1
/
+1
*
Update the stack coloring pass to remove lifetime intrinsics in the optnone/o...
Andrew Kaylor
2016-05-27
1
-1
/
+0
*
Make "@name =" mandatory for globals in .ll files.
Rafael Espindola
2016-05-10
4
-13
/
+13
*
[NVVM] Remove noduplicate attribute from synchronizing intrinsics.
Justin Lebar
2016-03-22
1
-2
/
+2
*
Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Mehdi Amini
2016-03-10
1
-0
/
+26
*
[GMR/OperandBundles] Teach getModRefBehavior about operand bundles
Sanjoy Das
2016-02-09
1
-0
/
+27
*
[NVPTX] Mark nvvm synchronizing intrinsics as convergent.
Justin Lebar
2016-02-06
1
-2
/
+2
*
MachineScheduler: Honor optnone functions in the pre-ra scheduler.
Chad Rosier
2016-01-20
1
-0
/
+1
*
[WinEH] Verify unwind edges against EH pad tree
Joseph Tremoulet
2016-01-10
1
-2
/
+2
*
[MergeFunctions] Use II instead of CI for InvokeInst; NFC
Sanjoy Das
2015-12-14
1
-0
/
+30
*
Teach MergeFunctions about operand bundles
Sanjoy Das
2015-12-14
1
-0
/
+34
*
Teach haveSameSpecialState about operand bundles
Sanjoy Das
2015-12-14
1
-0
/
+21
*
[IR] Remove terminatepad
David Majnemer
2015-12-14
1
-22
/
+0
*
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
2015-12-12
1
-101
/
+28
*
Have 'optnone' respect the -fast-isel=false option.
Paul Robinson
2015-11-30
1
-1
/
+7
*
[OperandBundles] Treat "deopt" operand bundles specially
Sanjoy Das
2015-11-26
5
-2
/
+93
*
[FunctionAttrs] Add handling for operand bundles
Sanjoy Das
2015-11-07
1
-0
/
+24
*
[CaptureTracking] Support operand bundles conservatively
Sanjoy Das
2015-11-04
1
-0
/
+29
[next]