- Dec 10, 2004
-
-
Brian Gaeke authored
llvm-svn: 18738
-
Brian Gaeke authored
llvm-svn: 18737
-
Brian Gaeke authored
llvm-svn: 18736
-
Brian Gaeke authored
think some of these might be the CFE's fault; a rebuild should come soon. llvm-svn: 18735
-
Brian Gaeke authored
each pair. I think this fixes that. One of these days, I swear I'm going to get the hang of C++ iterators. Really. llvm-svn: 18734
-
Misha Brukman authored
llvm-svn: 18732
-
Misha Brukman authored
llvm-svn: 18731
-
- Dec 09, 2004
-
-
Chris Lattner authored
llvm-svn: 18726
-
Chris Lattner authored
llvm-svn: 18724
-
Chris Lattner authored
llvm-svn: 18723
-
Misha Brukman authored
summary remain. The manpage references Bugpoint.html as the repository for more detailed info. llvm-svn: 18722
-
Misha Brukman authored
* Block off the section correctly with <!-- ***** --> llvm-svn: 18721
-
Misha Brukman authored
llvm-svn: 18720
-
Misha Brukman authored
This doc keeps all the descriptive info from the man page, but not the options. llvm-svn: 18719
-
Brian Gaeke authored
llvm-svn: 18714
-
Brian Gaeke authored
llvm-svn: 18713
-
Brian Gaeke authored
everything was an int!) llvm-svn: 18712
-
Reid Spencer authored
llvm-svn: 18708
-
Reid Spencer authored
llvm-svn: 18705
-
Reid Spencer authored
llvm-svn: 18703
-
Chris Lattner authored
llvm-svn: 18701
-
Chris Lattner authored
types into its own section. llvm-svn: 18697
-
Chris Lattner authored
llvm-svn: 18695
-
Reid Spencer authored
llvm-svn: 18694
-
Chris Lattner authored
llvm-svn: 18693
-
Chris Lattner authored
llvm-svn: 18692
-
Chris Lattner authored
avoid a getType. llvm-svn: 18691
-
Jeff Cohen authored
llvm-svn: 18688
-
Test Commit authored
llvm-svn: 18687
-
Chris Lattner authored
llvm-svn: 18686
-
Chris Lattner authored
a different algorithm that was extremely inefficient for instructions with many operands. This reduces the time of this code snippet from .23s for 176.gcc to 0.03s in a debug build, which speeds up total llvm-dis time just barely. It's more of a code cleanup than a speedup. llvm-svn: 18685
-
Alkis Evlogimenos authored
abstract type. llvm-svn: 18678
-
Chris Lattner authored
successor block. This turns cases like this: x = a op b if (c) { use x } into: if (c) { x = a op b use x } This triggers 3965 times in spec, and is tested by Regression/Transforms/InstCombine/sink_instruction.ll This appears to expose a bug in the X86 backend for 177.mesa, which I'm looking in to. llvm-svn: 18677
-
Alkis Evlogimenos authored
abstract type. llvm-svn: 18676
-
Chris Lattner authored
llvm-svn: 18675
-
Alkis Evlogimenos authored
llvm-svn: 18674
-
Reid Spencer authored
llvm-svn: 18672
-
- Dec 08, 2004
-
-
Reid Spencer authored
present in a directory that LLVM normally builds, it will skip building the directory entirely. This is useful for allowing a bunch of projects to live in the source tree but not be compiled from time to time. llvm-svn: 18671
-
Chris Lattner authored
llvm-svn: 18670
-
Chris Lattner authored
an infinite loop. llvm-svn: 18669
-