- 31f94c7 - Make the machine cse dumb coalescer (as opposed to the more awesome simple by Evan Cheng · 16 years ago
- 81d0c36 Don't try to fold V_SET0 and V_SETALLONES to loads in medium and by Dan Gohman · 16 years ago
- 94a1c63 This is part of an LLC-beta test used to test <rdar://problem/6804645>. Please by Bill Wendling · 16 years ago
- ee6414c Speculatively revert r98035. It appears to have caused a set of buildbot by Eric Christopher · 16 years ago
- 19b3826 Attempt to make this debug output meaningful, both in the case of by Dan Gohman · 16 years ago
- 1e233f5 Now that setStartLabel takes an MCSymbol, we can de-ID'ize by Chris Lattner · 16 years ago
- b7db733 change DbgScope to keep track of the start/end label as MCSymbol* by Chris Lattner · 16 years ago
- cbac7f1 Make isLCSSA ignore uses in blocks not reachable from the entry block, by Dan Gohman · 16 years ago
- 5b9062c remove a useless optimization: now that label replacement never by Chris Lattner · 16 years ago
- a34ec229 strength reduce MMI::MappedLabel to MMI::isLabelDeleted, by Chris Lattner · 16 years ago
- 23071ce inline RemapLabel into its only caller and simplify. by Chris Lattner · 16 years ago
- 45aefff MC/Mach-O: Tweak .dump() formatting. by Daniel Dunbar · 16 years ago
- f8b8ad7 MC/Mach-O: Don't adjust section sizes when aligning zero fill sections, just pad the address. by Daniel Dunbar · 16 years ago
- 768069e Another place where debug info affected codegen. by Dale Johannesen · 16 years ago
- b2cc1a3 mcstreamerize AsmPrinter::printLabel. by Chris Lattner · 16 years ago
- 2ddbf82 Add inlining threshold to log output. by Jakob Stoklund Olesen · 16 years ago
- 35071a0 Disable physical register coalescing when the number of live ranges for the by Jakob Stoklund Olesen · 16 years ago
- 4b94550 Start using DIFile. See updated SourceLevelDebugging.html for more information. by Devang Patel · 16 years ago
- cf6f28d Print blank line and clear stubs vector. by Bill Wendling · 16 years ago
- becd83e MC-ize the stub printing in ARM. by Bill Wendling · 16 years ago
- 6cde3e6 add a EmitSymbolValue convenience method to MCStreamer. by Chris Lattner · 16 years ago
- 6ed0f90 make InlineInfoLabels hold MCSymbol*'s, avoiding recomputation of the labels. by Chris Lattner · 16 years ago
- b9dc5f7 mc'ize the last use of PrintLabelName and eliminate PrintLabelName. by Chris Lattner · 16 years ago
- ef6b14f eliminate an argument from PrintRelDirective, sinking by Chris Lattner · 16 years ago
- 8f03d75 Print the correct index in the "match failed at index" message. by Dan Gohman · 16 years ago
- b67d69d remove the suffix form of PrintLabelName, which was only used for 'flavor'. by Chris Lattner · 16 years ago
- c3421bb now that the debug and eh emitters use a common .set counter, by Chris Lattner · 16 years ago
- 0d50c76 move .set generation out of DwarfPrinter into AsmPrinter and MCize it. by Chris Lattner · 16 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 · 16 years ago
- 6c3b8ac Restrict machine cse to really trivial coalescing. Leave the heavy lifting to a real coalescer. by Evan Cheng · 16 years ago
- 5757876 simplify EmitSectionOffset to always use .set if it is by Chris Lattner · 16 years ago
- 82f0507 don't reset defaults. by Chris Lattner · 16 years ago
- effa868 Remove a version of EmitDifference. by Chris Lattner · 16 years ago
- f5fd499 Fix a crash compiling 254.gap for Thumb2. The Thumb2 add/sub with 12-bit by Bob Wilson · 16 years ago
- 687fed3 Re-commit 97860 with fix. getMallocAllocatedType may return null. by Evan Cheng · 16 years ago
- dd8187a eliminate a form of PrintLabelName. by Chris Lattner · 16 years ago
- 326861c remove another form of EmitReference. by Chris Lattner · 16 years ago
- c7249da eliminate the non-MCSymbol versions of EmitReference. by Chris Lattner · 16 years ago
- f829eef mc'ize EmitLabel. by Chris Lattner · 16 years ago
- 4faf59a merge DIEObjectLabel and DIEDwarfLabel into DIELabel. by Chris Lattner · 16 years ago
- 7aa8189 Introduce DIFile. This will be used to represent header files and source file(s) in debug info. by Devang Patel · 16 years ago
- b98b1bf elimiante the DWLabel class, using MCSymbol instead. Start by Chris Lattner · 16 years ago
- 0e82240 Fix the vmxon entry in the X86InstrInfo.td so it has the correct prefix bytes by Kevin Enderby · 16 years ago
- b2b4acd MC/Macho-O: Align the zerofill section itself to the maximum alignment. by Daniel Dunbar · 16 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 · 16 years ago
- f17f5eb Remove DbgNode checks in constructor. Debug descriptors are intended to be light weight wrappers. by Devang Patel · 16 years ago
- 37fad5c MC/Mach-O: Fix address compution for zero fill sections. by Daniel Dunbar · 16 years ago
- 0ce6bd5 MC/Mach-O: Error out instead of crashing on invalid scattered relocation expressions. by Daniel Dunbar · 16 years ago
- b93c72c X86: Fix encoding for TEST{8,16,32}rr. by Daniel Dunbar · 16 years ago
- dc444e9 Add documentation on sibling call optimization. Rename tailcall2.ll test to sibcall.ll. by Evan Cheng · 16 years ago
- 9dcd6f1 isNull() is not used any more. by Devang Patel · 16 years ago
- 3c91b05 Avoid using DIDescriptor.isNull(). by Devang Patel · 16 years ago
- ccb4f2d Iterator traits and swap. closes PR6548 and PR6549 by Andrew Lenharth · 16 years ago
- 7129a67 Don't always run the ocaml kaleidoscope tutorials. by Erick Tryzelaar · 16 years ago
- 197d009 Revert r97726 and r97728 at ddunbar's request; we want to solve this by John McCall · 16 years ago
- 49457b8 Add OCaml tutorial to the examples. by Erick Tryzelaar · 16 years ago
- 9ef76b9 Update the OCaml Kaleidoscope tutorial. by Erick Tryzelaar · 16 years ago
- 0ef3fa6 Revert r97947. by Devang Patel · 16 years ago
- dd6fbd1 disambiguate some types, add a fixme about some inconsistent intrinsics. by Chris Lattner · 16 years ago
- 3485b51 fix some more ambiguous patterns, remove another nontemporalstore by Chris Lattner · 16 years ago
- 341b274 Correct immediate sizes. by Chris Lattner · 16 years ago
- 0273fbb fix a type compatibility bug. imm is i32 in the input pattern, not i64. by Chris Lattner · 16 years ago
- d10a53d fix a bunch of partially ambiguous patterns on ARM. As an example, this: by Chris Lattner · 16 years ago
- b200f1c Fix a bunch of ambiguous patterns which tblgen happens to infer types by Chris Lattner · 16 years ago
- 43e4754 Node arguments to type casts can have names too. This code by Chris Lattner · 16 years ago
- e00ed57 tidy up by Chris Lattner · 16 years ago
- d8cc5d5 Avoid using DIDescriptor.isNull(). by Devang Patel · 16 years ago
- fab4a25 Add Order to SDDbgValue by Dale Johannesen · 16 years ago
- 84839da Fix dbg value handling in tail merging. by Dale Johannesen · 16 years ago
- 9a1ac4c remove a non-temporal store pattern which is not tested and by Chris Lattner · 16 years ago
- 1ddcf35 Revert r97917, which was causing Clang Debug self-host failures. by Douglas Gregor · 16 years ago
- 6fec233 Roll back r97918 again. Just configuring against llvm-gcc wasn't enough to run by Jeffrey Yasskin · 16 years ago
- 92ce42f Reapply r97788 to free MDNodes when the LLVMContext is destroyed. It by Jeffrey Yasskin · 16 years ago
- 9467f0e Roll r97906 forward again, without double-deleting CompileUnit::IndexTyDie. by Jeffrey Yasskin · 16 years ago
- 8f9db4c Add findNearestCommonDominator() for PostDominators. by Tobias Grosser · 16 years ago
- acee647 Use Other as a sentinel instead of iAny. by Chris Lattner · 16 years ago
- 81d6d52 turn off debug spew by Chris Lattner · 16 years ago
- 6fd326b more factoring. by Chris Lattner · 16 years ago
- 8c42ca9 _2_ gcc crashes, ah, ah, ah... by Jeffrey Yasskin · 16 years ago
- 9cdd965 teach tblgen to be more aggressive when factoring CheckType nodes. by Chris Lattner · 16 years ago
- f7399bf Avoid leaking CompileUnits and DbgScopes from DwarfDebug. Leaks found by Valgrind! by Jeffrey Yasskin · 16 years ago
- 48aa575 add some helper functions and implement isContradictory by Chris Lattner · 16 years ago
- 98f15d2 tidy up by Chris Lattner · 16 years ago
- c2bf2bb Re-committing the failed r97807 commit with changes to eliminate warnings. by Wesley Peck · 16 years ago
- e20ab4a Add verification of union types. by Nick Lewycky · 16 years ago
- e765f2b Describe what's going on with mingw alloca and why do we need separate instruction. by Anton Korobeynikov · 16 years ago
- ce7bf1c Initial bits of ARMv4-only support. Patch by John Tytgat! by Anton Korobeynikov · 16 years ago
- 043f3c2 Lower dynamic stack allocation on mingw32 to separate instruction. by Anton Korobeynikov · 16 years ago
- 0ddda3b make APFloat::toString be const. by Chris Lattner · 16 years ago
- 1c383ca disable this for mingw as well, we really need a 'has no dynamic linking' predicate. by Chris Lattner · 16 years ago
- 9aff323 Do not use '&' prefix for globals when register base field is non-zero, otherwise msp430-as will silently miscompile the code (TI's assembler report an error though). by Anton Korobeynikov · 16 years ago
- 7b323a3 Let the fallthrough handle whether or not we've changed anything by Eric Christopher · 16 years ago
- 27ceaa1 Migrate _chk call lowering from SimplifyLibCalls to InstCombine. Stub by Eric Christopher · 16 years ago
- 44f1680 Add static methods to handle Linkage Types. by Rafael Espindola · 16 years ago
- eea3f7e clean this up. by Chris Lattner · 16 years ago
- 0a7f442 revert r97807, it introduced build warnings. by Chris Lattner · 16 years ago
- e68bd74 Thumb1 epilogue code generation needs to take into account that callee-saved by Jim Grosbach · 16 years ago
- 75f0d69 Temporarily revert: by Eric Christopher · 16 years ago
- 621e06f Fix another case where LSR was affected by debug info. by Dale Johannesen · 16 years ago
- 6cc1aea Don't update physical register def. by Evan Cheng · 16 years ago