- Mar 26, 2008
-
-
Erick Tryzelaar authored
llvm-svn: 48809
-
Dale Johannesen authored
llvm's output .s files will go through gcc -std=c99 without triggering preprocesser errors. Approach suggested by Daveed Vandevoorde. llvm-svn: 48808
-
Nuno Lopes authored
# this is my first commit here, so please be gentle :) llvm-svn: 48807
-
- Mar 25, 2008
-
-
Ted Kremenek authored
will gradually get pruned down, as it doesn't need to be as functional as 'ccc'. llvm-svn: 48806
-
Evan Cheng authored
llvm-svn: 48805
-
Evan Cheng authored
llvm-svn: 48804
-
Owen Anderson authored
llvm-svn: 48803
-
Owen Anderson authored
llvm-svn: 48802
-
Dan Gohman authored
llvm-svn: 48801
-
Dan Gohman authored
marked read-write. Use const so that they can be allocated in a read-only segment. llvm-svn: 48800
-
Dan Gohman authored
llvm-svn: 48797
-
Devang Patel authored
llvm-svn: 48794
-
Devang Patel authored
llvm-svn: 48793
-
Evan Cheng authored
Handle a special case xor undef, undef -> 0. Technically this should be transformed to undef. But this is such a common idiom (misuse) we are going to handle it. llvm-svn: 48792
-
Evan Cheng authored
Handle a special case xor undef, undef -> 0. Technically this should be transformed to undef. But this is such a common idiom (misuse) we are going to handle it. llvm-svn: 48791
-
Anton Korobeynikov authored
llvm-svn: 48786
-
Nate Begeman authored
the future, RecordTypes. llvm-svn: 48784
-
Nate Begeman authored
llvm-svn: 48783
-
Bill Wendling authored
Patch by dekruijf@cs.wisc.edu! llvm-svn: 48782
-
Dan Gohman authored
llvm-svn: 48779
-
Dan Gohman authored
other things, this allows the scheduler to unfold a load operand in the 2008-01-08-SchedulerCrash.ll testcase, so it now successfully clones the comparison to avoid a pushf+popf. llvm-svn: 48777
-
Ted Kremenek authored
passing an uninitialized value to a message expresion. llvm-svn: 48776
-
Gordon Henriksen authored
llvm-svn: 48775
-
Gordon Henriksen authored
This adds support for instruction iterators, as well as rewriting the builder code to use these new functions. This lets us eliminate the C bindings for moving around the builder. Patch by Erick Tryzelaar! llvm-svn: 48774
-
Ted Kremenek authored
and message expressions with a specified receiver. llvm-svn: 48773
-
Bill Wendling authored
object directory. llvm-svn: 48766
-
Tanya Lattner authored
llvm-svn: 48764
-
Sam Bishop authored
OwningPtr<> class. llvm-svn: 48763
-
Tanya Lattner authored
llvm-svn: 48762
-
Ted Kremenek authored
and uninitialized values passed-by-value as arguments to message expressions. llvm-svn: 48760
-
Evan Cheng authored
llvm-svn: 48759
-
Devang Patel authored
llvm-svn: 48758
-
Ted Kremenek authored
llvm-svn: 48757
-
Ted Kremenek authored
llvm-svn: 48756
-
Evan Cheng authored
llvm-svn: 48755
-
Ted Kremenek authored
for message bubbles. llvm-svn: 48754
-
Evan Cheng authored
llvm-svn: 48753
-
Evan Cheng authored
If the coalescer commuted a def MI to allow coalescing, it can changed a previously coalesced copy into an non-identity copy. llvm-svn: 48752
-
Evan Cheng authored
llvm-svn: 48751
-
Bill Wendling authored
mask. llvm-svn: 48750
-