| Commit message (Expand) | Author | Age | Files | Lines |
* | Some first rudimentary support for ARM EHABI: print exception table in "text ... | Anton Korobeynikov | 2011-03-05 | 1 | -0/+3 |
* | Omit private_extern declarations of extern symbols; followup to | Stuart Hastings | 2011-02-23 | 1 | -3/+7 |
* | Spelling fix: consequtive -> consecutive. | Duncan Sands | 2011-02-15 | 1 | -1/+1 |
* | Assert on bad jump tables. | Jakob Stoklund Olesen | 2011-02-09 | 1 | -0/+1 |
* | Print the visibility of declarations. | Rafael Espindola | 2011-01-28 | 1 | -1/+14 |
* | Add a possibility to switch between CFI directives- and table-based frame des... | Anton Korobeynikov | 2011-01-14 | 1 | -1/+9 |
* | Split stuff as a preparation for CFI directives-based frame information emission | Anton Korobeynikov | 2011-01-14 | 1 | -2/+2 |
* | split dom frontier handling stuff out to its own DominanceFrontier header, | Chris Lattner | 2011-01-02 | 1 | -0/+1 |
* | remove the verbose-asm "constant pool double" comments that we were printing | Chris Lattner | 2010-12-13 | 1 | -8/+0 |
* | refactor the interface to EmitInlineAsm a bit, no functionality change. | Chris Lattner | 2010-11-17 | 1 | -1/+1 |
* | s/beginScope/beginInstruction/g | Devang Patel | 2010-10-26 | 1 | -2/+2 |
* | the latest assembler that runs on powerpc 10.4 machines doesn't | Chris Lattner | 2010-09-27 | 1 | -2/+10 |
* | add a comment about where this should eventually move. | Chris Lattner | 2010-09-05 | 1 | -0/+7 |
* | There is no need to use .set here. | Devang Patel | 2010-09-02 | 1 | -8/+1 |
* | Fix .debug_range for linux. Patch by Krister Wombell. | Devang Patel | 2010-09-02 | 1 | -0/+23 |
* | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner | 2010-08-28 | 1 | -18/+0 |
* | Create the new linker type "linker_private_weak_def_auto". | Bill Wendling | 2010-08-20 | 1 | -2/+8 |
* | Improve whitespace. | Bill Wendling | 2010-08-18 | 1 | -1/+2 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -1/+1 |
* | Change this llvm_unreachable to report_fatal_error, since it can | Dan Gohman | 2010-08-04 | 1 | -4/+11 |
* | Use isPrologLabel() instead of checking the opcode directly. | Bill Wendling | 2010-07-17 | 1 | -1/+1 |
* | Consider this function: | Bill Wendling | 2010-07-16 | 1 | -2/+12 |
* | Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and | Bill Wendling | 2010-07-16 | 1 | -1/+1 |
* | Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway. | Jakob Stoklund Olesen | 2010-07-16 | 1 | -6/+2 |
* | a more graceful fix for test/Other/inline-asm-newline-terminator.ll, | Chris Lattner | 2010-07-15 | 1 | -1/+1 |
* | Make the "linker_private" linkage type emit a non-weak symbol to the file. It | Bill Wendling | 2010-07-01 | 1 | -1/+1 |
* | Implement the "linker_private_weak" linkage type. This will be used for | Bill Wendling | 2010-07-01 | 1 | -0/+1 |
* | Revert r107205 and r107207. | Bill Wendling | 2010-06-29 | 1 | -3/+2 |
* | Print InlinedAt location. | Devang Patel | 2010-06-29 | 1 | -7/+21 |
* | Introducing the "linker_weak" linkage type. This will be used for Objective-C | Bill Wendling | 2010-06-29 | 1 | -2/+3 |
* | Give NamedRegionTimer an Enabled flag, allowing all its clients to | Dan Gohman | 2010-06-18 | 1 | -44/+16 |
* | Don't emit the linkage for initializer label for mach-o tls. | Eric Christopher | 2010-06-16 | 1 | -1/+0 |
* | One underscore, not two. | Eric Christopher | 2010-06-03 | 1 | -1/+1 |
* | Move the verbose asm output up a bit so it can be used in the special cases | Eric Christopher | 2010-05-25 | 1 | -5/+6 |
* | Add support for initialized global data for darwin tls. Update comments | Eric Christopher | 2010-05-25 | 1 | -4/+17 |
* | Add full bss data support for darwin tls variables. | Eric Christopher | 2010-05-22 | 1 | -1/+26 |
* | Partial code for emitting thread local bss data. | Eric Christopher | 2010-05-20 | 1 | -0/+7 |
* | Remove unused variable. Tweak a comment while there. | Duncan Sands | 2010-05-12 | 1 | -2/+2 |
* | updated support for the COFF .linkonce | Nathan Jeffords | 2010-05-12 | 1 | -7/+1 |
* | Avoid DIDescriptor::getNode(). Use overloaded operators instead. | Devang Patel | 2010-05-07 | 1 | -1/+1 |
* | Fix PR7054 - Assertion `Symbol->isUndefined() && "Cannot define a symbol twic... | Chris Lattner | 2010-05-06 | 1 | -1/+7 |
* | Don't count debug info as instructions. This was | Dale Johannesen | 2010-05-01 | 1 | -1/+2 |
* | Print variable scope name in DEBUG_VALUE comment. Useful in some cases. e.g. | Devang Patel | 2010-04-29 | 1 | -0/+2 |
* | Rework global alignment computation again. Now we do round up | Chris Lattner | 2010-04-28 | 1 | -19/+37 |
* | Emit debug info for byval parameters. | Devang Patel | 2010-04-28 | 1 | -0/+6 |
* | further simplify EmitAlignment by eliminating the | Chris Lattner | 2010-04-28 | 1 | -5/+2 |
* | remove a dead argument to EmitAlignment. | Chris Lattner | 2010-04-28 | 1 | -2/+1 |
* | Do not count kill, implicit_def instructions as printed instructions. | Evan Cheng | 2010-04-27 | 1 | -4/+4 |