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
*
SelectionDAG: Remove deleted nodes from legalized set to avoid clash with new...
Zvi Rackover
2017-06-09
1
-0
/
+8
*
Reland "[SelectionDAG] Enable target specific vector scalarization of calls a...
Simon Dardis
2017-06-09
4
-66
/
+189
*
[XRay] Fix computation of function size subject to XRay threshold
Serge Rogatch
2017-06-09
1
-1
/
+6
*
Prevent RemoveDeadNodes from deleted already deleted node.
Nirav Dave
2017-06-09
1
-0
/
+5
*
sink DebugCompressionType into MC for exposing to clang
Saleem Abdulrasool
2017-06-09
1
-2
/
+1
*
RegAllocPBQP: Do not assign reserved physical register
Matthias Braun
2017-06-08
3
-5
/
+25
*
fix formatting; NFC
Sanjay Patel
2017-06-08
1
-6
/
+6
*
[CGP] don't expand a memcmp with nobuiltin attribute
Sanjay Patel
2017-06-08
1
-6
/
+4
*
[CGP / PowerPC] avoid multi-block overhead for simple memcmp expansion
Sanjay Patel
2017-06-08
1
-21
/
+42
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-06-07
8
-83
/
+113
*
[DAG] Improve Store Merge candidate pruning. NFC.
Nirav Dave
2017-06-07
1
-3
/
+15
*
[CGP] avoid zext/trunc of a memcmp expansion compare
Sanjay Patel
2017-06-07
1
-4
/
+4
*
[CGP] pass size as param in MemCmpExpansion; NFCI
Sanjay Patel
2017-06-07
1
-10
/
+5
*
[CGP] pass size as param in MemCmpExpansion; NFCI
Sanjay Patel
2017-06-07
1
-13
/
+8
*
[CGP] getParent()->getParent() --> getFunction(); NFCI
Sanjay Patel
2017-06-07
1
-5
/
+4
*
[DAG] Move SelectionDAG::isCommutativeBinOp to TargetLowering.
Simon Pilgrim
2017-06-07
3
-7
/
+7
*
[CGP] add helper function for generating compare of load pairs; NFCI
Sanjay Patel
2017-06-07
1
-5
/
+16
*
[CGP] fix formatting in MemCmpExpansion; NFC
Sanjay Patel
2017-06-07
1
-8
/
+6
*
Update libdeps to add BinaryFormat, introduced in r304864.
NAKAMURA Takumi
2017-06-07
1
-1
/
+1
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
13
-19
/
+21
*
[InlineSpiller] Only account for real spills in the hoisting logic
Quentin Colombet
2017-06-07
1
-3
/
+6
*
[CGP / PowerPC] use direct compares if there's only one load per block in mem...
Sanjay Patel
2017-06-07
1
-11
/
+19
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-06-06
10
-118
/
+301
*
[CGP] fix formatting/typos in MemCmpExpansion; NFC
Sanjay Patel
2017-06-06
1
-36
/
+34
*
llc: Add ability to parse mir from stdin
Matthias Braun
2017-06-06
1
-1
/
+1
*
[DAG] remove duplicated code for isOnlyUsedInZeroEqualityComparison(); NFCI
Sanjay Patel
2017-06-06
1
-15
/
+1
*
MIRPrinter: Avoid assert() when printing empty INLINEASM strings.
Matthias Braun
2017-06-06
1
-2
/
+9
*
Fix spelling mistake in getRThroughput static function names. NFCI.
Simon Pilgrim
2017-06-06
1
-11
/
+11
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
87
-125
/
+121
*
Vivek Pandya
2017-06-06
1
-0
/
+2
*
[llvm] Remove double semicolons
Mandeep Singh Grang
2017-06-06
1
-2
/
+2
*
CodeGen: Refactor MIR parsing
Matthias Braun
2017-06-06
6
-77
/
+94
*
CodeGen/LLVMTargetMachine: Refactor ISel pass construction; NFCI
Matthias Braun
2017-06-06
2
-99
/
+104
*
[InlineSpiller] Don't spill fully undef values
Quentin Colombet
2017-06-05
1
-2
/
+24
*
Remove double semicolon
Matt Arsenault
2017-06-05
1
-1
/
+1
*
Remove some #include from StackProtector.h; NFC
Matthias Braun
2017-06-05
1
-0
/
+6
*
RenameIndependentSubregs: Fix handling of undef tied operands
Matt Arsenault
2017-06-05
1
-0
/
+5
*
[GlobalISel] IRTranslator: Add MachineMemOperand to target memory intrinsics
Volkan Keles
2017-06-05
1
-0
/
+15
*
[SelectionDAG] Update the dominator after splitting critical edges.
Davide Italiano
2017-06-05
1
-5
/
+8
*
CodeGen: add support for emitting ObjC image info
Saleem Abdulrasool
2017-06-05
1
-23
/
+70
*
[DAGCombine] Fix unchecked calls to DAGCombiner::*ExtPromoteOperand
Sanjay Patel
2017-06-05
1
-6
/
+6
*
Add support for #pragma clang section
Javed Absar
2017-06-05
2
-1
/
+21
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-03
2
-0
/
+3
*
[CodeGen] Fix Windows builds which treat warnings as errors, broken in r304621.
Eugene Zelenko
2017-06-03
1
-1
/
+1
*
LiveRegUnits: Port recent LivePhysRegs bugfixes
Matthias Braun
2017-06-03
2
-27
/
+32
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-06-03
1
-59
/
+62
*
[Statepoint] Be consistent about using deopt naming [NFCI]
Philip Reames
2017-06-02
1
-1
/
+1
*
RegisterScavenging: Add ScavengerTest pass
Matthias Braun
2017-06-02
1
-1
/
+37
*
[RABasic] Properly update the LiveRegMatrix when LR splitting occur
Quentin Colombet
2017-06-02
1
-4
/
+30
*
[RABasic] Properly initialize the pass
Quentin Colombet
2017-06-02
2
-10
/
+18
[next]