- 1bdedb9 revert accidental commit. by Chris Lattner · 14 years ago
- c9049a9 fix a potentially serious bug in AliasSet::removeCallSite by Chris Lattner · 14 years ago
- f4afdfc Build the Hopfield network incrementally when splitting global live ranges. by Jakob Stoklund Olesen · 14 years ago
- 9d29cba Precompute interference for neighbor blocks as long as there is no interference. by Jakob Stoklund Olesen · 14 years ago
- 5fc25cc fix doc comment bug, noticed by Jochen by Chris Lattner · 14 years ago
- b3452ea have dag combine zap "store undef", which can be formed during call lowering by Chris Lattner · 14 years ago
- 4ae6a4d don't test for codegen of 'store undef' by Chris Lattner · 14 years ago
- 073d025 docs/tutorial/OCamlLangImpl7.html: Fix a href to missing Chapter 8. by NAKAMURA Takumi · 14 years ago
- 31c1806 docs: Fix some in-package URLs. by NAKAMURA Takumi · 14 years ago
- b9a3363 docs: Canonicalize URLs. by NAKAMURA Takumi · 14 years ago
- 457856c Redirected errors from the AsmParser to the proper by Sean Callanan · 14 years ago
- 052aa2c Moved an access to an object past a NULL check, by Sean Callanan · 14 years ago
- f03a338 Add radar number for future reference. by Devang Patel · 14 years ago
- 3f932a7 Simplify array bound checks and clarify comments. One element array can have same non-zero number as lower bound as well as upper bound. by Devang Patel · 14 years ago
- 918035f Add a function for profiling to run at shutdown. Unlike the existing API, this by Nick Lewycky · 14 years ago
- 7c90e46 Fix an apparent typo that made GCC complain by Matt Beaumont-Gay · 14 years ago
- fb6e8d6 Do not emit DW_AT_upper_bound and DW_AT_lower_bound for unbouded array. by Devang Patel · 14 years ago
- 9046413 Missing closed tag. by Bill Wendling · 14 years ago
- 4da0c7c Change -arm-trap-func= into a non-arm specific option. Now Intrinsic::trap is lowered into a call to the specified trap function at sdisel time. by Evan Cheng · 14 years ago
- e2e777b Workaround g++ 4.2.1 warning diagnostic false positive. by Jim Grosbach · 14 years ago
- ee10b13 Check opcoe (dmb, dsb) instead of bitfields matching. by Johnny Chen · 14 years ago
- c636074 Hanlde the checking of bad regs for SMMLAR properly, instead of asserting. by Johnny Chen · 14 years ago
- 40de2b3 Sanity check the option operand for DMB/DSB. by Johnny Chen · 14 years ago
- 5b03a3a Mark hasExtraDefRegAllocReq=1 on LDRD. by Jim Grosbach · 14 years ago
- 626ab1c reindent this whole file and do a variety of stylistic cleanups. by Chris Lattner · 14 years ago
- cad3f77 fix this to build with the recent StructType changes. by Chris Lattner · 14 years ago
- b027105 Refactor MCJIT 32-bit section loading. by Jim Grosbach · 14 years ago
- 084b5df MOVi16 and MOVTi16 does not allow pc as the dest register, while MOVi allows it. by Johnny Chen · 14 years ago
- 2c44a80 llvm.global_[cd]tor is defined to be either external, or appending with an array by Nick Lewycky · 14 years ago
- dd099e1 Only emit the AvailableFeatures variable if it's used. by Bill Wendling · 14 years ago
- 3dcac71 Also add the late notes for Mips in the current release note by Bruno Cardoso Lopes · 14 years ago
- 97fdff1 Add sanity checking for bad register specifier(s) for the DPFrm instructions. by Johnny Chen · 14 years ago
- 9974b8b Update tests by Rafael Espindola · 14 years ago
- d5321da Micro optimization and improved similarity with gas' output: by Rafael Espindola · 14 years ago
- 60d490c Do not let debug info interfer with branch folding. by Devang Patel · 14 years ago
- 3cf3059 Add a VEXT test. by Johnny Chen · 14 years ago
- 44dcfd3 Replace the old algorithm that emitted the "print the alias for an instruction" by Bill Wendling · 14 years ago
- e578252 If present, use gold's support for getting a file view. This prevents having by Rafael Espindola · 14 years ago
- 274d8d4 Add option to emit @llvm.trap as a function call instead of a trap instruction. rdar://9249183. by Evan Cheng · 14 years ago
- ce8463f Add support for .skip. Patch by Roman Divacky. Fixes PR9361. by Rafael Espindola · 14 years ago
- 8d58065 Fix indentation. by Akira Hatanaka · 14 years ago
- 3f92b43 Update ATUsed every time after expandRegLargeImmPair is called. by Akira Hatanaka · 14 years ago
- e32cdef Fixed encoding for VEXTqf by Mon P Wang · 14 years ago
- 5469976 Added a check in the preRA scheduler for potential interference on a by Andrew Trick · 14 years ago
- 9777e7a Fix handling of functions with internal linkage. by Akira Hatanaka · 14 years ago
- 22dc4d9 Add sanity checking for invalid register encodings for signed/unsigned extend instructions. by Johnny Chen · 14 years ago
- 8dbda0b Add sanity checking for invalid register encodings for saturating instructions. by Johnny Chen · 14 years ago
- e815dab Recompute hasPHIKill flags when shrinking live intervals. by Jakob Stoklund Olesen · 14 years ago
- 4d4e257 Add some more comments about checkings of invalid register numbers. by Johnny Chen · 14 years ago
- 45e1a53 Expose more passes to the C API. by Rafael Espindola · 14 years ago
- f34ae32 Avoid moving iterators when the previous block was just visited. by Jakob Stoklund Olesen · 14 years ago
- 0bd2bd9 Prefer multiplications to divisions. by Jakob Stoklund Olesen · 14 years ago
- 7b41fbe Extract SpillPlacement::addLinks for handling the special transparent blocks. by Jakob Stoklund Olesen · 14 years ago
- 949666e While hoisting common code from if/else, hoist debug info intrinsics if they match. by Devang Patel · 14 years ago
- 0433b21 Prevent ARM DAG Combiner from doing an AND or OR combine on an illegal vector type (vectors of size 3). Also included test cases. by Tanya Lattner · 14 years ago
- 71001c9 Fix a bit of nonsense. by Jay Foad · 14 years ago
- a844a3e add faust too by Chris Lattner · 14 years ago
- 3d6a80a add a few late stragglers. by Chris Lattner · 14 years ago
- 5c3a245 Fixed a bug where missing EDInstInfo would cause tokenization to crash and burn. by Sean Callanan · 14 years ago
- f16f4e0 Sanity check MSRi for invalid mask values and reject it as invalid. by Johnny Chen · 14 years ago
- 0e38219 PR9634: Don't unconditionally tell the AliasSetTracker that the PreheaderLoad by Eli Friedman · 14 years ago
- 8424a60 The ARM disassembler was not recognizing USADA8 instruction. Need to add checking for register values by Johnny Chen · 14 years ago
- 2c69f8e Change -arm-divmod-libcall to a target neutral option. by Evan Cheng · 14 years ago
- 1adb47c Remove dead code. rdar://9221736. by Evan Cheng · 14 years ago
- 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