2011-12-01 |
Chad Rosier | Add missing functions.
|
commit | commitdiff | tree |
2011-12-01 |
Chad Rosier | Add a few more functions to TargetLibraryInfo. More...
|
commit | commitdiff | tree |
2011-12-01 |
Chad Rosier | Propagate TargetLibraryInfo throughout ConstantFolding...
|
commit | commitdiff | tree |
2011-11-30 |
Chad Rosier | Add a few functions to TargetLibraryInfo.
|
commit | commitdiff | tree |
2011-11-30 |
Chad Rosier | Whitespace.
|
commit | commitdiff | tree |
2011-11-30 |
Chad Rosier | Alphabetize TargetLibraryInfo enum and fix doxygen...
|
commit | commitdiff | tree |
2011-11-29 |
Chad Rosier | Add support for sqrt, sqrtl, and sqrtf in TargetLibraryInfo...
|
commit | commitdiff | tree |
2011-11-29 |
Chad Rosier | If fast-isel fails, remove dead instructions generated...
|
commit | commitdiff | tree |
2011-11-28 |
Chad Rosier | 80-column.
|
commit | commitdiff | tree |
2011-11-18 |
Chad Rosier | Guard call to getRegForValue with isTypeLegal check...
|
commit | commitdiff | tree |
2011-11-17 |
Chad Rosier | Add TODO comment.
|
commit | commitdiff | tree |
2011-11-17 |
Chad Rosier | Dead code.
|
commit | commitdiff | tree |
2011-11-17 |
Chad Rosier | When fast iseling a GEP, accumulate the offset rather...
|
commit | commitdiff | tree |
2011-11-17 |
Chad Rosier | Don't unconditionally set the kill flag.
|
commit | commitdiff | tree |
2011-11-16 |
Chad Rosier | Add fast-isel stats to determine who's doing all the...
|
commit | commitdiff | tree |
2011-11-16 |
Chad Rosier | Fix the stats collection for fast-isel. The failed...
|
commit | commitdiff | tree |
2011-11-16 |
Chad Rosier | Check to make sure we can select the instruction before...
|
commit | commitdiff | tree |
2011-11-16 |
Chad Rosier | Add FIXME comment.
|
commit | commitdiff | tree |
2011-11-15 |
Chad Rosier | GEPs with all zero indices are trivially coalesced...
|
commit | commitdiff | tree |
2011-11-14 |
Chad Rosier | Supporting inline memmove isn't going to be worthwhile...
|
commit | commitdiff | tree |
2011-11-14 |
Chad Rosier | Add newline to end of file. Thanks, Eli.
|
commit | commitdiff | tree |
2011-11-14 |
Chad Rosier | Add support for inlining small memcpys.
|
commit | commitdiff | tree |
2011-11-14 |
Chad Rosier | Fix a performance regression from r144565. Positive...
|
commit | commitdiff | tree |
2011-11-14 |
Chad Rosier | Add support for Thumb load/stores with negative offsets.
|
commit | commitdiff | tree |
2011-11-14 |
Chad Rosier | Add support for ARM halfword load/stores and signed...
|
commit | commitdiff | tree |
2011-11-13 |
Chad Rosier | The order in which the predicate is added differs between...
|
commit | commitdiff | tree |
2011-11-13 |
Chad Rosier | Temporarily disable SelectIntrinsicCall when in ARM...
|
commit | commitdiff | tree |
2011-11-13 |
Chad Rosier | Fix comments.
|
commit | commitdiff | tree |
2011-11-13 |
Chad Rosier | Add support for emitting both signed- and zero-extend...
|
commit | commitdiff | tree |
2011-11-11 |
Chad Rosier | Add support in fast-isel for selecting memset/memcpy...
|
commit | commitdiff | tree |
2011-11-11 |
Chad Rosier | Loosen test by using REs. Approved by Devang.
|
commit | commitdiff | tree |
2011-11-11 |
Chad Rosier | Rename variables to avoid confusion. No functionallity...
|
commit | commitdiff | tree |
2011-11-11 |
Chad Rosier | Add support for using immediates with select instructions.
|
commit | commitdiff | tree |
2011-11-11 |
Chad Rosier | When loading a value, treat an i1 as an i8.
|
commit | commitdiff | tree |
2011-11-11 |
Chad Rosier | Add support for using MVN to materialize negative constants.
|
commit | commitdiff | tree |
2011-11-10 |
Chad Rosier | When in ARM mode, LDRH/STRH require special handling...
|
commit | commitdiff | tree |
2011-11-10 |
Chad Rosier | For immediate encodings of icmp, zero or sign extend...
|
commit | commitdiff | tree |
2011-11-09 |
Chad Rosier | The ARM LDRH/STRH instructions use a +/-imm8 encoding...
|
commit | commitdiff | tree |
2011-11-09 |
Chad Rosier | Use REs to remove dependencies on the register allocation...
|
commit | commitdiff | tree |
2011-11-09 |
Chad Rosier | Add support for encoding immediates in icmp and fcmp...
|
commit | commitdiff | tree |
2011-11-08 |
Chad Rosier | ARMFastISel doesn't support thumb1. Rename isThumb...
|
commit | commitdiff | tree |
2011-11-08 |
Chad Rosier | Enable support for returning i1, i8, and i16. Nothing...
|
commit | commitdiff | tree |
2011-11-07 |
Chad Rosier | Allow i1 to be promoted to i32 for ARM AAPCS and AAPCS...
|
commit | commitdiff | tree |
2011-11-05 |
Chad Rosier | Add support for passing i1, i8, and i16 call parameters...
|
commit | commitdiff | tree |
2011-11-05 |
Chad Rosier | Allow i1 to be promoted to i32 for ARM APCS calling...
|
commit | commitdiff | tree |
2011-11-04 |
Chad Rosier | Cannot create a result register for non-legal types.
|
commit | commitdiff | tree |
2011-11-04 |
Chad Rosier | When materializing an i32, SExt vs ZExt doesn't matter...
|
commit | commitdiff | tree |
2011-11-04 |
Chad Rosier | Enable support for materializing i1, i8, and i16 integers...
|
commit | commitdiff | tree |
2011-11-04 |
Chad Rosier | Remove declarations for functions that don't exist...
|
commit | commitdiff | tree |
2011-11-04 |
Chad Rosier | Indentation.
|
commit | commitdiff | tree |
2011-11-04 |
Chad Rosier | Add fast-isel support for returning i1, i8, and i16.
|
commit | commitdiff | tree |
2011-11-03 |
Chad Rosier | Add support for sign-extending non-legal types in SelectSITo...
|
commit | commitdiff | tree |
2011-11-03 |
Chad Rosier | Remove some cruft from the BitcodeWriter, while still...
|
commit | commitdiff | tree |
2011-11-02 |
Chad Rosier | Removed unused variable.
|
commit | commitdiff | tree |
2011-11-02 |
Chad Rosier | Add support for comparing integer non-legal types.
|
commit | commitdiff | tree |
2011-11-02 |
Chad Rosier | Factor out an EmitIntExt function. No functionality...
|
commit | commitdiff | tree |
2011-11-02 |
Chad Rosier | Rename show-diagnostics to something less ambiguous.
|
commit | commitdiff | tree |
2011-11-02 |
Chad Rosier | Factor out a SelectTrunc function. No functionality...
|
commit | commitdiff | tree |
2011-10-27 |
Chad Rosier | A branch predicated on a constant can just FastEmit...
|
commit | commitdiff | tree |
2011-10-26 |
Chad Rosier | Add a TODO comment. FastISel works by parsing each...
|
commit | commitdiff | tree |
2011-10-26 |
Chad Rosier | Factor a little more code into EmitCmp, which should...
|
commit | commitdiff | tree |
2011-10-26 |
Chad Rosier | Use EmitCmp in SelectBranch. No functional change...
|
commit | commitdiff | tree |
2011-10-26 |
Chad Rosier | Factor out an EmitCmp function that can be used by...
|
commit | commitdiff | tree |
2011-10-25 |
Chad Rosier | Add a few test cases to ensure the bitcode reader is...
|
commit | commitdiff | tree |
2011-10-25 |
Chad Rosier | Simplify tests by not piping them through llvm-dis.
|
commit | commitdiff | tree |
2011-10-25 |
Chad Rosier | Fix these test cases to not use .bc files. Otherwise...
|
commit | commitdiff | tree |
2011-10-24 |
Chad Rosier | Add options to enable each individual level for the...
|
commit | commitdiff | tree |
2011-10-20 |
Chad Rosier | Revert r142579, "Fix a type in the legalization of...
|
commit | commitdiff | tree |
2011-10-20 |
Chad Rosier | Revert 142337. Thumb1 still doesn't support dynamic...
|
commit | commitdiff | tree |
2011-10-18 |
Chad Rosier | Add support for dynamic stack realignment when in thumb1...
|
commit | commitdiff | tree |
2011-10-17 |
Chad Rosier | Add a few FIXME comments.
|
commit | commitdiff | tree |
2011-10-17 |
Chad Rosier | Removed set, but unused variables.
|
commit | commitdiff | tree |
2011-10-17 |
Chad Rosier | Removed set, but unused variable.
|
commit | commitdiff | tree |
2011-10-15 |
Chad Rosier | Fix for llvm::sys::getHostTriple on Windows. Instead...
|
commit | commitdiff | tree |
2011-10-15 |
Chad Rosier | Thumb1 does not support dynamic stack realignment.
|
commit | commitdiff | tree |
2011-10-10 |
Chad Rosier | Fix a regression from r138445. If we're loading from...
|
commit | commitdiff | tree |
2011-10-01 |
Chad Rosier | Revert r140924 "Attempt to fix dynamic stack realignment...
|
commit | commitdiff | tree |
2011-10-01 |
Chad Rosier | Attempt to fix dynamic stack realignment for thumb1...
|
commit | commitdiff | tree |
2011-09-27 |
Chad Rosier | These symbols appear to be visible by SearchForAddressOfSymb...
|
commit | commitdiff | tree |
2011-09-16 |
Chad Rosier | Add -rfunc and -rglob options to llvm-extract to support...
|
commit | commitdiff | tree |
2011-08-31 |
Chad Rosier | Fixup for functions that return a bool.
|
commit | commitdiff | tree |
2011-08-20 |
Chad Rosier | Remove the VMOVQQ pseudo instruction.
|
commit | commitdiff | tree |
2011-08-20 |
Chad Rosier | Remove VMOVQQQQ pseudo instruction.
|
commit | commitdiff | tree |
2011-08-20 |
Chad Rosier | With the fix in r138164: "Add <imp-def> operands to...
|
commit | commitdiff | tree |
2011-08-20 |
Chad Rosier | VMOVQQQQs pseudo instructions are only created by ARMBaseIns...
|
commit | commitdiff | tree |
2011-08-12 |
Chad Rosier | Whitespace and formatting. No functional change intended.
|
commit | commitdiff | tree |
2011-08-11 |
Chad Rosier | Typo.
|
commit | commitdiff | tree |
2011-08-09 |
Chad Rosier | Fix 80-column violations.
|
commit | commitdiff | tree |
2011-08-02 |
Chad Rosier | Update the default bug report url in autoconf.
|
commit | commitdiff | tree |
2011-07-15 |
Chad Rosier | A real testcase for r135286.
|
commit | commitdiff | tree |
2011-07-15 |
Chad Rosier | Add testcase for r135286.
|
commit | commitdiff | tree |
2011-07-15 |
Chad Rosier | Disable loop idiom recognition of memset/memcpy if...
|
commit | commitdiff | tree |
2011-07-15 |
Chad Rosier | Add new configure option, --with-bug-report-url, which...
|
commit | commitdiff | tree |
2011-07-05 |
Chad Rosier | By default mkstemp() creates a temporary file with...
|
commit | commitdiff | tree |
2011-06-29 |
Chad Rosier | Temporarily revert r134057: "Let simplify cfg simplify...
|
commit | commitdiff | tree |
2011-06-28 |
Chad Rosier | Reinstate r133516 "Remove some unnecessary uses of...
|
commit | commitdiff | tree |
2011-06-28 |
Chad Rosier | Remove warning: 'c0' may be used uninitialized in this...
|
commit | commitdiff | tree |
2011-06-27 |
Chad Rosier | Revert r133516 "Remove some unnecessary uses of c_str()."
|
commit | commitdiff | tree |
2011-06-25 |
Chad Rosier | Replace dyn_cast<> with cast<> since the cast is already...
|
commit | commitdiff | tree |
2011-06-25 |
Chad Rosier | Test case for r133858 (tail call optimize in the presence...
|
commit | commitdiff | tree |
next |