| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix pr4227: Handle large immediate values in inline assembly. | Bob Wilson | 2009-05-19 | 1 | -1/+1 |
* | Follow up on new support for memory operands in ARM inline assembly. | Bob Wilson | 2009-05-19 | 1 | -0/+4 |
* | Fix pr4058 and pr4059. Do not split i64 or double arguments between r3 and | Bob Wilson | 2009-05-19 | 1 | -1/+4 |
* | Fix pr4091: Add support for "m" constraint in ARM inline assembly. | Bob Wilson | 2009-05-19 | 2 | -0/+34 |
* | Fix pr4202: Disable CodePlacementOpt for ARM. The ARMConstantIslandPass has | Bob Wilson | 2009-05-18 | 1 | -1/+4 |
* | Update the names of the exception handling sjlj instrinsics to | Jim Grosbach | 2009-05-14 | 4 | -14/+16 |
* | Spelling correction s/builting/builtin/ and remove trailing whitespace in a f... | Jim Grosbach | 2009-05-13 | 1 | -10/+10 |
* | Run code placement optimization for targets that want it (arm and x86 for now). | Evan Cheng | 2009-05-13 | 1 | -0/+1 |
* | Change MachineInstrBuilder::addReg() to take a flag instead of a list of | Bill Wendling | 2009-05-13 | 3 | -37/+38 |
* | Add support for GCC compatible builtin setjmp and longjmp intrinsics. This is | Jim Grosbach | 2009-05-12 | 4 | -4/+52 |
* | correct register class for tADDspi to GPR since the register will always be SP | Jim Grosbach | 2009-05-12 | 1 | -1/+1 |
* | Fix up a few minor typos in comments. | Bob Wilson | 2009-05-12 | 1 | -7/+7 |
* | Fix 80-col violations and remove trailing whitespace. No functional changes. | Bob Wilson | 2009-05-12 | 1 | -69/+71 |
* | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands | 2009-05-09 | 2 | -2/+2 |
* | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling | 2009-04-29 | 4 | -18/+31 |
* | Second attempt: | Bill Wendling | 2009-04-29 | 4 | -24/+28 |
* | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling | 2009-04-28 | 4 | -28/+24 |
* | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling | 2009-04-28 | 4 | -24/+28 |
* | Change LowerCallResult method so that CCValAssign::BCvt can be used with | Bob Wilson | 2009-04-25 | 1 | -16/+16 |
* | Adjust a comment to reflect what the code does. Splitting a 64-bit argument | Bob Wilson | 2009-04-24 | 1 | -1/+1 |
* | Fix up some problems with getCopyToReg and getCopyFromReg nodes being | Bob Wilson | 2009-04-24 | 1 | -8/+12 |
* | Remove unnecessary references to f32 types. After specifying that f32 | Bob Wilson | 2009-04-24 | 1 | -4/+4 |
* | Move duplicated AddLiveIn function from X86 and ARM backends to be a method | Bob Wilson | 2009-04-20 | 1 | -14/+3 |
* | Move the AddLiveIn function definition closer to its uses. | Bob Wilson | 2009-04-17 | 1 | -11/+11 |
* | Rearrange code to reduce indentation. | Bob Wilson | 2009-04-17 | 1 | -41/+38 |
* | Clean up formatting, remove trailing whitespace, fix comment typos and | Bob Wilson | 2009-04-17 | 3 | -44/+31 |
* | Use CallConvLower.h and TableGen descriptions of the calling conventions | Bob Wilson | 2009-04-17 | 6 | -305/+561 |
* | Fix PR3795: Apply Dan's suggested fix for | Bob Wilson | 2009-04-08 | 1 | -2/+6 |
* | PR2985 / <rdar://problem/6584986> | Jim Grosbach | 2009-04-07 | 7 | -194/+318 |
* | Handle 'a' modifier in ARM inline assembly. | Bob Wilson | 2009-04-06 | 1 | -0/+3 |
* | Wrap some lines to fix indentation problems. | Bob Wilson | 2009-04-03 | 1 | -30/+36 |
* | Fix some comments. | Bob Wilson | 2009-04-03 | 1 | -5/+5 |
* | Fix PR3862: Recognize some ARM-specific constraints for immediates in inline | Bob Wilson | 2009-04-01 | 2 | -0/+145 |
* | Fix comment to match function name. | Bob Wilson | 2009-03-30 | 1 | -1/+1 |
* | remove trailing whitespace | Jim Grosbach | 2009-03-27 | 1 | -8/+8 |
* | tADDhirr is a thumb instruction. Do not allow this code to be reached in non-... | Evan Cheng | 2009-03-26 | 1 | -0/+2 |
* | CodeGen still defaults to non-verbose asm, but llc now overrides it and defau... | Evan Cheng | 2009-03-25 | 4 | -15/+16 |
* | Do not emit comments unless -asm-verbose. | Evan Cheng | 2009-03-24 | 1 | -8/+18 |
* | Fix a few more indentation problems and an 80-column violation. | Bob Wilson | 2009-03-20 | 1 | -8/+8 |
* | No functional changes. Fix indentation and whitespace only. | Bob Wilson | 2009-03-20 | 1 | -101/+91 |
* | Fix some significant problems with constant pools that resulted in unnecessar... | Evan Cheng | 2009-03-13 | 3 | -13/+13 |
* | Move 3 "(add (select cc, 0, c), x) -> (select cc, x, (add, x, c))" | Chris Lattner | 2009-03-12 | 1 | -1/+102 |
* | It makes no sense to have a ODR version of common | Duncan Sands | 2009-03-11 | 1 | -2/+1 |
* | fix PR3785, a valgrind error on test/CodeGen/ARM/pr3502.ll | Chris Lattner | 2009-03-11 | 1 | -1/+5 |
* | ARM target now also recognize triplets like thumbv6-apple-darwin and set thum... | Evan Cheng | 2009-03-09 | 2 | -14/+24 |
* | ARM isLegalAddressImmediate should check if type is a simple type now that op... | Evan Cheng | 2009-03-09 | 1 | -0/+3 |
* | Recognize triplets starting with armv5-, armv6- etc. And set the ARM arch ver... | Evan Cheng | 2009-03-08 | 1 | -1/+17 |
* | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands | 2009-03-07 | 2 | -7/+12 |
* | Fix a bunch of Doxygen syntax issues. Escape special characters, | Dan Gohman | 2009-03-03 | 1 | -1/+1 |
* | Overhaul my earlier submission due to feedback. It's a large patch, but most of | Bill Wendling | 2009-02-24 | 4 | -15/+22 |