| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
should only effect x86 when using long double. Now
12/16 bytes are output for long double globals (the
exact amount depends on the alignment). This brings
globals in line with the rest of LLVM: the space
reserved for an object is now always the ABI size.
One tricky point is that only 10 bytes should be
output for long double if it is a field in a packed
struct, which is the reason for the additional
argument to EmitGlobalConstant.
llvm-svn: 43688
|
|
|
|
| |
llvm-svn: 42960
|
|
|
|
|
|
|
|
|
| |
function symbol name instead of a codegen-assigned function
number.
Thanks Evan! :-)
llvm-svn: 42908
|
|
|
|
|
|
|
|
|
|
| |
- Added a function to hold the stack location
where GP must be stored during LowerCALL
- AsmPrinter now emits directives based on
relocation type
- PIC_ set to default relocation type (same as GCC)
llvm-svn: 42779
|
|
|
|
|
|
| |
Fixed some comments
llvm-svn: 42271
|
|
|
|
|
|
| |
Comments for Mips directives added.
llvm-svn: 41526
|
|
|
|
|
|
| |
Newline added after macros at function init on generated asm!
llvm-svn: 41157
|
|
|
|
|
|
| |
AsmPrinter::doFinalization.
llvm-svn: 40487
|
|
|
|
|
|
|
| |
Fixed print immediate
Fixed Identation on MipsISelDAGToDAG.cpp
llvm-svn: 39764
|
|
- Modifications from the last patch included
(issues pointed by Evan Cheng are now fixed).
- Added more MipsI instructions.
- Added more patterns to match branch instructions.
llvm-svn: 37461
|