summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Fix PR9324 / <rdar://problem/9052489> by handling the case where a PHI has no...Cameron Zwarich2011-02-27
* cmake: Add xdot.py support as it already exists in autoconf.Tobias Grosser2011-02-27
* Pass the graph to the DOTGraphTraits.getEdgeAttributes().Tobias Grosser2011-02-27
* Support: Add llvm::AreStatisticsEnabled().Daniel Dunbar2011-02-26
* Allow targets to specify a the type of the RHS of a shift parameterized on th...Owen Anderson2011-02-25
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-25
* Update the NoFolder to work with current IRBuilder.Nick Lewycky2011-02-25
* Restore r125595 (reverted in r126336) with modifications:Joerg Sonnenberger2011-02-24
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-24
* Add XCore intrinsic for eeu instruction.Richard Osborne2011-02-24
* Rewrite the vector part of getExtendedTypeAction to make it moreDuncan Sands2011-02-24
* Merge information about the number of zero, one, and sign bits of live-outCameron Zwarich2011-02-24
* Add a getNumSignBits() method to APInt.Cameron Zwarich2011-02-24
* Add a mechanism for invalidating the LiveOutInfo of a PHI, and use it wheneverCameron Zwarich2011-02-24
* Track blocks visited in reverse postorder.Cameron Zwarich2011-02-24
* Refactor the LiveOutInfo interface into a few methods on FunctionLoweringInfoCameron Zwarich2011-02-24
* Depricate PathV1::isAbsolute.Michael J. Spencer2011-02-24
* Add XCore intrinsic for clre instruction.Richard Osborne2011-02-23
* Add llvm.xcore.waitevent intrinsic. The effect of this intrinsic is to enableRichard Osborne2011-02-23
* Add XCore intrinsic for the setv instruction.Richard Osborne2011-02-23
* Add XCore intrinsic for settw instruction.Richard Osborne2011-02-23
* Implement TODO for implicit C-array-to-ArrayRef conversion.Frits van Bommel2011-02-23
* Omit private_extern declarations of extern symbols; followup toStuart Hastings2011-02-23
* Fix C++0x incompatibility. The signature of std::make_pair<> changes from:Nick Lewycky2011-02-22
* Follow LLVM coding style. Devang Patel2011-02-22
* MachineConstantPoolValues are not uniqued, so they need to be freed if theyCameron Zwarich2011-02-22
* Roll out r126169 and r126170 in an attempt to fix the selfhost bot.Cameron Zwarich2011-02-22
* Merge information about the number of zero, one, and sign bits of live-out re...Cameron Zwarich2011-02-22
* Revert r124611 - "Keep track of incoming argument's location while emitting L...Devang Patel2011-02-21
* Add XCore intrinsics for various instructions on ports.Richard Osborne2011-02-21
* If the phi node was used by an unreachable instruction that ends up usingDuncan Sands2011-02-21
* Use a vector of pairs to implement the section stack, not twoJoerg Sonnenberger2011-02-21
* Put targets on folders, if the IDE supports the feature.Oscar Fuentes2011-02-20
* Allow getting the address of the value in a PointerUnion or PointerIntPair if...Argyrios Kyrtzidis2011-02-19
* Add ImmutableMap methods 'manualRetain()', 'manualRelease()', and 'getRootWit...Ted Kremenek2011-02-19
* Provide enums to build complex address calucation expressions.Devang Patel2011-02-18
* Remove unused tag.Devang Patel2011-02-18
* Provide tag strings for llvm specific tags.Devang Patel2011-02-18
* Do not lose debug info of an inlined function argument even if the argument i...Devang Patel2011-02-18
* Now that -loop-idiom uses TargetLibraryInfo properly, it doesn'tChris Lattner2011-02-18
* add a way to disable all builtins, wire it up to opt's -disable-simplifylibca...Chris Lattner2011-02-18
* add memset and memcpy, though they are always available for now.Chris Lattner2011-02-18
* rearrange some comments, no functionality change.Chris Lattner2011-02-18
* Add FixedLenDecoderEmitter, the skeleton of a new disassembler emitter for fi...Owen Anderson2011-02-18
* introduce a new TargetLibraryInfo pass, which transformations can use toChris Lattner2011-02-18
* Expose getTypeName to the C API. Patch by Patrick Walton.Rafael Espindola2011-02-18
* The objectsize intrinsic doesn't access any memory.Benjamin Kramer2011-02-18
* Roll out r125794 to help diagnose the llvm-gcc-i386-linux-selfhost failure.Cameron Zwarich2011-02-18
* hoist GlobalValue::removeDeadConstantUsers up to being a method on Constant.Chris Lattner2011-02-18
* Do not lose debug info of an inlined function argument even if the argument i...Devang Patel2011-02-17