summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Remove trailing whitespace.Jim Grosbach2011-02-11
* Clean trailing whitespace.Owen Anderson2011-02-10
* switch the constantexpr, target folder, and IRBuilder interfacesChris Lattner2011-02-10
* Rip out realpath() support. It's expensive, and often a bad idea, andDouglas Gregor2011-02-09
* Move calcLiveBlockInfo() and the BlockInfo struct into SplitAnalysis.Jakob Stoklund Olesen2011-02-09
* Add llvm::sys::path::canonical(), which provides the canonicalizedDouglas Gregor2011-02-09
* Optimize po_iterator: don't do redundant lookups.Dan Gohman2011-02-09
* Teach instsimplify some tricks about exact/nuw/nsw shifts.Chris Lattner2011-02-09
* Rework InstrTypes.h so to reduce the repetition around the NSW/NUW/ExactChris Lattner2011-02-09
* enrich folder interfaces around exactness.Chris Lattner2011-02-09
* refactor ConstantExpr interfaces a bit around "exactness".Chris Lattner2011-02-09
* Add intrinsic for setc instruction on the XCore.Richard Osborne2011-02-09
* lib/Support/Errno.cpp: Check strerror_s() with HAVE_DECL_STRERROR_S in config...NAKAMURA Takumi2011-02-09
* Don't open the file again in the gold plugin. To be able to do this, updateRafael Espindola2011-02-08
* Add LiveIntervals::addKillFlags() to recompute kill flags after register allo...Jakob Stoklund Olesen2011-02-08
* Add LiveIntervals::shrinkToUses().Jakob Stoklund Olesen2011-02-08
* Implement support for custom target specific asm parsing of operands.Bruno Cardoso Lopes2011-02-07
* implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr.Chris Lattner2011-02-07
* Add an m_Div pattern for matching either a udiv or an sdiv and use itDuncan Sands2011-02-07
* Add IRBuilder methods for creating an exact udiv, like for exact sdiv.Duncan Sands2011-02-07
* enhance vmcore to know that udiv's can be exact, and add a trivialChris Lattner2011-02-06
* Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc.NAKAMURA Takumi2011-02-05
* Rewrite how the indirect call bonus is handled. This now works by:Eric Christopher2011-02-05
* Merge .debug_loc entries whenever possible to reduce debug_loc size.Devang Patel2011-02-04
* Teach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic number is set toJason W Kim2011-02-04
* Add LiveIntervals::getLastSplitPoint().Jakob Stoklund Olesen2011-02-04
* MC/AsmMatcher: Add support for custom conversion functions.Daniel Dunbar2011-02-04
* Introducing a new method of tracking register pressure. We can'tAndrew Trick2011-02-04
* Remove trailing whitespaceBob Wilson2011-02-03
* Edit a comment for consistency.Bob Wilson2011-02-03
* Moved to Clang's source tree its configuration options and associatedOscar Fuentes2011-02-03
* Add XCore intrinsics for resource instructions.Richard Osborne2011-02-03
* Reapply this.Eric Christopher2011-02-03
* Temporarily revert 124765 in an attempt to find the cycle breaking bootstrap.Eric Christopher2011-02-03
* Platform tests for `sys/uio.h' header and `writev' function.Oscar Fuentes2011-02-03