- Aug 17, 2009
-
-
Richard Osborne authored
if not supported by the ELF subtarget. llvm-svn: 79249
-
Chris Lattner authored
just remove the argument and replace it with 1. llvm-svn: 79246
-
- Aug 16, 2009
-
-
Dan Gohman authored
or some other situation where no xmm registers need to be saved. llvm-svn: 79207
-
Dan Gohman authored
llvm-svn: 79206
-
Benjamin Kramer authored
llvm-svn: 79189
-
Bill Wendling authored
llvm-svn: 79187
-
Chris Lattner authored
llvm-svn: 79175
-
Chris Lattner authored
can asmprint: NEW: movl "L___stack_chk_guard$non_lazy_ptr", %eax OLD: movl L___stack_chk_guard$non_lazy_ptr, %eax where 'new' is coming out of the MCInst version of the printer. llvm-svn: 79170
-
Chris Lattner authored
llvm-svn: 79167
-
Chris Lattner authored
llvm-svn: 79165
-
- Aug 15, 2009
-
-
Bill Wendling authored
what was there before. In "no FP mode", we weren't generating labels and unwind table entries after each "push" instruction. While more than likely "okay", it's not technically correct. The major thing was that the ordering of when to define a new CFA register and at what offset wasn't correct. This would cause the exception handling to fail in ways most miserable to users. I also cleaned up some code a bit. There's one function which has a "return" at the beginning, so it's never used. Should I just remove it? :-) llvm-svn: 79139
-
Bill Wendling authored
llvm-svn: 79136
-
Bill Wendling authored
llvm-svn: 79135
-
Evan Cheng authored
support unaligned mem access only for certain types. (Should it be size instead?) ARM v7 supports unaligned access for i16 and i32, some v6 variants support it as well. llvm-svn: 79127
-
Chris Lattner authored
is why they are datarel). This should fix PR4724, and is fallout from r78890. llvm-svn: 79111
-
Nicolas Geoffray authored
llvm-svn: 79107
-
Chris Lattner authored
llvm-svn: 79101
-
Nicolas Geoffray authored
llvm-svn: 79098
-
Sanjiv Gupta authored
PIC16DebugInfo currently rely on NameStr of composite type descriptors to uniquely identify debug info for two aggregate type decls with same name. This implementation will change when we have MDNodes based debug info implemenatation in place llvm-svn: 79097
-
Richard Osborne authored
llvm-svn: 79094
-
Tilmann Scheller authored
The Link Register is volatile when using the 32-bit SVR4 ABI. Make it possible to use the 64-bit SVR4 ABI. Add non-volatile registers for the 64-bit SVR4 ABI. Make sure r2 is a reserved register when using the 64-bit SVR4 ABI. Update PPCFrameInfo for the 64-bit SVR4 ABI. Add FIXME for 64-bit Darwin PPC. Insert NOP instruction after direct function calls. Emit official procedure descriptors. Create TOC entries for GlobalAddress references. Spill 64-bit non-volatile registers to the correct slots. Only custom lower VAARG when using the 32-bit SVR4 ABI. Use simple VASTART lowering for the 64-bit SVR4 ABI. llvm-svn: 79091
-
Evan Cheng authored
llvm-svn: 79084
-
Chris Lattner authored
llvm-svn: 79082
-
Chris Lattner authored
the class it defines. llvm-svn: 79081
-
Chris Lattner authored
llvm-svn: 79080
-
Chris Lattner authored
support for globals going into the appropriate sections with the flags. This hopefully finishes unbreaking the previous behavior that I broke before. llvm-svn: 79079
-
Chris Lattner authored
them to null out the default section pointers. llvm-svn: 79078
-
Chris Lattner authored
class which represents the XCore cp/dp section flags. No functionality change yet. llvm-svn: 79077
-
Dan Gohman authored
"the current basic block". llvm-svn: 79069
-
Evan Cheng authored
llvm-svn: 79067
-
Dan Gohman authored
the register save area if %al is 0. This avoids touching xmm regsiters when they aren't actually used. llvm-svn: 79061
-
- Aug 14, 2009
-
-
Evan Cheng authored
llvm-svn: 79039
-
Anton Korobeynikov authored
libcall. Take advantage of this in the ARM backend to rectify broken choice of CC when hard float is in effect. PIC16 may want to see if it could be of use in MakePIC16Libcall, which works unchanged. Patch by Sandeep! llvm-svn: 79033
-
Evan Cheng authored
llvm-svn: 79032
-
Oscar Fuentes authored
llvm-svn: 79030
-
Evan Cheng authored
llvm-svn: 79026
-
Anton Korobeynikov authored
llvm-svn: 79024
-
Evan Cheng authored
llvm-svn: 79022
-
Anton Korobeynikov authored
llvm-svn: 79015
-
Evan Cheng authored
llvm-svn: 79014
-