2014-09-11 |
Rui Ueyama | Support: Use llvm::COFF::BigObjMagic |
tree | commitdiff |
2014-09-11 |
Rui Ueyama | Support: improve identify_magic to recognize COFF bigobj |
tree | commitdiff |
2014-09-11 |
Rafael Espindola | Misc cleanups to the FileSytem api. |
tree | commitdiff |
2014-09-11 |
Rafael Espindola | Use simpler version of sys::fs::exists. NFC. |
tree | commitdiff |
2014-09-07 |
Hans Wennborg | Try to unflake AllocatorTest.TestAlignmentPastSlab |
tree | commitdiff |
2014-09-07 |
Hans Wennborg | BumpPtrAllocator: do the size check without moving... |
tree | commitdiff |
2014-09-03 |
Rafael Espindola | Add writeFileWithSystemEncoding to LibLLVMSuppor. |
tree | commitdiff |
2014-09-03 |
David Blaikie | Ensure ErrorOr cannot implicitly invoke explicit ctors... |
tree | commitdiff |
2014-09-02 |
Hans Wennborg | BumpPtrAllocator: use uintptr_t when aligning addresses... |
tree | commitdiff |
2014-09-02 |
David Blaikie | unique_ptrify the result of SpecialCaseList::create |
tree | commitdiff |
2014-08-29 |
Chris Bieneman | Cleaning up static initializers in TimeValue. |
tree | commitdiff |
2014-08-27 |
David Blaikie | Convert a few more cases of direct intialization of... |
tree | commitdiff |
2014-08-27 |
Rafael Espindola | Return a std::unique_ptr when creating a new MemoryBuffer. |
tree | commitdiff |
2014-08-27 |
Rafael Espindola | yaml::Stream doesn't need to take ownership of the... |
tree | commitdiff |
2014-08-27 |
Craig Topper | Simplify creation of a bunch of ArrayRefs by using... |
tree | commitdiff |
2014-08-26 |
Reid Kleckner | Fix Path unittests on Windows after raw_fd_ostream... |
tree | commitdiff |
2014-08-25 |
Rafael Espindola | Modernize raw_fd_ostream's constructor a bit. |
tree | commitdiff |
2014-08-22 |
Reid Kleckner | Fix PR17239 by changing the semantics of the RemainingA... |
tree | commitdiff |
2014-08-22 |
Alex Lorenz | [Support] Fix the overflow bug in ULEB128 decoding. |
tree | commitdiff |
2014-08-21 |
David Blaikie | Explicitly pass ownership of the MemoryBuffer to AddNew... |
tree | commitdiff |
2014-08-19 |
Hans Wennborg | BumpPtrAllocator: don't accept 0 for the alignment... |
tree | commitdiff |
2014-08-17 |
Rafael Espindola | Convert an ownership comment with std::uinque_ptr. |
tree | commitdiff |
2014-08-17 |
Hans Wennborg | BumpPtrAllocator: remove 'no slabs allocated yet' check |
tree | commitdiff |
2014-08-15 |
Sean Silva | Revert "[Support] Promote cl::StringSaver to a separate... |
tree | commitdiff |
2014-08-15 |
Sean Silva | [Support] Promote cl::StringSaver to a separate utility |
tree | commitdiff |
2014-08-13 |
Benjamin Foster | Test commit, remove trailing whitespace |
tree | commitdiff |
2014-08-13 |
Aaron Ballman | Asserting that the call to chdir succeeds in this test... |
tree | commitdiff |
2014-08-09 |
Rafael Espindola | Fix expected windows result. |
tree | commitdiff |
2014-08-08 |
Rafael Espindola | Remove dead code. Fixes pr20544. |
tree | commitdiff |
2014-08-08 |
Rafael Espindola | Fix bug 20125 - clang-format segfaults on bad config. |
tree | commitdiff |
2014-08-04 |
Justin Bogner | Path: Stop claiming path::const_iterator is bidirectional |
tree | commitdiff |
2014-07-16 |
Justin Bogner | unittests: Actually test reverse iterators in Path... |
tree | commitdiff |
2014-07-14 |
Justin Bogner | Support: Fix option handling when using cl::Required... |
tree | commitdiff |
2014-07-09 |
Alexey Samsonov | Decouple llvm::SpecialCaseList text representation... |
tree | commitdiff |
2014-07-06 |
Aaron Ballman | These should be EXPECT_TRUE, not EXPECT_FALSE. Amends... |
tree | commitdiff |
2014-07-06 |
Aaron Ballman | Fixing compile errors related to changes with MemoryBuf... |
tree | commitdiff |
2014-07-06 |
Rafael Espindola | Update the MemoryBuffer API to use ErrorOr. |
tree | commitdiff |
2014-07-01 |
Benjamin Kramer | Remove unused typedef. GCC warns about this. |
tree | commitdiff |
2014-06-27 |
Chandler Carruth | Re-apply r211287: Remove support for LLVM runtime multi... |
tree | commitdiff |
2014-06-24 |
NAKAMURA Takumi | Revert r211287, "Remove support for LLVM runtime multi... |
tree | commitdiff |
2014-06-24 |
Duncan P. N. Exon... | Support: Return ScaledNumbers::MaxScale from getQuotient() |
tree | commitdiff |
2014-06-23 |
Duncan P. N. Exon... | Support: Extract ScaledNumbers::getSum() and getDiffere... |
tree | commitdiff |
2014-06-23 |
Duncan P. N. Exon... | Support: Return scale from ScaledNumbers::matchScales() |
tree | commitdiff |
2014-06-23 |
Duncan P. N. Exon... | Support: Extract ScaledNumbers::matchScale() |
tree | commitdiff |
2014-06-23 |
Duncan P. N. Exon... | Cleanup r211507 |
tree | commitdiff |
2014-06-23 |
Duncan P. N. Exon... | Support: Extract ScaledNumbers::compare() |
tree | commitdiff |
2014-06-20 |
Duncan P. N. Exon... | Support: ScaledNumber: Fix inconsistent test names |
tree | commitdiff |
2014-06-20 |
Duncan P. N. Exon... | Support: Write ScaledNumbers::getLg{,Floor,Ceiling}() |
tree | commitdiff |
2014-06-20 |
Duncan P. N. Exon... | Support: Write ScaledNumber::getQuotient() and getProduct() |
tree | commitdiff |
2014-06-20 |
Duncan P. N. Exon... | Support: Mark end of namespaces |
tree | commitdiff |
2014-06-20 |
Duncan P. N. Exon... | Support: Clean up getRounded() tests |
tree | commitdiff |
2014-06-20 |
Duncan P. N. Exon... | Support: Write ScaledNumbers::getAdjusted() |
tree | commitdiff |
2014-06-20 |
Duncan P. N. Exon... | Support: Write ScaledNumbers::getRounded() |
tree | commitdiff |
2014-06-19 |
Zachary Turner | Remove support for LLVM runtime multi-threading. |
tree | commitdiff |
2014-06-19 |
Nikola Smiljanic | PR10140 - StringPool's PooledStringPtr has non-const... |
tree | commitdiff |
2014-06-17 |
Dmitri Gribenko | ConvertUTF tests: remove uses of initializer lists... |
tree | commitdiff |
2014-06-16 |
Zachary Turner | Revert r211066, 211067, 211068, 211069, 211070. |
tree | commitdiff |
2014-06-16 |
Zachary Turner | Remove some more code out into a separate CL. |
tree | commitdiff |
2014-06-16 |
Dmitri Gribenko | Support/ConvertUTF: implement U+FFFD insertion accordin... |
tree | commitdiff |
2014-06-14 |
Artyom Skrobov | Adding llvm::sys::swapByteOrder() for the common use... |
tree | commitdiff |
2014-06-14 |
Artyom Skrobov | Renaming SwapByteOrder() to getSwappedBytes() |
tree | commitdiff |
2014-06-13 |
Rafael Espindola | Finishing touch for the std::error_code transition. |
tree | commitdiff |
2014-06-13 |
Rafael Espindola | Remove the last uses of 'using std::error_code' |
tree | commitdiff |
2014-06-12 |
Rafael Espindola | Don't use 'using std::error_code' in include/llvm. |
tree | commitdiff |
2014-06-11 |
Rafael Espindola | Remove unused has_magic. |
tree | commitdiff |
2014-06-11 |
Rafael Espindola | Use std::error_code instead of llvm::error_code. |
tree | commitdiff |
2014-06-11 |
Rafael Espindola | Remove windows_error. |
tree | commitdiff |
2014-06-08 |
Craig Topper | [C++11] Use 'nullptr'. |
tree | commitdiff |
2014-06-03 |
Rafael Espindola | Make this operator bool() explicit to match the standar... |
tree | commitdiff |
2014-05-31 |
Rafael Espindola | Use error_code() instead of error_code::succes() |
tree | commitdiff |
2014-05-31 |
Peter Collingbourne | Fix the behavior of ExecuteAndWait with a non-zero... |
tree | commitdiff |
2014-05-18 |
Craig Topper | Use std::unique_ptr instead of OwningPtr in the MemoryB... |
tree | commitdiff |
2014-04-29 |
Duncan P. N. Exon... | SupportTest: Fix test names harder |
tree | commitdiff |
2014-04-29 |
Duncan P. N. Exon... | Support: More BlockFrequencyTest => BranchProbabilityTest |
tree | commitdiff |
2014-04-29 |
Duncan P. N. Exon... | Support: Fix test name |
tree | commitdiff |
2014-04-29 |
Duncan P. N. Exon... | Support: BlockFrequencyTest => BranchProbabilityTest |
tree | commitdiff |
2014-04-29 |
Duncan P. N. Exon... | blockfreq: Defer to BranchProbability::scale() (again) |
tree | commitdiff |
2014-04-29 |
Duncan P. N. Exon... | Support: Add BranchProbability::scale() and ::scaleByIn... |
tree | commitdiff |
2014-04-29 |
Duncan P. N. Exon... | Support: Add unit tests for BranchProbability |
tree | commitdiff |
2014-04-24 |
Chandler Carruth | [ADT] Generalize pointee_iterator to smart pointers... |
tree | commitdiff |
2014-04-24 |
Chandler Carruth | [ADT] Add a generic iterator utility for adapting itera... |
tree | commitdiff |
2014-04-16 |
Chandler Carruth | [Allocator] Make BumpPtrAllocator movable and move... |
tree | commitdiff |
2014-04-15 |
Chandler Carruth | [Allocator] Finally, finish nuking the redundant code... |
tree | commitdiff |
2014-04-14 |
Chandler Carruth | [Allocator] Make the underlying allocator a template... |
tree | commitdiff |
2014-04-14 |
Chandler Carruth | [Allocator] Switch the BumpPtrAllocator to use a vector... |
tree | commitdiff |
2014-04-10 |
David Majnemer | YAMLIO: Allow scalars to dictate quotation rules |
tree | commitdiff |
2014-04-09 |
David Majnemer | Revert "Revert "YAMLIO: Encode ambiguous hex strings... |
tree | commitdiff |
2014-04-09 |
Filipe Cabecinhas | Revert "YAMLIO: Encode ambiguous hex strings explicitly" |
tree | commitdiff |
2014-04-09 |
David Majnemer | YAMLIO: Encode ambiguous hex strings explicitly |
tree | commitdiff |
2014-04-05 |
David Blaikie | Simplify compression API by compressing into a SmallVec... |
tree | commitdiff |
2014-04-05 |
David Blaikie | Simplify compression API by decompressing into a SmallV... |
tree | commitdiff |
2014-03-30 |
Chandler Carruth | [Allocator] Lift the slab size and size threshold into... |
tree | commitdiff |
2014-03-30 |
Chandler Carruth | [Allocator] Simplify unittests by using the default... |
tree | commitdiff |
2014-03-25 |
Rafael Espindola | Fix these tests on windows. |
tree | commitdiff |
2014-03-23 |
NAKAMURA Takumi | SupportTests.LockFileManagerTest: Add assertions for... |
tree | commitdiff |
2014-03-22 |
NAKAMURA Takumi | Suppress SupportTests.LockFileManagerTest on win32... |
tree | commitdiff |
2014-03-21 |
Argyrios Kyrtzidis | [Support] Make sure LockFileManager works correctly... |
tree | commitdiff |
2014-03-21 |
Argyrios Kyrtzidis | [Support] Make sure sys::fs::remove can remove symbolic... |
tree | commitdiff |
2014-03-11 |
Saleem Abdulrasool | support: add a utility function to normalise path separ... |
tree | commitdiff |
2014-03-11 |
Rafael Espindola | Cleanup the interface for creating soft or hard links. |
tree | commitdiff |
next |