- 60309e1 Remove unused private field to suppress a build warning. by Craig Topper · 13 years ago
- be5d747 Alphabetize the function attributes. by Bill Wendling · 13 years ago
- 5bc79cc ARM: Use MCTargetAsmParser::validateTargetOperandClass(). by Jim Grosbach · 13 years ago
- fa05def Allow targets to add custom asm operand matching logic. by Jim Grosbach · 13 years ago
- b2ac7c0 Failing builds because a private class member is not being used after by Eli Bendersky · 13 years ago
- a859afa Remove this test in the meantime, since it won't pass on Atom. Atom uses lea by Eli Bendersky · 13 years ago
- 8a0329e Add virtual desctructor to FrameEntry to avoid error on delete-non-virtual-dtor by Eli Bendersky · 13 years ago
- 607acd6 Tweak check to avoid integer overflow (for insanely large alignments) by Evan Cheng · 13 years ago
- c342d9d Add a 'StringRef' version of hasAttribute. by Bill Wendling · 13 years ago
- 85df6b4 Add methods to merge an AttrBuilder into another builder. by Bill Wendling · 13 years ago
- 9c5861f Attempt to recover gdb bot after r174445. by Manman Ren · 13 years ago
- ba42625 Fix some formatting & add comments, following Eric's review by Eli Bendersky · 13 years ago
- 64754f4 Add the target-dependent (string) attributes from the AttrBuilder to the AttributeSet. by Bill Wendling · 13 years ago
- 7743232 Add missing file to CMake list by Eli Bendersky · 13 years ago
- 61b057a Test for r174446 by Eli Bendersky · 13 years ago
- 60bdc5b Initial support for DWARF CFI parsing and dumping in LLVM by Eli Bendersky · 13 years ago
- 5e215f9 Be consistent about the field name - AddressSize, not PointerSize. Add by Eli Bendersky · 13 years ago
- 0dfa8a6 Preprocess Apple llvmCore headers to reflect NDEBUG setting. <rdar://12568983> by Bob Wilson · 13 years ago
- 2a78bb9 Revert "[Support][ErrorOr] Add support for convertable types." by Andrew Trick · 13 years ago
- 8c74ecf Convert to storing the attribute's internals as enums, integers, and strings. by Bill Wendling · 13 years ago
- 2a1b60d Make sure the correct opcodes are used to SUB and ADD the stack by Eli Bendersky · 13 years ago
- 43213cf Dwarf: support for LTO where a single object file can have multiple line tables by Manman Ren · 13 years ago
- baabdec [mips] Do not use function CC_MipsN_VarArg unless the function being analyzed by Akira Hatanaka · 13 years ago
- dd3aa9e [objdump,readobj] Document the purpose and goals of each tool. by Michael J. Spencer · 13 years ago
- 39b5f12 InstCombine: Fix and simplify the inttoptr side too. by Benjamin Kramer · 13 years ago
- 07b884a Added missing newline to end of test case. by Michael Gottesman · 13 years ago
- da6bf1d Removed explicit inline as per the LLVM style guide. by Michael Gottesman · 13 years ago
- b48783b Reapply r174343, with a fix for a scary DAG combine bug where it failed to differentiate between the alignment of the by Owen Anderson · 13 years ago
- 1018fa2 InstCombine: Harden code to work with vectors of pointers and simplify it a bit. by Benjamin Kramer · 13 years ago
- 1d3d2c5 Hexagon: Use TFR_cond with cmpb.[eq,gt,gtu] to handle by Jyotsna Verma · 13 years ago
- faf601e ConstantFolding: Fix a crash when encoutering a truncating inttoptr. by Benjamin Kramer · 13 years ago
- 7d80dad Loop Vectorizer: Refactor code to compute vectorized memory instruction cost by Arnold Schwaighofer · 13 years ago
- f2c4db9 Hexagon: Add testcase for post-increment store instructions. by Jyotsna Verma · 13 years ago
- 1e45487 [SjLj Prepare] When demoting an invoke instructions to the stack, if the normal by Chad Rosier · 13 years ago
- e6dc598 Remove liveout lists from MachineRegisterInfo. by Jakob Stoklund Olesen · 13 years ago
- b45e4de Remove special-casing of return blocks for liveness. by Jakob Stoklund Olesen · 13 years ago
- baa3c50 Move MRI liveouts to AArch64 return instructions. by Jakob Stoklund Olesen · 13 years ago
- 0873bc8 Move MRI liveouts to XCore return instructions. by Jakob Stoklund Olesen · 13 years ago
- 067e5a2 Move MRI liveouts to Sparc return instructions. by Jakob Stoklund Olesen · 13 years ago
- 691c365 Hexagon: Use multiclass for absolute addressing mode stores. by Jyotsna Verma · 13 years ago
- 294014e Move MRI liveouts to MSP430 return instructions. by Jakob Stoklund Olesen · 13 years ago
- d073596 Move MRI liveouts to Mips return instructions. by Jakob Stoklund Olesen · 13 years ago
- 6ab5061 Move MRI liveouts to PowerPC return instructions. by Jakob Stoklund Olesen · 13 years ago
- f02138e Move MRI liveouts to MBlaze return instructions. by Jakob Stoklund Olesen · 13 years ago
- 87b87ad Move MRI liveouts to Hexagon return instructions. by Jakob Stoklund Olesen · 13 years ago
- fc74327 Move MRI liveouts to ARM return instructions. by Jakob Stoklund Olesen · 13 years ago
- 7088fb6 Add a test case for PR14750. by Jakob Stoklund Olesen · 13 years ago
- c3afc76 Move MRI liveouts to X86 return instructions. by Jakob Stoklund Olesen · 13 years ago
- f918d7f [MC] Bundle alignment: Invalidate relaxed fragments by Derek Schuff · 13 years ago
- a499d2b Don't use MRI liveouts in R600. by Jakob Stoklund Olesen · 13 years ago
- 0a9d1d3 Avoid using MRI::liveout_iterator for computing VRSAVEs. by Jakob Stoklund Olesen · 13 years ago
- cdb0a58 Set the deployment target for Apple llvmCore builds. <rdar://problem/12712431> by Bob Wilson · 13 years ago
- 97ebeca Format comments & clean whitespace by Eli Bendersky · 13 years ago
- cc38cad R600: Fold remaining CONST_COPY after expand pseudo inst by Tom Stellard · 13 years ago
- 29b15a3 R600: improve inputs/interpolation handling by Tom Stellard · 13 years ago
- ebc535b R600: Add tests for instruction predicates by Tom Stellard · 13 years ago
- 3ce2ec8 R600: Emit function name in the AsmPrinter by Tom Stellard · 13 years ago
- 50a44a6 R600/SI: Add patterns for fcos and fsin. by Tom Stellard · 13 years ago
- d07c2a5 Fix comments by Eli Bendersky · 13 years ago
- 4210da7 Hexagon: Add V4 compare instructions. Enable relationship mapping by Jyotsna Verma · 13 years ago
- 1b2c947 Fix comment formatting by Eli Bendersky · 13 years ago
- a693205 Fix signed-unsigned comparison warning. by Tim Northover · 13 years ago
- 2ebc580 Support: ensure proper state in ErrorOr copy ctors before calling 'get' by Meador Inge · 13 years ago
- f5b39cd Formatting. by NAKAMURA Takumi · 13 years ago
- eec44ce llvm/test/Transforms/LoopVectorize/X86/vector_ptr_load_store.ll: "-debug" requires +Asserts. by NAKAMURA Takumi · 13 years ago
- 935645b Loop Vectorizer: Handle pointer stores/loads in getWidestType() by Arnold Schwaighofer · 13 years ago
- b9e1a33 Fix remaining StringRef abuse. by Tim Northover · 13 years ago
- eb260b2 Revert r174343, "When the target-independent DAGCombiner inferred a higher alignment for a load," by NAKAMURA Takumi · 13 years ago
- b0c8996 Link .ARM.exidx with corresponding text section. by Logan Chien · 13 years ago
- e2d5590 ARM cost model: Cost for scalar integer casts and floating point conversions by Arnold Schwaighofer · 13 years ago
- dfe076a Fix formatting in AArch64 backend. by Tim Northover · 13 years ago
- 19254c4 Remove cyclic dependency in AArch64 libraries by Tim Northover · 13 years ago
- 7304702 This patch that sets the Mips ELF header flag for MicroMips architectures. by Jack Carter · 13 years ago
- 37ef65b This patch that sets the EmitAlias flag in td files by Jack Carter · 13 years ago
- a33e1fa [Support][ErrorOr] Add support for convertable types. by Michael J. Spencer · 13 years ago
- ea59f89 Add target-dependent versions of addAttribute/removeAttribute to AttrBuilder. by Bill Wendling · 13 years ago
- ca531fd Changed in comment cxx -> C++. Thanks Richard Smith!. by Michael Gottesman · 13 years ago
- 9c5b94b This patch changes a static_cast to dyn_cast for MipsELFStreamer objects. by Jack Carter · 13 years ago
- 31fb5da Construct a skeleton cu for each compile unit in the module, not just by Eric Christopher · 13 years ago
- 19c3364 Add support for testing the output of the abbrev table for the by Eric Christopher · 13 years ago
- 208cc6f Add support for emitting a stub DW_AT_GNU_dwo_id as part of the by Eric Christopher · 13 years ago
- ae510f3 Use the do-while(0) thing for this #define. by Bill Wendling · 13 years ago
- 933b851 Print error messages from MemoryBuffer::getFile() in llvm-symbolizer by Alexey Samsonov · 13 years ago
- e1b6b52 Add code to GlobalVariable.h so that global variables marked as by Michael Gottesman · 13 years ago
- 429f7ef When the target-independent DAGCombiner inferred a higher alignment for a load, by Owen Anderson · 13 years ago
- a2de37c Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_initialized. by Michael Gottesman · 13 years ago
- 91b978e [Stack Alignment] emit warning instead of a hard error by Manman Ren · 13 years ago
- f9271ea Initial cleanups of the param-attribute code in the bitcode reader/writer. by Bill Wendling · 13 years ago
- 638c63c Replace global std::string with const char[] by Alexey Samsonov · 13 years ago
- 3e1635d Hexagon: Add V4 combine instructions and some more Def Pats for V2. by Jyotsna Verma · 13 years ago
- 0d37314 Disable a couple more vector splat optimizations on PPC. by Benjamin Kramer · 13 years ago
- 42a6844 Fix some abuses of StringRef by Tim Northover · 13 years ago
- a220aeb X86: Open up some opportunities for constant folding by postponing shift lowering. by Benjamin Kramer · 13 years ago
- 9fa9251 X86: Simplify code. No functionality change. by Benjamin Kramer · 13 years ago
- 4969310 SelectionDAG: Teach FoldConstantArithmetic how to deal with vectors. by Benjamin Kramer · 13 years ago
- 17174e5 Give explicit suffix to integer constant over 32-bits. by Tim Northover · 13 years ago
- 4c40840 Enable AArch64 as a target built by default. by Tim Northover · 13 years ago
- 4f12e53 Update debugging test for change in expected metadata. by Tim Northover · 13 years ago
- b7978cf Coding standards: don't use ``inline`` when defining a function in a class by Dmitri Gribenko · 13 years ago
- 6c440fc Pass CPPFLAGS/CFLAGS/CXXFLAGS from the environment of configure to by Patrik Hagglund · 13 years ago