aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix a layering violation: hasConstantValue, which is part of the PHINodeDuncan Sands2010-11-171-8/+1
* Memoize results from ScalarEvolution's getUnsignedRange and getSignedRange.Dan Gohman2010-11-172-0/+9
* Fix warnings about missing parents between || and &&.Dan Gohman2010-11-171-8/+8
* Fix typo: Exectuable -> ExecutablePeter Collingbourne2010-11-171-1/+1
* Add .loc methods to the streamer.Rafael Espindola2010-11-161-1/+8
* Split pseudo-instruction expansion into a separate pass, to make itDan Gohman2010-11-162-0/+5
* Add const.Rafael Espindola2010-11-161-6/+6
* system_error: More conditional error codes for Darwin.Michael J. Spencer2010-11-161-0/+8
* This is the first step in adding sane error handling support to LLVMSystem.Michael J. Spencer2010-11-161-0/+884
* In which I discover the existence of loops. Threading an operationDuncan Sands2010-11-161-11/+14
* Object: Get rid of sys::Path, Triple, and cleanup namespace.Michael J. Spencer2010-11-161-4/+5
* Code clean up. The peephole pass should be the one updating the instructionEvan Cheng2010-11-151-4/+2
* Change MCExpr::EvaluateAsRelocatableImpl of variables to return the originalRafael Espindola2010-11-151-0/+5
* Fix PR8565.Rafael Espindola2010-11-151-7/+7
* add fields to the .td files unconditionally, simplifying tblgen a bit.Chris Lattner2010-11-151-0/+3
* Add LLVMObject Library.Michael J. Spencer2010-11-151-0/+248
* add targetoperand flags for jump tables, constant pool and block addressChris Lattner2010-11-151-1/+3
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-152-13/+15
* move the pic base symbol stuff up to MachineFunctionChris Lattner2010-11-141-0/+4
* reimplement ppc asmprinter "toc" handling to use a VariantKindChris Lattner2010-11-141-1/+3
* 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