- Jul 28, 2009
-
-
Owen Anderson authored
llvm-svn: 77349
-
Owen Anderson authored
llvm-svn: 77347
-
Chris Lattner authored
llvm-svn: 77344
-
Chris Lattner authored
llvm-svn: 77343
-
Chris Lattner authored
llvm-svn: 77342
-
Daniel Dunbar authored
llvm-svn: 77341
-
-
Fariborz Jahanian authored
llvm-svn: 77339
-
Chris Lattner authored
llvm-svn: 77338
-
Daniel Dunbar authored
llvm-svn: 77337
-
Chris Lattner authored
llvm-svn: 77336
-
Anders Carlsson authored
llvm-svn: 77335
-
Chris Lattner authored
mode, and "ld64" (the default linker) falls back to it in -static mode. llvm-svn: 77334
-
Fariborz Jahanian authored
llvm-svn: 77332
-
Daniel Dunbar authored
guide. llvm-svn: 77331
-
Anders Carlsson authored
llvm-svn: 77330
-
David Goodwin authored
llvm-svn: 77329
-
Daniel Dunbar authored
llvm-svn: 77328
-
David Greene authored
Add reload and remat backscheduling. This is disabled by default. Use -schedule-spills=true to enable. llvm-svn: 77327
-
Chris Lattner authored
llvm-svn: 77326
-
Douglas Gregor authored
llvm-svn: 77325
-
Douglas Gregor authored
llvm-svn: 77324
-
Daniel Dunbar authored
llvm-svn: 77323
-
Daniel Dunbar authored
llvm-svn: 77322
-
Douglas Gregor authored
llvm-svn: 77321
-
Douglas Gregor authored
llvm-svn: 77320
-
Douglas Gregor authored
llvm-svn: 77318
-
Stefanus Du Toit authored
Fixes MSVC build of LiveInterval.cpp. Patch by Nicolas Capens. llvm-svn: 77317
-
Evan Cheng authored
llvm-svn: 77305
-
Nick Lewycky authored
dead before we used it. llvm-svn: 77304
-
John McCall authored
llvm-svn: 77303
-
Daniel Dunbar authored
llvm-svn: 77302
-
Evan Cheng authored
llvm-svn: 77301
-
Evan Cheng authored
- This change also makes it possible to switch between ARM / Thumb on a per-function basis. - Fixed thumb2 routine which expand reg + arbitrary immediate. It was using using ARM so_imm logic. - Use movw and movt to do reg + imm when profitable. - Other code clean ups and minor optimizations. llvm-svn: 77300
-
John McCall authored
llvm-svn: 77299
-
Argyrios Kyrtzidis authored
llvm-svn: 77298
-
Argyrios Kyrtzidis authored
-Correct ObjCMethodDecl::getNextRedeclaration(); A method in a ObjCCategoryImplDecl should point to a method in the associated ObjCCategoryDecl, not the ObjCInterfaceDecl. llvm-svn: 77297
-
Argyrios Kyrtzidis authored
llvm-svn: 77296
-
Chris Lattner authored
llvm-svn: 77295
-
Chris Lattner authored
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
-