- May 17, 2011
-
-
Jim Grosbach authored
llvm-svn: 131431
-
Dan Gohman authored
llvm-svn: 131430
-
Dan Gohman authored
llvm-svn: 131429
-
Dan Gohman authored
llvm-svn: 131428
-
Devang Patel authored
llvm-svn: 131427
-
- May 16, 2011
-
-
Jim Grosbach authored
misses. llvm-svn: 131426
-
Eli Friedman authored
llvm-svn: 131424
-
Devang Patel authored
Radar 9422775. llvm-svn: 131422
-
Charles Davis authored
self-host :). llvm-svn: 131421
-
Eli Friedman authored
llvm-svn: 131420
-
Eli Friedman authored
llvm-svn: 131419
-
Eli Friedman authored
Basic fast-isel of extractvalue. Not too helpful on its own, given the IR clang generates for cases like this, but it should become more useful soon. llvm-svn: 131417
-
Nick Lewycky authored
llvm-svn: 131416
-
Jason W Kim authored
llvm-svn: 131411
-
Rafael Espindola authored
("T is 1 if the target symbol S has type STT_FUNC and the symbol addresses a Thumb instruction ;it is 0 otherwise." from "ELF for the ARM Architecture" 4.7.1.2) Patch by Koan-Sin Tan! llvm-svn: 131406
-
Rafael Espindola authored
llvm-svn: 131405
-
Zhongxing Xu authored
llvm-svn: 131402
-
Rafael Espindola authored
corrupted when setjmp returns again. llvm-svn: 131399
-
- May 15, 2011
-
-
Charles Davis authored
llvm-svn: 131384
-
Charles Davis authored
information. llvm-svn: 131382
-
Charles Davis authored
llvm-svn: 131381
-
Charles Davis authored
llvm-svn: 131380
-
Nick Lewycky authored
llvm-svn: 131379
-
- May 14, 2011
-
-
Benjamin Kramer authored
llvm-svn: 131363
-
-
Benjamin Kramer authored
llvm-svn: 131345
-
Stuart Hastings authored
rdar://problem/9267970 Patch by Julien Lerouge! llvm-svn: 131339
-
Eli Friedman authored
Fix a FIXME by moving the fast-isel implementation of the objectsize intrinsic from the x86 code to the generic code. llvm-svn: 131332
-
Rafael Espindola authored
llvm-svn: 131330
-
Eli Friedman authored
Zap useless code; this hasn't done anything useful since fast-isel switched to being bottom-up (a very long time ago). llvm-svn: 131329
-
John McCall authored
Previously this pattern would be compiled using an implicit conversion to std::string. llvm-svn: 131325
-
Jim Grosbach authored
rather than throwing an error. llvm-svn: 131322
-
Dylan Noblesmith authored
As an ExecutionEngine class function, its definition really belongs in ExecutionEngine.cpp, not JIT.cpp. llvm-svn: 131320
-
- May 13, 2011
-
-
Dylan Noblesmith authored
In particular, into EngineBuilder. This should only impact the private API between the EE and EB classes, not external clients, since JITCtor and MCJITCtor are both protected members. llvm-svn: 131317
-
Dylan Noblesmith authored
This prepares for making JITCtor/MCJITCtor take a TargetMachine* directly from clients like EngineBuilder. llvm-svn: 131316
-
Rafael Espindola authored
llvm-svn: 131315
-
Rafael Espindola authored
llvm-svn: 131314
-
Jim Grosbach authored
actually takes rather than how much memory was allocated for it. This is more accurate and should help the manager pack things more effectively. llvm-svn: 131305
-
Galina Kistanova authored
llvm-svn: 131302
-
Rafael Espindola authored
to fix PR9900. I will keep it open until sable is able to comment on it. llvm-svn: 131294
-