- 87b1a45 PPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add checking range in CPUDirectives[]. by NAKAMURA Takumi · 13 years ago
- b516e9b PPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add possible elements in CPUDirectives[]. by NAKAMURA Takumi · 13 years ago
- af2f494 Added instance variable/initializers/getter/setters for new keyword externally initialized to GlobalVariable. No *TRUE* functionality change. by Michael Gottesman · 13 years ago
- f841064 Recognize aarch64 for --enable-targets as advertised. by Joerg Sonnenberger · 13 years ago
- cc00cc7 use GEP::accumulateConstantOffset() to replace custom written code to compute GEP offset by Nuno Lopes · 13 years ago
- 0f76e64 [Object][Archive] Improve performance. by Michael J. Spencer · 13 years ago
- d9d2f18 [Support] Add LLVM_IS_UNALIGNED_ACCESS_FAST. by Michael J. Spencer · 13 years ago
- fa987f0 Added new Global Variable marker ``externally_initialized'' to LangRef. by Michael Gottesman · 13 years ago
- 4283499 Added clarification paragraph to LangRef's documentation of by Michael Gottesman · 13 years ago
- a8eefc7 Remove the (apparently) unnecessary debug info metadata indirection. by David Blaikie · 13 years ago
- 63f3312 Start static relocation implementation for mips16. by Reed Kotler · 13 years ago
- a0bbe40 Removing ssp and uwtable from the testcase by Manman Ren · 13 years ago
- fca0ed2 Remove AttrBuilder::Raw(). by Bill Wendling · 13 years ago
- bdcbccc Use the AttributeSet's iterators. by Bill Wendling · 13 years ago
- fb10b25 Revert accidental commit (ran svn commit from wrong directory). by Nick Lewycky · 13 years ago
- 214a566 This patch makes "&Cls::purevfn" not an odr use. This isn't what the standard by Nick Lewycky · 13 years ago
- 98b93e5 rdar://13126763 by Shuxin Yang · 13 years ago
- 7650d9b Correct indentation for dumping LexicalScope. by Manman Ren · 13 years ago
- 945e828 [Dwarf] avoid emitting multiple AT_const_value for static memebers. by Manman Ren · 13 years ago
- dbc86b9 Add notes about future PowerPC features by Bill Schmidt · 13 years ago
- cdc3b74 LLVM enablement for some older PowerPC CPUs by Bill Schmidt · 13 years ago
- 5a4041e Change the AttributeImpl to hold a single Constant* for the values. by Bill Wendling · 13 years ago
- 83474ee This patch aims to improve compile time performance by increasing by Preston Gurd · 13 years ago
- 03fce70 Add a testcase for some past-the-end address subtleties. by Dan Gohman · 13 years ago
- 693c37a Two changes relevant to LEA and x32: by David Sehr · 13 years ago
- 5882e56 Fix errant fallthrough in the generation of the lifetime markers. by Nadav Rotem · 13 years ago
- 9f285c6 Fix misplaced 'break'. by Jim Grosbach · 13 years ago
- 5fb7947 Use a continue to simplify loop and reduce indentation. No functional change. by Chad Rosier · 13 years ago
- 03b3771 Hexagon: Test case to confirm generation of indexed loads with zero offset. by Jyotsna Verma · 13 years ago
- 924223c Replace LDriu*[bhdw]_indexed_V4 instructions with "def Pats". by Jyotsna Verma · 13 years ago
- 05f52ec Add appropriate TSFlags to the instructions that must be always extended. by Jyotsna Verma · 13 years ago
- d9f32c2 InstSimplify: stripAndComputeConstantOffsets can be called with vectors of pointers too. by Benjamin Kramer · 13 years ago
- 84d3239 Remove currently unused register decoder from AArch64. by Tim Northover · 13 years ago
- 7bc8414 Add explicit triples to AArch64 tests by Tim Northover · 13 years ago
- 36146af Revert r174152. The shift amount may overflow and in that case this transformation is illegal. by Nadav Rotem · 13 years ago
- d5eb1cb Optimize shift lefts of a constant by a value plus constant into a single shift. by Nadav Rotem · 13 years ago
- f1f57c5 [docs] Fixup fallout from other grammar fixup. by Sean Silva · 13 years ago
- de4b0a0 [docs] Add missing colon to TableGen grammar. by Sean Silva · 13 years ago
- d9a4f0c MachineModel: Inconsequential TableGen SubtargetEmitter fix. by Andrew Trick · 13 years ago
- 7beee28 Remove some dead code, improve some asserts, and other assorted changes. No functionality change. by Bill Wendling · 13 years ago
- 901261d Add a comment explaining an unavailable optimization. by Dan Gohman · 13 years ago
- f715dbd Remove one of the odious 'Raw' methods. by Bill Wendling · 13 years ago
- 30d2c76 Use iterators instead of relying upon a bitmask of attributes to remove attributes from an AttrBuilder. by Bill Wendling · 13 years ago
- fdd1eaf Rewrite instsimplify's handling if icmp on pointer values to remove the by Dan Gohman · 13 years ago
- 3529d1a Fix another typo in the classof definitions that doesn't (currently) by Chandler Carruth · 13 years ago
- 16c4b3c Add iterators to the AttributeSet class so that we can access the Attributes in a nice way. by Bill Wendling · 13 years ago
- ac08785 An alloca can be equal to an argument. It can't *alias* an alloca, but it could by Dan Gohman · 13 years ago
- 27aaced Switch the code added in r173885 to use the new, shiny RTTI by Chandler Carruth · 13 years ago
- 2d4fd7e Fix a think-o in the condition here. =[ I would commit the test that by Chandler Carruth · 13 years ago
- 39da078 s/AttrBuilder::addAttributes/AttrBuilder::addAttribute/g because that's more descriptive of what it actually is. by Bill Wendling · 13 years ago
- 03c2097 Fix a copy/paste-o that got missed because 'check' doesn't build lto. by Chandler Carruth · 13 years ago
- 5da3665 Give the MCStreamer class hierarchy LLVM RTTI facilities for use with by Chandler Carruth · 13 years ago
- 169d527 Remove the AttrBuilder form of the Attribute::get creators. by Bill Wendling · 13 years ago
- 68cbd91 Regenerate configure to hopefully fix buildbot breakage. Oh how I love autoconf. by Richard Smith · 13 years ago
- 1f560aa Update AMDGPURegisterInfo::eliminateFrameIndex() corresponding to r174083. by NAKAMURA Takumi · 13 years ago
- 1983f54 Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warning by Richard Smith · 13 years ago
- ac1b2e5 [lit] Add a test for internal shell execution behaviors. by Daniel Dunbar · 13 years ago
- a80ae9c [lit] Change to raise InternalShellError for all command execution issues. by Daniel Dunbar · 13 years ago
- 43d8363 Document another instsimplify assumption. by Dan Gohman · 13 years ago
- 4bdf989 R600: Fold clamp, neg, abs by Tom Stellard · 13 years ago
- cacbcb0 R600: Consider bitcast when folding const_address node. by Tom Stellard · 13 years ago
- 44ddc36 R600: Make store_dummy intrinsic more general by passing export type by Tom Stellard · 13 years ago
- a6d8e19 Remove unused variable, which should have been removed with r174083. by Chad Rosier · 13 years ago
- 16d1a6b Linker: correctly link in dbg.declare by Manman Ren · 13 years ago
- 14292a6 Add support for emitting a string attribute. by Bill Wendling · 13 years ago
- b62fb4b [lit] Fix bug where InternalShellError messages were discarded. by Daniel Dunbar · 13 years ago
- 3ab115c Add braces, so my head doesn't explode. by Chad Rosier · 13 years ago
- 63a08e0 [lit] Fix a shell parsing bug with ';' not separated by whitespace. by Daniel Dunbar · 13 years ago
- a9da5c5 Update AArch64 backend to changed eliminateFrameIndex interface. by Tim Northover · 13 years ago
- 2d95e43 When lowering memcpys to loads and stores, make sure we don't promote alignments by Lang Hames · 13 years ago
- 8b15d74 [Dwarf] early exit to avoid creating dangling DIEs by Manman Ren · 13 years ago
- 108fb32 [PEI] Pass the frame index operand number to the eliminateFrameIndex function. by Chad Rosier · 13 years ago
- cce07c9 interpreter: Fix errant fallthrough. by Jim Grosbach · 13 years ago
- 133f6b8 Object: Fix errant fallthrough. by Jim Grosbach · 13 years ago
- 6f6f171 RuntimeDyld: Fix errant fallthrough. by Jim Grosbach · 13 years ago
- adc4af6 Turn off missing field initializer warnings for gcc by Edwin Vane · 13 years ago
- 86aa95f [lit] Add a test for the various ShTest format features. by Daniel Dunbar · 13 years ago
- 213a789 [lit] TestRunner: Eliminate failDueToStderr argument, which is now unused. by Daniel Dunbar · 13 years ago
- d5f7dbb [lit] Delete the now-unused SyntaxCheckTest format. by Daniel Dunbar · 13 years ago
- f79c5e2 Clarify intent. by Jakob Stoklund Olesen · 13 years ago
- b11917c [MC] bundle alignment: prevent padding instructions from crossing bundle boundaries by Derek Schuff · 13 years ago
- 1711876 Add myself as code owner of AArch64 backend. by Tim Northover · 13 years ago
- 72062f5 Add AArch64 as an experimental target. by Tim Northover · 13 years ago
- d72b4d3 Made the min-trip-count-switch test X86-specific to avoid by Pekka Jaaskelainen · 13 years ago
- ea2d878 Annotate BumpPtrAllocator for MemorySanitizer. by Evgeniy Stepanov · 13 years ago
- e22df33 Revert r173946. This breaks compilation of googletest with Clang by Alexey Samsonov · 13 years ago
- 82aea64 Remove the Attribute::hasAttributes() function. by Bill Wendling · 13 years ago
- f573588 Fixed a mistake in my previous commit where I changed the wording slightly and forgot to undo the change after changing my mind and deciding to only commit the style changes. by Michael Gottesman · 13 years ago
- 3480487 Formatting Fix. Changed " to `` around the word 'constant' in the Lang Ref by Michael Gottesman · 13 years ago
- eddab15 Revert r174026, "Remove Attribute::hasAttributes() and make Attribute::hasAttribute() private." by NAKAMURA Takumi · 13 years ago
- 3e3de56 Change stripAndComputeConstantOffsets to accept a NULL DataLayout pointer by Dan Gohman · 13 years ago
- 819f9d6 Add a comment. by Dan Gohman · 13 years ago
- de0eb19 Move isKnownNonNull out of AliasAnalysis.h and into ValueTracking.cpp since by Dan Gohman · 13 years ago
- 85238aa Remove Attribute::hasAttributes() and make Attribute::hasAttribute() private. by Bill Wendling · 13 years ago
- a070d2a Change GetPointerBaseWithConstantOffset's DataLayout argument from a by Dan Gohman · 13 years ago
- 8ed701d Make the AttrBuilder creation method of Attribute private so that people won't use it. by Bill Wendling · 13 years ago
- 11486ff build: @ENABLE_THREADS@ => @LLVM_ENABLE_THREADS@ by Saleem Abdulrasool · 13 years ago
- 4789609 [lit] Move unittest adaptor code into discovery module. by Daniel Dunbar · 13 years ago
- c9fd0a5 [lit] Run the ShUtil tests as part of the test suite. by Daniel Dunbar · 13 years ago
- 84d3c61 [lit] Set parallel mode for coverage tests. by Daniel Dunbar · 13 years ago