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
*
Re-apply r206096 after investigating the gdb buildbot failure.
Adrian Prantl
2014-04-14
1
-9
/
+14
*
Don't assert in BasicTTI::getMemoryOpCost for non-simple types
Hal Finkel
2014-04-14
1
-6
/
+8
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
93
-1017
/
+1025
*
Retire llvm::array_endof in favor of non-member std::end.
Benjamin Kramer
2014-04-12
1
-1
/
+1
*
PR13337: Omit DW_TAG_restrict_type when compiling for DWARF2
David Blaikie
2014-04-12
1
-0
/
+4
*
Revert "Debug info: (bugfix) C++ C/Dtors can be compiled to multiple functions,"
Adrian Prantl
2014-04-12
1
-14
/
+9
*
Use dwarf::Tag rather than unsigned for DIE::Tag to make debugging easier.
David Blaikie
2014-04-12
4
-8
/
+13
*
Debug info: (bugfix) C++ C/Dtors can be compiled to multiple functions,
Adrian Prantl
2014-04-12
1
-9
/
+14
*
Reenable use of TBAA during CodeGen
Hal Finkel
2014-04-12
2
-14
/
+2
*
Add the ability to use GEPs for address sinking in CGP
Hal Finkel
2014-04-12
1
-0
/
+126
*
blockfreq: Rename BlockFrequencyImpl to BlockFrequencyInfoImpl
Duncan P. N. Exon Smith
2014-04-11
1
-2
/
+2
*
[RegAllocGreedy][Last Chance Recoloring] Change the name of the exhaustive se...
Quentin Colombet
2014-04-11
1
-1
/
+1
*
[RegAllocGreedy][Last Chance Recoloring] Addition of
Quentin Colombet
2014-04-11
1
-6
/
+14
*
[Register Coalescer] Fix wrong live-range information with rematerialization.
Quentin Colombet
2014-04-11
1
-0
/
+21
*
Debug info: Store the DIVariable in DebugLocEntry also for constants,
Adrian Prantl
2014-04-11
2
-9
/
+11
*
Move ExtractVectorElements to SelectionDAG.
Matt Arsenault
2014-04-11
1
-0
/
+16
*
SelectionDAG: Use helper function to improve legalization of ISD::MUL
Tom Stellard
2014-04-11
1
-0
/
+17
*
SelectionDAG: Factor ISD::MUL lowering code out of DAGTypeLegalizer
Tom Stellard
2014-04-11
2
-67
/
+113
*
Implement depth_first and inverse_depth_first range factory functions.
David Blaikie
2014-04-11
1
-11
/
+9
*
[c++11] Range'ify use list loops in InstrEmitter.
Jim Grosbach
2014-04-11
1
-9
/
+3
*
[c++11] Range'ify use list loops in DAGCombiner.
Jim Grosbach
2014-04-11
1
-18
/
+7
*
Move the segmented stack switch to a function attribute
Reid Kleckner
2014-04-10
2
-1
/
+6
*
Debug info: Factor the retrieving of the DIVariable from a MachineInstr
Adrian Prantl
2014-04-10
1
-3
/
+2
*
Fix to support properly cleaning up failed address sinking against constants
Jim Grosbach
2014-04-10
1
-2
/
+3
*
SelectionDAG: Don't constant fold target-specific nodes.
Jim Grosbach
2014-04-09
1
-0
/
+6
*
[DAGCombiner] DAG combine does not know how to combine indexed loads with
Quentin Colombet
2014-04-09
1
-2
/
+5
*
WinCOFF: Emit common symbols as specified in the COFF spec
David Majnemer
2014-04-08
1
-3
/
+6
*
Bug 19348: Check for legal ExtLoad operation before folding
Matt Arsenault
2014-04-08
1
-9
/
+12
*
RegAlloc: Account for a variable entry block frequency
Duncan P. N. Exon Smith
2014-04-08
2
-13
/
+58
*
Put a limit on ScheduleDAGSDNodes::ClusterNeighboringLoads to avoid blowing u...
Andrew Trick
2014-04-07
1
-1
/
+6
*
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
[next]