summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* MC/Mach-O: Start passing in the basic MCAsmLayout object.Daniel Dunbar2010-03-11
* MC: Sketch initial MCAsmLayout class, which encapsulates the current layout o...Daniel Dunbar2010-03-11
* Fix (unused) RegisterAsmBackend template, clang++ isn't happy about this.Daniel Dunbar2010-03-11
* MC: Provide MCAssembler with a TargetAsmBackend.Daniel Dunbar2010-03-11
* MC: Sketch some TargetAsmBackend hooks we are going to need.Daniel Dunbar2010-03-11
* MC: Provide the target triple to AsmBackend constructors.Daniel Dunbar2010-03-11
* Add strncpy libcall creator. Use it when it should be used.Eric Christopher2010-03-11
* Make sure HasDebugValue is initialized. This should fixDale Johannesen2010-03-11
* add support, testcases, and dox for the new GHC callingChris Lattner2010-03-11
* Add a bit along with the MCSymbols stored in the MachineModuleInfo maps thatBill Wendling2010-03-10
* Progress towards shepherding debug info through SelectionDAG.Dale Johannesen2010-03-10
* MC: Move the backend section and symbol data maps to MCAssembler.Daniel Dunbar2010-03-10
* Remove unneeded declarations.Daniel Dunbar2010-03-10
* Add a DominatorTree argument to isLCSSA so that it doesn't have toDan Gohman2010-03-10
* Remove duplicated code. No functionality change.Benjamin Kramer2010-03-10
* move three lowering hooks from MAI to TLOF and make one of themChris Lattner2010-03-10
* set the temporary bit on MCSymbols correctly.Chris Lattner2010-03-10
* eliminate MCContext::CreateSymbol and CreateTemporarySymbol.Chris Lattner2010-03-10
* Try to keep the cached inliner costs around for a bit longer for big functions.Jakob Stoklund Olesen2010-03-09
* Revert r98089, it was breaking a clang test.Jakob Stoklund Olesen2010-03-09
* Try to keep the cached inliner costs around for a bit longer for big functions.Jakob Stoklund Olesen2010-03-09
* Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach2010-03-09
* reapply r98035:Chris Lattner2010-03-09
* Speculatively revert r98035. It appears to have caused a set of buildbotEric Christopher2010-03-09
* Now that setStartLabel takes an MCSymbol, we can de-ID'izeChris Lattner2010-03-09
* strength reduce MMI::MappedLabel to MMI::isLabelDeleted,Chris Lattner2010-03-09
* inline RemapLabel into its only caller and simplify.Chris Lattner2010-03-09
* Start using DIFile. See updated SourceLevelDebugging.html for more information.Devang Patel2010-03-09
* add a EmitSymbolValue convenience method to MCStreamer.Chris Lattner2010-03-09
* move .set generation out of DwarfPrinter into AsmPrinter and Chris Lattner2010-03-08
* Introduce DIFile. This will be used to represent header files and source file...Devang Patel2010-03-08
* Derive DIType from DIScope. This simplifies getContext() where for members th...Devang Patel2010-03-08
* Remove DbgNode checks in constructor. Debug descriptors are intended to be li...Devang Patel2010-03-08
* isNull() is not used any more.Devang Patel2010-03-08
* Avoid using DIDescriptor.isNull(). Devang Patel2010-03-08
* Iterator traits and swap. closes PR6548 and PR6549Andrew Lenharth2010-03-08
* Revert r97947.Devang Patel2010-03-08
* Avoid using DIDescriptor.isNull().Devang Patel2010-03-08
* Revert r97917, which was causing Clang Debug self-host failures.Douglas Gregor2010-03-08
* Roll back r97918 again. Just configuring against llvm-gcc wasn't enough to runJeffrey Yasskin2010-03-07
* Reapply r97788 to free MDNodes when the LLVMContext is destroyed. ItJeffrey Yasskin2010-03-07
* Roll r97906 forward again, without double-deleting CompileUnit::IndexTyDie.Jeffrey Yasskin2010-03-07
* Add findNearestCommonDominator() for PostDominators.Tobias Grosser2010-03-07
* Use Other as a sentinel instead of iAny.Chris Lattner2010-03-07
* _2_ gcc crashes, ah, ah, ah...Jeffrey Yasskin2010-03-07
* Avoid leaking CompileUnits and DbgScopes from DwarfDebug. Leaks found by Val...Jeffrey Yasskin2010-03-07
* make APFloat::toString be const.Chris Lattner2010-03-06
* Add static methods to handle Linkage Types.Rafael Espindola2010-03-06
* Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostream options.Erick Tryzelaar2010-03-06
* Add some new bits of debug info handling. NoDale Johannesen2010-03-06