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
*
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
*
[Inliner] Don't inline through callsites with operand bundles
Sanjoy Das
2015-10-23
1
-0
/
+17
*
[OperandBundles] Teach AliasAnalysis about operand bundles
Sanjoy Das
2015-10-22
1
-0
/
+28
*
[OperandBundles] Make function attributes conservatively correct
Sanjoy Das
2015-10-22
2
-0
/
+112
*
HHVM calling conventions.
Maksim Panchenko
2015-09-29
1
-0
/
+7
*
Make the default triple optional by allowing an empty string
Mehdi Amini
2015-09-16
2
-2
/
+1
*
[opaque pointer type] Add textual IR support for explicit type parameter for ...
David Blaikie
2015-09-11
3
-23
/
+23
*
[WinEH] Add cleanupendpad instruction
Joseph Tremoulet
2015-09-03
1
-0
/
+50
*
[WinEH] Require token linkage in EH pad/ret signatures
Joseph Tremoulet
2015-08-23
1
-31
/
+71
*
[IR] Give catchret an optional 'return value' operand
David Majnemer
2015-08-15
1
-3
/
+8
*
[IR] Verify EH pad predecessors
David Majnemer
2015-08-11
1
-6
/
+44
*
Update test suite to make "ninja check" succeed without native backend builtin
Mehdi Amini
2015-08-04
2
-1
/
+2
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-31
1
-0
/
+71
*
Revert the new EH instructions
David Majnemer
2015-07-10
1
-69
/
+0
*
Tighten the verifier check for catchblock.
David Majnemer
2015-07-10
1
-6
/
+6
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-10
1
-0
/
+69
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
4
-10
/
+10
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-16
4
-4
/
+4
[next]