| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
| |
calls were originally put in place because errs() at one time was
not unbuffered, and these print routines are commonly used with errs()
for debugging. However, errs() is now properly unbuffered, so the
flush calls are no longer needed. This significantly reduces the
number of write(2) calls for regular asm printing when there are many
small functions.
llvm-svn: 78137
|
|
|
|
|
|
| |
No functionality change.
llvm-svn: 77432
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
it is highly specific to the object file that will be generated in the end,
this introduces a new TargetLoweringObjectFile interface that is implemented
for each of ELF/MachO/COFF/Alpha/PIC16 and XCore.
Though still is still a brutal and ugly refactoring, this is a major step
towards goodness.
This patch also:
1. fixes a bunch of dangling pointer problems in the PIC16 backend.
2. disables the TargetLowering copy ctor which PIC16 was accidentally using.
3. gets us closer to xcore having its own crazy target section flags and
pic16 not having to shadow sections with its own objects.
4. fixes wierdness where ELF targets would set CStringSection but not
CStringSection_. Factor the code better.
5. fixes some bugs in string lowering on ELF targets.
llvm-svn: 77294
|
|
|
|
| |
llvm-svn: 77145
|
|
|
|
|
|
| |
- Less boilerplate == good.
llvm-svn: 77052
|
|
|
|
|
|
|
| |
and call PrintGlobalVariable, allowing elimination and simplification
of various targets.
llvm-svn: 76604
|
|
|
|
|
|
|
| |
This eliminates redundancy setting up the mangler and adds support to them
for module-level inline asm and a .file directive.
llvm-svn: 76592
|
|
|
|
|
|
| |
LLVM IR concept.
llvm-svn: 76590
|
|
|
|
|
|
|
|
| |
"LinkerPrivatePrefix". It seems to have been used in only one place before I
started this "linker_private" business. I'm thinking that a rename is in
order...
llvm-svn: 76479
|
|
|
|
|
|
|
|
|
| |
"private" symbols which the assember shouldn't strip, but which the linker may
remove after evaluation. This is mostly useful for Objective-C metadata.
This is plumbing, so we don't have a use of it yet. More to come, etc.
llvm-svn: 76385
|
|
|
|
| |
llvm-svn: 76384
|
|
|
|
| |
llvm-svn: 76344
|
|
|
|
| |
llvm-svn: 76313
|
|
|
|
| |
llvm-svn: 76064
|
|
|
|
| |
llvm-svn: 76016
|
|
|
|
| |
llvm-svn: 76009
|
|
|
|
| |
llvm-svn: 76006
|
|
|
|
| |
llvm-svn: 75996
|
|
|
|
| |
llvm-svn: 75984
|
|
|
|
| |
llvm-svn: 75975
|
|
|
|
| |
llvm-svn: 75974
|
|
|
|
| |
llvm-svn: 75970
|
|
|
|
| |
llvm-svn: 75968
|
|
|
|
| |
llvm-svn: 75967
|
|
|
|
| |
llvm-svn: 75941
|
|
|
|
|
|
| |
handling of rri and ri addrmodes common
llvm-svn: 75937
|
|
|
|
| |
llvm-svn: 75932
|
|
|
|
|
|
| |
Not tested though.
llvm-svn: 75929
|
|
|
|
| |
llvm-svn: 75927
|
|
|
|
| |
llvm-svn: 75912
|
|
llvm-svn: 75909
|