- db125cf land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago
- 8594d42 Handle debug info for i128 constants. by Devang Patel · 14 years ago
- 5b7ac14 Emit trailing padding on constant vectors when TargetData says that the vector by Nick Lewycky · 14 years ago
- 7d715df Fix a FIXME by making GlobalVariable::getInitializer() return a by Jay Foad · 14 years ago
- aeb6da4 Handle jump tables. Test to follow soon. by Rafael Espindola · 14 years ago
- 0fc3015 Revert r133004 ; it's breaking nightly tests. by Eli Friedman · 14 years ago
- b8018d8 Partial revert of 132882. by Rafael Espindola · 14 years ago
- f5b5c51 Implement Jakob's suggestion on how to detect fall thought without calling by Rafael Espindola · 14 years ago
- 1edc08b Really fix the fall-through logic. Add a triple to the tests. by Rafael Espindola · 14 years ago
- 571e20f Fix silly bug I introduce in the previous commit. Fixes debug builds. by Rafael Espindola · 14 years ago
- 4509ec4 AnalyzeBranch doesn't change which successors a bb has, just the order by Rafael Espindola · 14 years ago
- 348d542 Ensure that EmitGlobalVariable is correctly differentiating between declarations by Chad Rosier · 14 years ago
- f463370 When generating code for Win64 EH, emit StartProc and EndProc directives. by Charles Davis · 14 years ago
- 7bf114c Fix the root cause of the bootstrap failure: by Rafael Espindola · 14 years ago
- d652b13 Stub out support for Win64-style exceptions. Note that this is merely using by Charles Davis · 14 years ago
- 37afca1 Fix a regression I recently introduced by removing DwarfRegNum of subregisters: by Rafael Espindola · 14 years ago
- 5b23b7f Make size computation less brittle. by Rafael Espindola · 14 years ago
- fc2bb8c Replace the -unwind-tables option with a per function flag. This is more by Rafael Espindola · 14 years ago
- 6253c7c Produce a __debug_frame section on darwin ARM when appropriate. by Rafael Espindola · 14 years ago
- e29887b Use .cfi_sections to put the unwind info in .debug_frame when possible. With by Rafael Espindola · 14 years ago
- af25768 Nothing else uses this label. by Rafael Espindola · 14 years ago
- f2b0423 Dead code elimination. by Rafael Espindola · 14 years ago
- 254784f Remove the DwarfTable enum. by Rafael Espindola · 14 years ago
- ecf58b9 Implement a really simple DwarfSjLjException. by Rafael Espindola · 14 years ago
- 2d57a64 List all exception types in a switch. by Rafael Espindola · 14 years ago
- 49a3ff9 Hoist MCLineEntry construction AsmPrinter so that anyone who derives from AsmPrinter can have line number entries. by Devang Patel · 14 years ago
- a432997 Factor some code to needsCFIMoves. Avoid printing moves when we don't have to. by Rafael Espindola · 14 years ago
- c26f544 Teach dwarf writer to handle complex address expression for .debug_loc entries. by Devang Patel · 14 years ago
- 0be77df Revert r130178. It turned out to be not the optimal path to emit complex location expressions. by Devang Patel · 14 years ago
- fea8fea Print the label if we will use it in debug_frame. by Rafael Espindola · 14 years ago
- bffc2b4 don't emit the symbol name twice for local bss and common by Chris Lattner · 14 years ago
- b28d4f1 Print all the moves at a given label instead of just the first one. by Rafael Espindola · 14 years ago
- 0c99861 Let dwarf writer allocate extra space in the debug location expression. This space, if requested, will be used for complex addresses of the Blocks' variables. by Devang Patel · 14 years ago
- acc381b Refactor. by Devang Patel · 14 years ago
- 3f3bf93 Reduce clutter in asm output. Do not emit source location as comment for each instruction. by Devang Patel · 14 years ago
- 126ae68 Some refactoring suggested by Anton Korobeynikov. by Rafael Espindola · 14 years ago
- f0adba9 Add 129518 back with a fix for when we are producing eh just because of debug info. by Rafael Espindola · 14 years ago
- bcb8c6d Revert r129518, "Change ELF systems to use CFI for producing the EH tables. This reduces the" by NAKAMURA Takumi · 14 years ago
- 3dae6e7 Change ELF systems to use CFI for producing the EH tables. This reduces the by Rafael Espindola · 14 years ago
- 8439747 Print visibility info for external variables. by Rafael Espindola · 14 years ago
- 83d8083 Tidy up. 80 columns and trailing whitespace. by Jim Grosbach · 14 years ago
- b5e16af Some first rudimentary support for ARM EHABI: print exception table in "text mode". by Anton Korobeynikov · 14 years ago
- 5129bde Omit private_extern declarations of extern symbols; followup to by Stuart Hastings · 14 years ago
- ab4c366 Spelling fix: consequtive -> consecutive. by Duncan Sands · 14 years ago
- e5005d0 Assert on bad jump tables. by Jakob Stoklund Olesen · 15 years ago
- 1ffb533 Print the visibility of declarations. by Rafael Espindola · 15 years ago
- 3965b5e Add a possibility to switch between CFI directives- and table-based frame description emission. Currently all the backends use table-based stuff. by Anton Korobeynikov · 15 years ago
- d7e8ddc Split stuff as a preparation for CFI directives-based frame information emission by Anton Korobeynikov · 15 years ago
- 9fc5cdf split dom frontier handling stuff out to its own DominanceFrontier header, by Chris Lattner · 15 years ago
- 11ae9e2 remove the verbose-asm "constant pool double" comments that we were printing by Chris Lattner · 15 years ago
- a38941d refactor the interface to EmitInlineAsm a bit, no functionality change. by Chris Lattner · 15 years ago
- cbbe287 s/beginScope/beginInstruction/g s/endScope/endInstruction/g by Devang Patel · 15 years ago
- 8048ebe the latest assembler that runs on powerpc 10.4 machines doesn't by Chris Lattner · 15 years ago
- dfe254b add a comment about where this should eventually move. by Chris Lattner · 15 years ago
- a660be7 There is no need to use .set here. Thanks Chris! by Devang Patel · 15 years ago
- b1fcfbe Fix .debug_range for linux. Patch by Krister Wombell. by Devang Patel · 15 years ago
- 61c70e9 remove unions from LLVM IR. They are severely buggy and not by Chris Lattner · 15 years ago
- 55ae515 Create the new linker type "linker_private_weak_def_auto". by Bill Wendling · 15 years ago
- 3d7ff08 Improve whitespace. by Bill Wendling · 15 years ago
- 90c579d Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
- 1f74590 Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
- 9ccaf53 Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
- 9f6a6862 Change this llvm_unreachable to report_fatal_error, since it can by Dan Gohman · 15 years ago
- 7490896 Use isPrologLabel() instead of checking the opcode directly. by Bill Wendling · 15 years ago
- dc86704 Consider this function: by Bill Wendling · 15 years ago
- 7431bea Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and by Bill Wendling · 15 years ago
- 04c528a Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway. by Jakob Stoklund Olesen · 15 years ago
- b5b73c4 a more graceful fix for test/Other/inline-asm-newline-terminator.ll, by Chris Lattner · 15 years ago
- eabd735 Make the "linker_private" linkage type emit a non-weak symbol to the file. It by Bill Wendling · 15 years ago
- 5e721d7 Implement the "linker_private_weak" linkage type. This will be used for by Bill Wendling · 15 years ago
- 07d3177 Revert r107205 and r107207. by Bill Wendling · 15 years ago
- e025e96 Print InlinedAt location. by Devang Patel · 15 years ago
- 207855c Introducing the "linker_weak" linkage type. This will be used for Objective-C by Bill Wendling · 15 years ago
- 03c3dc7 Give NamedRegionTimer an Enabled flag, allowing all its clients to by Dan Gohman · 15 years ago
- 7500e06 Don't emit the linkage for initializer label for mach-o tls. by Eric Christopher · 15 years ago
- 7310064 One underscore, not two. by Eric Christopher · 15 years ago
- 04386ca Move the verbose asm output up a bit so it can be used in the special cases by Eric Christopher · 15 years ago
- 02b46bc Add support for initialized global data for darwin tls. Update comments by Eric Christopher · 15 years ago
- 8116ca5 Add full bss data support for darwin tls variables. by Eric Christopher · 15 years ago
- c1a887d Partial code for emitting thread local bss data. by Eric Christopher · 15 years ago
- 5b1b3b7 Remove unused variable. Tweak a comment while there. by Duncan Sands · 15 years ago
- 871bb94 updated support for the COFF .linkonce by Nathan Jeffords · 15 years ago
- 2db49d7 Avoid DIDescriptor::getNode(). Use overloaded operators instead. by Devang Patel · 15 years ago
- b4202db Fix PR7054 - Assertion `Symbol->isUndefined() && "Cannot define a symbol twice!"' failed. by Chris Lattner · 15 years ago
- d014761 Don't count debug info as instructions. This was by Dale Johannesen · 15 years ago
- 67a444c Print variable scope name in DEBUG_VALUE comment. Useful in some cases. e.g. by Devang Patel · 15 years ago
- e87f7bb Rework global alignment computation again. Now we do round up by Chris Lattner · 15 years ago
- 28ff35d Emit debug info for byval parameters. by Devang Patel · 15 years ago
- a7b611c further simplify EmitAlignment by eliminating the by Chris Lattner · 15 years ago
- 7558247 remove a dead argument to EmitAlignment. by Chris Lattner · 15 years ago
- ed33b13 Do not count kill, implicit_def instructions as printed instructions. by Evan Cheng · 15 years ago
- 4c4d0c0 round zero-byte .zerofill directives up to 1 byte. This by Chris Lattner · 15 years ago
- d61647d add a comment in verbose-asm mode indicating why a noop is being generated. by Chris Lattner · 15 years ago
- ee9eb41 on darwin empty functions need to codegen into something of non-zero length, by Chris Lattner · 15 years ago
- 567dd1f fix PR6921 a different way. Intead of increasing the by Chris Lattner · 15 years ago
- f74e25f Revert r102300/102301, which serious broke objc apps. by Chris Lattner · 15 years ago
- 044698b Fix PR6921: globals were not getting correctly rounded up to their by Chris Lattner · 15 years ago
- 44e0508 Bill's change in r95336 broke empty aggregates embedded by Chris Lattner · 15 years ago
- 0d805c3 Add const qualifiers to TargetLoweringObjectFile usage. by Dan Gohman · 15 years ago
- f2548ca Add support to emit dwarf ranges. by Devang Patel · 15 years ago