summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Add LLVMObject Library.Michael J. Spencer2010-11-15
* add targetoperand flags for jump tables, constant pool and block addressChris Lattner2010-11-15
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-15
* move the pic base symbol stuff up to MachineFunctionChris Lattner2010-11-14
* reimplement ppc asmprinter "toc" handling to use a VariantKindChris Lattner2010-11-14
* If dom tree information is available, make it possible to passDuncan Sands2010-11-14
* Strip trailing whitespace.Duncan Sands2010-11-14
* MC: Simplify Mach-O and ELF object writer implementations.Daniel Dunbar2010-11-13
* Parse and record the gnu_unique_object type.Rafael Espindola2010-11-13
* Trailing whitespace.Jim Grosbach2010-11-13
* Parse and remember discriminators in .loc line. I try to output them withRafael Espindola2010-11-13
* JIT: More nitty style tweakage, aka territory marking.Daniel Dunbar2010-11-13
* report_fatal_error: Simplify a possible ambiguity.Daniel Dunbar2010-11-13
* More style nittiness.Daniel Dunbar2010-11-13
* Clean up some doxyments/style.Daniel Dunbar2010-11-13
* add operand iterator apis to MachineInstr, patch by ether zhhb.Chris Lattner2010-11-12
* Add helper functions for computing the Location of load, store,Dan Gohman2010-11-11
* Factor out Instruction::isSafeToSpeculativelyExecute's code forDan Gohman2010-11-11
* Initial comdat implementation.Rafael Espindola2010-11-11
* Add comments.Dan Gohman2010-11-11
* Add brief doxygen comments for AliasResult enum values.Dan Gohman2010-11-11
* Set NonLocalDepInfo's Size field to UnknownSize when invalidatingDan Gohman2010-11-11
* Insert two blank SlotIndexes between basic blocks instead of just one.Jakob Stoklund Olesen2010-11-11
* Delete unused function.Jakob Stoklund Olesen2010-11-10
* Take care of special characters while creating named MDNode name to hold func...Devang Patel2010-11-10
* Enhance GVN to do more precise alias queries for non-local memoryDan Gohman2010-11-10
* RABasic is nearly functionally complete. There are a few remainingAndrew Trick2010-11-10
* Use MCSectionELF in places we know we have an ELF section.Rafael Espindola2010-11-10
* Rename AccessesArguments and AccessesArgumentsReadonly, and rewriteDan Gohman2010-11-10
* Fix a copy+pasto Duncan noticed.Dan Gohman2010-11-10
* Add a doesAccessArgPointees helper function, and update code to useDan Gohman2010-11-10
* Factor out the code for testing whether a function accessesDan Gohman2010-11-10
* Give NonLocalDepResult a NonLocalDepEntry member, replacingDan Gohman2010-11-10
* System/Path: Update comments to match code.Michael J. Spencer2010-11-10
* There is no EndPtr anymore - reinterpret the original comment in termsDuncan Sands2010-11-10
* Update ARMConstantPoolValue to not use a modifier string. Use an explicitJim Grosbach2010-11-10
* Make ModRefBehavior a lattice. Use this to clean up AliasAnalysisDan Gohman2010-11-10
* Fixed version of 118639 with an extra assert to catch similar problemsRafael Espindola2010-11-09
* Revert previous patch. Missed a case.Rafael Espindola2010-11-09
* Remove IsExplicit. It was always false.Rafael Espindola2010-11-09
* Convert comments to doxygen syntax.Dan Gohman2010-11-09
* AccessesArgumentsReadonly is read-only.Dan Gohman2010-11-09
* Add a AccessesArgumentsReadonly ModRefBehavior value, so that the intrinsicDan Gohman2010-11-09
* Factor out the logic for onlyReadsMemory into a helper function.Dan Gohman2010-11-09
* Delete AccessesArgumentsAndGlobals, which was unused.Dan Gohman2010-11-09
* System/Path/Windows: Change GetRootDirectory to return file:/// instead of C:/.Michael J. Spencer2010-11-09
* Add some comments noting some correspondences between ModRefBehaviorDan Gohman2010-11-08
* Document parameters. Fix typos.Devang Patel2010-11-08
* Extend the AliasAnalysis::pointsToConstantMemory interface to allow itDan Gohman2010-11-08
* Delete getIntrinsicModRefBehavior. Clients can just use the normalDan Gohman2010-11-08