- Jan 03, 2008
-
-
Duncan Sands authored
variable field offset. llvm-svn: 45534
-
Chris Lattner authored
could theoretically introduce a trap, but is also a performance issue. This speeds up ptrdist/ks by 8%. llvm-svn: 45533
-
Chris Lattner authored
"libc_nonshared.a". Patch by Edwin Török! llvm-svn: 45532
-
Gordon Henriksen authored
llvm-svn: 45529
-
Gordon Henriksen authored
llvm-svn: 45528
-
Evan Cheng authored
for non-function GV relocations that require function address stubs (e.g. Mac OS X in non-static mode). llvm-svn: 45527
-
Chris Lattner authored
llvm-svn: 45526
-
Chris Lattner authored
refcount on these correctly, and can end up referring to deleted attributes. This fixes PR1881. llvm-svn: 45525
-
Chris Lattner authored
get a profile. llvm-svn: 45524
-
Duncan Sands authored
the initial value, while the type fields were not (this is a qualified union type, so not all fields are always present). This resulted in the size of the corresponding LLVM type being larger than the gcc TYPE_SIZE. llvm-svn: 45522
-
Duncan Sands authored
not ordered by offset. llvm-svn: 45520
-
Chris Lattner authored
llvm-svn: 45519
-
Chris Lattner authored
llvm-svn: 45518
-
Chris Lattner authored
own file. Don't #include ParameterAttributes.h into any major public header files: just move methods out of line as appropriate. llvm-svn: 45517
-
Chris Lattner authored
llvm-svn: 45516
-
Evan Cheng authored
llvm-svn: 45515
-
Chris Lattner authored
llvm-svn: 45512
-
- Jan 02, 2008
-
-
Chris Lattner authored
llvm-svn: 45509
-
Ted Kremenek authored
llvm-svn: 45507
-
Chris Lattner authored
llvm-svn: 45506
-
Ted Kremenek authored
llvm-svn: 45503
-
Chris Lattner authored
llvm-svn: 45501
-
Chris Lattner authored
comparison for every builtin. This reduces the depth of the if/elseif chain dramatically. llvm-svn: 45500
-
Bill Wendling authored
llvm-svn: 45499
-
Bill Wendling authored
check that register isn't 0 before going further. llvm-svn: 45498
-
Bill Wendling authored
llvm-svn: 45496
-
Chris Lattner authored
llvm-svn: 45495
-
Chris Lattner authored
llvm-svn: 45494
-
Chris Lattner authored
llvm-svn: 45493
-
Bill Wendling authored
instruction. Also, use "splice" to move the new instruction instead of remove/insert (where it was leaking memory anyway). llvm-svn: 45492
-
Nick Lewycky authored
llvm-svn: 45485
-
- Jan 01, 2008
-
-
Owen Anderson authored
llvm-svn: 45484
-
Chris Lattner authored
Make MachineRegisterInfo::getVRegDef more efficient by aiming the keep the def of the vreg at the start of the list, so the list doesn't need to be traversed. llvm-svn: 45483
-
Chris Lattner authored
it now returns the machineinstr of the use. To get the operand, use I.getOperand(). Add a new MachineRegisterInfo::replaceRegWith, which is basically like Value::replaceAllUsesWith. llvm-svn: 45482
-
Gordon Henriksen authored
Patch by Bryan O'Sullivan! llvm-svn: 45481
-
Chris Lattner authored
instruction that defines the specified vreg. Crazy. llvm-svn: 45480
-
Chris Lattner authored
within a machine function. llvm-svn: 45479
-
Bill Wendling authored
llvm-svn: 45478
-
Chris Lattner authored
operands. The lists are currently kept in MachineRegisterInfo, but it does not yet provide an iterator interface to them. llvm-svn: 45477
-
Chris Lattner authored
Fix a bug in my previous patch: refer to the impl not the pure virtual version. It's unclear why gcc would ever compile this... llvm-svn: 45476
-