summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* rotate CallInst operandsGabor Greif2010-07-13
* use a typedef instead of its expansion, patch by Michael SpencerChris Lattner2010-07-13
* 80-columnsEric Christopher2010-07-13
* Bring ELF64 on par with ELF32, add a few magic constants and support ".dynamic"Stephen Wilson2010-07-13
* Simple format/style fixes.Stephen Wilson2010-07-12
* Test commit.Stephen Wilson2010-07-12
* Add convenience method FoldingSetImpl::InsertNode(Node *N) that asserts if th...Argyrios Kyrtzidis2010-07-12
* MC/AsmParser: Move .section parsing to Darwin specific parser.Daniel Dunbar2010-07-12
* MC/AsmLexer: Raise LexUntilEndOfStatement to MCAsmLexer.Daniel Dunbar2010-07-12
* getOrInsertLeaderValue cannot be const because it calls insert.Bill Wendling2010-07-12
* MC/AsmParser: Move special section directive parsing to Darwin specific parser.Daniel Dunbar2010-07-12
* MC/AsmParser: Inline AsmParser::CreateSymbol into callers.Daniel Dunbar2010-07-12
* MC/AsmParser: Move .tbss and .zerofill parsing to Darwin specific parser.Daniel Dunbar2010-07-12
* MC/AsmParser: Move .desc parsing to Darwin specific parser.Daniel Dunbar2010-07-12
* MC/AsmParser: Move .lsym parsing to Darwin specific parser.Daniel Dunbar2010-07-12
* MC/AsmParser: Move some misc. Darwin directive handling to DarwinAsmParser.Daniel Dunbar2010-07-12
* MCAsmParser: Add getSourceManager().Daniel Dunbar2010-07-12
* MC/AsmParser: Add a DarwinAsmParser extension.Daniel Dunbar2010-07-12
* Fix a typo and fit in 80 columns. Found by Bob Wilson.Rafael Espindola2010-07-12
* MCAsmParser: Pull some directive handling out into a helper class, and changeDaniel Dunbar2010-07-12
* MC: Add MCAsmParserExtension, a base class for all the target/object specificDaniel Dunbar2010-07-12
* MC: Move AsmParser::TokError to MCAsmParser().Daniel Dunbar2010-07-12
* MC: Move getLoc() to MCAsmLexer().Daniel Dunbar2010-07-12
* Convert some tab stops into spaces.Duncan Sands2010-07-12
* Remove tab characters and 80-col.Eric Christopher2010-07-12
* 80 columns.Eric Christopher2010-07-12
* Path::isRootDirectory is unimplemented on Unix and not used,Chris Lattner2010-07-12
* Convert the last use of getPhysicalRegisterRegClass and remove it.Rafael Espindola2010-07-12
* make the prototypes for CreateMalloc and CreateFree more consistent. PatchChris Lattner2010-07-12
* introduce WinCOFFObjectWriter, patch by Michael Spencer!Chris Lattner2010-07-11
* introduce WinCOFFStreamer.cpp, patch by Michael Spencer!Chris Lattner2010-07-11
* Remove TargetInstrInfo::copyRegToReg entirely.Jakob Stoklund Olesen2010-07-11
* Make getPhysicalRegisterRegClass non-virtual. Should be able to remove it soon.Rafael Espindola2010-07-11
* Remove copyRegToReg from TargetInstrInfo so it is not longer accesible.Jakob Stoklund Olesen2010-07-11
* Fix va_arg for doubles. With this patch VAARG nodes always contain theRafael Espindola2010-07-11
* Reapply bottom-up fast-isel, with several fixes for x86-32:Dan Gohman2010-07-10
* Automatically fold COPY instructions into stack load/store.Jakob Stoklund Olesen2010-07-09
* Change TII::foldMemoryOperand API to require the machine instruction to beJakob Stoklund Olesen2010-07-09
* --- Reverse-merging r107947 into '.':Bob Wilson2010-07-09
* fix clang selfhost issue (shadowing)Gabor Greif2010-07-09
* refactor type expressions and cache operator*'s resultGabor Greif2010-07-09
* two more cases of reuse result of operator*, found by inspectionGabor Greif2010-07-09
* another case of reuse result of operator*, it is expensive to recomputeGabor Greif2010-07-09
* reuse result of operator*, it is expensive to recomputeGabor Greif2010-07-09
* Added a support for inserting new MBBs into the numbering.Lang Hames2010-07-09
* Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emittingDan Gohman2010-07-09
* Reverting r107918 and r107919. Radar 8063111.Stuart Hastings2010-07-08
* Fix decl/def debug info for template functions. Radar 8063111.Stuart Hastings2010-07-08
* Revert some unneeded parts of the change in r107886 for theKevin Enderby2010-07-08
* Implement X86InstrInfo::copyPhysRegJakob Stoklund Olesen2010-07-08