aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2009-09-20A few more tabs -> spaces.Daniel Dunbar
2009-09-20move a couple non-trivial methods out of line, add new Chris Lattner
2009-09-20convert a bunch more stuff to use StringRef. The ArgName arguments are nowChris Lattner
2009-09-20add size_t and a version of rfind that allows specification of whereChris Lattner
2009-09-19add some more overloads of StringRef::getAsInteger forChris Lattner
2009-09-19add a simple c_str() method to SmallString.Chris Lattner
2009-09-19Prefer super class constructor to explicit initialization.Daniel Dunbar
2009-09-19Tabs -> spaces (really?)Daniel Dunbar
2009-09-19Strip trailing whitespace.Daniel Dunbar
2009-09-19RHS of assignment should be const reference.Daniel Dunbar
2009-09-19Remove the default value for ConstantStruct::get's isPacked parameter andNick Lewycky
2009-09-19provide a "strtoull" operation that works on StringRef's.Chris Lattner
2009-09-19convert a bunch of std::strings to use StringRef. This should eliminateChris Lattner
2009-09-19Lett users of sparse propagation do their own thing with phi nodes if they wantNick Lewycky
2009-09-19Update comments.Evan Cheng
2009-09-18remove an extraneous mem2reg pass early in the pipe. SinceChris Lattner
2009-09-18reduce indentation by using an early exit, and add a comment,Chris Lattner
2009-09-18Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...Evan Cheng
2009-09-18add a new hook to allow targets to splat stuff at the end of the file.Chris Lattner
2009-09-18Write and read metadata attachments.Devang Patel
2009-09-18Update malloc call creation code (AllocType is now the element type of the ma...Victor Hernandez
2009-09-18Allow symbols to start from the digit if target requests it. This allows, e.g...Anton Korobeynikov
2009-09-18Revert r82214 completely to fix build.Xerxes Ranby
2009-09-18Fix a bug in sdisel switch lowering code. When it updates the phi nodes in sw...Evan Cheng
2009-09-17Use __attribute__((__used__)) if GCC >= 3.1 (seems to be the oldest GCCJulien Lerouge
2009-09-17Fix a few places where PointerIntPair was using PointerLikeTypeTraits<PointerTy>John McCall
2009-09-17pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, Chris Lattner
2009-09-17Teach ScalarEvolution how to reason about no-wrap flags on loopsDan Gohman
2009-09-17grammarJim Grosbach
2009-09-17Remove simple regalloc. It has bit rotted.Evan Cheng
2009-09-17add a version of the APFloat constructor that initializes to 0.0Chris Lattner
2009-09-16Add StringRef::{rfind, rsplit}Daniel Dunbar
2009-09-16Add a new pass for doing late hoisting of floating-point and vectorDan Gohman
2009-09-16Print debug info attached with an instruction.Devang Patel
2009-09-16Provide a way to extract location info from DILocation.Devang Patel
2009-09-16Add an interface to attach debugging information with an instruction.Devang Patel
2009-09-16Add llvm::Metadata to manage metadata used in a context. Devang Patel
2009-09-16Reapplied r81355 with the problems fixed.Andreas Neustifter
2009-09-16Preserve ProfileInfo during CodeGenPrepare.Andreas Neustifter
2009-09-16move FnStubs/GVSTubs/HiddenGVStub handling out of the X86 asmprinterChris Lattner
2009-09-16add a new MachineModuleInfoMachO class, which is the per-moduleChris Lattner
2009-09-16the pointer MMI keeps will start out with object-file format specific stuffChris Lattner
2009-09-16remove the AsmPrinter::printMCInst hook hack now thatChris Lattner
2009-09-16Big change #1 for personality function references:Chris Lattner
2009-09-16add a helper method for creating MCSymbol and MCSymbolRefExpr atChris Lattner
2009-09-16inline AsmPrinter::getCurrentFunctionEHName into its only caller.Chris Lattner
2009-09-16remove a dead bool.Chris Lattner
2009-09-16Eliminate AsmPrinter::EmitExternalGlobal, inlining its (now)Chris Lattner
2009-09-16eliminate the horrid AsmPrinter::getGlobalLinkName method, inliningChris Lattner
2009-09-15remove some horrible MAI hooks which fortunately turn out to be always empty.Chris Lattner