Disable most IR-level transform passes on functions marked 'optnone'.
[oota-llvm.git] / unittests /
2014-02-05 Nick KledzikFix layering StringRef copy using BumpPtrAllocator.
2014-02-05 Chandler Carruth[PM] Don't require analysis results to be const in...
2014-02-04 Chandler CarruthSilence a warning:
2014-02-04 Aaron BallmanImplemented support for Process::GetRandomNumber on...
2014-01-31 Peter CollingbourneIntroduce line editor library.
2014-01-31 Peter CollingbourneIntroduce llvm::sys::path::home_directory.
2014-01-31 Duncan P. N. Exon... Clean up whitespace
2014-01-31 Eric ChristopherAdd support for DW_FORM_flag and DW_FORM_flag_present...
2014-01-31 Eric ChristopherFix name of nested type in comment to match code.
2014-01-29 Jordan RoseRemove C++11ism from r200407.
2014-01-29 Jordan Rose[CommandLine] Aliases require an value if their target...
2014-01-28 Nick KledzikAdd BumpPtrAllocator::allocateCopy() utilities
2014-01-27 Alp TokerRoll back the ConstStringRef change for now
2014-01-27 Alp TokerStringRef: Extend constexpr capabilities and introduce...
2014-01-24 Alp TokerFix known typos
2014-01-22 Matt ArsenaultBug 18228 - Fix accepting bitcasts between vectors...
2014-01-19 Michael Gottesman[APInt] Fix nearestLogBase2 to return correct answers...
2014-01-19 Michael Gottesman[APInt] Fixed bug where APInt(UINT32_MAX, 0) would...
2014-01-19 Chandler Carruth[PM] Make the verifier work independently of any pass...
2014-01-16 Rafael EspindolaUse LLVM_EXPLICIT instead of a function pointer as...
2014-01-16 Bill WendlingReapply r194218 with fix:
2014-01-13 Rafael EspindolaUpdate getLazyBitcodeModule to use ErrorOr for error...
2014-01-13 Chandler Carruth[PM] Split DominatorTree into a concrete analysis resul...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2014-01-12 Chandler Carruth[PM] Rename the IR printing pass header to a more gener...
2014-01-11 Chandler Carruth[PM] Add names to passes under the new pass manager...
2014-01-10 Rafael EspindolaRemove remove_all. A compiler has no need for recursive...
2014-01-09 Rafael EspindolaAdd a unit test for the copy constructor.
2014-01-08 Rafael EspindolaUse getError and remove the error_code operator.
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-05 Chandler CarruthAdd in a unittest for the one-use pattern matcher.
2014-01-05 Chandler CarruthAdd support to the pattern match library for matching...
2014-01-05 Chandler CarruthFix a bug in IRBuilder that's been there for who knows...
2014-01-05 Chandler CarruthUse a shorter name for the IRBuilder member. This will...
2014-01-05 Chandler CarruthSimplify the PatternMatch unittest by giving it a modul...
2014-01-03 David BlaikieFix break introduced in r198377 due to using a local...
2014-01-02 David BlaikieTest coverage for non-default-constructible elements...
2014-01-02 David BlaikieRemove StringMapEntryInitializer support.
2014-01-02 David BlaikieMake llvm::Regex non-copyable but movable.
2014-01-02 David BlaikieUse LLVM_STATIC_ASSERT rather than a hand-rolled implem...
2014-01-01 Alp TokerRename 'assert' to something less loaded in CompileAsse...
2014-01-01 Alp TokerSilence g++ 4.9 build issue in unit tests
2013-12-30 Nico WeberPort r198087 and r198089 (strip dead code by default...
2013-12-27 Nico WeberAttempt to fix JIT unit tests after r198087.
2013-12-27 Chandler CarruthIntroduce a simple line-by-line iterator type into...
2013-12-25 NAKAMURA Takumiunittests/Support/ProcessTest.cpp: Don't use "windows...
2013-12-20 NAKAMURA TakumiMakefile.unittest: cleanup may fail. Add '-' in the...
2013-12-19 Hans WennborgMake sys::ThreadLocal<> zero-initialized on non-thread...
2013-12-19 NAKAMURA TakumiIntroduce clean-ups in llvm/unittests/Makefile.unittest...
2013-12-19 Rafael EspindolaNo point in having a "#if 0"ed unittest.
2013-12-19 Anna ZaksFix a buffer overrun detected by AddressSanitizer.
2013-12-19 NAKAMURA TakumiArchiveFileDescriptorTests: Fix CMake build. Each unit...
2013-12-19 NAKAMURA TakumiArchiveFileDescriptorTests: Resurrect part of r197600...
2013-12-18 Owen AndersonRevert r197600 while I sort out why it's failing on...
2013-12-18 Owen AndersonAdd a unit test for loading an object file via a file...
2013-12-14 Michael Gottesman[block-freq] Add a right shift to BlockFrequency that...
2013-12-13 Michael GottesmanRemove APInt::extractBit since it is already implemente...
2013-12-13 Michael Gottesman[block-freq] Add the method APInt::nearestLogBase2().
2013-12-13 Michael Gottesman[block-freq] Add the APInt method extractBit.
2013-12-13 Rafael EspindolaUse a: and s: instead of a0: and s0: in the DataLayout...
2013-12-12 Richard BartonRemove some dead code
2013-12-12 Alp TokerSwap around EXPECT_EQ() arguments orders for more natur...
2013-12-12 Alp TokerAdd missing escape characters to the new Regex::escape...
2013-12-10 Tim NorthoverDarwin: update default iOS version to 5.0
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2013-12-10 NAKAMURA TakumiAdd JIT to LINK_COMPONENTS in MCJITTests/Makefile.
2013-12-06 Kostya Serebryany[asan] rewrite asan's stack frame layout
2013-12-05 Michael IlsemanUse present fast-math flags when applicable in CreateBinOp
2013-12-02 Diego NovilloFix dominator descendants for unreachable blocks.
2013-11-28 NAKAMURA Takumi[CMake] Also OptionTests can be free from add_dependenc...
2013-11-26 Chandler Carruth[PM] Split the CallGraph out from the ModulePass which...
2013-11-23 Chandler Carruth[PM] Complete the cross-layer interfaces with a Module...
2013-11-23 Chandler Carruth[PM] Rename TestAnalysisPass to TestFunctionAnalysis...
2013-11-23 Chandler Carruth[PM] Add support to the analysis managers to query...
2013-11-22 Chandler Carruth[PM] Switch the downward invalidation to be incremental...
2013-11-22 Chandler Carruth[PM] Teach the analysis managers to pass themselves...
2013-11-22 Chandler Carruth[PM] Remove the IRUnitT typedef requirement for analysi...
2013-11-22 Chandler Carruth[PM] Fix the analysis templates' usage of IRUnitT.
2013-11-22 Michael Gottesman[block-freq] Update data in test case to be unsigned...
2013-11-22 Chandler Carruth[PM] Switch analysis managers to be threaded through...
2013-11-21 Chandler Carruth[PM] Widen the interface for invalidate on an analysis...
2013-11-21 Chandler Carruth[PM] Add support for using SFINAE to reflect on an...
2013-11-21 Chandler Carruth[PM] Add a module analysis pass proxy for the function...
2013-11-21 Nick KledzikYAML I/O add support for validate()
2013-11-21 Nick Kledzikrevert r194655
2013-11-20 Chandler CarruthMake the moved-from SmallPtrSet be a valid, empty,...
2013-11-20 Chandler CarruthAdd a test for assignment operator behavior which was...
2013-11-20 Chandler Carruth[PM] Add the preservation system to the new pass manager.
2013-11-20 Chandler CarruthGive SmallPtrSet move semantics when we have R-value...
2013-11-20 Chandler Carruth[PM] Make the function pass manager more regular.
2013-11-20 Chandler Carruth[PM] Split the analysis manager into a function-specifi...
2013-11-19 John ThompsonYAML I/O - Added default trait support for std:string...
2013-11-19 Michael IlsemanAdd support for software expansion of 64-bit integer...
2013-11-19 Juergen Ributzka[weak vtables] Place class definitions into anonymous...
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexander KornienkoRecover gracefully when deserializing invalid YAML...
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-17 Michael Gottesman[block-freq] Add BlockFrequency::scale that returns...
2013-11-17 Chandler Carruth[PM] Completely remove support for explicit 'require...
next