| Commit message (Expand) | Author | Age | Files | Lines |
| * | Do not overestimate code size reduction in presense of debug info. | Devang Patel | 2010-03-13 | 1 | -6/+11 |
| * | Tidy up. No functional changes. | Bob Wilson | 2010-03-12 | 1 | -15/+16 |
| * | MC/Mach-O: Implement initial support for relaxation. | Daniel Dunbar | 2010-03-12 | 1 | -9/+117 |
| * | Remove obsolete comments. VLDM is implemented in ARMInstrVFP.td. | Bob Wilson | 2010-03-12 | 1 | -30/+0 |
| * | Fix LLVM build when the user specifies CPPFLAGS on the make command line. | Jeffrey Yasskin | 2010-03-12 | 17 | -17/+17 |
| * | remove gone method, grr symlinks. | Chris Lattner | 2010-03-12 | 1 | -6/+0 |
| * | remove special case code that isn't needed anymore. | Chris Lattner | 2010-03-12 | 1 | -5/+0 |
| * | inline GetGlobalValueSymbol into the rest its callers and | Chris Lattner | 2010-03-12 | 15 | -36/+45 |
| * | inline the now-trivial implementation of GetGlobalValueSymbol into | Chris Lattner | 2010-03-12 | 3 | -22/+17 |
| * | eliminate the X86 version of GetGlobalValueSymbol, allowing | Chris Lattner | 2010-03-12 | 2 | -5/+0 |
| * | prune #includes, this file should be removed pending hte cygwin stub issue be... | Chris Lattner | 2010-03-12 | 1 | -8/+0 |
| * | move fastcall/stdcall mangling up into Mangler. | Chris Lattner | 2010-03-12 | 7 | -67/+62 |
| * | MC: Factor out MCAssembler::EvaluateFixup, and simplify. | Daniel Dunbar | 2010-03-12 | 1 | -33/+52 |
| * | MC: Constify MCAsmLayout argument to MCExpr::EvaluteAs... | Daniel Dunbar | 2010-03-12 | 3 | -4/+5 |
| * | MC: Add MCAssembler::addFixup, which enforces that fixups are added in order. | Daniel Dunbar | 2010-03-12 | 1 | -6/+4 |
| * | give Mangler access to TargetData. | Chris Lattner | 2010-03-12 | 3 | -3/+3 |
| * | make DecorateCygMingName a static method. | Chris Lattner | 2010-03-12 | 3 | -10/+8 |
| * | Add a virtual destructor and give vtable a home. | Benjamin Kramer | 2010-03-12 | 1 | -0/+2 |
| * | minor tidying, only do work if a function is | Chris Lattner | 2010-03-12 | 4 | -16/+15 |
| * | eliminate the string form of DecorateCygMingName | Chris Lattner | 2010-03-12 | 4 | -50/+41 |
| * | remove the FnArgWords cache to make way for future changes. | Chris Lattner | 2010-03-12 | 2 | -17/+11 |
| * | Add a beta-test for placing the LSDA into the TEXT section on X86. | Bill Wendling | 2010-03-12 | 2 | -2/+57 |
| * | Fix llc crash on invalid input. | Devang Patel | 2010-03-12 | 1 | -0/+7 |
| * | Remove some dead code. This method only gets called on | Chris Lattner | 2010-03-12 | 1 | -5/+0 |
| * | use Mang->getSymbol instead of duplicating the logic, reduce indentation. | Chris Lattner | 2010-03-12 | 1 | -19/+13 |
| * | finally give Mangler a getSymbol method, which returns an MCSymbol | Chris Lattner | 2010-03-12 | 3 | -16/+15 |
| * | remove dead code. | Chris Lattner | 2010-03-12 | 2 | -24/+0 |
| * | simplify code to use OutContext.GetOrCreateTemporarySymbol with | Chris Lattner | 2010-03-12 | 1 | -5/+2 |
| * | make the mangler take an MCContext instead of an MAI. | Chris Lattner | 2010-03-12 | 5 | -11/+14 |
| * | remove MAI argument from createAsmStreamer since it | Chris Lattner | 2010-03-12 | 2 | -6/+5 |
| * | fix a bug emitting .secrel32 that I introduced, PR6587, patch | Chris Lattner | 2010-03-12 | 1 | -2/+3 |
| * | When constant folding GEP of GEP, do not crash if an index of | Duncan Sands | 2010-03-12 | 1 | -1/+13 |
| * | Free DbgScopes in DwarfDebug::endFunction(). Also increased the const-ness of | Jeffrey Yasskin | 2010-03-12 | 3 | -37/+37 |
| * | Revert turning copysignl into a COPYSIGN node for the moment: | Duncan Sands | 2010-03-12 | 1 | -1/+1 |
| * | Remove superfluous NULL assignment | Kovarththanan Rajaratnam | 2010-03-12 | 1 | -11/+11 |
| * | Use StringRef::substr instead of std::string::substr to avoid using a free'd | Benjamin Kramer | 2010-03-12 | 1 | -1/+2 |
| * | Now that it's supported, turn copysignl into a COPYSIGN node. | Duncan Sands | 2010-03-12 | 1 | -1/+1 |
| * | Fix PR6522: implement copysign expansion for x86 long double | Duncan Sands | 2010-03-12 | 1 | -23/+39 |
| * | Factor checked library call optimization into a common helper class and use it | Benjamin Kramer | 2010-03-12 | 3 | -200/+128 |
| * | fix PR6577, a bug in sdbuilder lowering select instructions | Chris Lattner | 2010-03-12 | 1 | -1/+2 |
| * | The same situation that effected ARM effects PPC with regards to placing the | Bill Wendling | 2010-03-12 | 5 | -4/+81 |
| * | make TargetLoweringObjectFile::getExprForDwarfReference | Chris Lattner | 2010-03-12 | 1 | -5/+1 |
| * | There is no need to create specification DIE for definitions at DIFile level. | Devang Patel | 2010-03-11 | 1 | -1/+2 |
| * | MC-ize PPC's asm printing of stubs. | Bill Wendling | 2010-03-11 | 1 | -9/+20 |
| * | Whoops this already existed. | Nate Begeman | 2010-03-11 | 1 | -4/+0 |
| * | Add a handful of additional useful pass manager things to the C API | Nate Begeman | 2010-03-11 | 1 | -0/+15 |
| * | Extract methods from LocalRewriter::RewriteMBB bringing it down to 666 lines. | Jakob Stoklund Olesen | 2010-03-11 | 1 | -168/+197 |
| * | enhance MCContext::GetOrCreateTemporarySymbol() to create a new symbol | Chris Lattner | 2010-03-11 | 1 | -0/+6 |
| * | change MCContext to always have an MCAsmInfo. | Chris Lattner | 2010-03-11 | 3 | -4/+4 |
| * | fix a fixme in TargetLoweringObjectFile::getExprForDwarfReference | Chris Lattner | 2010-03-11 | 3 | -16/+23 |