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
/
StackColoring.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove MCInstrItineraries includes in parts that don't use them anymore
Matthias Braun
2015-05-14
1
-1
/
+0
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-1
/
+1
*
CodeGen: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
1
-1
/
+1
*
StackColoring: Move set instead of copying. NFC.
Benjamin Kramer
2015-02-28
1
-1
/
+1
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-1
/
+2
*
Fix typos in comments, NFC
Robin Morisset
2014-08-29
1
-1
/
+1
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...
Nick Lewycky
2014-04-15
1
-7
/
+2
*
Implement depth_first and inverse_depth_first range factory functions.
David Blaikie
2014-04-11
1
-11
/
+9
*
Disable each MachineFunctionPass for 'optnone' functions, unless that
Paul Robinson
2014-03-31
1
-0
/
+3
*
StackColoring: Use range-based for loops.
Benjamin Kramer
2014-03-09
1
-79
/
+47
*
MachineModuleInfo: Turn nested std::pairs into a proper struct.
Benjamin Kramer
2014-03-09
1
-9
/
+6
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-07
1
-2
/
+2
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
Now that we have C++11, turn simple functors into lambdas and remove a ton of...
Benjamin Kramer
2014-03-01
1
-15
/
+7
*
Disable the use of TBAA when using AA in CodeGen
Hal Finkel
2014-01-25
1
-0
/
+7
*
Update StackProtector when coloring merges stack slots
Hal Finkel
2014-01-20
1
-0
/
+10
*
Update IR when merging slots in stack coloring
Hal Finkel
2014-01-20
1
-12
/
+21
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Correct word hyphenations
Alp Toker
2013-12-05
1
-1
/
+1
*
Rename LiveRange to LiveInterval::Segment
Matthias Braun
2013-10-10
1
-4
/
+4
*
Fix spelling intruction -> instruction.
Robert Wilhelm
2013-09-28
1
-1
/
+1
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-03
1
-3
/
+3
*
Fix miscompile due to StackColoring incorrectly merging stack slots (PR15707)
Derek Schuff
2013-05-15
1
-11
/
+8
*
StackColoring: don't clear an instruction's mem operand if the underlying
Akira Hatanaka
2013-05-14
1
-0
/
+5
*
Couple more sets of tidying.
Eric Christopher
2013-03-25
1
-5
/
+5
*
Formatting.
Eric Christopher
2013-03-25
1
-4
/
+4
*
More const correcting of stack coloring.
Craig Topper
2013-02-19
1
-8
/
+8
*
Const-correct the stack coloring code.
Craig Topper
2013-02-19
1
-18
/
+15
*
Avoid extra DenseMap lookups in StackColoring::calculateLocalLiveness.
Craig Topper
2013-02-19
1
-18
/
+32
*
Make the dump() function const and reduce the number of hash lookups it perfo...
Craig Topper
2013-02-19
1
-11
/
+17
*
Use a reference into the BlockLiveness DenseMap to avoid repeated hash lookup...
Craig Topper
2013-02-19
1
-6
/
+9
*
Fixing warnings revealed by gcc release build
Edwin Vane
2013-01-29
1
-3
/
+2
*
Move MachineTraceMetrics.h into include/llvm/CodeGen.
Jakob Stoklund Olesen
2013-01-17
1
-1
/
+0
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-3
/
+3
*
Remove duplicate includes.
Roman Divacky
2012-12-21
1
-1
/
+0
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-11
/
+11
*
Use std::stable_sort instead of std::sort when sorting stack slots
Ulrich Weigand
2012-11-15
1
-1
/
+3
*
Clear unknown mem ops when merging stack slots (pr14090)
Sebastian Pop
2012-10-18
1
-6
/
+13
*
Change MachineFrameInfo::StackObject::Alloca from Value* to AllocaInst*
Sebastian Pop
2012-10-18
1
-0
/
+1
*
Disable the protection from escaped allocas in an attempt to find violating p...
Nadav Rotem
2012-09-17
1
-2
/
+1
*
Rename the flag which protects from escaped allocas, which may come from bugs...
Nadav Rotem
2012-09-13
1
-5
/
+12
*
Fix a typo.
Nadav Rotem
2012-09-13
1
-1
/
+1
*
Stack Coloring: We have code that checks that all of the uses of allocas
Nadav Rotem
2012-09-13
1
-5
/
+17
*
Add a flag to disable the code that looks for allocas which escaped the lifet...
Nadav Rotem
2012-09-12
1
-6
/
+18
*
Enable stack-coloring, in hope that the recent fixes will enable correct drag...
Nadav Rotem
2012-09-12
1
-1
/
+1
*
Stack coloring: remove lifetime intervals which contain escaped allocas.
Nadav Rotem
2012-09-12
1
-0
/
+47
*
Dragonegg selfhost exposed additional cases where alloca usage moved outside ...
Nadav Rotem
2012-09-11
1
-1
/
+1
*
Enable stack coloring.
Nadav Rotem
2012-09-11
1
-1
/
+1
*
Stack Coloring: Dont crash on dbg values which use stack frames.
Nadav Rotem
2012-09-11
1
-3
/
+5
[next]