| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add a test showing how the Leh_func_endN symbol is used. | Rafael Espindola | 2012-01-14 | 1 | -0/+27 | |
| | | | | | llvm-svn: 148161 | |||||
| * | Remove previous commit while I debug the bot failures. | Rafael Espindola | 2012-01-13 | 1 | -0/+3 | |
| | | | | | llvm-svn: 148156 | |||||
| * | Use RegisterTuples to generate pseudo-registers. | Jakob Stoklund Olesen | 2012-01-13 | 4 | -45/+51 | |
| | | | | | | | | | | | The QQ and QQQQ registers are not 'real', they are pseudo-registers used to model some vld and vst instructions. This makes the call clobber lists longer, but I intend to get rid of those soon. llvm-svn: 148151 | |||||
| * | Remove label that is not used anymore. | Rafael Espindola | 2012-01-13 | 1 | -3/+0 | |
| | | | | | llvm-svn: 148150 | |||||
| * | Speculatively revert r148132+r148133 to try and fix a buildbot failure. | Eli Friedman | 2012-01-13 | 1 | -166/+115 | |
| | | | | | llvm-svn: 148149 | |||||
| * | Skip the NAME field when forming tuples. | Jakob Stoklund Olesen | 2012-01-13 | 1 | -0/+3 | |
| | | | | | llvm-svn: 148147 | |||||
| * | Remove pointless mode line in .cpp file. | Andrew Trick | 2012-01-13 | 1 | -1/+1 | |
| | | | | | llvm-svn: 148143 | |||||
| * | Try to clarify a little how exception handling works. | Duncan Sands | 2012-01-13 | 1 | -4/+8 | |
| | | | | | llvm-svn: 148136 | |||||
| * | Revert r148131, it was committed before it was ready. | Devang Patel | 2012-01-13 | 1 | -46/+40 | |
| | | | | | llvm-svn: 148134 | |||||
| * | Cosmetic patch for r148132. | Stepan Dyatkovskiy | 2012-01-13 | 1 | -13/+1 | |
| | | | | | llvm-svn: 148133 | |||||
| * | LoopUnswitch: All helper data that is collected during loop-unswitch ↵ | Stepan Dyatkovskiy | 2012-01-13 | 1 | -112/+175 | |
| | | | | | | | iterations was moved to separated class (LUAnalysisCache). llvm-svn: 148132 | |||||
| * | Refactor. | Devang Patel | 2012-01-13 | 1 | -40/+46 | |
| | | | | | llvm-svn: 148131 | |||||
| * | Add new test. | Devang Patel | 2012-01-13 | 1 | -0/+10 | |
| | | | | | llvm-svn: 148128 | |||||
| * | Fixed comment. Thanks Duncan! | Pete Cooper | 2012-01-13 | 1 | -1/+1 | |
| | | | | | llvm-svn: 148123 | |||||
| * | Convert SHUFPD with the same register for both sources to PSHUFD if it would ↵ | Craig Topper | 2012-01-13 | 2 | -1/+20 | |
| | | | | | | | prevent a register copy. Similar to SHUFPS, but requires the mask to be converted. llvm-svn: 148112 | |||||
| * | use v8i32 as optimal mem type over v8f32 if AVX2 is enabled. Similar to SSE2 ↵ | Craig Topper | 2012-01-13 | 1 | -3/+6 | |
| | | | | | | | vs SSE1. llvm-svn: 148109 | |||||
| * | Make X86 instruction selection use 256-bit VPXOR for build_vector of all ↵ | Craig Topper | 2012-01-13 | 4 | -37/+62 | |
| | | | | | | | ones if AVX2 is enabled. This gives the ExeDepsFix pass a chance to choose FP vs int as appropriate. Also use v8i32 as the type for getZeroVector if AVX2 is enabled. This is consistent with SSE2 using prefering v4i32. llvm-svn: 148108 | |||||
| * | test/CodeGen/ARM/test-sharedidx.ll: Fix for -Asserts. | NAKAMURA Takumi | 2012-01-13 | 1 | -0/+1 | |
| | | | | | llvm-svn: 148107 | |||||
| * | Add patterns for v16i16 and v32i8 immAllZerosV to select VPXOR to match ↵ | Craig Topper | 2012-01-13 | 2 | -1/+9 | |
| | | | | | | | v4i64 and v8i32. llvm-svn: 148106 | |||||
| * | Added the MachineSchedulerPass skeleton. | Andrew Trick | 2012-01-13 | 9 | -1/+259 | |
| | | | | | llvm-svn: 148105 | |||||
| * | whitespace | Andrew Trick | 2012-01-13 | 1 | -3/+3 | |
| | | | | | llvm-svn: 148104 | |||||
| * | wrong filename | Andrew Trick | 2012-01-13 | 1 | -1/+1 | |
| | | | | | llvm-svn: 148103 | |||||
| * | 80-col violation | Andrew Trick | 2012-01-13 | 1 | -3/+3 | |
| | | | | | llvm-svn: 148102 | |||||
| * | Use 8i32 constant pool entry for converting AVX2_SETALLONES. Possibly fixes ↵ | Craig Topper | 2012-01-13 | 1 | -0/+2 | |
| | | | | | | | PR11750. llvm-svn: 148101 | |||||
| * | Fix typo in PerformAddCombine that caused any vector type to be checked for ↵ | Craig Topper | 2012-01-13 | 1 | -1/+1 | |
| | | | | | | | horizontal add/sub if AVX2 is enabled. This caused an assert to fail for non 128/256-bit vectors when done before type legalizing. Fixes PR11749. llvm-svn: 148096 | |||||
| * | Delete CodeInit and CodeRecTy from TableGen. | Jakob Stoklund Olesen | 2012-01-13 | 5 | -124/+7 | |
| | | | | | | | | The code type was always identical to a string anyway. Now it is simply a synonym. The code literal syntax [{...}] is still valid. llvm-svn: 148092 | |||||
| * | Use uniqued StringInit pointers for lookups. | Jakob Stoklund Olesen | 2012-01-13 | 3 | -31/+22 | |
| | | | | | | | | This avoids a gazillion StringMap and dynamic_cast calls, making TableGen run 3x faster. llvm-svn: 148091 | |||||
| * | DAGCombine's logic for forming pre- and post- indexed loads / stores were being | Evan Cheng | 2012-01-13 | 3 | -13/+143 | |
| | | | | | | | | | | | | | | | | | overly conservative. It was concerned about cases where it would prohibit folding simple [r, c] addressing modes. e.g. ldr r0, [r2] ldr r1, [r2, #4] => ldr r0, [r2], #4 ldr r1, [r2] Change the logic to look for such cases which allows it to form indexed memory ops more aggressively. rdar://10674430 llvm-svn: 148086 | |||||
| * | Fix off-by-one error. | Bill Wendling | 2012-01-13 | 1 | -1/+1 | |
| | | | | | llvm-svn: 148077 | |||||
| * | Implement proper ObjC ARC objc_retainBlock "escape" analysis, so that | Dan Gohman | 2012-01-13 | 3 | -47/+218 | |
| | | | | | | | | | the optimizer doesn't eliminate objc_retainBlock calls which are needed for their side effect of copying blocks onto the heap. This implements rdar://10361249. llvm-svn: 148076 | |||||
| * | Added MVT::v2f16 | Pete Cooper | 2012-01-12 | 4 | -20/+31 | |
| | | | | | llvm-svn: 148067 | |||||
| * | Revert accidental commit. | Bill Wendling | 2012-01-12 | 2 | -202/+0 | |
| | | | | | llvm-svn: 148065 | |||||
| * | Fix the code that was WRONG. | Bill Wendling | 2012-01-12 | 3 | -13/+208 | |
| | | | | | | | | The registers are placed into the saved registers list in the reverse order, which is why the original loop was written to loop backwards. llvm-svn: 148064 | |||||
| * | Added FPOW, FEXP, FLOG to PromoteNode so that custom actions can be set to ↵ | Pete Cooper | 2012-01-12 | 1 | -0/+18 | |
| | | | | | | | | | Promote for those operations. Sorry, no test case yet llvm-svn: 148050 | |||||
| * | Fixed a bug in LowerVECTOR_SHUFFLE caused assertion failure | Elena Demikhovsky | 2012-01-12 | 2 | -2/+14 | |
| | | | | | | | | lc: X86ISelLowering.cpp:6480: llvm::SDValue llvm::X86TargetLowering::LowerVECTOR_SHUFFLE(llvm::SDValue, llvm::SelectionDAG&) const: Assertion `V1.getOpcode() != ISD::UNDEF&& "Op 1 of shuffle should not be undef"' failed. Added a test. llvm-svn: 148044 | |||||
| * | When hoisting common code, watch out for uses which are marked "kill". If the | Evan Cheng | 2012-01-12 | 1 | -0/+5 | |
| | | | | | | | | | | | | killed registers are needed below the insertion point, then unset the kill marker. Sorry I'm not able to find a reduced test case. rdar://10660944 llvm-svn: 148043 | |||||
| * | Add error-reporting tests for platforms that don't support segmented stacks. | Rafael Espindola | 2012-01-12 | 1 | -0/+11 | |
| | | | | | | | Patch by Brian Anderson. llvm-svn: 148042 | |||||
| * | Support segmented stacks on 64-bit FreeBSD. | Rafael Espindola | 2012-01-12 | 2 | -2/+60 | |
| | | | | | | | | This patch uses tcb_spare field in the tcb structure to store info. Patch by Jyun-Yan You. llvm-svn: 148041 | |||||
| * | Support segmented stacks on win32. | Rafael Espindola | 2012-01-12 | 2 | -7/+67 | |
| | | | | | | | | Uses the pvArbitrary slot of the TIB, which is reserved for applications. We only support frames with a static size. llvm-svn: 148040 | |||||
| * | Remove test case, as Chris suggested. | Devang Patel | 2012-01-12 | 1 | -23/+0 | |
| | | | | | llvm-svn: 148039 | |||||
| * | Add test case to check intel syntax parsing. | Devang Patel | 2012-01-12 | 1 | -0/+23 | |
| | | | | | llvm-svn: 148034 | |||||
| * | Allow targets to select source order pre-RA scheduler. | Evan Cheng | 2012-01-12 | 2 | -1/+3 | |
| | | | | | llvm-svn: 148033 | |||||
| * | Rename X86ATTAsmParser -> X86AsmParser | Devang Patel | 2012-01-12 | 2 | -19/+18 | |
| | | | | | | | We are using one parser to parse att as well as intel style syntax. llvm-svn: 148032 | |||||
| * | Make SplitAnalysis::UseSlots private. | Jakob Stoklund Olesen | 2012-01-12 | 2 | -6/+10 | |
| | | | | | llvm-svn: 148031 | |||||
| * | After Jakob's r147938 exception handling on i386 was completely broken. | Benjamin Kramer | 2012-01-12 | 1 | -0/+7 | |
| | | | | | | | | | | Restore the (obviously wrong) behavior from before r147938 without relying on undefined behavior. Add a fat FIXME note. This should fix nightly tester failures. llvm-svn: 148030 | |||||
| * | Fix a bug in the AVX 256-bit shuffle code in cases where the splat element ↵ | Nadav Rotem | 2012-01-12 | 2 | -1/+13 | |
| | | | | | | | | | is on the boundary of two 128-bit vectors. The attached testcase was stuck in an endless loop. llvm-svn: 148027 | |||||
| * | X86: Generalize the x << (y & const) optimization to also catch masks with ↵ | Benjamin Kramer | 2012-01-12 | 2 | -24/+40 | |
| | | | | | | | more set bits set than 31 or 63. llvm-svn: 148024 | |||||
| * | Move Sched::Preference out of TargetMachine.h where it is not referenced. | Evan Cheng | 2012-01-12 | 3 | -10/+10 | |
| | | | | | llvm-svn: 148014 | |||||
| * | Add predicate method check match memory operand size, if available. | Devang Patel | 2012-01-12 | 2 | -17/+96 | |
| | | | | | | | In att style asm syntax memory operand size is derived from suffix attached with mnemonic. In intel style asm syntax it is part of memory operand hence predicate method check is required to select appropriate instruction. llvm-svn: 148006 | |||||
| * | A DenseMap of a std::map isn't a very good idea because the "grow()" method will | Bill Wendling | 2012-01-12 | 1 | -2/+2 | |
| | | | | | | | | need to make a deep copy of each of the std::maps. Use a std::map of the std::map instead. This improves the compile time of sqlite3 by ~2%. llvm-svn: 148003 | |||||

