- Apr 05, 2007
-
-
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
-
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
-
Chris Lattner authored
llvm-svn: 35644
-
Chris Lattner authored
initialized this way, they do not do a malloc to allocate their buckets. llvm-svn: 35642
-
Evan Cheng authored
llvm-svn: 35640
-
Evan Cheng authored
llvm-svn: 35639
-
Bill Wendling authored
llvm-svn: 35638
-
Chris Lattner authored
llvm-svn: 35637
-
Evan Cheng authored
llvm-svn: 35635
-
Bill Wendling authored
llvm-svn: 35634
-
Chris Lattner authored
some constant exprs to apints). Thanks to Anton for tracking down a small testcase that triggered this! llvm-svn: 35633
-
Chris Lattner authored
llvm-svn: 35632
-
- Apr 03, 2007
-
-
Evan Cheng authored
llvm-svn: 35627
-
Chris Lattner authored
ldecod now passes. llvm-svn: 35626
-
Nicolas Geoffray authored
LowerVASTART emits the right code if the subtarget is ELF32, the other intrinsics (VAARG, VACOPY and VAEND) are not yet implemented. llvm-svn: 35625
-
Nicolas Geoffray authored
as the 64-bit PowerOpen ABI" (Reference http://www.linux-foundation.org/spec/ELF/ppc64/). Change all ELF tests to ELF32. llvm-svn: 35624
-
Nicolas Geoffray authored
"The ELF ABI specifies F1-F8 registers as argument registers for double, not F1-F10. This affects only ELF, not MachO." llvm-svn: 35623
-
Nicolas Geoffray authored
F1-F10. This affects only ELF, not MachO. llvm-svn: 35622
-
Evan Cheng authored
llvm-svn: 35620
-
Evan Cheng authored
llvm-svn: 35619
-
Evan Cheng authored
llvm-svn: 35618
-
Bill Wendling authored
llvm-svn: 35617
-
Bill Wendling authored
llvm-svn: 35616
-
Chris Lattner authored
llvm-svn: 35615
-
Chris Lattner authored
llvm-svn: 35614
-
Chris Lattner authored
llvm-svn: 35612
-
Chris Lattner authored
CodeGen/ARM/arm-negative-stride.ll to: LBB1_2: @bb str r1, [r3, -r0, lsl #2] add r0, r0, #1 cmp r0, r2 bne LBB1_2 @bb llvm-svn: 35609
-
Chris Lattner authored
llvm-svn: 35607
-
- Apr 02, 2007
-
-
Scott Michel authored
2. Help DAGCombiner recognize zero/sign/any-extended versions of ROTR and ROTL patterns. This was motivated by the X86/rotate.ll testcase, which should now generate code for other platforms (and soon-to-come platforms.) Rewrote code slightly to make it easier to read. llvm-svn: 35605
-
Dale Johannesen authored
llvm-svn: 35602
-