- Apr 05, 2007
-
-
Chris Lattner authored
llvm-svn: 35690
-
Chris Lattner authored
llvm-svn: 35689
-
Chris Lattner authored
llvm-svn: 35688
-
Dale Johannesen authored
llvm-svn: 35687
-
Devang Patel authored
llvm-svn: 35686
-
Devang Patel authored
llvm-svn: 35685
-
Chris Lattner authored
llvm-svn: 35684
-
Anton Korobeynikov authored
llvm-svn: 35683
-
Chris Lattner authored
information. This is useful when a value does have a sign associated with it. This shouldn't be used generally in LLVM for mid-level optimizer stuff. llvm-svn: 35681
-
Chris Lattner authored
llvm-svn: 35680
-
Reid Spencer authored
llvm-svn: 35679
-
Reid Spencer authored
llvm-svn: 35678
-
Reid Spencer authored
llvm-svn: 35677
-
Lauro Ramos Venancio authored
llvm-svn: 35676
-
Jeff Cohen authored
llvm-svn: 35675
-
Reid Spencer authored
type. llvm-svn: 35674
-
- Apr 04, 2007
-
-
Anton Korobeynikov authored
llvm-svn: 35673
-
Anton Korobeynikov authored
go to the same destination. Now we're producing really good code for switch-lower-feature.ll testcase llvm-svn: 35672
-
Jeff Cohen authored
llvm-svn: 35671
-
Jeff Cohen authored
llvm-svn: 35670
-
Dale Johannesen authored
llvm-svn: 35669
-
Dale Johannesen authored
elsewhere. llvm-svn: 35668
-
Reid Spencer authored
llvm-svn: 35667
-
Chris Lattner authored
llvm-svn: 35666
-
Jeff Cohen authored
llvm-svn: 35665
-
Jeff Cohen authored
llvm-svn: 35664
-
Evan Cheng authored
llvm-svn: 35663
-
Evan Cheng authored
llvm-svn: 35662
-
Evan Cheng authored
llvm-svn: 35661
-
Evan Cheng authored
llvm-svn: 35660
-
Evan Cheng authored
llvm-svn: 35659
-
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
testers. llvm-svn: 35657
-
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
Rename LinkItems as NativeLinkItems since it is filled out by the Linker library to contain only those items deemed to be native. llvm-svn: 35654
-
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
-
Reid Spencer authored
the file was found to be a native library (and thus not linked by these functions). llvm-svn: 35652
-
Reid Spencer authored
Adjust useage of sys::Path::FileType for new enumerator names. llvm-svn: 35651
-
Reid Spencer authored
Implement recognition of COFF, ELF and Mach-O object/shared lib files. llvm-svn: 35650
-