summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Enhance constant folding of bitcast operations on vectors of floats.Nadav Rotem2011-02-17
* Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally.NAKAMURA Takumi2011-02-17
* Swap VT and DebugLoc operands of getExtLoad() for consistency withStuart Hastings2011-02-16
* Gas is very inconsistent about when a relaxation/relocation is needed. DoRafael Espindola2011-02-16
* Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola2011-02-16
* Teach PatternMatch that splat vectors could be floating point as well asNick Lewycky2011-02-15
* Move DbgInfoPrinter specific utlities inside DbgInfoPrinter.cppDevang Patel2011-02-15
* Spelling fix: consequtive -> consecutive.Duncan Sands2011-02-15
* fix commentsChris Lattner2011-02-15
* convert ConstantVector::get to use ArrayRef.Chris Lattner2011-02-15
* fix some typos.Chris Lattner2011-02-15
* Move more fragments of spill weight calculation into CalcSpillWeights.hJakob Stoklund Olesen2011-02-14
* revert my ConstantVector patch, it seems to have made the llvm-gccChris Lattner2011-02-14
* Move broken HasCommonSymbols to ELFWriter.cpp.Rafael Espindola2011-02-14
* Switch ConstantVector::get to use ArrayRef instead of a pointer+sizeChris Lattner2011-02-14
* add a new ArrayRef class. This is intended to replace the idiom weChris Lattner2011-02-14
* fix two comment thinkosChris Lattner2011-02-14
* Fix typo in comment.Nick Lewycky2011-02-14
* missed a headerChris Lattner2011-02-13
* fix thinko :)Chris Lattner2011-02-13
* Revisit my fix for PR9028: the issue is that DAGCombine was Chris Lattner2011-02-13
* add a helper method.Chris Lattner2011-02-13
* Adds llvm::sys::path::is_separator() to test whether a char is a path separatorZhanyong Wan2011-02-11
* Remove trailing whitespace.Jim Grosbach2011-02-11
* Poison the relational operators ==, !=, <, <=, >=, > on llvm::OptionalDouglas Gregor2011-02-11
* make the constantexpr interfaces for inbounds GEPs follow the same styleChris Lattner2011-02-11
* Remove std::string version of getNameWithPrefix.Rafael Espindola2011-02-11