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
/
lld
/
lib
/
Passes
/
LayoutPass.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MachO: Move LayoutPass to MachO directory.
Rui Ueyama
2015-02-05
1
-478
/
+0
*
Remove kindInGroup reference.
Rui Ueyama
2015-01-27
1
-71
/
+0
*
Use parallel_sort in the LayoutPass.
Rui Ueyama
2015-01-26
1
-1
/
+2
*
[mach-o] Add support for -order_file option
Nick Kledzik
2014-11-07
1
-7
/
+22
*
Sort include files according to convention.
Shankar Easwaran
2014-10-18
1
-4
/
+2
*
Fixes wrong Twine uses in FileNode::errStr() and in LayoutPass.cpp
Rui Ueyama
2014-09-18
1
-9
/
+10
*
Fix unsafe memory access
Rui Ueyama
2014-07-25
1
-2
/
+11
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
Do not use layout-before to layout atoms.
Rui Ueyama
2014-03-27
1
-74
/
+1
*
Use early continues to reduce nesting.
Rui Ueyama
2014-03-21
1
-117
/
+120
*
[lld] Include reference kind in cycle detector debug output
Nico Rieck
2014-02-24
1
-5
/
+15
*
Run clang-format on r197727.
Rui Ueyama
2013-12-20
1
-1
/
+1
*
[lld] Introduce registry and Reference kind tuple
Nick Kledzik
2013-12-19
1
-5
/
+10
*
Style fixes. No functionality change.
Rui Ueyama
2013-12-10
1
-11
/
+8
*
Move scattered debug functions into one #ifndef-guarded place.
Rui Ueyama
2013-12-09
1
-110
/
+106
*
Fix -Wunused-function to unbreak buildbot.
Rui Ueyama
2013-12-08
1
-0
/
+2
*
Move static member functions out of a class.
Rui Ueyama
2013-12-08
1
-10
/
+10
*
Optimize the layout pass.
Rui Ueyama
2013-12-08
1
-30
/
+45
*
Fix "doesnot", "endsup" typos and "lets" grammar issues
Alp Toker
2013-12-02
1
-2
/
+2
*
Print a bit more information before aborting.
Rui Ueyama
2013-11-27
1
-1
/
+2
*
Remove unnecessary namespace qualifier.
Rui Ueyama
2013-11-05
1
-4
/
+4
*
Remove redundant std::move().
Rui Ueyama
2013-11-01
1
-1
/
+1
*
[PassManager] add ReaderWriter{Native,YAML} to the Driver.
Shankar Easwaran
2013-10-29
1
-4
/
+3
*
Revert "r193300 - [PassManager] add ReaderWriter{Native, YAML} to the Driver"
Rui Ueyama
2013-10-24
1
-2
/
+2
*
[PassManager] add ReaderWriter{Native,YAML} to the Driver.
Shankar Easwaran
2013-10-24
1
-2
/
+2
*
Fix bug that CompareAtoms::compare is not transitive.
Rui Ueyama
2013-10-19
1
-23
/
+38
*
Fix -Wunused-function warning of release build.
Rui Ueyama
2013-10-18
1
-0
/
+2
*
Fix a layout pass debug message.
Rui Ueyama
2013-10-18
1
-1
/
+1
*
Improve debug message of the layout pass.
Rui Ueyama
2013-10-18
1
-29
/
+46
*
Fix return after llvm_unreachable
Shankar Easwaran
2013-10-11
1
-2
/
+0
*
[ELF] Fix Atoms in the same file had overlapping ordinals.
Shankar Easwaran
2013-10-11
1
-1
/
+3
*
[Core] Fix unstable sort for unordered atoms.
Michael J. Spencer
2013-10-03
1
-1
/
+1
*
[Core] Fix heap overflow in LayoutPass.
Michael J. Spencer
2013-10-02
1
-3
/
+5
*
[lld][LayoutPass] change comments to reflect the sort order
Shankar Easwaran
2013-09-12
1
-4
/
+5
*
[lld][LayoutPass] Order the atoms that are in the same chain
Shankar Easwaran
2013-09-12
1
-20
/
+9
*
Fix test failure introduced in r187271 by enabling pipefail.
Rui Ueyama
2013-07-29
1
-1
/
+1
*
[LayoutPass] Add a method to check the followon graph structure.
Rui Ueyama
2013-06-07
1
-17
/
+119
*
Revert "[Passes] Parallelize the layout pass sort."
Michael J. Spencer
2013-05-31
1
-2
/
+1
*
[Passes] Parallelize the layout pass sort.
Michael J. Spencer
2013-05-28
1
-2
/
+3
*
Instrument things.
Michael J. Spencer
2013-05-28
1
-0
/
+1
*
[lld][LayoutPass] Consolidate debug flags, removing "layout" flag.
Rui Ueyama
2013-05-23
1
-4
/
+2
*
[lld][LayoutPass] An earlier commit moved the functionality so that Atoms would
Shankar Easwaran
2013-05-22
1
-15
/
+15
*
[lld][LayoutPass] Cleanup: replace (*atom).size() with atom->size().
Rui Ueyama
2013-05-14
1
-6
/
+6
*
[lld][LayoutPass] Fix a bug that caused buildbot to fail on some platforms.
Rui Ueyama
2013-05-14
1
-3
/
+4
*
[lld][LayoutPass] Split buildFollowOnTable for readability.
Rui Ueyama
2013-05-14
1
-137
/
+102
*
[lld][LayoutPass] This commit fixes a problem in the
Shankar Easwaran
2013-05-10
1
-24
/
+24
*
[lld][LayoutPass] initialize the number of entries for the densehash (no func...
Shankar Easwaran
2013-04-29
1
-18
/
+23
*
Add VTune as an optional external dependency and add task tracking.
Michael J. Spencer
2013-04-06
1
-1
/
+6
*
fix DEBUG_WITH_TYPE to build without warnings in non-debug builds
Nick Kledzik
2013-04-04
1
-13
/
+16
*
This is my Driver refactoring patch.
Nick Kledzik
2013-04-04
1
-0
/
+24
[next]