Evan Cheng
|
bd7b67fd37
|
Typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32095 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-12-01 21:50:17 +00:00 |
|
Evan Cheng
|
8752ce61e1
|
Add weak reference directive.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32091 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-12-01 20:47:11 +00:00 |
|
Chris Lattner
|
3f7927c84c
|
add a hook to allow targets to hack on inline asms to lower them to llvm
when they want to.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31997 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-11-29 01:12:32 +00:00 |
|
Andrew Lenharth
|
3655de6873
|
Add per-target support for asm translation in the cbe
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31972 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-11-28 19:52:20 +00:00 |
|
Reid Spencer
|
6ac310d5e9
|
Don't mislead readers by claiming a variable is defaulted to false when
the default is actually true.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31300 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-10-30 22:46:49 +00:00 |
|
Reid Spencer
|
02b8511364
|
Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4
generated object modules to be debugged with gdb. Hopefully this helps
pre-release debugging.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31299 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-10-30 22:32:30 +00:00 |
|
Evan Cheng
|
8d8c5976ab
|
Added CStringSection.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31202 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-10-26 19:16:20 +00:00 |
|
Chris Lattner
|
4c7b07a66f
|
Expose method and ivars for measuring inline asm length properly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30934 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-10-13 17:50:07 +00:00 |
|
Chris Lattner
|
671d77bc8e
|
remove JumpTableTextSection
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30746 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-10-05 03:14:23 +00:00 |
|
Chris Lattner
|
1279b7c2a9
|
move getSectionForFunction to AsmPrinter.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30734 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-10-05 02:41:43 +00:00 |
|
Chris Lattner
|
f5b10ec509
|
Give TargetAsmInfo a virtual dtor, add a new getSectionForFunction method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30732 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-10-05 00:35:16 +00:00 |
|
Chris Lattner
|
cb05af852f
|
Add support for targets that want to do something with the llvm.used list,
because they have an aggressive linker that does dead code stripping.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30604 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-09-26 03:38:18 +00:00 |
|
Chris Lattner
|
384299ef45
|
order this properly to avoid warnings in TargetAsmInfo.cpp. Add a comment
in a format that matches every other ivars in this class.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30603 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-09-25 22:38:36 +00:00 |
|
Andrew Lenharth
|
beec30eaf3
|
Add support for other relocation bases to jump tables, as well as custom asm directives
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30593 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-09-24 19:45:58 +00:00 |
|
Jim Laskey
|
a0f3d17daa
|
Make target asm info a property of the target machine.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30162 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-09-07 22:06:40 +00:00 |
|
Jim Laskey
|
ec0d9fe2b2
|
Separate target specifc asm properties from asm printers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30127 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-09-06 18:35:33 +00:00 |
|