summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* switch to the text section at the start of the .s file for darwin/x86Chris Lattner2010-03-13
* Delete MDNodes when LLVMContext is destroyed. Previous attempts: r97918, r97...Jeffrey Yasskin2010-03-13
* Change ARM ld/st multiple instructions to have variant instructions forBob Wilson2010-03-13
* Do not ignore arg_size() impact while counting bb instructions.Devang Patel2010-03-13
* MC/X86: Add temporary hack to match shrl $1,%eax correctly, to support testingDaniel Dunbar2010-03-13
* Remove extra parameter.Devang Patel2010-03-13
* Combine the code to build VLDM and VSTM instructions, since they areBob Wilson2010-03-13
* Do not overestimate code size reduction in presense of debug info.Devang Patel2010-03-13
* Tidy up. No functional changes.Bob Wilson2010-03-12
* MC/Mach-O: Implement initial support for relaxation.Daniel Dunbar2010-03-12
* Remove obsolete comments. VLDM is implemented in ARMInstrVFP.td.Bob Wilson2010-03-12
* Fix LLVM build when the user specifies CPPFLAGS on the make command line.Jeffrey Yasskin2010-03-12
* remove gone method, grr symlinks.Chris Lattner2010-03-12
* remove special case code that isn't needed anymore.Chris Lattner2010-03-12
* inline GetGlobalValueSymbol into the rest its callers andChris Lattner2010-03-12
* inline the now-trivial implementation of GetGlobalValueSymbol intoChris Lattner2010-03-12
* eliminate the X86 version of GetGlobalValueSymbol, allowingChris Lattner2010-03-12
* prune #includes, this file should be removed pending hte cygwin stub issue be...Chris Lattner2010-03-12
* move fastcall/stdcall mangling up into Mangler.Chris Lattner2010-03-12
* MC: Factor out MCAssembler::EvaluateFixup, and simplify.Daniel Dunbar2010-03-12
* MC: Constify MCAsmLayout argument to MCExpr::EvaluteAs...Daniel Dunbar2010-03-12
* MC: Add MCAssembler::addFixup, which enforces that fixups are added in order.Daniel Dunbar2010-03-12
* give Mangler access to TargetData.Chris Lattner2010-03-12
* make DecorateCygMingName a static method.Chris Lattner2010-03-12
* Add a virtual destructor and give vtable a home.Benjamin Kramer2010-03-12
* minor tidying, only do work if a function is Chris Lattner2010-03-12
* eliminate the string form of DecorateCygMingNameChris Lattner2010-03-12
* remove the FnArgWords cache to make way for future changes.Chris Lattner2010-03-12
* Add a beta-test for placing the LSDA into the TEXT section on X86.Bill Wendling2010-03-12
* Fix llc crash on invalid input.Devang Patel2010-03-12
* Remove some dead code. This method only gets called on Chris Lattner2010-03-12
* use Mang->getSymbol instead of duplicating the logic, reduce indentation.Chris Lattner2010-03-12
* finally give Mangler a getSymbol method, which returns an MCSymbolChris Lattner2010-03-12
* remove dead code.Chris Lattner2010-03-12
* simplify code to use OutContext.GetOrCreateTemporarySymbol withChris Lattner2010-03-12
* make the mangler take an MCContext instead of an MAI.Chris Lattner2010-03-12
* remove MAI argument from createAsmStreamer since itChris Lattner2010-03-12
* fix a bug emitting .secrel32 that I introduced, PR6587, patchChris Lattner2010-03-12
* When constant folding GEP of GEP, do not crash if an index ofDuncan Sands2010-03-12
* Free DbgScopes in DwarfDebug::endFunction(). Also increased the const-ness ofJeffrey Yasskin2010-03-12
* Revert turning copysignl into a COPYSIGN node for the moment:Duncan Sands2010-03-12
* Remove superfluous NULL assignmentKovarththanan Rajaratnam2010-03-12
* Use StringRef::substr instead of std::string::substr to avoid using a free'dBenjamin Kramer2010-03-12
* Now that it's supported, turn copysignl into a COPYSIGN node.Duncan Sands2010-03-12
* Fix PR6522: implement copysign expansion for x86 long doubleDuncan Sands2010-03-12
* Factor checked library call optimization into a common helper class and use itBenjamin Kramer2010-03-12
* fix PR6577, a bug in sdbuilder lowering select instructionsChris Lattner2010-03-12
* The same situation that effected ARM effects PPC with regards to placing theBill Wendling2010-03-12
* make TargetLoweringObjectFile::getExprForDwarfReferenceChris Lattner2010-03-12
* There is no need to create specification DIE for definitions at DIFile level.Devang Patel2010-03-11