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
*
Minor change to StackMapLiveness DEBUG output.
Andrew Trick
2014-04-04
1
-1
/
+1
*
Add DAG parameter to ComputeNumSignBitsForTargetNode
Matt Arsenault
2014-04-04
2
-1
/
+2
*
DAGLegalize: add last-ditch type-legalization for VSELECT.
Tim Northover
2014-04-04
2
-0
/
+16
*
ARM64: handle v1i1 types arising from setcc properly.
Tim Northover
2014-04-04
1
-3
/
+15
*
Make consistent use of MCPhysReg instead of uint16_t throughout the tree.
Craig Topper
2014-04-04
8
-8
/
+8
*
[RegAllocGreedy][Last Chance Recoloring] Emit diagnostics when last chance
Quentin Colombet
2014-04-04
1
-1
/
+35
*
Revert r205599, the commit was not intended to have so many changes
Quentin Colombet
2014-04-04
1
-35
/
+1
*
[RegAllocGreedy][Last Chance Recoloring] Emit diagnostics when last chance
Quentin Colombet
2014-04-04
1
-1
/
+35
*
Fix for PR 19261:
Eric Christopher
2014-04-03
1
-2
/
+3
*
DebugInfo: Use a 64 bit type for the subrange
David Blaikie
2014-04-03
1
-4
/
+4
*
[CodeGen] Fix peephole optimizer bug introduced in r205481. Fixes PR19318.
Lang Hames
2014-04-03
1
-9
/
+11
*
Account for scalarization costs in BasicTTI::getMemoryOpCost for extending ve...
Hal Finkel
2014-04-03
1
-2
/
+24
*
Fix multi-register costs in BasicTTI::getCastInstrCost
Hal Finkel
2014-04-02
1
-1
/
+2
*
[CodeGen] Teach the peephole optimizer to remember (and exploit) all folding
Lang Hames
2014-04-02
1
-35
/
+44
*
Add comments and test case for [DAG] Keep the opaque constant flag when perfo...
Juergen Ributzka
2014-04-02
1
-1
/
+5
*
Simplify resolveFrameIndex() signature.
Jim Grosbach
2014-04-02
1
-1
/
+1
*
ARM: Add support for segmented stacks
Oliver Stannard
2014-04-02
1
-0
/
+3
*
clarify comment
Adrian Prantl
2014-04-02
1
-1
/
+2
*
Adjust comments regarding non-relocated abbrev offset in debug_info.dwo
David Blaikie
2014-04-02
2
-2
/
+4
*
Split debug_loc and debug_loc.dwo emission into two separate functions
David Blaikie
2014-04-02
2
-21
/
+32
*
DebugInfo: Introduce DebugLocList to encapsulate a list of DebugLocEntries an...
David Blaikie
2014-04-02
5
-12
/
+39
*
Add a doxygen comment to DebugLocEntry::Merge.
Adrian Prantl
2014-04-01
1
-0
/
+3
*
DebugLocEntry: Actually merge the loc entry when returning true.
David Blaikie
2014-04-01
1
-1
/
+5
*
Fix accidental fallthrough in DebugLocEntry::hasSameValueOrLocation
David Blaikie
2014-04-01
1
-5
/
+10
*
Remove unused function DebugLocEntry::isEmpty
David Blaikie
2014-04-01
1
-3
/
+0
*
Refactor out the comparison of the location/value in a DebugLocEntry
David Blaikie
2014-04-01
1
-18
/
+19
*
DebugInfo: Split DebugLocEntry into its own file.
David Blaikie
2014-04-01
2
-85
/
+113
*
DwarfDebug: Prevent DebugLocEntry merging from coalescing two different
Adrian Prantl
2014-04-01
1
-2
/
+9
*
Make isSetCCEquivalent respect the TargetBooleanContents
Matt Arsenault
2014-04-01
1
-19
/
+22
*
Add helpers for checking if a value is a target boolean constant.
Matt Arsenault
2014-04-01
1
-0
/
+48
*
DebugInfo: Factor out common functionality for rendering debug_loc and debug_...
David Blaikie
2014-04-01
2
-10
/
+17
*
Cleanup remaining use of removed variable to fix the build
David Blaikie
2014-04-01
1
-1
/
+1
*
Simplify debug_loc.dwo handling slightly.
David Blaikie
2014-04-01
3
-8
/
+3
*
DebugInfo: Avoid creating unnecessary/empty line tables and remove the specia...
David Blaikie
2014-04-01
1
-11
/
+2
*
LTO type uniquing: store the Decl field of a DIImportedEntity as a DIRef.
Adrian Prantl
2014-04-01
1
-1
/
+1
*
[Stackmaps] Update the stackmap format to use 64-bit relocations for the func...
Juergen Ributzka
2014-03-31
1
-20
/
+36
*
Change shouldSplitVectorElementType to better match the description.
Matt Arsenault
2014-03-31
1
-1
/
+1
*
Add an optional ability to expand larger BUILD_VECTORs with shuffles
Hal Finkel
2014-03-31
1
-20
/
+117
*
Add a TLI hook to control when BUILD_VECTOR might be expanded using shuffles
Hal Finkel
2014-03-31
1
-1
/
+10
*
Disable each MachineFunctionPass for 'optnone' functions, unless that
Paul Robinson
2014-03-31
14
-0
/
+42
*
Look at shuffles of build_vectors in DAGCombiner::visitEXTRACT_VECTOR_ELT
Hal Finkel
2014-03-31
1
-7
/
+24
*
Make use of previously generated stores in SelectionDAGLegalize::ExpandExtrac...
Hal Finkel
2014-03-30
1
-4
/
+33
*
Avoid storing Twines.
Benjamin Kramer
2014-03-29
1
-22
/
+19
*
CodeGen: add sensible defaults for the ISD::FROUND operation
Tim Northover
2014-03-29
1
-0
/
+9
*
CodeGenPrep: wrangle IR to exploit AArch64 tbz/tbnz inst.
Tim Northover
2014-03-29
2
-0
/
+81
*
Provide a target override for the cost of using a callee-saved register
Manman Ren
2014-03-27
1
-2
/
+6
*
Canonicalise Windows target triple spellings
Saleem Abdulrasool
2014-03-27
1
-1
/
+1
*
Register Allocator: refactoring and add comments.
Manman Ren
2014-03-27
1
-35
/
+58
*
DebugInfo: TargetOptions/MCAsmInfo support for compressed debug info sections
David Blaikie
2014-03-27
1
-0
/
+3
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-27
1
-1
/
+1
[next]