llvm-project/llvm/lib/Target/X86/AsmPrinter
Bill Wendling 31ceb1bcba Add an "alignment" field to the MachineFunction object. It makes more sense to
have the alignment be calculated up front, and have the back-ends obey whatever
alignment is decided upon.

This allows for future work that would allow for precise no-op placement and the
like.

llvm-svn: 74564
2009-06-30 22:38:32 +00:00
..
CMakeLists.txt Add missing dependencies to the CMake build system. 2009-06-25 05:03:06 +00:00
Makefile Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
X86ATTAsmPrinter.cpp Add an "alignment" field to the MachineFunction object. It makes more sense to 2009-06-30 22:38:32 +00:00
X86ATTAsmPrinter.h Add 256-bit memory operand support. 2009-06-30 19:24:59 +00:00
X86ATTInstPrinter.cpp Reimplement rip-relative addressing in the X86-64 backend. The new 2009-06-27 04:16:01 +00:00
X86AsmPrinter.cpp Provide InitializeAllTargets and InitializeNativeTarget functions in the 2009-06-23 23:59:40 +00:00
X86IntelAsmPrinter.cpp Add an "alignment" field to the MachineFunction object. It makes more sense to 2009-06-30 22:38:32 +00:00
X86IntelAsmPrinter.h Add 256-bit memory operand support. 2009-06-30 19:24:59 +00:00