llvm-6502/lib
Nadav Rotem 07706e5506 Add a flag to align all basic blocks in the function.
When debugging performance regressions we often ask ourselves if the regression
that we see is due to poor isel/sched/ra or due to some micro-architetural
problem.  When comparing two code sequences one good way to rule out front-end
bottlenecks (and other the issues) is to force code alignment. This pass adds
a flag that forces the alignment of all of the basic blocks in the program.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179353 91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-12 00:48:32 +00:00
..
Analysis Aliasing rules for struct-path aware TBAA. 2013-04-11 23:24:18 +00:00
Archive
AsmParser
Bitcode
CodeGen Add a flag to align all basic blocks in the function. 2013-04-12 00:48:32 +00:00
DebugInfo
ExecutionEngine
IR
IRReader
Linker
MC [ms-inline asm] Remove brackets from around a symbol reference in the target 2013-04-11 21:49:30 +00:00
Object Add 179294 back, but don't use bit fields so that it works on big endian hosts. 2013-04-12 00:17:33 +00:00
Option
Support
TableGen
Target [ms-inline asm] Add support for using the LENGTH, TYPE, and SIZE operators with 2013-04-11 23:57:04 +00:00
Transforms
CMakeLists.txt
LLVMBuild.txt
Makefile