aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
...
* It is quiet possible that inlined function body is split into multiple chunks...Devang Patel2011-07-271-16/+41
* While extracting lexical scopes from machine instruction stream, work on one ...Devang Patel2011-07-261-9/+9
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-261-2/+3
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-231-1/+1
* Refactor.Devang Patel2011-07-202-31/+42
* There are two ways to map a variable to its lexical scope. Lexical scope info...Devang Patel2011-07-201-2/+10
* While emitting constant value, look through derived type and use underlying b...Devang Patel2011-07-201-14/+23
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-201-1/+0
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-202-2/+2
* Distinguish between two copies of one inlined variable.Devang Patel2011-07-191-2/+6
* Convert TargetData::getIndexedOffset to use ArrayRef.Jay Foad2011-07-191-2/+1
* Add a frame with the compact unwind encoding if it exists.Bill Wendling2011-07-191-0/+3
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-186-6/+3
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-2/+2
* Use DebugLoc directly to map inlined functions' instructions to respective le...Devang Patel2011-07-152-5/+9
* Eliminate redundant map.Devang Patel2011-07-152-12/+3
* Reverting r135232. It's causing infinite looping in DbgScope::openInsnRange.Evan Cheng2011-07-151-13/+5
* Do not get confused by multiple empty lexical scopes inlined at one location. Devang Patel2011-07-151-5/+13
* Refactor.Devang Patel2011-07-142-19/+9
* Eliminate redundant LLVMContext argument.Devang Patel2011-07-142-9/+11
* Simplify.Devang Patel2011-07-141-13/+3
* Simplify and delay extracting DebugLoc elements, scope and InlinedAt, as much...Devang Patel2011-07-142-18/+14
* Simplify. Compile unit check inside hasValidLocation() did not add any value.Devang Patel2011-07-141-26/+10
* Fix typo in DEBUG message.Devang Patel2011-07-141-2/+2
* Add DEBUG messages.Devang Patel2011-07-141-0/+5
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-091-5/+10
* Refactor.Devang Patel2011-07-081-28/+29
* Make provision to have floating point constants in .debug_loc expressions.Devang Patel2011-07-082-43/+80
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-081-1/+6
* Add DEBUG message.Devang Patel2011-07-071-0/+2
* Add DEBUG messages.Devang Patel2011-07-071-2/+9
* Remove dead code.Devang Patel2011-07-061-2/+0
* Handle debug info for i128 constants.Devang Patel2011-06-244-19/+25
* Emit trailing padding on constant vectors when TargetData says that the vectorNick Lewycky2011-06-221-0/+7
* Add verbose EH table printing to SjLj exception tables.Bill Wendling2011-06-211-2/+19
* Improve the comment printing for the EH table. This gives a much more detailedBill Wendling2011-06-211-23/+69
* Fix a FIXME by making GlobalVariable::getInitializer() return aJay Foad2011-06-191-4/+4
* Handle jump tables. Test to follow soon.Rafael Espindola2011-06-151-0/+2
* Revert r133004 ; it's breaking nightly tests.Eli Friedman2011-06-141-4/+21
* Partial revert of 132882.Rafael Espindola2011-06-141-21/+4
* Implement Jakob's suggestion on how to detect fall thought without callingRafael Espindola2011-06-141-12/+19
* Really fix the fall-through logic.Rafael Espindola2011-06-121-0/+3
* Fix silly bug I introduce in the previous commit. Fixes debug builds.Rafael Espindola2011-06-121-3/+3
* AnalyzeBranch doesn't change which successors a bb has, just the orderRafael Espindola2011-06-121-4/+11
* Ensure that EmitGlobalVariable is correctly differentiating between declarationsChad Rosier2011-06-101-1/+1
* Use path API for path concatenation.Benjamin Kramer2011-06-051-5/+3
* A DBG_VALUE that truncates a range does not start another dbg value range.Devang Patel2011-06-011-0/+5
* Do not drop constant values when a variable's content is described using .deb...Devang Patel2011-06-012-14/+47
* Incomplete type may not have corresponding DIE, so do not check DIEEntry eage...Devang Patel2011-06-012-5/+6
* Refactor.Devang Patel2011-05-312-10/+9