aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* If dom tree information is available, make it possible to passDuncan Sands2010-11-142-3/+6
* Strip trailing whitespace.Duncan Sands2010-11-141-12/+12
* MC: Simplify Mach-O and ELF object writer implementations.Daniel Dunbar2010-11-133-103/+8
* Parse and record the gnu_unique_object type.Rafael Espindola2010-11-131-0/+1
* Trailing whitespace.Jim Grosbach2010-11-131-18/+18
* Parse and remember discriminators in .loc line. I try to output them withRafael Espindola2010-11-132-3/+16
* JIT: More nitty style tweakage, aka territory marking.Daniel Dunbar2010-11-131-56/+67
* report_fatal_error: Simplify a possible ambiguity.Daniel Dunbar2010-11-131-0/+2
* More style nittiness.Daniel Dunbar2010-11-131-8/+2
* Clean up some doxyments/style.Daniel Dunbar2010-11-131-23/+27
* add operand iterator apis to MachineInstr, patch by ether zhhb.Chris Lattner2010-11-121-1/+11
* Add helper functions for computing the Location of load, store,Dan Gohman2010-11-111-0/+6
* Factor out Instruction::isSafeToSpeculativelyExecute's code forDan Gohman2010-11-111-0/+4
* Initial comdat implementation.Rafael Espindola2010-11-113-4/+21
* Add comments.Dan Gohman2010-11-111-5/+15
* Add brief doxygen comments for AliasResult enum values.Dan Gohman2010-11-111-1/+5
* Set NonLocalDepInfo's Size field to UnknownSize when invalidatingDan Gohman2010-11-111-1/+1
* Insert two blank SlotIndexes between basic blocks instead of just one.Jakob Stoklund Olesen2010-11-111-0/+2
* Delete unused function.Jakob Stoklund Olesen2010-11-101-23/+0
* Take care of special characters while creating named MDNode name to hold func...Devang Patel2010-11-101-0/+9
* Enhance GVN to do more precise alias queries for non-local memoryDan Gohman2010-11-102-10/+11
* RABasic is nearly functionally complete. There are a few remainingAndrew Trick2010-11-101-3/+3
* Use MCSectionELF in places we know we have an ELF section.Rafael Espindola2010-11-101-3/+4
* Rename AccessesArguments and AccessesArgumentsReadonly, and rewriteDan Gohman2010-11-101-7/+8
* Fix a copy+pasto Duncan noticed.Dan Gohman2010-11-101-2/+2
* Add a doesAccessArgPointees helper function, and update code to useDan Gohman2010-11-101-0/+8
* Factor out the code for testing whether a function accessesDan Gohman2010-11-101-3/+10
* Give NonLocalDepResult a NonLocalDepEntry member, replacingDan Gohman2010-11-101-30/+29
* System/Path: Update comments to match code.Michael J. Spencer2010-11-101-3/+1
* There is no EndPtr anymore - reinterpret the original comment in termsDuncan Sands2010-11-101-3/+3
* Update ARMConstantPoolValue to not use a modifier string. Use an explicitJim Grosbach2010-11-101-3/+9
* Make ModRefBehavior a lattice. Use this to clean up AliasAnalysisDan Gohman2010-11-101-9/+9
* Fixed version of 118639 with an extra assert to catch similar problemsRafael Espindola2010-11-092-10/+2
* Revert previous patch. Missed a case.Rafael Espindola2010-11-092-2/+10
* Remove IsExplicit. It was always false.Rafael Espindola2010-11-092-10/+2
* Convert comments to doxygen syntax.Dan Gohman2010-11-091-23/+23
* AccessesArgumentsReadonly is read-only.Dan Gohman2010-11-091-1/+3
* Add a AccessesArgumentsReadonly ModRefBehavior value, so that the intrinsicDan Gohman2010-11-091-0/+7
* Factor out the logic for onlyReadsMemory into a helper function.Dan Gohman2010-11-091-3/+9
* Delete AccessesArgumentsAndGlobals, which was unused.Dan Gohman2010-11-091-5/+0
* System/Path/Windows: Change GetRootDirectory to return file:/// instead of C:/.Michael J. Spencer2010-11-091-1/+1
* Add some comments noting some correspondences between ModRefBehaviorDan Gohman2010-11-081-0/+6
* Document parameters. Fix typos.Devang Patel2010-11-081-4/+23
* Extend the AliasAnalysis::pointsToConstantMemory interface to allow itDan Gohman2010-11-081-7/+8
* Delete getIntrinsicModRefBehavior. Clients can just use the normalDan Gohman2010-11-081-5/+0
* Add comments.Dan Gohman2010-11-081-5/+9
* Add registry hook for assembly text outputChe-Liang Chiou2010-11-081-1/+51
* typosRafael Espindola2010-11-071-4/+4
* Add method for checking if a path is a symbolic link.Rafael Espindola2010-11-071-0/+6
* Relax dwarf line fragments. This fixes a crash in the included testcase.Rafael Espindola2010-11-071-1/+11