aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez2010-01-153-34/+26
* Lower FrameIndex operand of DEBUG_VALUE (specially) andDale Johannesen2010-01-152-0/+29
* Fix cmp emission on msp430: we definitely should turn stuff likeAnton Korobeynikov2010-01-152-25/+27
* Do not use AT_specification die for static variables. It confuses gdb.Devang Patel2010-01-151-3/+6
* fix 80-column violationsJim Grosbach2010-01-151-12/+14
* Fix 80 column violations and clean up whitespaceJim Grosbach2010-01-151-5/+4
* Do not emit multiple AT_container_type attributes. Devang Patel2010-01-151-1/+2
* Name change for consistency. No functional change.Jim Grosbach2010-01-151-7/+7
* EmitAtomicCmpSwap() custome inserter needs to delete the MI passed in. EmitAt...Jim Grosbach2010-01-151-0/+3
* Teach PPC how to replaceMachineCodeForFunction correctly. (FixesJeffrey Yasskin2010-01-141-0/+2
* Pad my commit stats by reducing indentation in this now separateEric Christopher2010-01-141-19/+20
* Added 16-bit Thumb Load/Store immediate instructions with encoding bits so thatJohnny Chen2010-01-141-0/+24
* Split the TargetAsmParser "ParseInstruction" interface in half:Chris Lattner2010-01-142-38/+29
* Remove pseudo-MI in custom inserter.Anton Korobeynikov2010-01-141-0/+1
* Fix a comment.Dale Johannesen2010-01-141-1/+1
* Few minor changes that were requested. No functional change.Eric Christopher2010-01-141-2/+6
* Add comment explaining the necessity of r93456Jim Grosbach2010-01-141-0/+5
* prune #includes in TargetAsmParser.hChris Lattner2010-01-142-4/+8
* Dwarf EH prepare needs to be run after SjLj prepare. Otherwise,Jim Grosbach2010-01-141-1/+1
* introduce MCParsedAsmOperandChris Lattner2010-01-141-1/+2
* introduce the MCParsedAsmOperand class.Chris Lattner2010-01-141-1/+2
* Small tweak to inline cost computation. Ext of i/fcmp results are mostly opti...Evan Cheng2010-01-141-1/+6
* Remove spurious semicolon.Anton Korobeynikov2010-01-141-21/+21
* In debug builds, assert that function-local metadata has only 1 parent functionVictor Hernandez2010-01-141-1/+30
* Reduce the inlining cost of functions that contain calls to easily,Eric Christopher2010-01-141-1/+27
* Simplify code that chooses when to enumerate function-local metadata operandsVictor Hernandez2010-01-142-29/+31
* Avoid modifying ValueEnumerator's MD ValueList by choosing which function-loc...Victor Hernandez2010-01-142-17/+8
* ARM "l" constraint for inline asm means R0-R7, also for Thumb2.Jakob Stoklund Olesen2010-01-141-2/+2
* Fix a codegen abort seen in 483.xalancbmk.Dan Gohman2010-01-141-0/+3
* In WriteFunction(), write function-local metadata before we write the instruc...Victor Hernandez2010-01-141-1/+3
* Fix printing of function-local metadata in AsmWriterVictor Hernandez2010-01-141-2/+3
* Clean up unnecessary return and bracketsVictor Hernandez2010-01-141-3/+1
* Add MDNode::getFunction(), which figures out the metadata's function, if it h...Victor Hernandez2010-01-141-0/+34
* Don't fold insufficiently aligned ldr/str into ldm/stm instructions.Jakob Stoklund Olesen2010-01-141-0/+12
* this is an SSE-specific issue.Chris Lattner2010-01-132-20/+20
* X86 if conversion + tail merging issues from PR6032.Chris Lattner2010-01-131-0/+20
* When the visitSub method was split into visitSub and visitFSub, this xform wasBill Wendling2010-01-131-11/+0
* fix ELF section mangling stuff for weak symbols to not useChris Lattner2010-01-131-9/+11
* Fix comment typoVictor Hernandez2010-01-131-1/+1
* tidyChris Lattner2010-01-131-4/+3
* reduce duplicate mangling logic by using MCSymbol::printMangledName.Chris Lattner2010-01-131-23/+4
* expose a static function as a static method on the MCSymbol class.Chris Lattner2010-01-131-4/+7
* Fixed a couple of places for Thumb MOV where encoding bits are underspecified.Johnny Chen2010-01-131-4/+3
* Fix pastoJakob Stoklund Olesen2010-01-131-1/+1
* stop the CBE from using deprecated Mangler stuff.Chris Lattner2010-01-131-17/+39
* Write function-local metadata as a metadata subblock of a funciton blockVictor Hernandez2010-01-131-4/+36
* Enumerate function-local metadata (and its types and operands) only during fu...Victor Hernandez2010-01-132-20/+35
* Parse function-local metadata inside function blocksVictor Hernandez2010-01-131-0/+3
* Use the GV version of getNameWithPrefix in TargetLoweringObjectFileCOFF::Chris Lattner2010-01-131-1/+1
* Commit some changes I had managed to lose last night while refactoring the co...Evan Cheng2010-01-131-1/+6