2010-06-18 |
Dan Gohman | Delete unused variables. |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dan Gohman | Eliminate unnecessary uses of getZExtValue(). |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dan Gohman | isValueValidForType can be a static member function. |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Eric Christopher | Some assorted isTwoAddress -> Constraints cleanup. |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dan Gohman | Handle execution entrypoints with non-integer return... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dan Gohman | Don't write a file named "&1". |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dan Gohman | Disable indvars on loops when LoopSimplify form is... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dan Gohman | Don't maintain a set of deleted nodes; instead, use... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Bruno Cardoso... | Add {mix,max}{ss,sd}{rr,rm} AVX forms. |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dan Gohman | Fold the ShrinkDemandedOps pass into the regular DAGCom... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Chris Lattner | improve portability to solaris 10, PR7380, patch by... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dan Gohman | Handle ext(ext(x)) -> ext(x) immediately, since it... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dan Gohman | Make this test less fragile. |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Dan Gohman | Simplify this code. |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Bruno Cardoso... | Use new tablegen resources in SSE tablegen code. This... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Bruno Cardoso... | In case Rec is a definition and not a class, do the... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Stuart Hastings | Add a DebugLoc parameter to TargetInstrInfo::InsertBran... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Dan Gohman | Minor clarification. |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Jim Grosbach | add missing break. inconsequential as the code shouldn... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Jim Grosbach | Add entries for Expanding atomic intrinsics to libcalls... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Dale Johannesen | Testcase for llvm-gcc 106225. |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Rafael Espindola | Remove arm_apcscc from the test files. It is the defaul... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Douglas Gregor | Allow absolute paths in LLVM_TARGET_DEFINITIONS for... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Nate Begeman | Modify tablegen to support generating all NEON code... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Jim Grosbach | Thumb1 and any pre-v6 ARM target should use the libcall... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Jim Grosbach | ISD::MEMBARRIER should lower to a libcall (__sync_synch... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Bruno Cardoso... | Fix the handling of !if result, avoiding null results... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Jim Grosbach | simplify code a bit and add a more explanatory assert... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Jason Molenda | Add the entire range of DW_OP_lit[0..31], DW_OP_reg... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Eric Christopher | Hack to let the move lowering handle dynamic-no-pic... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Eric Christopher | Update comment. |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Bruno Cardoso... | For a tablegen expression such as !if(a,b,c), let 'a' |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Sean Hunt | Fix the typo in my previous one-line commit. |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Sean Hunt | Make sure CMake can build the files added by my previou... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Sean Hunt | Add preliminary clang attribute generation support. |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Jim Grosbach | format and 80-column cleanup |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Bruno Cardoso... | let the '!eq' expression support 'int' and 'bit' types |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Jim Grosbach | remove trailing whitespace |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Douglas Gregor | Revert r106117, which was the result of me misreading... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Jakob Stoklund... | Don't attempt preserving conservative kill flags. We... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Bob Wilson | Remove the hidden "neon-reg-sequence" option. The... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Eric Christopher | In progress on 32-bit addends. |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Jakob Stoklund... | Allow a register to be redefined multiple times in... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Jim Grosbach | A few more places where SCEVExpander bits need to skip... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Jim Grosbach | modify so the test doesn't drop an output file in the... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Daniel Dunbar | MC/Mach-O: Rewrite atom association to be a final pass... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Daniel Dunbar | MC: Simplify MCAssembler::isSymbolLinkerVisible to... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Daniel Dunbar | MC: Lift SwitchSection() and Finish() into MCObjectStre... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Daniel Dunbar | MC: Factor out an MCObjectStreamer class, which will... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Devang Patel | Be specific. Use FileCheck. |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Rafael Espindola | Make sure that simplify libcalls does not replace a... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Jim Grosbach | add FIXME |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Devang Patel | This requires more investigation. Unblock buildbots... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Devang Patel | Update test to explicitly capture llc output. |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Bill Wendling | Improve comment to include that the use of a preg is... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Douglas Gregor | Eliminate a redundant "typename" keyword |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Benjamin Kramer | TODO-- |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Benjamin Kramer | simplify-libcalls: fold strncmp(x, y, 1) -> memcmp... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Evan Cheng | Make post-ra scheduling, anti-dep breaking, and registe... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Devang Patel | Check function pointer first, before comparing function... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Devang Patel | Use separate named MDNode to hold each function's local... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Eric Christopher | Don't emit the linkage for initializer label for mach... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Eric Christopher | Fix indentation. |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Bill Wendling | Create a more targeted fix for not sinking instructions... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Eric Christopher | For 32-bit non-pic tlv mach-o addressing we don't need... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Stuart Hastings | Added a comment. |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Eric Christopher | Some more work on mach-o TLV relocations. |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Dale Johannesen | Add file missing from previous commit. |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Bob Wilson | Fix 80col violations, remove trailing whitespace, and... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Rafael Espindola | Update test to match recent llvm-gcc change. |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Nate Begeman | Make VC++ happy |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Dale Johannesen | Next round of tail call changes. Register used in... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Jakob Stoklund... | Remove the local register allocator. |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Dale Johannesen | Reapply 105986 with fix for bug pointed out by Jakob: |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Chris Lattner | fix PR7380: use 'test' instead of shell builtins. ... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Benjamin Kramer | simplify-libcalls: fold strstr(a, b) == a -> strncmp... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Rafael Espindola | Set the mtriple in some tests so that they use AAPCS. |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Mon P Wang | Fixed vector widening of binary instructions that can... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Daniel Dunbar | fpcmp: Fix bug where fpcmp wouldn't early exit when... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Daniel Dunbar | fpcmp: Fix a possible infinite loop when comparing... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Chris Lattner | fix fastisel to handle GS and FS relative pointers... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Bob Wilson | Add basic support for NEON modified immediates besides... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Rafael Espindola | Remove the arm_aapcscc marker from the tests. It is... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Chris Lattner | disable SmallVectorImpl's copy constructor. This preve... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Bob Wilson | IfConversion's AnalyzeBlocks method always returns... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Jim Grosbach | fix naming |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Jakob Stoklund... | Fix an exotic bug that only showed up in an internal... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Bob Wilson | Fix a comment typo. |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Daniel Dunbar | Remove stray semi-colon. |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Bob Wilson | Add some missing checks for the case where the extract_... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Jakob Stoklund... | Avoid processing early clobbers twice in RegAllocFast. |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Jakob Stoklund... | Add CoalescerPair helper class. |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Daniel Dunbar | Add <cstddef> include to get ptrdiff_t, for gcc-4.6... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Bob Wilson | Generalize the pre-coalescing of extract_subregs feedin... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Bob Wilson | VMOVQQ and VMOVQQQQ are pseudo instructions and not... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Dale Johannesen | Revert 105986; looks like I'd better try bootstrapping. |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Ted Kremenek | Update CMake build. |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Dale Johannesen | The form of BuildMI used for TAILJMPr was changing... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Jim Grosbach | Make sure to skip dbg_value instructions when finding... |
commit | commitdiff | tree | snapshot |
next |