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
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
[CodeGen] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-06
1
-1
/
+1
*
Fix a bunch of typoes. NFC
Fangrui Song
2018-03-30
1
-1
/
+1
*
Stylish change. NFC
Xin Tong
2018-03-19
1
-2
/
+2
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-3
/
+2
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-1
/
+1
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-1
/
+1
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-09-29
1
-32
/
+45
*
[StackColoring] Update AliasAnalysis information in stack coloring pass (part 2)
Hiroshi Inoue
2017-08-02
1
-4
/
+4
*
[StackColoring] Update AliasAnalysis information in stack coloring pass
Hiroshi Inoue
2017-08-01
1
-7
/
+51
*
StackColoring: smarter check for slot overlap
Than McIntosh
2017-06-12
1
-60
/
+177
*
CodeGen: Rename DEBUG_TYPE to match passnames
Matthias Braun
2017-05-25
1
-5
/
+5
*
BitVector: add iterators for set bits
Francis Visoiu Mistrih
2017-05-17
1
-4
/
+2
*
[StackColoring] Remove unused header file for post-order traversal. Update co...
Craig Topper
2017-03-15
1
-4
/
+2
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-12
/
+10
*
Move VariableDbgInfo from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-2
/
+1
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-1
/
+1
*
Better fix for PR27903.
Than McIntosh
2016-06-01
1
-13
/
+26
*
Update the stack coloring pass to remove lifetime intrinsics in the optnone/o...
Andrew Kaylor
2016-05-27
1
-4
/
+2
*
Disable lifetime-start-on-first-use analysis.
Than McIntosh
2016-05-27
1
-2
/
+2
*
Rework/enhance stack coloring data flow analysis.
Than McIntosh
2016-05-24
1
-108
/
+413
*
Fix build failure under NDEBUG.
Than McIntosh
2016-04-27
1
-0
/
+4
*
Refactor debugging code, NFC.
Than McIntosh
2016-04-27
1
-31
/
+30
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-1
/
+1
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-1
/
+1
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-1
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
[X86] Don't give catch objects a displacement of zero
David Majnemer
2016-03-03
1
-4
/
+7
*
CodeGen: Take MachineInstr& in SlotIndexes and LiveIntervals, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-3
/
+3
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
1
-1
/
+1
*
Reapply r257105 "[Verifier] Check that debug values have proper size"
Keno Fischer
2016-01-15
1
-2
/
+14
*
Re-Revert r257105 (Verifier debug info changes)
Keno Fischer
2016-01-13
1
-14
/
+2
*
Reapply r257105 "[Verifier] Check that debug values have proper size"
Keno Fischer
2016-01-13
1
-2
/
+14
*
[WinEH] CatchHandler which don't have catch objects in StackColoring
David Majnemer
2016-01-08
1
-1
/
+3
*
[WinEH] Update WinEHFuncInfo if StackColoring merges allocas
David Majnemer
2016-01-08
1
-0
/
+7
*
Temporarily revert r257105 "[Verifier] Check that debug values have proper size"
Keno Fischer
2016-01-07
1
-14
/
+2
*
[Verifier] Check that debug values have proper size
Keno Fischer
2016-01-07
1
-2
/
+14
*
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
[next]