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