Age | Commit message (Expand) | Author |
2011-02-19 | Allow getting the address of the value in a PointerUnion or PointerIntPair if... | Argyrios Kyrtzidis |
2011-02-19 | Add ImmutableMap methods 'manualRetain()', 'manualRelease()', and 'getRootWit... | Ted Kremenek |
2011-02-18 | Provide enums to build complex address calucation expressions. | Devang Patel |
2011-02-18 | Remove unused tag. | Devang Patel |
2011-02-18 | Provide tag strings for llvm specific tags. | Devang Patel |
2011-02-18 | Do not lose debug info of an inlined function argument even if the argument i... | Devang Patel |
2011-02-18 | Now that -loop-idiom uses TargetLibraryInfo properly, it doesn't | Chris Lattner |
2011-02-18 | add a way to disable all builtins, wire it up to opt's -disable-simplifylibca... | Chris Lattner |
2011-02-18 | add memset and memcpy, though they are always available for now. | Chris Lattner |
2011-02-18 | rearrange some comments, no functionality change. | Chris Lattner |
2011-02-18 | Add FixedLenDecoderEmitter, the skeleton of a new disassembler emitter for fi... | Owen Anderson |
2011-02-18 | introduce a new TargetLibraryInfo pass, which transformations can use to | Chris Lattner |
2011-02-18 | Expose getTypeName to the C API. Patch by Patrick Walton. | Rafael Espindola |
2011-02-18 | The objectsize intrinsic doesn't access any memory. | Benjamin Kramer |
2011-02-18 | Roll out r125794 to help diagnose the llvm-gcc-i386-linux-selfhost failure. | Cameron Zwarich |
2011-02-18 | hoist GlobalValue::removeDeadConstantUsers up to being a method on Constant. | Chris Lattner |
2011-02-17 | Do not lose debug info of an inlined function argument even if the argument i... | Devang Patel |
2011-02-17 | Enhance constant folding of bitcast operations on vectors of floats. | Nadav Rotem |
2011-02-17 | Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally. | NAKAMURA Takumi |
2011-02-16 | Swap VT and DebugLoc operands of getExtLoad() for consistency with | Stuart Hastings |
2011-02-16 | Gas is very inconsistent about when a relaxation/relocation is needed. Do | Rafael Espindola |
2011-02-16 | Add support for pushsection and popsection. Patch by Joerg Sonnenberger. | Rafael Espindola |
2011-02-15 | Teach PatternMatch that splat vectors could be floating point as well as | Nick Lewycky |
2011-02-15 | Move DbgInfoPrinter specific utlities inside DbgInfoPrinter.cpp | Devang Patel |
2011-02-15 | Spelling fix: consequtive -> consecutive. | Duncan Sands |
2011-02-15 | fix comments | Chris Lattner |
2011-02-15 | convert ConstantVector::get to use ArrayRef. | Chris Lattner |
2011-02-15 | fix some typos. | Chris Lattner |
2011-02-14 | Move more fragments of spill weight calculation into CalcSpillWeights.h | Jakob Stoklund Olesen |
2011-02-14 | revert my ConstantVector patch, it seems to have made the llvm-gcc | Chris Lattner |
2011-02-14 | Move broken HasCommonSymbols to ELFWriter.cpp. | Rafael Espindola |
2011-02-14 | Switch ConstantVector::get to use ArrayRef instead of a pointer+size | Chris Lattner |
2011-02-14 | add a new ArrayRef class. This is intended to replace the idiom we | Chris Lattner |
2011-02-14 | fix two comment thinkos | Chris Lattner |
2011-02-14 | Fix typo in comment. | Nick Lewycky |
2011-02-13 | missed a header | Chris Lattner |
2011-02-13 | fix thinko :) | Chris Lattner |
2011-02-13 | Revisit my fix for PR9028: the issue is that DAGCombine was | Chris Lattner |
2011-02-13 | add a helper method. | Chris Lattner |
2011-02-11 | Adds llvm::sys::path::is_separator() to test whether a char is a path separator | Zhanyong Wan |
2011-02-11 | Remove trailing whitespace. | Jim Grosbach |
2011-02-11 | Poison the relational operators ==, !=, <, <=, >=, > on llvm::Optional | Douglas Gregor |
2011-02-11 | make the constantexpr interfaces for inbounds GEPs follow the same style | Chris Lattner |
2011-02-11 | Remove std::string version of getNameWithPrefix. | Rafael Espindola |
2011-02-11 | Remove trailing whitespace. | Jim Grosbach |
2011-02-10 | Clean trailing whitespace. | Owen Anderson |
2011-02-10 | switch the constantexpr, target folder, and IRBuilder interfaces | Chris Lattner |
2011-02-09 | Rip out realpath() support. It's expensive, and often a bad idea, and | Douglas Gregor |
2011-02-09 | Move calcLiveBlockInfo() and the BlockInfo struct into SplitAnalysis. | Jakob Stoklund Olesen |
2011-02-09 | Add llvm::sys::path::canonical(), which provides the canonicalized | Douglas Gregor |