- Dec 09, 2004
-
-
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
-
Chris Lattner authored
llvm-svn: 18666
-
Chris Lattner authored
Add some ifdefs for some stuff I like to be able to toggle easily llvm-svn: 18665
-
Chris Lattner authored
llvm-svn: 18664
-
Chris Lattner authored
with ICC. Patch contributed by Bjørn Wennberg. llvm-svn: 18663
-
John Criswell authored
Fixed some minor typos. llvm-svn: 18658
-
Chris Lattner authored
llvm-svn: 18655
-
Chris Lattner authored
llvm-svn: 18654
-
Reid Spencer authored
BUILD_FOR_WEBSITE is set. llvm-svn: 18653
-
Chris Lattner authored
llvm-svn: 18652
-
Alkis Evlogimenos authored
llvm-svn: 18651
-
Tanya Lattner authored
llvm-svn: 18650
-
Tanya Lattner authored
llvm-svn: 18649
-
Tanya Lattner authored
llvm-svn: 18648
-
Tanya Lattner authored
llvm-svn: 18647
-
John Criswell authored
llvm-svn: 18646
-
John Criswell authored
llvm-svn: 18645
-
Reid Spencer authored
Note that both llvmc and llvm-ld are experimental in 1.4 llvm-svn: 18644
-
John Criswell authored
llvm-svn: 18643
-
Tanya Lattner authored
llvm-svn: 18642
-
Tanya Lattner authored
llvm-svn: 18641
-
Tanya Lattner authored
llvm-svn: 18640
-
Tanya Lattner authored
llvm-svn: 18639
-
John Criswell authored
llvm-svn: 18638
-