summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2011-03-01Revert PathV2 changes, as sys::fs::unique_file is not finished yet.Dan Gohman1-3/+2
2011-03-01add a missing const qualifier for consistency.Chris Lattner1-1/+1
2011-03-01Generalize the register matching code in DAGISel a bit.Jim Grosbach1-0/+1
2011-02-28Add an END_WITH_NULL accessor for ConstantStruct.Talin1-0/+2
2011-02-28Fix warning when building with clang++.Owen Anderson1-1/+1
2011-02-28Delete the GEPSplitter experiment.Dan Gohman2-2/+0
2011-02-28Delete the SimplifyHalfPowrLibCalls pass, which was unused, andDan Gohman3-8/+0
2011-02-28Delete the LiveValues pass. I won't get get back to the project itDan Gohman4-107/+0
2011-02-28Support for byval parameters on ARM. Will be enabled by a forthcomingStuart Hastings1-0/+4
2011-02-27add the ability to walk the scope tree and insert at not-the-currentChris Lattner1-11/+25
2011-02-27add a data() method.Chris Lattner1-0/+2
2011-02-27Fix PR9324 / <rdar://problem/9052489> by handling the case where a PHI has no...Cameron Zwarich1-1/+6
2011-02-27cmake: Add xdot.py support as it already exists in autoconf.Tobias Grosser2-2/+5
2011-02-27Pass the graph to the DOTGraphTraits.getEdgeAttributes().Tobias Grosser2-3/+4
2011-02-26Support: Add llvm::AreStatisticsEnabled().Daniel Dunbar1-0/+3
2011-02-25Allow targets to specify a the type of the RHS of a shift parameterized on th...Owen Anderson1-25/+17
2011-02-25Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich1-5/+0
2011-02-25Update the NoFolder to work with current IRBuilder.Nick Lewycky1-20/+52
2011-02-24Restore r125595 (reverted in r126336) with modifications:Joerg Sonnenberger1-0/+4
2011-02-24Enable DebugInfo support for COFF object files.Devang Patel1-0/+5
2011-02-24Add XCore intrinsic for eeu instruction.Richard Osborne1-0/+1
2011-02-24Rewrite the vector part of getExtendedTypeAction to make it moreDuncan Sands1-20/+34
2011-02-24Merge information about the number of zero, one, and sign bits of live-outCameron Zwarich1-0/+11
2011-02-24Add a getNumSignBits() method to APInt.Cameron Zwarich1-0/+6
2011-02-24Add a mechanism for invalidating the LiveOutInfo of a PHI, and use it wheneverCameron Zwarich1-3/+18
2011-02-24Track blocks visited in reverse postorder.Cameron Zwarich1-0/+4
2011-02-24Refactor the LiveOutInfo interface into a few methods on FunctionLoweringInfoCameron Zwarich1-3/+26
2011-02-24Depricate PathV1::isAbsolute.Michael J. Spencer1-3/+3
2011-02-23Add XCore intrinsic for clre instruction.Richard Osborne1-0/+1
2011-02-23Add llvm.xcore.waitevent intrinsic. The effect of this intrinsic is to enableRichard Osborne1-0/+3
2011-02-23Add XCore intrinsic for the setv instruction.Richard Osborne1-0/+2
2011-02-23Add XCore intrinsic for settw instruction.Richard Osborne1-0/+2
2011-02-23Implement TODO for implicit C-array-to-ArrayRef conversion.Frits van Bommel1-1/+4
2011-02-23Omit private_extern declarations of extern symbols; followup toStuart Hastings2-1/+10
2011-02-22Fix C++0x incompatibility. The signature of std::make_pair<> changes from:Nick Lewycky2-2/+2
2011-02-22Follow LLVM coding style. Devang Patel1-77/+77
2011-02-22MachineConstantPoolValues are not uniqued, so they need to be freed if theyCameron Zwarich1-0/+3
2011-02-22Roll out r126169 and r126170 in an attempt to fix the selfhost bot.Cameron Zwarich1-18/+2
2011-02-22Merge information about the number of zero, one, and sign bits of live-out re...Cameron Zwarich1-2/+18
2011-02-21Revert r124611 - "Keep track of incoming argument's location while emitting L...Devang Patel2-13/+3
2011-02-21Add XCore intrinsics for various instructions on ports.Richard Osborne1-0/+10
2011-02-21If the phi node was used by an unreachable instruction that ends up usingDuncan Sands1-1/+1
2011-02-21Use a vector of pairs to implement the section stack, not twoJoerg Sonnenberger1-21/+16
2011-02-20Put targets on folders, if the IDE supports the feature.Oscar Fuentes1-0/+2
2011-02-19Allow getting the address of the value in a PointerUnion or PointerIntPair if...Argyrios Kyrtzidis2-0/+19
2011-02-19Add ImmutableMap methods 'manualRetain()', 'manualRelease()', and 'getRootWit...Ted Kremenek1-1/+13
2011-02-18Provide enums to build complex address calucation expressions.Devang Patel1-0/+1
2011-02-18Remove unused tag.Devang Patel1-1/+0
2011-02-18Provide tag strings for llvm specific tags.Devang Patel1-1/+0
2011-02-18Do not lose debug info of an inlined function argument even if the argument i...Devang Patel1-4/+0