summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* use ins/outsChris Lattner2010-03-18
* MC/AsmMatcher: Add support for target specific "instruction cleanup" functions,Daniel Dunbar2010-03-18
* offsetof always has type size_t.Dan Gohman2010-03-18
* Fix a name clash that was breaking MSVC builds.Benjamin Kramer2010-03-18
* Explicitly cast std::min's arguments to avoid type mismatches.Dan Gohman2010-03-18
* Define placement new wrappers for BumpPtrAllocator andDan Gohman2010-03-18
* Fix pr6543: svn r88806 changed MachineJumpTableInfo::getJumpTableIndex() toBob Wilson2010-03-18
* Fix a bug found by inspection; in the __GNUC__ code, the alignmentDan Gohman2010-03-18
* Nick wants these alphabetized Andrew Lenharth2010-03-18
* Add the ability to "intern" FoldingSetNodeID data into aDan Gohman2010-03-18
* Reapply r98755 with a thinko which miscompiled gengtype fixed.Dan Gohman2010-03-18
* MCValue: Change to holding MCSymbolRefExprs instead of MCSymbols, we will nee...Daniel Dunbar2010-03-18
* Add MCSymbol::isInSection.Daniel Dunbar2010-03-18
* MC/Darwin: Add a new target hook for whether the target uses "reliable" symbo...Daniel Dunbar2010-03-18
* Revert 98755, which may be causing trouble.Dan Gohman2010-03-17
* Change SCEVNAryExpr's operand array from a SmallVector to a plainDan Gohman2010-03-17
* Remove an unnecessary (and misspelled) typedef. Tweak whitespace.Bob Wilson2010-03-17
* missing includeAndrew Lenharth2010-03-17
* fix GetOrCreateTemporarySymbol to require a name, clientsChris Lattner2010-03-17
* remove dead variable, patch by Nathan Howell!Chris Lattner2010-03-17
* work around an MSVC2010 bug, PR6504Chris Lattner2010-03-16
* fix PR6589Gabor Greif2010-03-16
* Fix the third (and last known) case of code update problems due Chris Lattner2010-03-16
* MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.Daniel Dunbar2010-03-15
* MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and e...Daniel Dunbar2010-03-15
* MC/Mach-O: Add MCSectionMachO::getType()Daniel Dunbar2010-03-15
* Implement support for the case when a reference to a addr-of-bb Chris Lattner2010-03-15
* Extend MemoryBuffer::getFile() to take an optional "stat" structureDouglas Gregor2010-03-15
* Fix the case when a reference to an address taken BB is emitted in oneChris Lattner2010-03-15
* Don't save a temporary string into a StringRef field.Jeffrey Yasskin2010-03-15
* fix MCSectionELF to not leak memory, just like I did for MCSymbol.Chris Lattner2010-03-15
* fix a memory leak yjasskin pointed out: MCSymbol is bump pointerChris Lattner2010-03-15
* MachineMove ctor doesn't need to to mutate input, add 'const'Chris Lattner2010-03-15
* Tell Valgrind when we modify already-executed machine code so it knowsJeffrey Yasskin2010-03-15
* remove dead method.Chris Lattner2010-03-15
* Turn calls to copysignl into an FCOPYSIGN node. Handle FCOPYSIGN nodesDuncan Sands2010-03-14
* Make default expansion for FP16 <-> FP32 nodes into libcallsAnton Korobeynikov2010-03-14
* Add DAG nodes to represent FP16 <-> FP32 intrinsicsAnton Korobeynikov2010-03-14
* CleanupAnton Korobeynikov2010-03-14
* The fp16 <-> fp32 intrinsics are pure, mark them so they can be CSE'd, etc.Anton Korobeynikov2010-03-14
* Add intrinsics to represent fp16 <-> fp32 conversionsAnton Korobeynikov2010-03-14
* fix AsmPrinter::GetBlockAddressSymbol to always return a uniqueChris Lattner2010-03-14
* get MMI out of the label uniquing business, just go to MCContextChris Lattner2010-03-14
* add a new CreateTempSymbol method, the use case forChris Lattner2010-03-14
* Now that DBG_LABEL is updated, we can finally make MachineMove Chris Lattner2010-03-14
* switch GC_LABEL to use an MCSymbol operand instead of a label ID operand.Chris Lattner2010-03-14
* change the LabelSDNode to be EHLabelSDNode and make it holdChris Lattner2010-03-14
* eliminate InvalidateLabel and LabelIDList from MMI and replaceChris Lattner2010-03-14
* use Label->isDefined() instead of isLabelDeleted() now that weChris Lattner2010-03-14
* change EH related stuff (other than EH_LABEL) to use MCSymbolChris Lattner2010-03-14