- Jan 03, 2008
-
-
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
-
-
Fariborz Jahanian authored
llvm-svn: 45511
-
Chris Lattner authored
llvm-svn: 45510
-
Chris Lattner authored
llvm-svn: 45509
-
Ted Kremenek authored
SimulGraph: Inverted argument order when calling the Profile method of VertexTy (plus minor cleanups) llvm-svn: 45508
-
Ted Kremenek authored
llvm-svn: 45507
-
Chris Lattner authored
llvm-svn: 45506
-
Chris Lattner authored
llvm-svn: 45505
-
Chris Lattner authored
llvm-svn: 45504
-
Ted Kremenek authored
llvm-svn: 45503
-
Ted Kremenek authored
This is more flexible. llvm-svn: 45502
-
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
-
Chris Lattner authored
llvm-svn: 45497
-
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
-
Fariborz Jahanian authored
llvm-svn: 45491
-
Ted Kremenek authored
llvm-svn: 45490
-
Fariborz Jahanian authored
llvm-svn: 45489
-
Ted Kremenek authored
make these headers compile. llvm-svn: 45488
-
Ted Kremenek authored
llvm-svn: 45487
-
Ted Kremenek authored
llvm-svn: 45486
-
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
-