- a870256 Fixed edis to tokenize instructions with no operands correctly. by Sean Callanan · 15 years ago
- 37ff5c6 cross-build Makefile needs to unset CFLAGS/CXXFLAGS when building the build-side utilities since the flags will be for the cross-compiler. by Jim Grosbach · 15 years ago
- d46316e no longer xfail by Chris Lattner · 15 years ago
- a0f914b Fixes to edis that mark x86 call targets as by Sean Callanan · 15 years ago
- 56dda57 Per Chris, fuse four trivial tests using grep (r102199) into one that uses FileCheck. by Stuart Hastings · 15 years ago
- 5d7da43 enable my inliner change: add newly devirtualized call sites to by Chris Lattner · 15 years ago
- 6e8fd90 Change TargetData's algorithm for computing defualt vector type by Dan Gohman · 15 years ago
- caf7740 Code refactoring. by Evan Cheng · 15 years ago
- e3ff9ba Add some missing x86 patterns for movdq2q. Fixes two (LLVM-)GCC DejaGNU testcases. Radar 6881029. by Stuart Hastings · 15 years ago
- 1210446 fix some failures my callgraph dump format change broke. by Chris Lattner · 15 years ago
- 0768632 switch InlineInfo.DevirtualizedCalls's list to be of WeakVH. by Chris Lattner · 15 years ago
- a56c1c5 testcase for the bug that required a patch to be reverted. by Chris Lattner · 15 years ago
- 6275413 fix callgraph dump to not print 0x0x1234 for nodes. by Chris Lattner · 15 years ago
- 2808ccb Fix X86ISD::CMP i16 to i32 promotion. by Evan Cheng · 15 years ago
- e8c92dd Move FastISel's HandlePHINodesInSuccessorBlocks call down into FastISel by Dan Gohman · 15 years ago
- 27ef997 Switch getelementptr inbounds and sdiv exact from undef to trap. by Dan Gohman · 15 years ago
- d8993a3 Fixed EDOperand to use the operand type, not the by Sean Callanan · 15 years ago
- fafb890 Fix LSR to tolerate cases where ScalarEvolution initially by Dan Gohman · 15 years ago
- c686398 When it doesn't matter whether zero or sign extension is used, by Dan Gohman · 15 years ago
- 314bf7c Revert 102135, 102129, 102127, 102106, 102104, 102102, 102012, 102004, by Dan Gohman · 15 years ago
- 093eed1 reject invalid comma stuff with a message. We reject the case in PR6888 with: by Chris Lattner · 15 years ago
- 62cc838 disable my previous inliner patch, it appears to be busting self-host. by Chris Lattner · 15 years ago
- fe9af3b The inliner was choosing to not consider call sites by Chris Lattner · 15 years ago
- 3a1287b Update ARM DAGtoDAG for matching UBFX instruction for unsigned bitfield by Jim Grosbach · 15 years ago
- fff6c53 Add an initial description of a new concept: trap values, and change by Dan Gohman · 15 years ago
- 6091514 refactor the interface to InlineFunction so that most of the in/out by Chris Lattner · 15 years ago
- 9517144 Remove the test for now. by Devang Patel · 15 years ago
- 3a1d4cf add macruby back by Chris Lattner · 15 years ago
- b957a5e when inlining something like this: by Chris Lattner · 15 years ago
- c04d545 Add comment. by Devang Patel · 15 years ago
- c105a2b Sink SelectionDAGBuilder's HandlePHINodesInSuccessorBlocks down by Dan Gohman · 15 years ago
- 18ee3bb Adjust debug range offsets for isWeakForLinker() functions. by Devang Patel · 15 years ago
- 9c675f1 Add a blurb about the new LSR. by Dan Gohman · 15 years ago
- 009364e The -condprop pass has been deleted. by Nick Lewycky · 15 years ago
- d64d12d The post-RA scheduler is currently off by default on x86. by Dan Gohman · 15 years ago
- f81eca0 Move HandlePHINodesInSuccessorBlocks functions out of SelectionDAGISel by Dan Gohman · 15 years ago
- f720a4e Add some verbiage about Clang to the 2.7 release notes by Douglas Gregor · 15 years ago
- b61789d add a DEBUG call so that -debug lists when CGSCCPM iterates. by Chris Lattner · 15 years ago
- f8b99cb eliminate dead #include. by Chris Lattner · 15 years ago
- 07c4e10 - It's not safe to promote rotates (at least not trivially). by Evan Cheng · 15 years ago
- 3b172f1 Fix a comment. by Dan Gohman · 15 years ago
- 620427d Move PHINodesToUpdate out of SelectionDAGBuilder and into by Dan Gohman · 15 years ago
- f1dabde Rename InsnAfterLabelMap and InsnBeforeLabelMap. by Devang Patel · 15 years ago
- 3547a88 Keep track of MCSymbol used to mark beginning of a function. by Devang Patel · 15 years ago
- 41a7766 Add mention of ARM atomic builtin support by Jim Grosbach · 15 years ago
- bc655ea At this point Start and End are not null. by Devang Patel · 15 years ago
- 269e0fe Update ARM frame index scavenging description by Jim Grosbach · 15 years ago
- cb28286b7 remove dupe by Chris Lattner · 15 years ago
- 83cd35a reword my incoherent babble into something that makes sense from Wesley Peck! by Chris Lattner · 15 years ago
- fb1a739 two more projects. by Chris Lattner · 15 years ago
- cd062cd add some notes from Matthieu Moy! by Chris Lattner · 15 years ago
- ca73cea improve tblgen doc, pointed out by Zhongxing. by Chris Lattner · 15 years ago
- 1f43361 Fixing a typo in the "Clang project" section of the release notes. by Wesley Peck · 15 years ago
- a0c4484 Small fix to the "Other Improvements and New Features" section of the release notes. by Wesley Peck · 15 years ago
- c0287ba Fixing small typos in the "New Useful APIs" section of the release notes. by Wesley Peck · 15 years ago
- 9e385b1 Fixing small typos in the "ARM Target Improvements" section of the release notes. by Wesley Peck · 15 years ago
- 640604a Rewording the "generated debug information" paragraph in the "Interpreter and JIT Improvements" section of the release notes. by Wesley Peck · 15 years ago
- 68d1fe9 Reworking the wording of the "target data string" paragraph in the "Optimizer Improvments" section of the release notes. by Wesley Peck · 15 years ago
- ed38745 <pre> seems to close <p> by Gabor Greif · 15 years ago
- ee2187a the validator coughed up some problems, most of them fixed by Gabor Greif · 15 years ago
- c8b3af9 shorten link by Gabor Greif · 15 years ago
- f455529 static analyzer has its own section by Chris Lattner · 15 years ago
- 8cdd793 add mc and static analyzer blurbs. by Chris Lattner · 15 years ago
- 914ce46 another checkpoint. by Chris Lattner · 15 years ago
- 7b91eda various updates. by Chris Lattner · 15 years ago
- 70745c6 fix file header. by Chris Lattner · 15 years ago
- ddb3eaf Don't attempt to analyze values which are obviously undef. This fixes some by Dan Gohman · 15 years ago
- 0883355 Tidy a comment. by Dan Gohman · 15 years ago
- a063e19 Run LiveVariables instead of computing liveness locally in -regalloc=fast. by Jakob Stoklund Olesen · 15 years ago
- e3dd855 Do not try to optimize a copy that has already been marked for deletion. by Evan Cheng · 15 years ago
- 708e474 Add command line option to disable debug info printing in .s file. This option does not impact debug info generation and preservation through earlier compile starges. by Devang Patel · 15 years ago
- b913863 Fix a performance problem with the new SSAUpdater. This showed up in the by Bob Wilson · 15 years ago
- c048f1d Modified some assert() msg strings; no other functionality change. by Johnny Chen · 15 years ago
- 0020723 Add fast register allocator, enabled with -regalloc=fast. by Jakob Stoklund Olesen · 15 years ago
- 9cdb410 Identify when a lexical scope is split in to multiple instruction ranges. Emit such ranges using DW_AT_ranges. by Devang Patel · 15 years ago
- a560fd2 Make ScalarEvolution::getConstant support pointer types, for consistency by Dan Gohman · 15 years ago
- cb9dda6 Dragonegg will be released along side llvm-2.7. by Duncan Sands · 15 years ago
- a54c1f7 final hacking for tonight, still more to go. by Chris Lattner · 15 years ago
- 450a31e continue the process of detangling this. by Chris Lattner · 15 years ago
- b7c85b4 rough pass moving stuff into relevant sections, still much editing to do. by Chris Lattner · 15 years ago
- b136f09 remove ldc, rubinious, macruby, icedtea, llvm-lua, which by Chris Lattner · 15 years ago
- e566763 Implement -disable-non-leaf-fp-elim which disable frame pointer elimination by Evan Cheng · 15 years ago
- 5528e7b isel (i32 anyext i16) as insert_subreg when 16-bit ops are being promoted. by Evan Cheng · 15 years ago
- fe5dcbc Trim include. by Evan Cheng · 15 years ago
- f0757b0 Add more const qualifiers on TargetMachine and friends. by Dan Gohman · 15 years ago
- af50975 Update CMakeLists.txt. by Dan Gohman · 15 years ago
- 5eb6d65 Move several SelectionDAG-independent utility functions out of the by Dan Gohman · 15 years ago
- 52d2b0e Thumb instructions which have reglist operands at the end and predicate operands by Johnny Chen · 15 years ago
- 08e322d Implement (but don't enable) PR6724 and rdar://6295824. In short, by Chris Lattner · 15 years ago
- 30fdb5c - Clean up some crappy code which deals with coalescing of copies which look at by Evan Cheng · 15 years ago
- d217cfc Revert r101471. For tight recursive functions which have multiple by Dan Gohman · 15 years ago
- a040fff Handle a displacement location in 64-bit as an RIP-relative displacement. It by Bill Wendling · 15 years ago
- 3115698 Rewrite machine cse to avoid recursion. by Evan Cheng · 15 years ago
- bc7588e Add another variant of this test which found a place where by Dan Gohman · 15 years ago
- d613942 teach the x86 address matching stuff to handle by Chris Lattner · 15 years ago
- 7609017 Because of the EMMS problem, right now we have to support by Dale Johannesen · 15 years ago
- 3943084 Rename ValueMapTy as ValueToValueMapTy to clearly indicate that this has no replationship with ADT/ValueMap. by Devang Patel · 15 years ago
- cd9b492 There is no need to install ValueMapper.h header. by Devang Patel · 15 years ago
- d6b5d72 Better error-handling of getBitFieldInvMask() where msb < lsb (encoding error), by Johnny Chen · 15 years ago
- 51a5174 I plan to release a version of dragonegg based on llvm-2.7 shortly by Duncan Sands · 15 years ago