summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Change the implemented interfaces list on PassInfo from a std::vector to a ma...Owen Anderson2010-07-19
* Regenerate.Owen Anderson2010-07-19
* Teach computeRegisterProperties() to compute "representative" register class ...Evan Cheng2010-07-19
* Expose BasicBlock::moveBefore and moveAfter in C API, patchDuncan Sands2010-07-19
* Render MachineFunctions to HTML pages, with options to render registerLang Hames2010-07-19
* Expose JIT::recompileAndRelinkFunction for use through the C API.Duncan Sands2010-07-19
* MC: Add WinCOFFStreamer implementation and merge common code from MachOMichael J. Spencer2010-07-19
* TblGen/AsmMatcher: Add support for honoring instruction Requires<[]> attribut...Daniel Dunbar2010-07-19
* llvmc: Add a new option type (switch_list).Mikhail Glushenkov2010-07-19
* Target: Give the TargetAsmParser access to the TargetMachine.Daniel Dunbar2010-07-19
* MC/AsmParser: Stop playing unsafe member function pointer calls, this isn'tDaniel Dunbar2010-07-18
* MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary tokenDaniel Dunbar2010-07-18
* MC/AsmParser: Fix TokError() to accept a Twine.Daniel Dunbar2010-07-18
* MC/AsmParser: Hide the AsmParser implementation.Daniel Dunbar2010-07-18
* Switched to array_pod_sort as per Chris's suggestion.Lang Hames2010-07-17
* LoopSplitter - intended to split live intervals over loop boundaries.Lang Hames2010-07-17
* MC/AsmParser: Lift Run() and TargetParser to base class.Daniel Dunbar2010-07-17
* Propagate alloca alignment information via variable size object frameEric Christopher2010-07-17
* Remove the isMoveInstr() hook.Jakob Stoklund Olesen2010-07-16
* Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission andBill Wendling2010-07-16
* Remove remaining calls to TII::isMoveInstr.Jakob Stoklund Olesen2010-07-16
* eliminate unlockedRefineAbstractTypeTo, types are all per-llvmcontext,Chris Lattner2010-07-16
* Revert r108369, sorting llvm.dbg.declare information by source position,Dan Gohman2010-07-16
* Remove extraneous semicolons after member functionsDouglas Gregor2010-07-16
* eliminate CallInst::ArgOffsetGabor Greif2010-07-16
* A few more minor additions to ELF.h.Eli Friedman2010-07-16
* Add dump() to DominanceFrontierTobias Grosser2010-07-16
* Split -enable-finite-only-fp-math to two options:Evan Cheng2010-07-15
* remove some unneeded overloads that were causing Chris Lattner2010-07-15
* 80-col.Eric Christopher2010-07-15
* add an accessor.Chris Lattner2010-07-15
* Make the order in which variables are described in debug informationDan Gohman2010-07-14
* Don't pass StringRef by reference.Benjamin Kramer2010-07-14
* Merge lib/Target/X86/X86COFF.h into include/llvm/Support/COFF.h,Chris Lattner2010-07-14
* Delete fast-isel's trivial load optimization; it breaks debugging becauseDan Gohman2010-07-14
* Teach ProcessImplicitDefs to transform more COPY instructions into IMPLICIT_D...Evan Cheng2010-07-14
* Don't propagate debug locations to instructions for materializingDan Gohman2010-07-14
* Remove vestigial decl.Jakob Stoklund Olesen2010-07-13
* Update comment.Evan Cheng2010-07-13
* 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