2014-03-10 |
NAKAMURA Takumi | ADT/PointerIntPairTest.cpp: Appease msc17. |
tree | commitdiff |
2014-03-10 |
Chandler Carruth | [PM] While I'm here, fix a few other clang-format issue... |
tree | commitdiff |
2014-03-09 |
Chandler Carruth | [C++11] Now that we have C++11 and I've replaced the... |
tree | commitdiff |
2014-03-09 |
Chandler Carruth | [PM] Switch new pass manager from polymorphic_ptr to... |
tree | commitdiff |
2014-03-09 |
Ahmed Charles | [C++11] Add llvm::make_unique, according to N3656. |
tree | commitdiff |
2014-03-09 |
David Blaikie | Revert "Clean up SmallString a bit" |
tree | commitdiff |
2014-03-09 |
David Blaikie | Clean up SmallString a bit |
tree | commitdiff |
2014-03-08 |
Ahmed Charles | Fix 80 cols. |
tree | commitdiff |
2014-03-07 |
Eli Bendersky | Fix EXPECT_* to not produce a compile warning. |
tree | commitdiff |
2014-03-07 |
Jordan Rose | [ADT] Update PointerIntPair to handle pointer types... |
tree | commitdiff |
2014-03-07 |
Benjamin Kramer | [C++11] Now that the users are gone, rip out the duplic... |
tree | commitdiff |
2014-03-07 |
Benjamin Kramer | [C++11] Replace LLVM-style type traits with C++11 stand... |
tree | commitdiff |
2014-03-06 |
Saleem Abdulrasool | Support: split object format out of environment |
tree | commitdiff |
2014-03-06 |
Ahmed Charles | Replace OwningPtr<T> with std::unique_ptr<T>. |
tree | commitdiff |
2014-03-06 |
Chandler Carruth | [Layering] Sink Linker.h into a Linker subdirectory... |
tree | commitdiff |
2014-03-06 |
Chandler Carruth | [Layering] Move DebugInfo.h into the IR library where... |
tree | commitdiff |
2014-03-06 |
Chandler Carruth | [Layering] Move DIBuilder.h into the IR library where... |
tree | commitdiff |
2014-03-05 |
Ben Langmuir | Fix an inconsistency in treatment of trailing / in... |
tree | commitdiff |
2014-03-05 |
Ahmed Charles | [C++11] Add overloads for externally used OwningPtr... |
tree | commitdiff |
2014-03-05 |
Ahmed Charles | [C++11] Replace OwningPtr::take() with OwningPtr::relea... |
tree | commitdiff |
2014-03-05 |
Ahmed Charles | [C++11] Add release() to OwningPtr. |
tree | commitdiff |
2014-03-04 |
Chandler Carruth | Hey, we can stop depending on the IR library from the... |
tree | commitdiff |
2014-03-04 |
Chandler Carruth | [Modules] Move the LeakDetector header into the IR... |
tree | commitdiff |
2014-03-04 |
Chandler Carruth | [Modules] Move the ConstantRange class into the IR... |
tree | commitdiff |
2014-03-04 |
Chandler Carruth | [Modules] Move the NoFolder into the IR library as... |
tree | commitdiff |
2014-03-04 |
Chandler Carruth | [Modules] Move ValueMap to the IR library. While this... |
tree | commitdiff |
2014-03-04 |
Chandler Carruth | [Modules] Move ValueHandle into the IR library where... |
tree | commitdiff |
2014-03-04 |
Chandler Carruth | [Modules] Move the LLVM IR pattern match header into... |
tree | commitdiff |
2014-03-04 |
Chandler Carruth | [Modules] Move InstIterator out of the Support library... |
tree | commitdiff |
2014-03-04 |
Chandler Carruth | [cleanup] Re-sort all the includes with utils/sort_incl... |
tree | commitdiff |
2014-03-04 |
Yaron Keren | Cleaning up a bunch of pre-Visual C++ 2012 build hacks. |
tree | commitdiff |
2014-03-02 |
Benjamin Kramer | Give APInt move semantics. |
tree | commitdiff |
2014-03-02 |
Chandler Carruth | [C++11] Replace LLVM_STATIC_ASSERT with static_assert... |
tree | commitdiff |
2014-03-02 |
Benjamin Kramer | [C++11] Replace llvm::next and llvm::prior with std... |
tree | commitdiff |
2014-03-02 |
Craig Topper | Switch all uses of LLVM_OVERRIDE to just use 'override... |
tree | commitdiff |
2014-03-02 |
Chandler Carruth | [C++11] Switch all uses of the llvm_move macro to use... |
tree | commitdiff |
2014-03-02 |
Chandler Carruth | [C++11] Add support for OwningPtr<T> to be converted... |
tree | commitdiff |
2014-03-02 |
Chandler Carruth | [C++11] Add unit tests for OwningPtr<T> in preparation... |
tree | commitdiff |
2014-03-01 |
Chandler Carruth | [C++11] Remove LLVM_HAS_CXX11_STDLIB now that it is... |
tree | commitdiff |
2014-03-01 |
Chandler Carruth | [C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from... |
tree | commitdiff |
2014-02-28 |
Rafael Espindola | With rpaths being set correctly, SHLIBPATH_VAR is not... |
tree | commitdiff |
2014-02-28 |
Rafael Espindola | Correctly set rpath for unittests. |
tree | commitdiff |
2014-02-26 |
David Blaikie | Use the overloaded std::abs rather than C's abs(int... |
tree | commitdiff |
2014-02-25 |
Duncan P. N. Exon... | fix crash in SmallDenseMap copy constructor |
tree | commitdiff |
2014-02-25 |
Rafael Espindola | Fix resetting the DataLayout in a Module. |
tree | commitdiff |
2014-02-25 |
Rafael Espindola | Make DataLayout a plain object, not a pass. |
tree | commitdiff |
2014-02-25 |
Renato Golin | Disable old JIT unittests for AARch64 |
tree | commitdiff |
2014-02-24 |
Andrew Trick | Disable an MCJIT test on older Darwins until we have... |
tree | commitdiff |
2014-02-24 |
Rafael Espindola | Replace the F_Binary flag with a F_Text one. |
tree | commitdiff |
2014-02-24 |
Rafael Espindola | Fix windows unittest I missed in the raw_fd_ostream... |
tree | commitdiff |
2014-02-23 |
Rafael Espindola | Simplify remove, create_directory and create_directories. |
tree | commitdiff |
2014-02-22 |
Logan Chien | Move get[S|U]LEB128Size() to LEB128.h. |
tree | commitdiff |
2014-02-21 |
Filip Pizlo | This test was failing on non-X86-64 platforms because... |
tree | commitdiff |
2014-02-20 |
Filip Pizlo | Stackmaps are used for OSR exits, which is a custom... |
tree | commitdiff |
2014-02-20 |
Eric Christopher | Add support for hashing attributes with DW_FORM_block... |
tree | commitdiff |
2014-02-20 |
Eric Christopher | This tests DW_FORM_sdata, not DW_FORM_block. Make the... |
tree | commitdiff |
2014-02-20 |
Eric Christopher | Fix commit thinkos from splitting out patches. |
tree | commitdiff |
2014-02-20 |
Eric Christopher | Add support for hashing DW_FORM_sdata and a small testcase. |
tree | commitdiff |
2014-02-20 |
Eric Christopher | Format. |
tree | commitdiff |
2014-02-15 |
Lang Hames | Remove tautological test line (unsigneds are always... |
tree | commitdiff |
2014-02-13 |
Reid Kleckner | Tweak an _MSC_VER ifdef to use typename with clang... |
tree | commitdiff |
2014-02-13 |
Lang Hames | Fix misleading comment. |
tree | commitdiff |
2014-02-13 |
Lang Hames | The new MCJIT C-API unit test is generating objects... |
tree | commitdiff |
2014-02-12 |
Lang Hames | Extend RTDyld API to enable optionally precomputing... |
tree | commitdiff |
2014-02-11 |
Dmitri Gribenko | Remove TimeValue::toPosixTime() -- it is buggy, semanti... |
tree | commitdiff |
2014-02-10 |
Benjamin Kramer | Make succ_iterator a real random access iterator and... |
tree | commitdiff |
2014-02-05 |
Nick Kledzik | Fix layering StringRef copy using BumpPtrAllocator. |
tree | commitdiff |
2014-02-05 |
Chandler Carruth | [PM] Don't require analysis results to be const in... |
tree | commitdiff |
2014-02-04 |
Chandler Carruth | Silence a warning: |
tree | commitdiff |
2014-02-04 |
Aaron Ballman | Implemented support for Process::GetRandomNumber on... |
tree | commitdiff |
2014-01-31 |
Peter Collingbourne | Introduce line editor library. |
tree | commitdiff |
2014-01-31 |
Peter Collingbourne | Introduce llvm::sys::path::home_directory. |
tree | commitdiff |
2014-01-31 |
Duncan P. N. Exon... | Clean up whitespace |
tree | commitdiff |
2014-01-31 |
Eric Christopher | Add support for DW_FORM_flag and DW_FORM_flag_present... |
tree | commitdiff |
2014-01-31 |
Eric Christopher | Fix name of nested type in comment to match code. |
tree | commitdiff |
2014-01-29 |
Jordan Rose | Remove C++11ism from r200407. |
tree | commitdiff |
2014-01-29 |
Jordan Rose | [CommandLine] Aliases require an value if their target... |
tree | commitdiff |
2014-01-28 |
Nick Kledzik | Add BumpPtrAllocator::allocateCopy() utilities |
tree | commitdiff |
2014-01-27 |
Alp Toker | Roll back the ConstStringRef change for now |
tree | commitdiff |
2014-01-27 |
Alp Toker | StringRef: Extend constexpr capabilities and introduce... |
tree | commitdiff |
2014-01-24 |
Alp Toker | Fix known typos |
tree | commitdiff |
2014-01-22 |
Matt Arsenault | Bug 18228 - Fix accepting bitcasts between vectors... |
tree | commitdiff |
2014-01-19 |
Michael Gottesman | [APInt] Fix nearestLogBase2 to return correct answers... |
tree | commitdiff |
2014-01-19 |
Michael Gottesman | [APInt] Fixed bug where APInt(UINT32_MAX, 0) would... |
tree | commitdiff |
2014-01-19 |
Chandler Carruth | [PM] Make the verifier work independently of any pass... |
tree | commitdiff |
2014-01-16 |
Rafael Espindola | Use LLVM_EXPLICIT instead of a function pointer as... |
tree | commitdiff |
2014-01-16 |
Bill Wendling | Reapply r194218 with fix: |
tree | commitdiff |
2014-01-13 |
Rafael Espindola | Update getLazyBitcodeModule to use ErrorOr for error... |
tree | commitdiff |
2014-01-13 |
Chandler Carruth | [PM] Split DominatorTree into a concrete analysis resul... |
tree | commitdiff |
2014-01-13 |
Chandler Carruth | [cleanup] Move the Dominators.h and Verifier.h headers... |
tree | commitdiff |
2014-01-12 |
Chandler Carruth | [PM] Rename the IR printing pass header to a more gener... |
tree | commitdiff |
2014-01-11 |
Chandler Carruth | [PM] Add names to passes under the new pass manager... |
tree | commitdiff |
2014-01-10 |
Rafael Espindola | Remove remove_all. A compiler has no need for recursive... |
tree | commitdiff |
2014-01-09 |
Rafael Espindola | Add a unit test for the copy constructor. |
tree | commitdiff |
2014-01-08 |
Rafael Espindola | Use getError and remove the error_code operator. |
tree | commitdiff |
2014-01-07 |
Chandler Carruth | Move the LLVM IR asm writer header files into the IR... |
tree | commitdiff |
2014-01-07 |
Chandler Carruth | Re-sort all of the includes with ./utils/sort_includes... |
tree | commitdiff |
2014-01-05 |
Chandler Carruth | Add in a unittest for the one-use pattern matcher. |
tree | commitdiff |
2014-01-05 |
Chandler Carruth | Add support to the pattern match library for matching... |
tree | commitdiff |
2014-01-05 |
Chandler Carruth | Fix a bug in IRBuilder that's been there for who knows... |
tree | commitdiff |
next |