summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...Evan Cheng2009-09-18
* add a new hook to allow targets to splat stuff at the end of the file.Chris Lattner2009-09-18
* Write and read metadata attachments.Devang Patel2009-09-18
* Update malloc call creation code (AllocType is now the element type of the ma...Victor Hernandez2009-09-18
* Allow symbols to start from the digit if target requests it. This allows, e.g...Anton Korobeynikov2009-09-18
* Revert r82214 completely to fix build.Xerxes Ranby2009-09-18
* Fix a bug in sdisel switch lowering code. When it updates the phi nodes in sw...Evan Cheng2009-09-18
* Use __attribute__((__used__)) if GCC >= 3.1 (seems to be the oldest GCCJulien Lerouge2009-09-17
* Fix a few places where PointerIntPair was using PointerLikeTypeTraits<PointerTy>John McCall2009-09-17
* pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, Chris Lattner2009-09-17
* Teach ScalarEvolution how to reason about no-wrap flags on loopsDan Gohman2009-09-17
* grammarJim Grosbach2009-09-17
* Remove simple regalloc. It has bit rotted.Evan Cheng2009-09-17
* add a version of the APFloat constructor that initializes to 0.0Chris Lattner2009-09-17
* Add StringRef::{rfind, rsplit}Daniel Dunbar2009-09-16
* Add a new pass for doing late hoisting of floating-point and vectorDan Gohman2009-09-16
* Print debug info attached with an instruction.Devang Patel2009-09-16
* Provide a way to extract location info from DILocation.Devang Patel2009-09-16
* Add an interface to attach debugging information with an instruction.Devang Patel2009-09-16
* Add llvm::Metadata to manage metadata used in a context. Devang Patel2009-09-16
* Reapplied r81355 with the problems fixed.Andreas Neustifter2009-09-16
* Preserve ProfileInfo during CodeGenPrepare.Andreas Neustifter2009-09-16
* move FnStubs/GVSTubs/HiddenGVStub handling out of the X86 asmprinterChris Lattner2009-09-16
* add a new MachineModuleInfoMachO class, which is the per-moduleChris Lattner2009-09-16
* the pointer MMI keeps will start out with object-file format specific stuffChris Lattner2009-09-16
* remove the AsmPrinter::printMCInst hook hack now thatChris Lattner2009-09-16
* Big change #1 for personality function references:Chris Lattner2009-09-16
* add a helper method for creating MCSymbol and MCSymbolRefExpr atChris Lattner2009-09-16
* inline AsmPrinter::getCurrentFunctionEHName into its only caller.Chris Lattner2009-09-16
* remove a dead bool.Chris Lattner2009-09-16
* Eliminate AsmPrinter::EmitExternalGlobal, inlining its (now)Chris Lattner2009-09-16
* eliminate the horrid AsmPrinter::getGlobalLinkName method, inliningChris Lattner2009-09-16
* remove some horrible MAI hooks which fortunately turn out to be always empty.Chris Lattner2009-09-15
* add hooks to hang target-specific goop off MachineModuleInfo,Chris Lattner2009-09-15
* Drop the raw_ostream required buffer size to 1.Daniel Dunbar2009-09-15
* Better solution for tracking both the original alignment of the access, and t...Nate Begeman2009-09-15
* Correct comment pastoJim Grosbach2009-09-15
* When a constant's type is refined, update the constant in placeDan Gohman2009-09-15
* Fix apostrophos.Dan Gohman2009-09-15
* Forgot this.Evan Cheng2009-09-15
* add a new CallGraphNode::replaceCallEdge method and use it fromChris Lattner2009-09-15
* make -debug-pass=Executions show information about what call graph nodesChris Lattner2009-09-15
* switch scciterator to use DenseMap instead of std::mapChris Lattner2009-09-15
* Get rid of GetProcessId in Win32/Program.inc.Mikhail Glushenkov2009-09-15
* Add an "original alignment" field to load and store nodes. This enables theNate Begeman2009-09-15
* Add early coalescing to liveintervals. This is work in progress and is known ...Evan Cheng2009-09-14
* Update a comment to match the source. PseudoSourceValues are nowDan Gohman2009-09-14
* PIC16 does allow colon after MBB labels, simplify EmitBasicBlockStart.Chris Lattner2009-09-14
* Change MCAsmStreamer to take an MCInstPrinter instead of a Chris Lattner2009-09-14
* Give MCInstPrinter a MCAsmInfo member, make X86ATTInstPrinterChris Lattner2009-09-14