- a2c618a MSR (Move to Special Register from ARM core register) requires a mask to specify by Johnny Chen · 15 years ago
- f3a066f MC/Mach-O: For PCrel relocations, we need to compensate for the PCrel adjustment when determining if we need a scattered relocation. by Daniel Dunbar · 15 years ago
- aef9d7a MC/Mach-O: Also set the PCrel bit in the second half of paired relocation entries. by Daniel Dunbar · 15 years ago
- e180fa9 MC/Mach-O: Don't generate relocations for PCrel fixups to local labels. by Daniel Dunbar · 15 years ago
- f7b7304 The address of an indirect call must be in R12 on Darwin. by Dale Johannesen · 15 years ago
- f10e43e Consolidate GoogleTest make options and duplicate them to its own makefile. by Chandler Carruth · 15 years ago
- 4e50154 scavenged frame index value re-use gets confused when more than one base by Jim Grosbach · 15 years ago
- bdc38e5 The ARM EH experiment worked! by Bill Wendling · 15 years ago
- ad4f66c In cases where the carry / borrow unused converted ladd / lsub by Richard Osborne · 15 years ago
- 78717cd Canonicalize ladd constant to RHS. by Richard Osborne · 15 years ago
- 7b871b3 Add DAG combine for ladd / lsub. by Richard Osborne · 15 years ago
- 7ebc377 Attempt to fix random build failures seen when doing highly by Duncan Sands · 15 years ago
- bfc9999 Allow more cross-rc coalescing. by Evan Cheng · 15 years ago
- c608784 reapply r98035: by Chris Lattner · 15 years ago
- 6c7dfc0 add some extra checks. I'm not sure why, but this does unbreak a by Chris Lattner · 15 years ago
- 7ef1840 Revert accidental commit. by Evan Cheng · 15 years ago
- 1552ccc Don't do illegal cross-class coalescing. by Jakob Stoklund Olesen · 15 years ago
- 31f94c7 - Make the machine cse dumb coalescer (as opposed to the more awesome simple by Evan Cheng · 15 years ago
- 81d0c36 Don't try to fold V_SET0 and V_SETALLONES to loads in medium and by Dan Gohman · 15 years ago
- 94a1c63 This is part of an LLC-beta test used to test <rdar://problem/6804645>. Please by Bill Wendling · 15 years ago
- ee6414c Speculatively revert r98035. It appears to have caused a set of buildbot by Eric Christopher · 15 years ago
- 19b3826 Attempt to make this debug output meaningful, both in the case of by Dan Gohman · 15 years ago
- 1e233f5 Now that setStartLabel takes an MCSymbol, we can de-ID'ize by Chris Lattner · 15 years ago
- b7db733 change DbgScope to keep track of the start/end label as MCSymbol* by Chris Lattner · 15 years ago
- cbac7f1 Make isLCSSA ignore uses in blocks not reachable from the entry block, by Dan Gohman · 15 years ago
- 5b9062c remove a useless optimization: now that label replacement never by Chris Lattner · 15 years ago
- a34ec229 strength reduce MMI::MappedLabel to MMI::isLabelDeleted, by Chris Lattner · 15 years ago
- 23071ce inline RemapLabel into its only caller and simplify. by Chris Lattner · 15 years ago
- 45aefff MC/Mach-O: Tweak .dump() formatting. by Daniel Dunbar · 15 years ago
- f8b8ad7 MC/Mach-O: Don't adjust section sizes when aligning zero fill sections, just pad the address. by Daniel Dunbar · 15 years ago
- 768069e Another place where debug info affected codegen. by Dale Johannesen · 15 years ago
- b2cc1a3 mcstreamerize AsmPrinter::printLabel. by Chris Lattner · 15 years ago
- 2ddbf82 Add inlining threshold to log output. by Jakob Stoklund Olesen · 15 years ago
- 35071a0 Disable physical register coalescing when the number of live ranges for the by Jakob Stoklund Olesen · 15 years ago
- 4b94550 Start using DIFile. See updated SourceLevelDebugging.html for more information. by Devang Patel · 15 years ago
- cf6f28d Print blank line and clear stubs vector. by Bill Wendling · 15 years ago
- becd83e MC-ize the stub printing in ARM. by Bill Wendling · 15 years ago
- 6cde3e6 add a EmitSymbolValue convenience method to MCStreamer. by Chris Lattner · 15 years ago
- 6ed0f90 make InlineInfoLabels hold MCSymbol*'s, avoiding recomputation of the labels. by Chris Lattner · 15 years ago
- b9dc5f7 mc'ize the last use of PrintLabelName and eliminate PrintLabelName. by Chris Lattner · 15 years ago
- ef6b14f eliminate an argument from PrintRelDirective, sinking by Chris Lattner · 15 years ago
- 8f03d75 Print the correct index in the "match failed at index" message. by Dan Gohman · 15 years ago
- b67d69d remove the suffix form of PrintLabelName, which was only used for 'flavor'. by Chris Lattner · 15 years ago
- c3421bb now that the debug and eh emitters use a common .set counter, by Chris Lattner · 15 years ago
- 0d50c76 move .set generation out of DwarfPrinter into AsmPrinter and MCize it. by Chris Lattner · 15 years ago
- 5196018 Don't waste time trying to CSE labels, phis, inline asm. Definitely avoid cse implicit-def for obvious performance reason. by Evan Cheng · 15 years ago
- 6c3b8ac Restrict machine cse to really trivial coalescing. Leave the heavy lifting to a real coalescer. by Evan Cheng · 15 years ago
- 5757876 simplify EmitSectionOffset to always use .set if it is by Chris Lattner · 15 years ago
- 82f0507 don't reset defaults. by Chris Lattner · 15 years ago
- effa868 Remove a version of EmitDifference. by Chris Lattner · 15 years ago
- f5fd499 Fix a crash compiling 254.gap for Thumb2. The Thumb2 add/sub with 12-bit by Bob Wilson · 15 years ago
- 687fed3 Re-commit 97860 with fix. getMallocAllocatedType may return null. by Evan Cheng · 15 years ago
- dd8187a eliminate a form of PrintLabelName. by Chris Lattner · 15 years ago
- 326861c remove another form of EmitReference. by Chris Lattner · 15 years ago
- c7249da eliminate the non-MCSymbol versions of EmitReference. by Chris Lattner · 15 years ago
- f829eef mc'ize EmitLabel. by Chris Lattner · 15 years ago
- 4faf59a merge DIEObjectLabel and DIEDwarfLabel into DIELabel. by Chris Lattner · 15 years ago
- 7aa8189 Introduce DIFile. This will be used to represent header files and source file(s) in debug info. by Devang Patel · 15 years ago
- b98b1bf elimiante the DWLabel class, using MCSymbol instead. Start by Chris Lattner · 15 years ago
- 0e82240 Fix the vmxon entry in the X86InstrInfo.td so it has the correct prefix bytes by Kevin Enderby · 15 years ago
- b2b4acd MC/Macho-O: Align the zerofill section itself to the maximum alignment. by Daniel Dunbar · 15 years ago
- 77bf295 Derive DIType from DIScope. This simplifies getContext() where for members the context is a type. This also eliminates need of CompileUnitMaps maintained by dwarf writer. by Devang Patel · 15 years ago
- f17f5eb Remove DbgNode checks in constructor. Debug descriptors are intended to be light weight wrappers. by Devang Patel · 15 years ago
- 37fad5c MC/Mach-O: Fix address compution for zero fill sections. by Daniel Dunbar · 15 years ago
- 0ce6bd5 MC/Mach-O: Error out instead of crashing on invalid scattered relocation expressions. by Daniel Dunbar · 15 years ago
- b93c72c X86: Fix encoding for TEST{8,16,32}rr. by Daniel Dunbar · 15 years ago
- dc444e9 Add documentation on sibling call optimization. Rename tailcall2.ll test to sibcall.ll. by Evan Cheng · 15 years ago
- 9dcd6f1 isNull() is not used any more. by Devang Patel · 15 years ago
- 3c91b05 Avoid using DIDescriptor.isNull(). by Devang Patel · 15 years ago
- ccb4f2d Iterator traits and swap. closes PR6548 and PR6549 by Andrew Lenharth · 15 years ago
- 7129a67 Don't always run the ocaml kaleidoscope tutorials. by Erick Tryzelaar · 15 years ago
- 197d009 Revert r97726 and r97728 at ddunbar's request; we want to solve this by John McCall · 15 years ago
- 49457b8 Add OCaml tutorial to the examples. by Erick Tryzelaar · 15 years ago
- 9ef76b9 Update the OCaml Kaleidoscope tutorial. by Erick Tryzelaar · 15 years ago
- 0ef3fa6 Revert r97947. by Devang Patel · 15 years ago
- dd6fbd1 disambiguate some types, add a fixme about some inconsistent intrinsics. by Chris Lattner · 15 years ago
- 3485b51 fix some more ambiguous patterns, remove another nontemporalstore by Chris Lattner · 15 years ago
- 341b274 Correct immediate sizes. by Chris Lattner · 15 years ago
- 0273fbb fix a type compatibility bug. imm is i32 in the input pattern, not i64. by Chris Lattner · 15 years ago
- d10a53d fix a bunch of partially ambiguous patterns on ARM. As an example, this: by Chris Lattner · 15 years ago
- b200f1c Fix a bunch of ambiguous patterns which tblgen happens to infer types by Chris Lattner · 15 years ago
- 43e4754 Node arguments to type casts can have names too. This code by Chris Lattner · 15 years ago
- e00ed57 tidy up by Chris Lattner · 15 years ago
- d8cc5d5 Avoid using DIDescriptor.isNull(). by Devang Patel · 15 years ago
- fab4a25 Add Order to SDDbgValue by Dale Johannesen · 15 years ago
- 84839da Fix dbg value handling in tail merging. by Dale Johannesen · 15 years ago
- 9a1ac4c remove a non-temporal store pattern which is not tested and by Chris Lattner · 15 years ago
- 1ddcf35 Revert r97917, which was causing Clang Debug self-host failures. by Douglas Gregor · 15 years ago
- 6fec233 Roll back r97918 again. Just configuring against llvm-gcc wasn't enough to run by Jeffrey Yasskin · 15 years ago
- 92ce42f Reapply r97788 to free MDNodes when the LLVMContext is destroyed. It by Jeffrey Yasskin · 15 years ago
- 9467f0e Roll r97906 forward again, without double-deleting CompileUnit::IndexTyDie. by Jeffrey Yasskin · 15 years ago
- 8f9db4c Add findNearestCommonDominator() for PostDominators. by Tobias Grosser · 15 years ago
- acee647 Use Other as a sentinel instead of iAny. by Chris Lattner · 15 years ago
- 81d6d52 turn off debug spew by Chris Lattner · 15 years ago
- 6fd326b more factoring. by Chris Lattner · 15 years ago
- 8c42ca9 _2_ gcc crashes, ah, ah, ah... by Jeffrey Yasskin · 15 years ago
- 9cdd965 teach tblgen to be more aggressive when factoring CheckType nodes. by Chris Lattner · 15 years ago
- f7399bf Avoid leaking CompileUnits and DbgScopes from DwarfDebug. Leaks found by Valgrind! by Jeffrey Yasskin · 15 years ago
- 48aa575 add some helper functions and implement isContradictory by Chris Lattner · 15 years ago
- 98f15d2 tidy up by Chris Lattner · 15 years ago