summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAge
* Revert unintentional parts of previous check-in.Devang Patel2011-08-10
* Start using LexicalScopes utility. No intetional functionality change.Devang Patel2011-08-10
* Simplify by creating parent first.Devang Patel2011-08-08
* Temporarily revert r135528 which distinguishes between two copies of oneChandler Carruth2011-08-05
* Some revisions to Devang's change r136759 for merged global debug info.Bob Wilson2011-08-03
* Use byte offset, instead of element number, to access merged global.Devang Patel2011-08-03
* Remove an unnecessary cast.Jay Foad2011-08-01
* Fix a lot of typos, improve (but not necessarily fix) grammaros and reflow someNick Lewycky2011-07-29
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* Remove outdated FIXME comment.Devang Patel2011-07-27
* It is quiet possible that inlined function body is split into multiple chunks...Devang Patel2011-07-27
* While extracting lexical scopes from machine instruction stream, work on one ...Devang Patel2011-07-26
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-26
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-23
* Refactor.Devang Patel2011-07-20
* There are two ways to map a variable to its lexical scope. Lexical scope info...Devang Patel2011-07-20
* While emitting constant value, look through derived type and use underlying b...Devang Patel2011-07-20
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-20
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-20
* Distinguish between two copies of one inlined variable.Devang Patel2011-07-19
* Convert TargetData::getIndexedOffset to use ArrayRef.Jay Foad2011-07-19
* Add a frame with the compact unwind encoding if it exists.Bill Wendling2011-07-19
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-18
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Use DebugLoc directly to map inlined functions' instructions to respective le...Devang Patel2011-07-15
* Eliminate redundant map.Devang Patel2011-07-15
* Reverting r135232. It's causing infinite looping in DbgScope::openInsnRange.Evan Cheng2011-07-15
* Do not get confused by multiple empty lexical scopes inlined at one location. Devang Patel2011-07-15
* Refactor.Devang Patel2011-07-14
* Eliminate redundant LLVMContext argument.Devang Patel2011-07-14
* Simplify.Devang Patel2011-07-14
* Simplify and delay extracting DebugLoc elements, scope and InlinedAt, as much...Devang Patel2011-07-14
* Simplify. Compile unit check inside hasValidLocation() did not add any value.Devang Patel2011-07-14
* Fix typo in DEBUG message.Devang Patel2011-07-14
* Add DEBUG messages.Devang Patel2011-07-14
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-09
* Refactor.Devang Patel2011-07-08
* Make provision to have floating point constants in .debug_loc expressions.Devang Patel2011-07-08
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-08
* Add DEBUG message.Devang Patel2011-07-07
* Add DEBUG messages.Devang Patel2011-07-07
* Remove dead code.Devang Patel2011-07-06
* Handle debug info for i128 constants.Devang Patel2011-06-24
* Emit trailing padding on constant vectors when TargetData says that the vectorNick Lewycky2011-06-22
* Add verbose EH table printing to SjLj exception tables.Bill Wendling2011-06-21
* Improve the comment printing for the EH table. This gives a much more detailedBill Wendling2011-06-21
* Fix a FIXME by making GlobalVariable::getInitializer() return aJay Foad2011-06-19
* Handle jump tables. Test to follow soon.Rafael Espindola2011-06-15
* Revert r133004 ; it's breaking nightly tests.Eli Friedman2011-06-14
* Partial revert of 132882.Rafael Espindola2011-06-14