aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* remove some unneeded overloads that were causing Chris Lattner2010-07-151-20/+0
* 80-col.Eric Christopher2010-07-151-5/+5
* add an accessor.Chris Lattner2010-07-151-0/+4
* Make the order in which variables are described in debug informationDan Gohman2010-07-141-1/+1
* Don't pass StringRef by reference.Benjamin Kramer2010-07-146-12/+12
* Merge lib/Target/X86/X86COFF.h into include/llvm/Support/COFF.h,Chris Lattner2010-07-141-29/+63
* Delete fast-isel's trivial load optimization; it breaks debugging becauseDan Gohman2010-07-141-2/+0
* Teach ProcessImplicitDefs to transform more COPY instructions into IMPLICIT_D...Evan Cheng2010-07-141-1/+3
* Don't propagate debug locations to instructions for materializingDan Gohman2010-07-141-3/+8
* Remove vestigial decl.Jakob Stoklund Olesen2010-07-131-4/+0
* Update comment.Evan Cheng2010-07-131-1/+1
* rotate CallInst operandsGabor Greif2010-07-131-13/+4
* use a typedef instead of its expansion, patch by Michael SpencerChris Lattner2010-07-131-1/+1
* 80-columnsEric Christopher2010-07-135-12/+18
* Bring ELF64 on par with ELF32, add a few magic constants and support ".dynamic"Stephen Wilson2010-07-131-11/+123
* Simple format/style fixes.Stephen Wilson2010-07-121-28/+28
* Test commit.Stephen Wilson2010-07-121-1/+1
* Add convenience method FoldingSetImpl::InsertNode(Node *N) that asserts if th...Argyrios Kyrtzidis2010-07-121-0/+8
* MC/AsmParser: Move .section parsing to Darwin specific parser.Daniel Dunbar2010-07-121-1/+0
* MC/AsmLexer: Raise LexUntilEndOfStatement to MCAsmLexer.Daniel Dunbar2010-07-122-1/+3
* getOrInsertLeaderValue cannot be const because it calls insert.Bill Wendling2010-07-121-1/+1
* MC/AsmParser: Move special section directive parsing to Darwin specific parser.Daniel Dunbar2010-07-121-3/+0
* MC/AsmParser: Inline AsmParser::CreateSymbol into callers.Daniel Dunbar2010-07-121-3/+1
* MC/AsmParser: Move .tbss and .zerofill parsing to Darwin specific parser.Daniel Dunbar2010-07-121-2/+0
* MC/AsmParser: Move .desc parsing to Darwin specific parser.Daniel Dunbar2010-07-121-1/+0
* MC/AsmParser: Move .lsym parsing to Darwin specific parser.Daniel Dunbar2010-07-122-1/+4
* MC/AsmParser: Move some misc. Darwin directive handling to DarwinAsmParser.Daniel Dunbar2010-07-121-9/+0
* MCAsmParser: Add getSourceManager().Daniel Dunbar2010-07-123-0/+5
* MC/AsmParser: Add a DarwinAsmParser extension.Daniel Dunbar2010-07-121-0/+1
* Fix a typo and fit in 80 columns. Found by Bob Wilson.Rafael Espindola2010-07-121-1/+1
* MCAsmParser: Pull some directive handling out into a helper class, and changeDaniel Dunbar2010-07-122-10/+20
* MC: Add MCAsmParserExtension, a base class for all the target/object specificDaniel Dunbar2010-07-123-3/+69
* MC: Move AsmParser::TokError to MCAsmParser().Daniel Dunbar2010-07-122-7/+8
* MC: Move getLoc() to MCAsmLexer().Daniel Dunbar2010-07-122-4/+5
* Convert some tab stops into spaces.Duncan Sands2010-07-121-2/+2
* Remove tab characters and 80-col.Eric Christopher2010-07-122-5/+5
* 80 columns.Eric Christopher2010-07-122-2/+3
* Path::isRootDirectory is unimplemented on Unix and not used,Chris Lattner2010-07-121-8/+0
* Convert the last use of getPhysicalRegisterRegClass and remove it.Rafael Espindola2010-07-121-6/+0
* make the prototypes for CreateMalloc and CreateFree more consistent. PatchChris Lattner2010-07-121-1/+2
* introduce WinCOFFObjectWriter, patch by Michael Spencer!Chris Lattner2010-07-111-0/+2
* introduce WinCOFFStreamer.cpp, patch by Michael Spencer!Chris Lattner2010-07-111-0/+6
* Remove TargetInstrInfo::copyRegToReg entirely.Jakob Stoklund Olesen2010-07-112-19/+4
* Make getPhysicalRegisterRegClass non-virtual. Should be able to remove it soon.Rafael Espindola2010-07-111-1/+1
* Remove copyRegToReg from TargetInstrInfo so it is not longer accesible.Jakob Stoklund Olesen2010-07-111-13/+12
* Fix va_arg for doubles. With this patch VAARG nodes always contain theRafael Espindola2010-07-112-1/+18
* Reapply bottom-up fast-isel, with several fixes for x86-32:Dan Gohman2010-07-105-24/+50
* Automatically fold COPY instructions into stack load/store.Jakob Stoklund Olesen2010-07-091-3/+3
* Change TII::foldMemoryOperand API to require the machine instruction to beJakob Stoklund Olesen2010-07-091-7/+5
* --- Reverse-merging r107947 into '.':Bob Wilson2010-07-096-51/+24