2013-02-07 |
Reed Kotler | Make sure we call externals from libraries properly... |
commit | commitdiff | tree | snapshot |
2013-02-07 |
Sean Silva | tblgen: Diagnose duplicate includes. |
commit | commitdiff | tree | snapshot |
2013-02-07 |
Michael Gottesman | Moved some comments due to the recent refactoring of... |
commit | commitdiff | tree | snapshot |
2013-02-07 |
Reed Kotler | Enable jumps when in -static mode. |
commit | commitdiff | tree | snapshot |
2013-02-07 |
NAKAMURA Takumi | DWARFDebugFrame.cpp: Fix formatting on i686 hosts. |
commit | commitdiff | tree | snapshot |
2013-02-07 |
Michael J.... | 80-col |
commit | commitdiff | tree | snapshot |
2013-02-07 |
Michael Ilseman | Preserve fast-math flags after reassociation and commut... |
commit | commitdiff | tree | snapshot |
2013-02-07 |
Michael Ilseman | whitespace |
commit | commitdiff | tree | snapshot |
2013-02-07 |
Michael J.... | [Object][ELF] Do the actual devirtualization. |
commit | commitdiff | tree | snapshot |
2013-02-07 |
Michael J.... | [Object][ELF] Devirtualize and simplify dynamic table... |
commit | commitdiff | tree | snapshot |
2013-02-07 |
Owen Anderson | Fix CMake detection of various cmath functions, and... |
commit | commitdiff | tree | snapshot |
2013-02-07 |
Owen Anderson | Conditionalize constant folding of math intrinsics... |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Owen Anderson | Signficantly generalize our ability to constant fold... |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Eli Bendersky | Fix typo |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Michael J.... | [Support][ErrorOr] Add support for convertable types. |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Eli Bendersky | Add a comment to the test that points to the source... |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Joe Abbey | Code Custodian (trivial whitespace cleanup) |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Eric Christopher | Clean up multiple skeleton compile units if we have... |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Eric Christopher | Remove some dead code. |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Akira Hatanaka | [mips] Make NOP a pseudo instruction and expand it... |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Eli Bendersky | Add a test for checking the current .debug_frame dumpin... |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Eli Bendersky | This is a follow-up on r174446, now taking Atom process... |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Guy Benyei | Canonicalize line endings to Linux style also when... |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Bill Wendling | Improve comment. |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Bill Schmidt | PPC calling convention cleanup. |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Tom Stellard | R600: Support for indirect addressing v4 |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Tim Northover | Implement external weak (ELF) symbols on AArch64 |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Eli Bendersky | Add some comments to new frame entries |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Tim Northover | Add AArch64 CRC32 instructions |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Tim Northover | Add icache prefetch operations to AArch64 |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Bill Wendling | Initial submission for the attribute group feature. |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Craig Topper | Remove extra blank line between closing curly brace... |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Craig Topper | Remove unused private field to suppress a build warning. |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Bill Wendling | Alphabetize the function attributes. |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Jim Grosbach | ARM: Use MCTargetAsmParser::validateTargetOperandClass(). |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Jim Grosbach | Allow targets to add custom asm operand matching logic. |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Eli Bendersky | Failing builds because a private class member is not... |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Eli Bendersky | Remove this test in the meantime, since it won't pass... |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Eli Bendersky | Add virtual desctructor to FrameEntry to avoid error... |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Evan Cheng | Tweak check to avoid integer overflow (for insanely... |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Bill Wendling | Add a 'StringRef' version of hasAttribute. |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Bill Wendling | Add methods to merge an AttrBuilder into another builder. |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Manman Ren | Attempt to recover gdb bot after r174445. |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Eli Bendersky | Fix some formatting & add comments, following Eric... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Bill Wendling | Add the target-dependent (string) attributes from the... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Eli Bendersky | Add missing file to CMake list |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Eli Bendersky | Test for r174446 |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Eli Bendersky | Initial support for DWARF CFI parsing and dumping in... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Eli Bendersky | Be consistent about the field name - AddressSize, not... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Bob Wilson | Preprocess Apple llvmCore headers to reflect NDEBUG... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Andrew Trick | Revert "[Support][ErrorOr] Add support for convertable... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Bill Wendling | Convert to storing the attribute's internals as enums... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Eli Bendersky | Make sure the correct opcodes are used to SUB and ADD... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Manman Ren | Dwarf: support for LTO where a single object file can... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Akira Hatanaka | [mips] Do not use function CC_MipsN_VarArg unless the... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Michael J.... | [objdump,readobj] Document the purpose and goals of... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Benjamin Kramer | InstCombine: Fix and simplify the inttoptr side too. |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Michael Gottesman | Added missing newline to end of test case. |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Michael Gottesman | Removed explicit inline as per the LLVM style guide. |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Owen Anderson | Reapply r174343, with a fix for a scary DAG combine... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Benjamin Kramer | InstCombine: Harden code to work with vectors of pointe... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Jyotsna Verma | Hexagon: Use TFR_cond with cmpb.[eq,gt,gtu] to handle |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Benjamin Kramer | ConstantFolding: Fix a crash when encoutering a truncat... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Arnold Schwaighofer | Loop Vectorizer: Refactor code to compute vectorized... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Jyotsna Verma | Hexagon: Add testcase for post-increment store instruct... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Chad Rosier | [SjLj Prepare] When demoting an invoke instructions... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Jakob Stoklund... | Remove liveout lists from MachineRegisterInfo. |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Jakob Stoklund... | Remove special-casing of return blocks for liveness. |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Jakob Stoklund... | Move MRI liveouts to AArch64 return instructions. |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Jakob Stoklund... | Move MRI liveouts to XCore return instructions. |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Jakob Stoklund... | Move MRI liveouts to Sparc return instructions. |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Jyotsna Verma | Hexagon: Use multiclass for absolute addressing mode... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Jakob Stoklund... | Move MRI liveouts to MSP430 return instructions. |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Jakob Stoklund... | Move MRI liveouts to Mips return instructions. |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Jakob Stoklund... | Move MRI liveouts to PowerPC return instructions. |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Jakob Stoklund... | Move MRI liveouts to MBlaze return instructions. |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Jakob Stoklund... | Move MRI liveouts to Hexagon return instructions. |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Jakob Stoklund... | Move MRI liveouts to ARM return instructions. |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Jakob Stoklund... | Add a test case for PR14750. |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Jakob Stoklund... | Move MRI liveouts to X86 return instructions. |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Derek Schuff | [MC] Bundle alignment: Invalidate relaxed fragments |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Jakob Stoklund... | Don't use MRI liveouts in R600. |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Jakob Stoklund... | Avoid using MRI::liveout_iterator for computing VRSAVEs. |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Bob Wilson | Set the deployment target for Apple llvmCore builds... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Eli Bendersky | Format comments & clean whitespace |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Tom Stellard | R600: Fold remaining CONST_COPY after expand pseudo... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Tom Stellard | R600: improve inputs/interpolation handling |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Tom Stellard | R600: Add tests for instruction predicates |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Tom Stellard | R600: Emit function name in the AsmPrinter |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Tom Stellard | R600/SI: Add patterns for fcos and fsin. |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Eli Bendersky | Fix comments |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Jyotsna Verma | Hexagon: Add V4 compare instructions. Enable relationsh... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Eli Bendersky | Fix comment formatting |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Tim Northover | Fix signed-unsigned comparison warning. |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Meador Inge | Support: ensure proper state in ErrorOr copy ctors... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
NAKAMURA Takumi | Formatting. |
commit | commitdiff | tree | snapshot |
2013-02-05 |
NAKAMURA Takumi | llvm/test/Transforms/LoopVectorize/X86/vector_ptr_load_... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Arnold Schwaighofer | Loop Vectorizer: Handle pointer stores/loads in getWide... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Tim Northover | Fix remaining StringRef abuse. |
commit | commitdiff | tree | snapshot |
2013-02-05 |
NAKAMURA Takumi | Revert r174343, "When the target-independent DAGCombine... |
commit | commitdiff | tree | snapshot |
next |