aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
AgeCommit message (Expand)Author
2010-09-29Let FE mark a variable as artificial variable.Devang Patel
2010-09-29Add support to let FE encode method access specifier.Devang Patel
2010-09-29Assign DW_ACCESS_public accessibility attribute to members by default.Devang Patel
2010-09-28Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes
2010-09-28Provide an interface to let FEs anchor debug info for types.Devang Patel
2010-09-27Remove dead argument.Devang Patel
2010-09-27the latest assembler that runs on powerpc 10.4 machines doesn'tChris Lattner
2010-09-22Use DW_OP_fbreg when offset is based on frame register.Devang Patel
2010-09-16If FE forgot to provide a file name (usually it uses "stdin" as name in such ...Devang Patel
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer
2010-09-13Fix linux/msvc build, move include.Benjamin Kramer
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer
2010-09-05add a comment about where this should eventually move.Chris Lattner
2010-09-02There is no need to use .set here.Devang Patel
2010-09-02Fix .debug_range for linux. Patch by Krister Wombell.Devang Patel
2010-08-31Use absolute label for DW_AT_stmt_list if a target does not prefer offset here.Devang Patel
2010-08-31Reapply r112623. Included additional check for unused byval argument.Devang Patel
2010-08-31Revert r112623. It is causing self host build failures.Devang Patel
2010-08-31Remember byval argument's frame index during argument lowering and use this i...Devang Patel
2010-08-31Simplify.Devang Patel
2010-08-28remove unions from LLVM IR. They are severely buggy and notChris Lattner
2010-08-24Revert r107202. It is not adding any value.Devang Patel
2010-08-23Handle qualified constants that are directly folded by FE.Devang Patel
2010-08-20Create the new linker type "linker_private_weak_def_auto".Bill Wendling
2010-08-18Improve whitespace.Bill Wendling
2010-08-16Until uleb/sleb are MC-ized, add a hack to make them work with ELF objectEli Friedman
2010-08-10Do not forget debug info for enums. Use named mdnode to keep track of these t...Devang Patel
2010-08-10Handle TAG_constant for integers.Devang Patel
2010-08-10Simplify.Devang Patel
2010-08-10Drop "const". It does not add value here.Devang Patel
2010-08-10Do not include file static variable in pubnames list.Devang Patel
2010-08-09Undo accidental commit.Devang Patel
2010-08-09Simplify. Avoid redundant checks.Devang Patel
2010-08-09Refactor.Devang Patel
2010-08-09Refactoring. Update DbgVarible to handle queries itself.Devang Patel
2010-08-09It is ok, and convenient, to pass descriptors by value.Devang Patel
2010-08-09Rename a method.Devang Patel
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-08-04Use location entry only of the location described by DBG_VALUE is valid.Devang Patel
2010-08-04Fix typo in comment.Devang Patel
2010-08-04Change this llvm_unreachable to report_fatal_error, since it canDan Gohman
2010-08-04If a variable is spilled by code generator then use DW_OP_fbreg to describe i...Devang Patel
2010-08-02Free DbgScope created for dead functions.Devang Patel
2010-08-01Reference the personalities. Don't copy them into a new vector.Bill Wendling
2010-07-27It is FE's responsibility to emit proper directory name.Devang Patel
2010-07-24Use current working directory when Dirname is empty. This only happens when a...Devang Patel
2010-07-23Revert r109262.Devang Patel
2010-07-23IF directory name is empty then try to extract one using absolute file name.Devang Patel