IR: Allow vectors of halfs to be ConstantDataVectors
[oota-llvm.git] / unittests / IR / CMakeLists.txt
2015-08-18 Chandler Carruth[PM/AA] Remove the last relics of the separate IPA...
2014-12-22 Rafael EspindolaThe leak detector is dead, long live asan and valgrind.
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-07-24 Duncan P. N. Exon... IR: Add Value::sortUseList()
2014-04-17 Chandler CarruthMake the User::value_op_iterator a random access iterat...
2014-03-04 Chandler Carruth[Modules] Move the LeakDetector header into the IR...
2014-03-04 Chandler Carruth[Modules] Move the ConstantRange class into the IR...
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-03-04 Yaron KerenCleaning up a bunch of pre-Visual C++ 2012 build hacks.
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
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-05-05 Arnold SchwaighoferAdd missing PatternMatch.cpp to CMakeLists.txt
2013-04-12 Benjamin KramerFix a disconcerting bug in Value::isUsedInBasicBlock...
2013-01-12 Benjamin KramerAdd a unit test to verifies that attribute uniquing...
2013-01-07 Chandler CarruthRename the VMCore unittest tree to IR. Somehow was...