When removing a function from the function set and adding it to deferred, we
[oota-llvm.git] / include /
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...
2011-01-25 Duncan SandsAccording to my auto-simplifier the most common missed...
2011-01-24 Eric ChristopherPerhaps a bit too much vertical whitespace.
2011-01-24 Dan GohmanGive GetUnderlyingObject a TargetData, to keep it in...
2011-01-23 Rafael EspindolaAdd support for the --noexecstack option.
2011-01-23 Cameron ZwarichConvert a std::vector to a SmallVector for another...
2011-01-23 Cameron ZwarichIn the simpler version of the link-eval data structure...
2011-01-23 Rafael EspindolaDelay the creation of eh_frame so that the user can...
2011-01-23 Cameron ZwarichRemove useless struct fields.
2011-01-23 Cameron ZwarichRemove friend declaration for removed function.
2011-01-23 Rafael EspindolaRemove more duplicated code.
2011-01-23 Cameron ZwarichConvert a std::vector to a SmallVector.
2011-01-23 Rafael EspindolaRemove duplicated code.
2011-01-23 Cameron ZwarichSimplify some code now that we've removed the more...
2011-01-22 Benjamin KramerRemove dead ivar.
2011-01-22 Chris Lattneradd DW_TAG for rvalue refs.
2011-01-21 Renato GolinClang was not parsing target triples involving EABI...
2011-01-21 Oscar FuentesHandles libffi on the CMake build.
2011-01-21 Andrew TrickConvert -enable-sched-cycles and -enable-sched-hazard...
2011-01-21 Michael J. SpencerObject: Fix type punned pointer issues by making DataRe...
2011-01-20 Evan ChengSorry, several patches in one.
2011-01-20 Michael J. SpencerObject: Add ELF support.
2011-01-20 Cameron ZwarichRemove an unnecessary #include.
2011-01-18 Cameron ZwarichThere is no point in verifying an analysis that is...
2011-01-18 Cameron ZwarichRemove some now-unused DominanceFrontier methods.
2011-01-18 Cameron ZwarichRemove outdated references to dominance frontiers.
2011-01-17 Jim GrosbachTrailing whitespace.
2011-01-17 Cameron ZwarichRoll r123609 back in with two changes that fix test...
2011-01-17 Devang PatelRevert rr123550. It causes clang build failure on darwin9.
2011-01-17 Oscar FuentesAdd some platform checks. Also fix a typo on a Makefile.
2011-01-17 Jay FoadRemove useless Tag enumeration.
2011-01-17 Cameron ZwarichRoll out r123609 due to failures on the llvm-x86_64...
2011-01-17 Cameron ZwarichEliminate the use of dominance frontiers in PromoteMemT...
2011-01-16 Michael J. SpencerUnRevert "Revert "Archive: Replace all internal uses...
2011-01-16 Jay FoadSimplify the construction and destruction of Uses....
2011-01-16 Jay FoadRemove unnecessary specialization OperandTraits<User>.
2011-01-16 Jay FoadMove the implementation of the User class into a new...
2011-01-16 Michael J. SpencerRevert "Archive: Replace all internal uses of PathV1...
2011-01-16 Chris Lattnerremove the partial specialization pass. It is unmainta...
2011-01-15 Michael J. SpencerArchive: Fix spelling.
2011-01-15 Michael J. SpencerArchive: Replace all internal uses of PathV1 with PathV...
next