Make -disable-simplify-libcalls work with -std-compile-opts
[oota-llvm.git] / include /
2011-02-17 Devang PatelDo not lose debug info of an inlined function argument...
2011-02-17 Nadav RotemEnhance constant folding of bitcast operations on vecto...
2011-02-17 NAKAMURA TakumiTriple::MinGW64 is deprecated and removed. We can use...
2011-02-16 Stuart HastingsSwap VT and DebugLoc operands of getExtLoad() for consi...
2011-02-16 Rafael EspindolaGas is very inconsistent about when a relaxation/reloca...
2011-02-16 Rafael EspindolaAdd support for pushsection and popsection. Patch by...
2011-02-15 Nick LewyckyTeach PatternMatch that splat vectors could be floating...
2011-02-15 Devang PatelMove DbgInfoPrinter specific utlities inside DbgInfoPri...
2011-02-15 Duncan SandsSpelling fix: consequtive -> consecutive.
2011-02-15 Chris Lattnerfix comments
2011-02-15 Chris Lattnerconvert ConstantVector::get to use ArrayRef.
2011-02-15 Chris Lattnerfix some typos.
2011-02-14 Jakob Stoklund OlesenMove more fragments of spill weight calculation into...
2011-02-14 Chris Lattnerrevert my ConstantVector patch, it seems to have made...
2011-02-14 Rafael EspindolaMove broken HasCommonSymbols to ELFWriter.cpp.
2011-02-14 Chris LattnerSwitch ConstantVector::get to use ArrayRef instead...
2011-02-14 Chris Lattneradd a new ArrayRef class. This is intended to replace...
2011-02-14 Chris Lattnerfix two comment thinkos
2011-02-14 Nick LewyckyFix typo in comment.
2011-02-13 Chris Lattnermissed a header
2011-02-13 Chris Lattnerfix thinko :)
2011-02-13 Chris LattnerRevisit my fix for PR9028: the issue is that DAGCombine was
2011-02-13 Chris Lattneradd a helper method.
2011-02-11 Zhanyong WanAdds llvm::sys::path::is_separator() to test whether...
2011-02-11 Jim GrosbachRemove trailing whitespace.
2011-02-11 Douglas GregorPoison the relational operators ==, !=, <, <=, >=,...
2011-02-11 Chris Lattnermake the constantexpr interfaces for inbounds GEPs...
2011-02-11 Rafael EspindolaRemove std::string version of getNameWithPrefix.
2011-02-11 Jim GrosbachRemove trailing whitespace.
2011-02-10 Owen AndersonClean trailing whitespace.
2011-02-10 Chris Lattnerswitch the constantexpr, target folder, and IRBuilder...
2011-02-09 Douglas GregorRip out realpath() support. It's expensive, and often...
2011-02-09 Jakob Stoklund OlesenMove calcLiveBlockInfo() and the BlockInfo struct into...
2011-02-09 Douglas GregorAdd llvm::sys::path::canonical(), which provides the...
2011-02-09 Dan GohmanOptimize po_iterator: don't do redundant lookups.
2011-02-09 Chris LattnerTeach instsimplify some tricks about exact/nuw/nsw...
2011-02-09 Chris LattnerRework InstrTypes.h so to reduce the repetition around...
2011-02-09 Chris Lattnerenrich folder interfaces around exactness.
2011-02-09 Chris Lattnerrefactor ConstantExpr interfaces a bit around "exactness".
2011-02-09 Richard OsborneAdd intrinsic for setc instruction on the XCore.
2011-02-09 NAKAMURA Takumilib/Support/Errno.cpp: Check strerror_s() with HAVE_DEC...
2011-02-08 Rafael EspindolaDon't open the file again in the gold plugin. To be...
2011-02-08 Jakob Stoklund OlesenAdd LiveIntervals::addKillFlags() to recompute kill...
2011-02-08 Jakob Stoklund OlesenAdd LiveIntervals::shrinkToUses().
2011-02-07 Bruno Cardoso LopesImplement support for custom target specific asm parsin...
2011-02-07 Chris Lattnerimplement .ll and .bc support for nsw/nuw on shl and...
2011-02-07 Duncan SandsAdd an m_Div pattern for matching either a udiv or...
2011-02-07 Duncan SandsAdd IRBuilder methods for creating an exact udiv, like...
2011-02-06 Chris Lattnerenhance vmcore to know that udiv's can be exact, and...
2011-02-05 NAKAMURA TakumiWindows/DynamicLibrary.inc: Split explicit symbols...
2011-02-05 Eric ChristopherRewrite how the indirect call bonus is handled. This...
2011-02-04 Devang PatelMerge .debug_loc entries whenever possible to reduce...
2011-02-04 Jason W KimTeach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic...
2011-02-04 Jakob Stoklund OlesenAdd LiveIntervals::getLastSplitPoint().
2011-02-04 Daniel DunbarMC/AsmMatcher: Add support for custom conversion functions.
2011-02-04 Andrew TrickIntroducing a new method of tracking register pressure...
2011-02-03 Bob WilsonRemove trailing whitespace
2011-02-03 Bob WilsonEdit a comment for consistency.
2011-02-03 Oscar FuentesMoved to Clang's source tree its configuration options...
2011-02-03 Richard OsborneAdd XCore intrinsics for resource instructions.
2011-02-03 Eric ChristopherReapply this.
2011-02-03 Eric ChristopherTemporarily revert 124765 in an attempt to find the...
2011-02-03 Oscar FuentesPlatform tests for `sys/uio.h' header and `writev'...
2011-02-03 Daniel Dunbarraw_fd_ostream: Add a SetUseAtomicWrites() method ...
2011-02-03 Daniel DunbarRegenerate configure.
2011-02-03 Jakob Stoklund OlesenDefer SplitKit value mapping until all defs are available.
2011-02-02 Devang PatelAdd support to describe template value parameter in...
2011-02-02 Devang PatelAdd support to describe template parameter type in...
2011-02-02 Duncan SandsRemove NoVendor and NoOS, added in commit 123990, from...
2011-02-02 Dan GohmanFix reassociate to clear optional flags, such as nsw.
2011-02-02 Evan ChengGiven a pair of floating point load and store, if there...
2011-02-02 Bob WilsonFix comment typo.
2011-02-01 Jay FoadMake SwitchInst::removeCase() more efficient.
2011-02-01 Duncan SandsAdd a m_Undef pattern for convenience. This is so...
2011-02-01 Duncan SandsAdd a m_SignBit pattern for convenience.
2011-02-01 Duncan SandsHave m_One also match constant vectors for which every...
2011-02-01 Eric ChristopherReapply 124275 since the Dragonegg failure was unreprod...
2011-02-01 Evan ChengPatches to build EFI with Clang/LLVM. By Carl Norum.
2011-01-31 Devang PatelKeep track of incoming argument's location while emitti...
2011-01-31 Oscar FuentesAdds some platform checks to cmake/config-ix.cmake...
2011-01-31 NAKAMURA TakumiCMake: Fix a few definition to suppress warnings.
2011-01-29 Bill WendlingThis is #included by .c files. Remove C++-style comments.
2011-01-29 Frits van BommelMove InstCombine's knowledge of fdiv to SimplifyInstruc...
2011-01-29 Evan ChengRe-apply r124518 with fix. Watch out for invalidated...
2011-01-29 Evan ChengRevert r124518. It broke Linux self-host.
2011-01-29 Evan ChengRe-commit r124462 with fixes. Tail recursion elim will...
2011-01-29 Andrew TrickImplementation of path profiling.
2011-01-28 Duncan SandsMy auto-simplifier noticed that ((X/Y)*Y)/Y occurs...
2011-01-28 Nick LewyckyAdd missing include for ptrdiff_t. Patch by Joerg Sonne...
2011-01-27 Roman DivackyIntroduce virtual ParseRegister method in TargetAsmParser.
2011-01-27 Nick LewyckyAdd DenseSet::resize for API parity with DenseMap:...
2011-01-26 Jay FoadSimplify User::operator delete().
2011-01-26 Eric ChristopherTemporarily revert 124275 to see if it brings the drago...
2011-01-26 David Greene[AVX] Add INSERT_SUBVECTOR and support it on x86. ...
2011-01-26 David Greene[AVX] Support EXTRACT_SUBVECTOR on x86. This provides...
2011-01-26 Eric ChristopherSeparate out the constant bonus from the size reduction...
2011-01-25 Devang PatelProvide an interface to transfer SDDbgValue from one...
2011-01-25 David Greene[AVX] Fix a typo in the extract subvector type constrai...
2011-01-25 David Greene[AVX] Add TableGen classes for vector/subvector type...
2011-01-25 Jay FoadAvoid compiler errors when this header file is included...
next