- 19c3364 Add support for testing the output of the abbrev table for the by Eric Christopher · 12 years ago
- 208cc6f Add support for emitting a stub DW_AT_GNU_dwo_id as part of the by Eric Christopher · 12 years ago
- ae510f3 Use the do-while(0) thing for this #define. by Bill Wendling · 12 years ago
- 933b851 Print error messages from MemoryBuffer::getFile() in llvm-symbolizer by Alexey Samsonov · 12 years ago
- e1b6b52 Add code to GlobalVariable.h so that global variables marked as by Michael Gottesman · 12 years ago
- 429f7ef When the target-independent DAGCombiner inferred a higher alignment for a load, by Owen Anderson · 12 years ago
- a2de37c Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_initialized. by Michael Gottesman · 12 years ago
- 91b978e [Stack Alignment] emit warning instead of a hard error by Manman Ren · 12 years ago
- f9271ea Initial cleanups of the param-attribute code in the bitcode reader/writer. by Bill Wendling · 12 years ago
- 638c63c Replace global std::string with const char[] by Alexey Samsonov · 12 years ago
- 3e1635d Hexagon: Add V4 combine instructions and some more Def Pats for V2. by Jyotsna Verma · 12 years ago
- 0d37314 Disable a couple more vector splat optimizations on PPC. by Benjamin Kramer · 12 years ago
- 42a6844 Fix some abuses of StringRef by Tim Northover · 12 years ago
- a220aeb X86: Open up some opportunities for constant folding by postponing shift lowering. by Benjamin Kramer · 12 years ago
- 9fa9251 X86: Simplify code. No functionality change. by Benjamin Kramer · 12 years ago
- 4969310 SelectionDAG: Teach FoldConstantArithmetic how to deal with vectors. by Benjamin Kramer · 12 years ago
- 17174e5 Give explicit suffix to integer constant over 32-bits. by Tim Northover · 12 years ago
- 4c40840 Enable AArch64 as a target built by default. by Tim Northover · 12 years ago
- 4f12e53 Update debugging test for change in expected metadata. by Tim Northover · 12 years ago
- b7978cf Coding standards: don't use ``inline`` when defining a function in a class by Dmitri Gribenko · 12 years ago
- 6c440fc Pass CPPFLAGS/CFLAGS/CXXFLAGS from the environment of configure to by Patrik Hagglund · 12 years ago
- 9c02a27 More MSan/ASan annotations. by Evgeniy Stepanov · 12 years ago
- f839eed [DebugInfo] remove more node indirection (this time from the subprogram's variable lists) by David Blaikie · 12 years ago
- a9b1317 PR15149: crash when printing debug info metadata containing an invalid language spec by David Blaikie · 12 years ago
- 6c355ee Removed reference to LLVM as a project (since in LangRef it is used solely as a reference to the IR). Thanks silvas! by Michael Gottesman · 12 years ago
- a7ad848 ARM cost model: Penalize insertelement into D subregisters by Arnold Schwaighofer · 12 years ago
- 4b5dbaa Turn off uninitialized-use warnings for gcc in cmake build by Edwin Vane · 12 years ago
- 87b1a45 PPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add checking range in CPUDirectives[]. by NAKAMURA Takumi · 12 years ago
- b516e9b PPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add possible elements in CPUDirectives[]. by NAKAMURA Takumi · 12 years ago
- af2f494 Added instance variable/initializers/getter/setters for new keyword externally initialized to GlobalVariable. No *TRUE* functionality change. by Michael Gottesman · 12 years ago
- f841064 Recognize aarch64 for --enable-targets as advertised. by Joerg Sonnenberger · 12 years ago
- cc00cc7 use GEP::accumulateConstantOffset() to replace custom written code to compute GEP offset by Nuno Lopes · 12 years ago
- 0f76e64 [Object][Archive] Improve performance. by Michael J. Spencer · 12 years ago
- d9d2f18 [Support] Add LLVM_IS_UNALIGNED_ACCESS_FAST. by Michael J. Spencer · 12 years ago
- fa987f0 Added new Global Variable marker ``externally_initialized'' to LangRef. by Michael Gottesman · 12 years ago
- 4283499 Added clarification paragraph to LangRef's documentation of by Michael Gottesman · 12 years ago
- a8eefc7 Remove the (apparently) unnecessary debug info metadata indirection. by David Blaikie · 12 years ago
- 63f3312 Start static relocation implementation for mips16. by Reed Kotler · 12 years ago
- a0bbe40 Removing ssp and uwtable from the testcase by Manman Ren · 12 years ago
- fca0ed2 Remove AttrBuilder::Raw(). by Bill Wendling · 12 years ago
- bdcbccc Use the AttributeSet's iterators. by Bill Wendling · 12 years ago
- fb10b25 Revert accidental commit (ran svn commit from wrong directory). by Nick Lewycky · 12 years ago
- 214a566 This patch makes "&Cls::purevfn" not an odr use. This isn't what the standard by Nick Lewycky · 12 years ago
- 98b93e5 rdar://13126763 by Shuxin Yang · 12 years ago
- 7650d9b Correct indentation for dumping LexicalScope. by Manman Ren · 12 years ago
- 945e828 [Dwarf] avoid emitting multiple AT_const_value for static memebers. by Manman Ren · 12 years ago
- dbc86b9 Add notes about future PowerPC features by Bill Schmidt · 12 years ago
- cdc3b74 LLVM enablement for some older PowerPC CPUs by Bill Schmidt · 12 years ago
- 5a4041e Change the AttributeImpl to hold a single Constant* for the values. by Bill Wendling · 12 years ago
- 83474ee This patch aims to improve compile time performance by increasing by Preston Gurd · 12 years ago
- 03fce70 Add a testcase for some past-the-end address subtleties. by Dan Gohman · 12 years ago
- 693c37a Two changes relevant to LEA and x32: by David Sehr · 12 years ago
- 5882e56 Fix errant fallthrough in the generation of the lifetime markers. by Nadav Rotem · 12 years ago
- 9f285c6 Fix misplaced 'break'. by Jim Grosbach · 12 years ago
- 5fb7947 Use a continue to simplify loop and reduce indentation. No functional change. by Chad Rosier · 12 years ago
- 03b3771 Hexagon: Test case to confirm generation of indexed loads with zero offset. by Jyotsna Verma · 12 years ago
- 924223c Replace LDriu*[bhdw]_indexed_V4 instructions with "def Pats". by Jyotsna Verma · 12 years ago
- 05f52ec Add appropriate TSFlags to the instructions that must be always extended. by Jyotsna Verma · 12 years ago
- d9f32c2 InstSimplify: stripAndComputeConstantOffsets can be called with vectors of pointers too. by Benjamin Kramer · 12 years ago
- 84d3239 Remove currently unused register decoder from AArch64. by Tim Northover · 12 years ago
- 7bc8414 Add explicit triples to AArch64 tests by Tim Northover · 12 years ago
- 36146af Revert r174152. The shift amount may overflow and in that case this transformation is illegal. by Nadav Rotem · 12 years ago
- d5eb1cb Optimize shift lefts of a constant by a value plus constant into a single shift. by Nadav Rotem · 12 years ago
- f1f57c5 [docs] Fixup fallout from other grammar fixup. by Sean Silva · 12 years ago
- de4b0a0 [docs] Add missing colon to TableGen grammar. by Sean Silva · 12 years ago
- d9a4f0c MachineModel: Inconsequential TableGen SubtargetEmitter fix. by Andrew Trick · 12 years ago
- 7beee28 Remove some dead code, improve some asserts, and other assorted changes. No functionality change. by Bill Wendling · 12 years ago
- 901261d Add a comment explaining an unavailable optimization. by Dan Gohman · 12 years ago
- f715dbd Remove one of the odious 'Raw' methods. by Bill Wendling · 12 years ago
- 30d2c76 Use iterators instead of relying upon a bitmask of attributes to remove attributes from an AttrBuilder. by Bill Wendling · 12 years ago
- fdd1eaf Rewrite instsimplify's handling if icmp on pointer values to remove the by Dan Gohman · 12 years ago
- 3529d1a Fix another typo in the classof definitions that doesn't (currently) by Chandler Carruth · 12 years ago
- 16c4b3c Add iterators to the AttributeSet class so that we can access the Attributes in a nice way. by Bill Wendling · 12 years ago
- ac08785 An alloca can be equal to an argument. It can't *alias* an alloca, but it could by Dan Gohman · 12 years ago
- 27aaced Switch the code added in r173885 to use the new, shiny RTTI by Chandler Carruth · 12 years ago
- 2d4fd7e Fix a think-o in the condition here. =[ I would commit the test that by Chandler Carruth · 12 years ago
- 39da078 s/AttrBuilder::addAttributes/AttrBuilder::addAttribute/g because that's more descriptive of what it actually is. by Bill Wendling · 12 years ago
- 03c2097 Fix a copy/paste-o that got missed because 'check' doesn't build lto. by Chandler Carruth · 12 years ago
- 5da3665 Give the MCStreamer class hierarchy LLVM RTTI facilities for use with by Chandler Carruth · 12 years ago
- 169d527 Remove the AttrBuilder form of the Attribute::get creators. by Bill Wendling · 12 years ago
- 68cbd91 Regenerate configure to hopefully fix buildbot breakage. Oh how I love autoconf. by Richard Smith · 12 years ago
- 1f560aa Update AMDGPURegisterInfo::eliminateFrameIndex() corresponding to r174083. by NAKAMURA Takumi · 12 years ago
- 1983f54 Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warning by Richard Smith · 12 years ago
- ac1b2e5 [lit] Add a test for internal shell execution behaviors. by Daniel Dunbar · 12 years ago
- a80ae9c [lit] Change to raise InternalShellError for all command execution issues. by Daniel Dunbar · 12 years ago
- 43d8363 Document another instsimplify assumption. by Dan Gohman · 12 years ago
- 4bdf989 R600: Fold clamp, neg, abs by Tom Stellard · 12 years ago
- cacbcb0 R600: Consider bitcast when folding const_address node. by Tom Stellard · 12 years ago
- 44ddc36 R600: Make store_dummy intrinsic more general by passing export type by Tom Stellard · 12 years ago
- a6d8e19 Remove unused variable, which should have been removed with r174083. by Chad Rosier · 12 years ago
- 16d1a6b Linker: correctly link in dbg.declare by Manman Ren · 12 years ago
- 14292a6 Add support for emitting a string attribute. by Bill Wendling · 12 years ago
- b62fb4b [lit] Fix bug where InternalShellError messages were discarded. by Daniel Dunbar · 12 years ago
- 3ab115c Add braces, so my head doesn't explode. by Chad Rosier · 12 years ago
- 63a08e0 [lit] Fix a shell parsing bug with ';' not separated by whitespace. by Daniel Dunbar · 12 years ago
- a9da5c5 Update AArch64 backend to changed eliminateFrameIndex interface. by Tim Northover · 12 years ago
- 2d95e43 When lowering memcpys to loads and stores, make sure we don't promote alignments by Lang Hames · 12 years ago
- 8b15d74 [Dwarf] early exit to avoid creating dangling DIEs by Manman Ren · 12 years ago
- 108fb32 [PEI] Pass the frame index operand number to the eliminateFrameIndex function. by Chad Rosier · 12 years ago
- cce07c9 interpreter: Fix errant fallthrough. by Jim Grosbach · 12 years ago