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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
93
-507
/
+705
*
Reapply "DebugInfo: Ensure that all debug location scope chains from instruct...
David Blaikie
2014-08-04
2
-4
/
+8
*
[x86] Don't add nodes to the combined set (and prune subsequent
Chandler Carruth
2014-08-03
1
-8
/
+8
*
CodeGen: silence a warning
Saleem Abdulrasool
2014-08-03
1
-2
/
+1
*
fix for PR20354 - Miscompile of fabs due to vectorization
Sanjay Patel
2014-08-03
1
-1
/
+5
*
MachineCombiner Pass for selecting faster instruction
Gerolf Hoflehner
2014-08-03
5
-14
/
+503
*
[AArch64] Teach DAGCombiner that converting two consecutive loads into a vect...
James Molloy
2014-08-02
1
-0
/
+7
*
[SDAG] Refactor the code which deletes nodes in the DAG combiner to do
Chandler Carruth
2014-08-02
1
-54
/
+36
*
Fix issues with ISD::FNEG and ISD::FMA SDNodes where they would not be consta...
Owen Anderson
2014-08-02
1
-0
/
+12
*
CodeGen: Remove commented out code
Justin Bogner
2014-08-02
1
-2
/
+0
*
Attempt to increase the overall happiness of the MSCV-based buildbots.
Adrian Prantl
2014-08-01
1
-1
/
+1
*
Debug info: Infrastructure to support debug locations for fragmented
Adrian Prantl
2014-08-01
9
-73
/
+301
*
[SDAG] MorphNodeTo recursively deletes dead operands of the old
Chandler Carruth
2014-08-01
1
-0
/
+4
*
[SDAG] Begin simplifying the way in which the legalizer deletes nodes.
Chandler Carruth
2014-08-01
1
-41
/
+25
*
Explicitly report runtime stack realignment in StackMap section
Philip Reames
2014-08-01
1
-1
/
+4
*
[PowerPC] Generate unaligned vector loads using intrinsics instead of regular...
Hal Finkel
2014-08-01
1
-2
/
+5
*
White space fix.
Louis Gerbarg
2014-07-31
1
-1
/
+1
*
Make sure no loads resulting from load->switch DAGCombine are marked invariant
Louis Gerbarg
2014-07-31
6
-40
/
+53
*
Disable IsSub subregister assert. pr18663.
Will Schmidt
2014-07-31
1
-1
/
+3
*
[FastISel] Fix the patchpoint intrinsic lowering in FastISel for large target...
Juergen Ributzka
2014-07-31
1
-1
/
+1
*
Refactor duplicated code.
Rafael Espindola
2014-07-30
2
-24
/
+29
*
Retain alignment requirements for load->selects modified by DAGCombine
Louis Gerbarg
2014-07-30
1
-2
/
+6
*
Add the missing hasLinkOnceODRLinkage predicate.
Rafael Espindola
2014-07-30
1
-2
/
+1
*
Don't manually (and forcibly) run the verifier on the entire module from
Chandler Carruth
2014-07-30
1
-4
/
+0
*
Add support for scalarizing ctlz_zero_undef
Petar Jovanovic
2014-07-30
1
-0
/
+1
*
Header hygiene: remove using directive and #undef DEBUG_TYPE once we're done.
Richard Smith
2014-07-30
1
-0
/
+2
*
Feedback on r214189, no functionality change.
Manman Ren
2014-07-29
2
-2
/
+2
*
[Debug Info] remove DITrivialType and use null to represent unspecified param.
Manman Ren
2014-07-29
2
-5
/
+7
*
CodeGenPrep: fall back to MVT::Other if instruction's type isn't an EVT.
Tim Northover
2014-07-29
1
-3
/
+6
*
ARM: fix @llvm.convert.from.fp16 on softfloat targets.
Tim Northover
2014-07-29
1
-1
/
+6
*
Add TargetInstrInfo interface isAsCheapAsAMove.
Jiangning Liu
2014-07-29
5
-5
/
+5
*
[Debug Info] unique MDNodes in the enum types of each compile unit.
Manman Ren
2014-07-28
1
-2
/
+7
*
[Debug Info] add DISubroutineType and its creation takes DITypeArray.
Manman Ren
2014-07-28
3
-12
/
+12
*
[Debug Info] rename getTypeArray to getElements, setTypeArray to setArrays.
Manman Ren
2014-07-28
2
-8
/
+8
*
[SDAG] Add DEBUG logging to the legalizer, fixing a "bug" found by
Chandler Carruth
2014-07-28
2
-6
/
+21
*
Add alignment value to allowsUnalignedMemoryAccess
Matt Arsenault
2014-07-27
3
-12
/
+17
*
[SDAG] Add an assert that we don't mess up the number of values when
Chandler Carruth
2014-07-26
1
-0
/
+3
*
[SDAG] Simplify the code for handling single-value nodes and add
Chandler Carruth
2014-07-26
1
-8
/
+12
*
[SDAG] When performing post-legalize DAG combining, run the legalizer
Chandler Carruth
2014-07-26
2
-61
/
+107
*
Add @llvm.assume, lowering, and some basic properties
Hal Finkel
2014-07-25
3
-3
/
+6
*
[stack protector] Fix a potential security bug in stack protector where the
Akira Hatanaka
2014-07-25
2
-6
/
+50
*
Reapply "DebugInfo: Don't put fission type units in comdat sections."
David Blaikie
2014-07-25
3
-12
/
+19
*
Recommit r212203: Don't try to construct debug LexicalScopes hierarchy for fu...
David Blaikie
2014-07-25
4
-4
/
+47
*
[SDAG] Don't insert the VRBase into a mapping from SDValues when the def
Chandler Carruth
2014-07-25
1
-6
/
+10
*
Store nodes only have 1 result.
Matt Arsenault
2014-07-25
1
-1
/
+1
*
[SDAG] Start plumbing an assert into SDValues that we don't form one
Chandler Carruth
2014-07-25
1
-1
/
+1
*
[SDAG] Introduce a combined set to the DAG combiner which tracks nodes
Chandler Carruth
2014-07-24
1
-5
/
+21
*
[x86] Make vector legalization of extloads work more like the "normal"
Chandler Carruth
2014-07-24
1
-5
/
+22
*
[X86] Optimize stackmap shadows on X86.
Lang Hames
2014-07-24
1
-0
/
+2
*
Add scoped-noalias metadata
Hal Finkel
2014-07-24
2
-0
/
+29
[next]