aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* add some more overloads of StringRef::getAsInteger forChris Lattner2009-09-191-1/+3
* add a simple c_str() method to SmallString.Chris Lattner2009-09-191-0/+6
* Prefer super class constructor to explicit initialization.Daniel Dunbar2009-09-191-7/+4
* Tabs -> spaces (really?)Daniel Dunbar2009-09-191-4/+4
* Strip trailing whitespace.Daniel Dunbar2009-09-192-47/+47
* RHS of assignment should be const reference.Daniel Dunbar2009-09-191-1/+1
* Remove the default value for ConstantStruct::get's isPacked parameter andNick Lewycky2009-09-191-3/+3
* provide a "strtoull" operation that works on StringRef's.Chris Lattner2009-09-191-0/+17
* convert a bunch of std::strings to use StringRef. This should eliminateChris Lattner2009-09-191-28/+22
* Lett users of sparse propagation do their own thing with phi nodes if they wantNick Lewycky2009-09-191-0/+6
* Update comments.Evan Cheng2009-09-191-0/+3
* remove an extraneous mem2reg pass early in the pipe. SinceChris Lattner2009-09-181-2/+0
* reduce indentation by using an early exit, and add a comment,Chris Lattner2009-09-181-62/+65
* Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...Evan Cheng2009-09-182-2/+4
* add a new hook to allow targets to splat stuff at the end of the file.Chris Lattner2009-09-181-0/+4
* Write and read metadata attachments.Devang Patel2009-09-182-4/+12
* Update malloc call creation code (AllocType is now the element type of the ma...Victor Hernandez2009-09-182-13/+13
* Allow symbols to start from the digit if target requests it. This allows, e.g...Anton Korobeynikov2009-09-182-1/+16
* Revert r82214 completely to fix build.Xerxes Ranby2009-09-181-7/+0
* Fix a bug in sdisel switch lowering code. When it updates the phi nodes in sw...Evan Cheng2009-09-181-0/+7
* Use __attribute__((__used__)) if GCC >= 3.1 (seems to be the oldest GCCJulien Lerouge2009-09-171-1/+1
* Fix a few places where PointerIntPair was using PointerLikeTypeTraits<PointerTy>John McCall2009-09-171-4/+5
* pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, Chris Lattner2009-09-171-2/+5
* Teach ScalarEvolution how to reason about no-wrap flags on loopsDan Gohman2009-09-171-1/+2
* grammarJim Grosbach2009-09-171-1/+1
* Remove simple regalloc. It has bit rotted.Evan Cheng2009-09-172-7/+0
* add a version of the APFloat constructor that initializes to 0.0Chris Lattner2009-09-171-0/+1
* Add StringRef::{rfind, rsplit}Daniel Dunbar2009-09-161-2/+48
* Add a new pass for doing late hoisting of floating-point and vectorDan Gohman2009-09-162-0/+6
* Print debug info attached with an instruction.Devang Patel2009-09-161-2/+6
* Provide a way to extract location info from DILocation.Devang Patel2009-09-161-0/+5
* Add an interface to attach debugging information with an instruction.Devang Patel2009-09-161-6/+24
* Add llvm::Metadata to manage metadata used in a context. Devang Patel2009-09-163-1/+51
* Reapplied r81355 with the problems fixed.Andreas Neustifter2009-09-161-0/+2
* Preserve ProfileInfo during CodeGenPrepare.Andreas Neustifter2009-09-161-1/+1
* move FnStubs/GVSTubs/HiddenGVStub handling out of the X86 asmprinterChris Lattner2009-09-163-6/+8
* add a new MachineModuleInfoMachO class, which is the per-moduleChris Lattner2009-09-162-1/+80
* the pointer MMI keeps will start out with object-file format specific stuffChris Lattner2009-09-161-10/+11
* remove the AsmPrinter::printMCInst hook hack now thatChris Lattner2009-09-161-6/+0
* Big change #1 for personality function references:Chris Lattner2009-09-162-20/+23
* add a helper method for creating MCSymbol and MCSymbolRefExpr atChris Lattner2009-09-161-1/+5
* inline AsmPrinter::getCurrentFunctionEHName into its only caller.Chris Lattner2009-09-161-4/+0
* remove a dead bool.Chris Lattner2009-09-161-5/+0
* Eliminate AsmPrinter::EmitExternalGlobal, inlining its (now)Chris Lattner2009-09-161-4/+0
* eliminate the horrid AsmPrinter::getGlobalLinkName method, inliningChris Lattner2009-09-161-6/+0
* remove some horrible MAI hooks which fortunately turn out to be always empty.Chris Lattner2009-09-151-24/+0
* add hooks to hang target-specific goop off MachineModuleInfo,Chris Lattner2009-09-152-10/+37
* Drop the raw_ostream required buffer size to 1.Daniel Dunbar2009-09-151-1/+1
* Better solution for tracking both the original alignment of the access, and t...Nate Begeman2009-09-152-27/+22
* Correct comment pastoJim Grosbach2009-09-151-1/+1