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 |
2010-06-14 |
Sean Hunt | Add missing include to unbreak the build. |
commit | commitdiff | tree | snapshot |
2010-06-14 |
Chris Lattner | generate better code in CheckComplexPattern |
commit | commitdiff | tree | snapshot |
2010-06-14 |
Bob Wilson | Rename functions referring to VMOV immediates to refer... |
commit | commitdiff | tree | snapshot |
2010-06-14 |
Jim Grosbach | More dbg_value cleanup so the presence of debug info... |
commit | commitdiff | tree | snapshot |
2010-06-14 |
Rafael Espindola | Don't produce output only if *all* files are unused. |
commit | commitdiff | tree | snapshot |
2010-06-14 |
Evan Cheng | - Do away with SimpleHazardRecognizer.h. It's not used... |
commit | commitdiff | tree | snapshot |
2010-06-14 |
Chris Lattner | apparently lots of dupes. |
commit | commitdiff | tree | snapshot |
2010-06-14 |
Evan Cheng | Avoid uncessary array copying. |
commit | commitdiff | tree | snapshot |
2010-06-14 |
Chris Lattner | fix a nasty bug where we were not treating available_ex... |
commit | commitdiff | tree | snapshot |
2010-06-14 |
Chris Lattner | remove old test. |
commit | commitdiff | tree | snapshot |
2010-06-14 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2010-06-14 |
Chris Lattner | jump threading can't split a critical edge from an... |
commit | commitdiff | tree | snapshot |
2010-06-14 |
Stuart Hastings | Test case for Radar 8004649. |
commit | commitdiff | tree | snapshot |
2010-06-14 |
Bob Wilson | Fix a comment typo. |
commit | commitdiff | tree | snapshot |
2010-06-14 |
Chris Lattner | fix a -Wbool-conversions warning from clang. |
commit | commitdiff | tree | snapshot |
2010-06-14 |
Chris Lattner | fix a -Wbool-conversions warning from clang. |
commit | commitdiff | tree | snapshot |
2010-06-14 |
Bob Wilson | Honor the SDKROOT setting when building llvm. |
commit | commitdiff | tree | snapshot |
2010-06-14 |
Eli Friedman | Add back some possible optimizations for va_arg, with... |
commit | commitdiff | tree | snapshot |
2010-06-14 |
Eric Christopher | Update html tutorial docs to match api changes. |
commit | commitdiff | tree | snapshot |
2010-06-14 |
Eric Christopher | Make kaleidoscope use fp add/sub/mul. |
commit | commitdiff | tree | snapshot |
2010-06-14 |
Nate Begeman | Add the last of the SemaChecking-gen code. |
commit | commitdiff | tree | snapshot |
2010-06-13 |
Benjamin Kramer | Test case for r105914. |
commit | commitdiff | tree | snapshot |
2010-06-13 |
Benjamin Kramer | SimplifyCFG: don't turn volatile stores to null/undef... |
commit | commitdiff | tree | snapshot |
2010-06-13 |
Benjamin Kramer | Let SmallVector take advantage of LiveRange's podness. |
commit | commitdiff | tree | snapshot |
2010-06-13 |
Nate Begeman | Add a helping of comments |
commit | commitdiff | tree | snapshot |
2010-06-12 |
Rafael Espindola | Merge getStoreRegOpcode and getLoadRegOpcode. |
commit | commitdiff | tree | snapshot |
2010-06-12 |
Daniel Dunbar | tests: Run macho-dump with binary unbuffered streams... |
commit | commitdiff | tree | snapshot |
next |