aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-12Fix llc crash on invalid input.Devang Patel
2010-03-12Remove some dead code. This method only gets called on Chris Lattner
2010-03-12use Mang->getSymbol instead of duplicating the logic, reduce indentation.Chris Lattner
2010-03-12finally give Mangler a getSymbol method, which returns an MCSymbolChris Lattner
2010-03-12remove dead code.Chris Lattner
2010-03-12simplify code to use OutContext.GetOrCreateTemporarySymbol withChris Lattner
2010-03-12make the mangler take an MCContext instead of an MAI.Chris Lattner
2010-03-12remove MAI argument from createAsmStreamer since itChris Lattner
2010-03-12fix a bug emitting .secrel32 that I introduced, PR6587, patchChris Lattner
2010-03-12When constant folding GEP of GEP, do not crash if an index ofDuncan Sands
2010-03-12Free DbgScopes in DwarfDebug::endFunction(). Also increased the const-ness ofJeffrey Yasskin
2010-03-12Revert turning copysignl into a COPYSIGN node for the moment:Duncan Sands
2010-03-12Remove superfluous NULL assignmentKovarththanan Rajaratnam
2010-03-12Use StringRef::substr instead of std::string::substr to avoid using a free'dBenjamin Kramer
2010-03-12Now that it's supported, turn copysignl into a COPYSIGN node.Duncan Sands
2010-03-12Fix PR6522: implement copysign expansion for x86 long doubleDuncan Sands
2010-03-12Factor checked library call optimization into a common helper class and use itBenjamin Kramer
2010-03-12fix PR6577, a bug in sdbuilder lowering select instructionsChris Lattner
2010-03-12update mkpatch for MC, patch by Aaron GrayChris Lattner
2010-03-12The same situation that effected ARM effects PPC with regards to placing theBill Wendling
2010-03-12make TargetLoweringObjectFile::getExprForDwarfReferenceChris Lattner
2010-03-11There is no need to create specification DIE for definitions at DIFile level.Devang Patel
2010-03-11MC-ize PPC's asm printing of stubs.Bill Wendling
2010-03-11Whoops this already existed.Nate Begeman
2010-03-11Add a handful of additional useful pass manager things to the C APINate Begeman
2010-03-11Extract methods from LocalRewriter::RewriteMBB bringing it down to 666 lines.Jakob Stoklund Olesen
2010-03-11enhance MCContext::GetOrCreateTemporarySymbol() to create a new symbolChris Lattner
2010-03-11change MCContext to always have an MCAsmInfo.Chris Lattner
2010-03-11fix a fixme in TargetLoweringObjectFile::getExprForDwarfReferenceChris Lattner
2010-03-11Remove getWidenVectorType, which is no longer used.Dan Gohman
2010-03-11empty symbols aren't possible, the mcsymbol ctor aborts on them.Chris Lattner
2010-03-11Set the (Format)F filed of t2Int_MemBarrierV7 & t2Int_SyncBarrierV7 to ThumbFrm,Johnny Chen
2010-03-11stpcpy is so similar to strcpy, it doesn't deserve a complete copy of the __s...Benjamin Kramer
2010-03-11revert r98270.Bill Wendling
2010-03-11rename getSymbolForDwarf* to getExprForDwarf* since it returnsChris Lattner
2010-03-11In case of tail call size of Ins and InVals may not match.Evan Cheng
2010-03-11Lower stpcpy_chk when possible.Eric Christopher
2010-03-11Bad bad bug. x86 force indirect tail call address into eax when it's meant to...Evan Cheng
2010-03-11Remove dead code. (S|U)MUL_LO is now lowered to LMUL or MACC(S|U)Richard Osborne
2010-03-11Avoid leaking CompileUnits in DwarfDebug.cpp.Jeffrey Yasskin
2010-03-11MC/Mach-O: Add MCSymbolData::getAddress() utility.Daniel Dunbar
2010-03-11Fix typo.Eric Christopher
2010-03-11Add dag combine to simplify lmul(x, 0, a, b)Richard Osborne
2010-03-11Switch XCore over to using inline jump table entries.Richard Osborne
2010-03-11Add a new jump table encoding to indicate jump tables entriesRichard Osborne
2010-03-11The check for coalescing a virtual register to a physical register, e.g.Evan Cheng
2010-03-11Update CMake build.Ted Kremenek
2010-03-11Have fast-isel understand llvm.objectsize. Update testcase for slightlyEric Christopher
2010-03-11Make clang bootstrap happier on OSX 10.5 by reducing the number of headersJeffrey Yasskin
2010-03-11MC/Mach-O: Implement "absolutizing" semantics of .set, by evaluating the asse...Daniel Dunbar