- Nov 18, 2005
-
-
Chris Lattner authored
llvm-svn: 24406
-
Nate Begeman authored
llvm-svn: 24405
-
- Nov 17, 2005
-
-
Chris Lattner authored
non-static codegen. llvm-svn: 24403
-
Chris Lattner authored
compiling mysql reported by Ted Kremenek. llvm-svn: 24402
-
Chris Lattner authored
llvm-svn: 24401
-
Chris Lattner authored
llvm-svn: 24400
-
Chris Lattner authored
gcc -static produces on PPC. This is used for building kexts and other things. With this, materializing the address of a global looks like: lis r2, ha16(L_H$non_lazy_ptr) la r3, lo16(L_H$non_lazy_ptr)(r2) we're still emitting stubs for functions, which is wrong. That is next. llvm-svn: 24399
-
Chris Lattner authored
nodes of load results, not of their chain results. llvm-svn: 24398
-
Chris Lattner authored
of some code. This exposes the implicit load from the stubs to the DAG, allowing them to be optimized by the dag combiner. It also moves darwin specific stuff out of the isel into the legalizer, and allows more to be moved to the .td file. llvm-svn: 24397
-
Chris Lattner authored
llvm-svn: 24396
-
Chris Lattner authored
llvm-svn: 24395
-
Chris Lattner authored
llvm-svn: 24394
-
Chris Lattner authored
on Darwin to remove smarts from the isel. This is currently disabled by default (uncomment setOperationAction(ISD::GlobalAddress to enable it). tblgen needs to become smarter about tglobaladdr nodes and bigger patterns needed to be added to the .td file. However, we can currently emit stuff like this: :) li r2, lo16(L_x$non_lazy_ptr) lis r3, ha16(L_x$non_lazy_ptr) lwzx r2, r3, r2 The obvious improvements will follow. llvm-svn: 24390
-
Chris Lattner authored
llvm-svn: 24389
-
Chris Lattner authored
lis can be used for the high part. llvm-svn: 24388
-
Chris Lattner authored
llvm-svn: 24387
-
Chris Lattner authored
instead of a globaladdress. This has no effect on the generated code at all. llvm-svn: 24386
-
Chris Lattner authored
llvm-svn: 24385
-
Chris Lattner authored
Evan Cheng. llvm-svn: 24384
-
- Nov 16, 2005
-
-
Chris Lattner authored
Patch contributed by Evan Cheng! llvm-svn: 24382
-
Andrew Lenharth authored
llvm-svn: 24381
-
Chris Lattner authored
llvm-svn: 24377
-
Chris Lattner authored
llvm-svn: 24376
-
Chris Lattner authored
llvm-svn: 24374
-
Chris Lattner authored
type when it gets refined. This allows us to hash on this crucial value. * Fix several issues in TypeMap::RefineAbstractType that prevent it from handling hash values that change correctly. * Define hashTypeStructure to not always return 0. :) This last part (which depends on the first two) speeds up gccld time on eon from 3.78s to 2.75s with a release build (a 28% speedup!). This resolves PR474. llvm-svn: 24372
-
Chris Lattner authored
by Evan Cheng! llvm-svn: 24371
-
Nate Begeman authored
which branches to an absolute address. This is required to support objc direct dispatch. llvm-svn: 24370
-
- Nov 15, 2005
-
-
Chris Lattner authored
functions into the .const section. Whoops. llvm-svn: 24363
-
Chris Lattner authored
llvm-svn: 24362
-
Chris Lattner authored
contributed by Evan Cheng. llvm-svn: 24358
-
Chris Lattner authored
llvm-svn: 24357
-
- Nov 14, 2005
-
-
Chris Lattner authored
llvm-svn: 24355
-
Chris Lattner authored
llvm-svn: 24354
-
Chris Lattner authored
llvm-svn: 24353
-
Chris Lattner authored
that actually make sense. llvm-svn: 24352
-
Chris Lattner authored
the default allocator uses mmap. llvm-svn: 24349
-
Duraid Madina authored
llvm-svn: 24346
-
- Nov 13, 2005
-
-
Chris Lattner authored
llvm-svn: 24345
-
Chris Lattner authored
on its template arguments into a base class so that the code isn't duplicated 5 times. llvm-svn: 24343
-
Chris Lattner authored
case, simplifying the code. llvm-svn: 24340
-