- 2455268 Should also check SMLAD for invalid register values. by Johnny Chen · 14 years ago
- ae6c95b Simplify. isIdenticalToWhenDefined() checks opcode. by Devang Patel · 14 years ago
- 84025ba Set unnamed_addr on strings created through the IRBuilder. by Nick Lewycky · 14 years ago
- c60a475 Add support for ArrayRef in IRBuilder's CreateCall. by Nick Lewycky · 14 years ago
- df298c9 Teach the ARM peephole optimizer that RSB, RSC, ADC, and SBC can be used for folded comparisons, just like ADD and SUB. by Owen Anderson · 14 years ago
- ef7fb17 Cleanups from Jim: remove redundant constraints and a dead FIXME. by Owen Anderson · 14 years ago
- d418194 While folding branch to a common destination into a predecessor, copy dbg values also. by Devang Patel · 14 years ago
- f22eefba Tidy up. by Jim Grosbach · 14 years ago
- d8b4c4d A8.6.393 by Johnny Chen · 14 years ago
- 01ccab4 tidy up. by Jim Grosbach · 14 years ago
- 9a54352 Also account for the spill code that would be inserted in live-through blocks with interference. by Jakob Stoklund Olesen · 14 years ago
- 1b400e8 Abort the constraint calculation early when all positive bias is lost. by Jakob Stoklund Olesen · 14 years ago
- b092377 Fix typo in doxy-comment. by Nick Lewycky · 14 years ago
- 4d81c9a A8.6.92 MCR (Encoding A1): if coproc == '101x' then SEE "Advanced SIMD and VFP" by Johnny Chen · 14 years ago
- a040d47 Fix comment to use llvm 2.x syntax. by Nick Lewycky · 14 years ago
- ec5d180 Replace const std::vector& with ArrayRef in the type creation APIs. by Nick Lewycky · 14 years ago
- 70d4370 Keep track of the number of positively biased nodes when adding constraints. by Jakob Stoklund Olesen · 14 years ago
- 9efa2a2 Break the spill placement algorithm into three parts: prepare, addConstraints, and finish. by Jakob Stoklund Olesen · 14 years ago
- 77b42e9 Fix a typo. by Roman Divacky · 14 years ago
- a961154 Fix a bug in the disassembly of VGETLNs8 where the lane index was wrong. by Johnny Chen · 14 years ago
- 3d195fa Add another case we are not optimizing. by Rafael Espindola · 14 years ago
- 8617897 The original issue has been fixed by not doing unnecessary sign extensions. by Rafael Espindola · 14 years ago
- f3480a8 face+palm by Devang Patel · 14 years ago
- f5a9056 Do a topological sort of the types before writing them out. by Rafael Espindola · 14 years ago
- 714b34f EngineBuilder setter method for UseMCJIT was missing return value. by Jim Grosbach · 14 years ago
- 0fa5da9 add rubinius by Chris Lattner · 14 years ago
- 090771f Fix a few instances of "warning: extra ';' outside of a function [-pedantic]". by Frits van Bommel · 14 years ago
- d496f88 This testcase passed even without the fix. Added the target info to make the by Nadav Rotem · 14 years ago
- f3ba7af Fix some typos. Minor tweaks to how some things were expressed. by Duncan Sands · 14 years ago
- cb88ec3 Trivial typo fixes. by Jay Foad · 14 years ago
- 4841121 Add an empty key for DebugLoc so that you can store an empty DebugLoc in a by Nick Lewycky · 14 years ago
- 49123fd Finish up the first draft of the release notes. by Chris Lattner · 14 years ago
- c5ac61d continue writing. by Chris Lattner · 14 years ago
- af4db5f Support using DebugLoc's in a DenseMap. by Nick Lewycky · 14 years ago
- 49460bc Oops. Scary. by Jakob Stoklund Olesen · 14 years ago
- db529a8 Analyze blocks with uses separately from live-through blocks without uses. by Jakob Stoklund Olesen · 14 years ago
- 6a1220e Add a missing opcode (SMLSLDX) to BadRegsMulFrm() function. by Johnny Chen · 14 years ago
- 3bfe57e add the external users that emailed me. by Chris Lattner · 14 years ago
- c41ab78 RuntimeDyld should use the memory manager API. by Jim Grosbach · 14 years ago
- 2009c49 some libc++ notes. by Chris Lattner · 14 years ago
- df448a3 some edits. by Chris Lattner · 14 years ago
- 1efe27e distribute content out to the appropriate sections by Chris Lattner · 14 years ago
- b48c791 Reapply r128946 (pseudoization of various instructions), and fix the extra imp-def of CPSR it was adding. by Owen Anderson · 14 years ago
- 53c5e7b Make the virtual destructor out-of-line so we have a key function. by Chandler Carruth · 14 years ago
- 71d9e65 Sign error by Jakob Stoklund Olesen · 14 years ago
- b3dd826 Don't crash when a value is defined after the last split point. by Jakob Stoklund Olesen · 14 years ago
- 3e22897 Permit blocks to branch directly to a landing pad. by Jakob Stoklund Olesen · 14 years ago
- caf767b Remove extraneous 'return'. by Jim Grosbach · 14 years ago
- 2c868d1 Fix a typo in the handling of PKHTB opcode, plus add sanity check for illegal register by Johnny Chen · 14 years ago
- e4dc196 finished my pass through all the 2.9 commits, now to make this intelligible by Chris Lattner · 14 years ago
- 8ae4261 mention llvm::ArrayRef, which should be use much more pervasively than by Chris Lattner · 14 years ago
- 61f3cf3 Clean up some code for clarity. by Bob Wilson · 14 years ago
- d36d42d Provide an empty virtual destructor to go with the virtual methods in by Chandler Carruth · 14 years ago
- 493cba1 Revert r128946 while I figure out why it broke the buildbots. by Owen Anderson · 14 years ago
- c3281c1 A7.3 register encoding by Johnny Chen · 14 years ago
- da19475 Add support to encode function's template parameters. by Devang Patel · 14 years ago
- 76634df Give RSBS and RSCS the pseudo treatment. by Owen Anderson · 14 years ago
- 5438d76 ARM disassembler was erroneously accepting an invalid RSC instruction. by Johnny Chen · 14 years ago
- 1a8b9dd remove postdom frontiers, because it is dead. Forward dom frontiers are by Chris Lattner · 14 years ago
- c631931 docs/ReleaseNotes.html: Please use proper *Heading* elements instead of classified div. by NAKAMURA Takumi · 14 years ago
- c584e31 ARM disassembler was erroneously accepting an invalid LSL instruction. by Johnny Chen · 14 years ago
- 7670601 Fix bugs in the pseuo-ization of ADCS/SBCS pointed out by Jim, as well as doing the expansion earlier (using a custom inserter) to allow for the chance of predicating these instructions. by Owen Anderson · 14 years ago
- 51fbec9 remove graphprinter support for domfrontier. by Chris Lattner · 14 years ago
- c5ddb74 These tests no longer require linear scan because reserved register coalescing is now universal. by Jakob Stoklund Olesen · 14 years ago
- cfafc54 Run LiveDebugVariables in RegAllocBasic and RegAllocGreedy. by Jakob Stoklund Olesen · 14 years ago
- 0f310ee only 7 more weeks to go. by Chris Lattner · 14 years ago
- b4c2bc25 Refactor. by Devang Patel · 14 years ago
- 4359e5e Document llvm/ADT/IntEqClasses.h in ProgrammersManual.html by Jakob Stoklund Olesen · 14 years ago
- bdaa9dc Add an assertion instead of crashing when the scavenger goes past the end by Bob Wilson · 14 years ago
- 06d2b42 Fix typos. Adjust some whitespace for style. No functionality change. by Nick Lewycky · 14 years ago
- 2c2130b The r128085 checkin modified the operand ordering for MRC/MRC2 instructions. by Johnny Chen · 14 years ago
- 2a121b9 Add support for detection of Intel SandyBridge. by Roman Divacky · 14 years ago
- 57b0fb7 Fix one more batch of X86 tests to be register allocation dependent. by Jakob Stoklund Olesen · 14 years ago
- 3520019 When dead code elimination removes all but one use, try to fold the single def into the remaining use. by Jakob Stoklund Olesen · 14 years ago
- e050f50 Do not emit empty name. by Devang Patel · 14 years ago
- bbc65bb ARM disassembler should flag (rGPRRegClassID, r13|r15) as an error. by Johnny Chen · 14 years ago
- 40f16cf Fix a typo. by Andrew Trick · 14 years ago
- ce96902 Added *hidden* flags -print-options and -print-all-options so by Andrew Trick · 14 years ago
- 5dc0c50 LDRD now prints out two dst registers. by Johnny Chen · 14 years ago
- d05a824 Fix test-llvm failures. by Johnny Chen · 14 years ago
- a41af7a whitespace by Andrew Trick · 14 years ago
- 0da9f13 An MCDisassembler has the option to not implement by Shantonu Sen · 14 years ago
- 215e4fd Make second source operand of LDRD pre/post explicit. by Jim Grosbach · 14 years ago
- 7a8e6c5 more notes to self. by Chris Lattner · 14 years ago
- 12bb295 Constants with multiple encodings (ARM): by Johnny Chen · 14 years ago
- b26d8d7 Check for invalid register encodings for UMAAL and friends where: by Johnny Chen · 14 years ago
- 15b81b5 Convert ADCS and SBCS instructions into pseudos that are expanded to the ADC/ABC with the appropriate S-bit input value. by Owen Anderson · 14 years ago
- ac42a19 ARM doesn't support byval yet. XFAIL this test until it does. by Stuart Hastings · 14 years ago
- e7510c2 Rename LLVMConfig.cmake to LLVM-Config.cmake. The *Config.cmake naming by Oscar Fuentes · 14 years ago
- b793bc1 Ensure all defs referring to a virtual register are marked dead by addRegisterDead(). by Jakob Stoklund Olesen · 14 years ago
- 8439747 Print visibility info for external variables. by Rafael Espindola · 14 years ago
- a2948ef Use std::unique instead of a SmallPtrSet to ensure unique instructions in UseSlots. by Jakob Stoklund Olesen · 14 years ago
- 0286ca8 InstCombine optimizes gep(bitcast(x)) even when the bitcasts casts away address by Nadav Rotem · 14 years ago
- 45c435a docs/ReleaseNotes.html: Add a few notes to MCCOFF and x64. FIXME: fixme! by NAKAMURA Takumi · 14 years ago
- a8b3e18 docs/GettingStarted.html: FIXME: dg, lit, and source tree layout. by NAKAMURA Takumi · 14 years ago
- 0a6f6d5 add a bunch of notes to myself, this is not intended to be gramatic or by Chris Lattner · 14 years ago
- 612f780 Stop precomputing last split points, query the SplitAnalysis cache on demand. by Jakob Stoklund Olesen · 14 years ago
- 1a77445 Cache the fairly expensive last split point computation and provide a fast by Jakob Stoklund Olesen · 14 years ago
- f05b1dc Revamp the SjLj "dispatch setup" intrinsic. by Bill Wendling · 14 years ago
- 4fccc86 Fix up testcase for previous commit. by Eric Christopher · 14 years ago