| commit | 80ab8f96490fdd93ea10bc1a5ffb4b08b172ff2c | [log] [tgz] |
|---|---|---|
| author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | Mon Jul 14 14:42:54 2008 +0000 |
| committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | Mon Jul 14 14:42:54 2008 +0000 |
| tree | 40d0261c253cce81d1e28c7e8bbe11b49b16a775 | |
| parent | a696ca66e91528e31d17974a95d86e8d1e3277cd [diff] |
Added Subtarget support into RegisterInfo Added HasABICall and HasAbsoluteCall (equivalent to gcc -mabicall and -mno-shared). HasAbsoluteCall is not implemented but HasABICall is the default for o32 ABI. Now, both should help into a more accurate relocation types implementation. Added IsLinux is needed to choose between asm directives. Instruction name strings cleanup. AsmPrinter improved. llvm-svn: 53551