Ensure bitcode encoding of calling conventions stays stable. Patch by Boaz Ouriel.
[oota-llvm.git] / unittests /
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...
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-15 Rui UeyamaPath: Recognize COFF import library file magic.
2013-11-15 Benjamin KramerGive unit test its own LLVMContext so MDNodes aren...
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-11-14 Rui UeyamaRecognize 0x0000 as a COFF file magic.
2013-11-14 Nick Kledzikremove extra semicolon
2013-11-14 Nick KledzikAdd dyn_cast<> support to YAML I/O's IO class
2013-11-14 Nick KledzikAdd simple support for tags in YAML I/O
2013-11-13 Rui UeyamaPath: Add tests for existing file magics.
2013-11-13 Rui UeyamaWhitespace.
2013-11-13 Chandler CarruthFix a null pointer dereference when copying a null...
2013-11-13 Chandler CarruthIntroduce an AnalysisManager which is like a pass manag...
2013-11-09 Chandler Carruth[PM] Start sketching out the new module and function...
2013-11-09 Chandler CarruthMove the old pass manager infrastructure into a legacy...
2013-11-09 Chandler CarruthSwitch to allow implicit construction. In many cases...
2013-11-09 Chandler CarruthTest the polymorphic behavior of this utility.
2013-11-09 Chandler CarruthUse something really explicit to test "move semantics...
2013-11-09 Chandler CarruthAdd the critically missing 'clone' method. =]
2013-11-09 Chandler CarruthMove the test type out of the function and into the...
2013-11-09 Chandler CarruthAdd a polymorphic_ptr<T> smart pointer data type. It...
2013-11-09 Adrian PrantlRevert "Move copying of global initializers below the...
2013-11-09 Adrian PrantlRevert "Run clang-format on file."
2013-11-07 Bill WendlingRun clang-format on file.
2013-11-07 Bill WendlingMove copying of global initializers below the cloning...
2013-11-05 Rafael EspindolaSimplify ErrorOr.
2013-10-31 Rafael EspindolaMerge CallGraph and BasicCallGraph.
2013-10-30 Rafael EspindolaAdd calls to doInitialization() and doFinalization...
2013-10-30 Rui UeyamaAdd {start,end}with_lower methods to StringRef.
2013-10-30 Nuno Lopesmake ConstantRange::signExtend() optimal
2013-10-29 Alexey SamsonovDWARF parser: propery handle DW_FORM_ref_sig8 and fix...
2013-10-28 Alexey SamsonovDWARF parser: Use ArrayRef to represent form sizes...
2013-10-28 Alexey SamsonovDebugInfo: Introduce the notion of "form classes"
2013-10-28 Rui UeyamaAdd a few tests for StringRef::{start,end}with.
2013-10-25 David BlaikieDIEHash: Summary hashing of member functions
2013-10-25 Rafael EspindolaTry to fix the build on windows.
2013-10-25 Rafael EspindolaChange MemoryBuffer::getFile to take a Twine.
2013-10-25 David BlaikieDIEHash: Summary hashing of nested types
2013-10-24 David BlaikieDIEHash: Const correct and use references where non...
2013-10-24 David BlaikieDIEHash: Do not use shallow type hashing for unnamed...
2013-10-24 John ThompsonReverting my r193344 checkin due to build breakage.
2013-10-24 John ThompsonAdded std::string as a built-in type for mapping.
2013-10-22 David BlaikieDWARF type hashing: pointers to members
2013-10-21 David BlaikieDWARF Type Hashing: Include reference and rvalue refere...
2013-10-21 David BlaikieDWARF type hashing: begin implementing Step 5, summary...
2013-10-21 Andrew KaylorRemoving unnecessary link component for MCJIT unittests
2013-10-21 David BlaikieDIEHashTest: Correct the order of operands to the TEST...
2013-10-21 David BlaikieDWARF type hashing: Handle multiple (including recursiv...
next