aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* optimize ~(~X >>s Y) --> (X >>s Y), patch by Edmund GrimleyChris Lattner2010-01-191-0/+5
* On pic function calls some arguments were marked dead andBruno Cardoso Lopes2010-01-192-15/+30
* load f64 +0.0 in a cleaner way. This fix part of PR5445Bruno Cardoso Lopes2010-01-192-12/+12
* Fix return registers for mips eabiBruno Cardoso Lopes2010-01-191-4/+4
* mcstreamer'ize the rest of EmitGlobalVariable that is used on Chris Lattner2010-01-191-6/+8
* stop using the .lcomm pseudoop on darwin, instead, directly use theChris Lattner2010-01-194-16/+36
* MDNodes are not expected to disappear or replaced by another MDNode, so there...Devang Patel2010-01-192-15/+16
* Avoid including DebugInfo.h in AsmPrinter.hDevang Patel2010-01-194-2/+5
* zap the ARM version of PrintGlobalVariable, which I missed.Chris Lattner2010-01-191-113/+0
* mc'ize some stuff, don't comment out .lcomm directive in -fverbose-asm mode.Chris Lattner2010-01-192-10/+11
* factor this code better.Chris Lattner2010-01-191-21/+13
* Now that we have everything nicely factored (e.g. asmprinter is notChris Lattner2010-01-1913-825/+126
* use %object like other elf targets, gas accepts either.Chris Lattner2010-01-191-1/+1
* simplify the mips target to print .size and .type for c strings Chris Lattner2010-01-191-6/+2
* hookize the cygwin ".linkonce" directive.Chris Lattner2010-01-193-6/+13
* more cleanups. Emit the .local directive even on cygwin/mingw.Chris Lattner2010-01-191-6/+3
* some cleanupsChris Lattner2010-01-192-20/+21
* add a bool for whether .lcomm takes an alignment instead of basing this on "i...Chris Lattner2010-01-195-11/+14
* hoist handling of external globals and special globals up to common code.Chris Lattner2010-01-194-74/+59
* move production of .reference directives for static ctor/dtor list onChris Lattner2010-01-196-27/+13
* Fix a crash in scalarrepl for memcpy/memmove where the source and destinationBob Wilson2010-01-191-6/+10
* use BSSLocal classifier to identify 'lcomm' data instead ofChris Lattner2010-01-193-66/+41
* make TLOF subclassify BSS based on linkage type into private, externalChris Lattner2010-01-191-2/+7
* now that elf weak bss symbols are handled correctly, simplify a bunch of code.Chris Lattner2010-01-193-89/+18
* fix a significant difference between llvm and gcc on ELF systems:Chris Lattner2010-01-192-3/+5
* introduce a section kind for common linkage. Use this to slightlyChris Lattner2010-01-195-24/+99
* Even more explanation.Bill Wendling2010-01-192-0/+24
* change an accessor to a predicate.Chris Lattner2010-01-193-6/+6
* Cleanup handling of .zerofill on darwin:Chris Lattner2010-01-196-145/+164
* Remove this fixme, looking at the linker source, all targets pad to 4 bytes.Nate Begeman2010-01-191-2/+0
* Revert accident check-in from r93165.Devang Patel2010-01-191-8/+6
* Fix comment.Eric Christopher2010-01-191-1/+1
* Fix r93758. Use isel patterns instead of c++ selection code to select rbit an...Evan Cheng2010-01-193-8/+7
* Revert 93811 per request.Dale Johannesen2010-01-192-13/+0
* Enable code to emit dbg.declare as DEBUG_VALUEDale Johannesen2010-01-182-0/+13
* Add comment that MDNode::getFunction() is not to be used by performance-criti...Victor Hernandez2010-01-181-1/+2
* Add some potentially interesting transformations to README.Eli Friedman2010-01-181-0/+51
* - Add getLSDAEncoding to the PowerPC backend.Bill Wendling2010-01-184-2/+46
* my instcombine transformations to make extension elimination moreChris Lattner2010-01-182-5/+32
* Have FastISel handle llvm.trap().Eric Christopher2010-01-181-0/+4
* Minor cleanup for jump table printing. Need a reference, not a pointer, forJim Grosbach2010-01-181-1/+1
* Canonicalize -1 - x to ~x.Evan Cheng2010-01-181-0/+3
* Make findDbgDeclare/findDbgGlobalDeclare local static functions; avoid Elts a...Victor Hernandez2010-01-181-6/+7
* Simplify MDNode::getFunction() and assertLocalFunction() by avoiding extra Fu...Victor Hernandez2010-01-181-46/+39
* The most significant encoding bit of GPR:$src or GPR:$dst was over-specified inJohnny Chen2010-01-181-5/+5
* Patch by David Conrad:Jim Grosbach2010-01-185-1/+34
* While mapping llvm.dbg.declare intrinsic manually map its operand, if possible,Devang Patel2010-01-181-0/+18
* reject some invalid IR. We already assert and reject this from theChris Lattner2010-01-181-0/+2
* Add FIXME comment.Bill Wendling2010-01-181-0/+3
* - Add a comment to the callback indicating that it's *extremely* not a goodBill Wendling2010-01-182-3/+3