- Apr 07, 2007
-
-
Owen Anderson authored
llvm-svn: 35729
-
Owen Anderson authored
work for PR 1171. llvm-svn: 35728
-
Chris Lattner authored
This fixes llvm-ar. llvm-svn: 35727
-
Owen Anderson authored
on PR1171. llvm-svn: 35726
-
Nick Lewycky authored
llvm-svn: 35724
-
Owen Anderson authored
work on PR1171. llvm-svn: 35723
-
Owen Anderson authored
This is the beginning of work for PR1171. llvm-svn: 35720
-
Nick Lewycky authored
llvm-svn: 35719
-
Nick Lewycky authored
llvm-svn: 35718
-
Nick Lewycky authored
first and then range testing second. llvm-svn: 35715
-
Devang Patel authored
llvm-svn: 35714
-
Chris Lattner authored
llvm-svn: 35713
-
Chris Lattner authored
llvm-svn: 35712
-
Chris Lattner authored
llvm-svn: 35711
-
Chris Lattner authored
llvm-svn: 35710
-
Chris Lattner authored
llvm-svn: 35709
-
Chris Lattner authored
llvm-svn: 35708
-
Chris Lattner authored
llvm-svn: 35707
-
Chris Lattner authored
SimplifyLibCalls/2007-04-06-strchr-miscompile.ll and PR1307 llvm-svn: 35706
-
Chris Lattner authored
llvm-svn: 35704
-
Chris Lattner authored
the start index of the array as well as the length. No functionality change. llvm-svn: 35703
-
- Apr 06, 2007
-
-
Chris Lattner authored
This dramatically reduce the amount of memory allocated by the commandline stuff at static init time, changing it to build local data structures when ParseCommandLineOptions is called. In a dummy empty program that links some llvm libraries, this reduces the number of malloc'd bytes from 4864 to 3360 on entry to main. Most of that memory is now allocated by non-commandline related stuff. llvm-svn: 35701
-
Chris Lattner authored
llvm-svn: 35700
-
Chris Lattner authored
llvm-svn: 35696
-
Reid Spencer authored
Implement Type class's ContainedTys without using a std::vector. llvm-svn: 35693
-
- Apr 05, 2007
-
-
Chris Lattner authored
llvm-svn: 35690
-
Chris Lattner authored
llvm-svn: 35689
-
Chris Lattner authored
llvm-svn: 35680
-
Reid Spencer authored
llvm-svn: 35679
-
Reid Spencer authored
llvm-svn: 35678
-
Reid Spencer authored
type. llvm-svn: 35674
-
- Apr 04, 2007
-
-
Anton Korobeynikov authored
go to the same destination. Now we're producing really good code for switch-lower-feature.ll testcase llvm-svn: 35672
-
Dale Johannesen authored
elsewhere. llvm-svn: 35668
-
Chris Lattner authored
llvm-svn: 35666
-
Jeff Cohen authored
llvm-svn: 35665
-
Evan Cheng authored
llvm-svn: 35660
-
Evan Cheng authored
Trivially re-materializable instructions have spill weights that are half of what it would be otherwise. llvm-svn: 35658
-
Reid Spencer authored
Use local variable names that match the function parameter name that it is passed to so the code is more clear, to wit: is_bytecode -> is_native llvm-svn: 35656
-
Duncan Sands authored
llvm-svn: 35655
-
Reid Spencer authored
Implement file tests for both LinkInLibrary and LinkInFile to determine if the file is native. Don't generate warnings if the file is native. llvm-svn: 35653
-