2014-08-07 |
Rafael Espindola | fix configure+make build |
tree | commitdiff |
2014-08-07 |
Rafael Espindola | Nuke the old JIT. |
tree | commitdiff |
2014-08-04 |
Andrew Trick | Fix SmallDenseMap assignment operator. |
tree | commitdiff |
2014-08-04 |
Justin Bogner | Path: Stop claiming path::const_iterator is bidirectional |
tree | commitdiff |
2014-08-02 |
NAKAMURA Takumi | BitcodeTests: Fix LINK_COMPONENTS. |
tree | commitdiff |
2014-08-01 |
Duncan P. N. Exon... | IR: Add Value::reverseUseList() |
tree | commitdiff |
2014-08-01 |
Duncan P. N. Exon... | BitcodeReader: Fix some BlockAddress forward reference... |
tree | commitdiff |
2014-08-01 |
Duncan P. N. Exon... | Try to fix configure+make after r214556 |
tree | commitdiff |
2014-08-01 |
Duncan P. N. Exon... | Rewrite BitReaderTest, NFC |
tree | commitdiff |
2014-07-28 |
Manman Ren | [Debug Info] add DISubroutineType and its creation... |
tree | commitdiff |
2014-07-27 |
Chandler Carruth | [ADT] Add a remarkbly useful little helper routine... |
tree | commitdiff |
2014-07-26 |
NAKAMURA Takumi | IR/UseTest.cpp: Avoid std::to_string() to appease mingw... |
tree | commitdiff |
2014-07-24 |
Duncan P. N. Exon... | Fix r213824 on windows |
tree | commitdiff |
2014-07-24 |
Hal Finkel | AA metadata refactoring (introduce AAMDNodes) |
tree | commitdiff |
2014-07-24 |
NAKAMURA Takumi | [CMake] LineEditorTests: Add Support to link_components. |
tree | commitdiff |
2014-07-24 |
Duncan P. N. Exon... | IR: Add Value::sortUseList() |
tree | commitdiff |
2014-07-16 |
Justin Bogner | unittests: Actually test reverse iterators in Path... |
tree | commitdiff |
2014-07-15 |
Duncan P. N. Exon... | ADT: Add MapVector::remove_if |
tree | commitdiff |
2014-07-15 |
Duncan P. N. Exon... | ADT: Fix MapVector::erase() |
tree | commitdiff |
2014-07-14 |
Justin Bogner | Support: Fix option handling when using cl::Required... |
tree | commitdiff |
2014-07-14 |
NAKAMURA Takumi | [CMake] Update libdeps. |
tree | commitdiff |
2014-07-11 |
Argyrios Kyrtzidis | Move the API and implementation of clang::driver::getAR... |
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-05 |
David Majnemer | ADT: Add a drop_back() helper to ArrayRef |
tree | commitdiff |
2014-07-03 |
Rafael Espindola | Invert the MC -> Object dependency. |
tree | commitdiff |
2014-07-02 |
Rafael Espindola | Move CFG building code to a new lib/MC/MCAnalysis library. |
tree | commitdiff |
2014-07-01 |
Benjamin Kramer | Remove unused typedef. GCC warns about this. |
tree | commitdiff |
2014-06-27 |
Aaron Ballman | Reverting r211950 -- it did not help resolve the -Wcomm... |
tree | commitdiff |
2014-06-27 |
Aaron Ballman | Adding some trailing whitespace after a comment previou... |
tree | commitdiff |
2014-06-27 |
Chandler Carruth | Re-apply r211287: Remove support for LLVM runtime multi... |
tree | commitdiff |
2014-06-26 |
Alp Toker | Revert "Introduce a string_ostream string builder facilty" |
tree | commitdiff |
2014-06-26 |
Alp Toker | Introduce a string_ostream string builder facilty |
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 |
David Blaikie | Recommit 211309 (StringMap::insert), reverted in 211328... |
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 |
Zachary Turner | Revert "Replace Execution Engine's mutex with std:... |
tree | commitdiff |
2014-06-20 |
David Blaikie | Fix some -Wsign-compare fallout from changing container... |
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-20 |
Rafael Espindola | Revert "Add StringMap::insert(pair) consistent with... |
tree | commitdiff |
2014-06-19 |
David Blaikie | Add StringMap::insert(pair) consistent with the standar... |
tree | commitdiff |
2014-06-19 |
Zachary Turner | Remove support for LLVM runtime multi-threading. |
tree | commitdiff |
2014-06-19 |
Alp Toker | Remove OwningPtr.h and associated tests |
tree | commitdiff |
2014-06-19 |
Nikola Smiljanic | PR10140 - StringPool's PooledStringPtr has non-const... |
tree | commitdiff |
2014-06-18 |
Zachary Turner | Replace Execution Engine's mutex with std::recursive_mutex. |
tree | commitdiff |
2014-06-17 |
Dmitri Gribenko | ConvertUTF tests: remove uses of initializer lists... |
tree | commitdiff |
2014-06-17 |
Zachary Turner | Fix build breakage caused by change to ValueMapTest. |
tree | commitdiff |
2014-06-17 |
Zachary Turner | Expose ValueMap's mutex type as a typedef instead of... |
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-12 |
Rafael Espindola | Replace llvm::error_code with std::error_code. |
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 |
David Blaikie | SmallVectorTest: Make the deleted member functions... |
tree | commitdiff |
2014-06-11 |
Craig Topper | Convert StringMapEntry::Create to use StringRef instead... |
tree | commitdiff |
2014-06-11 |
Rafael Espindola | Remove windows_error. |
tree | commitdiff |
2014-06-10 |
NAKAMURA Takumi | SmallVectorTest.cpp: Use LLVM_DELETED_FUNCTION. |
tree | commitdiff |
2014-06-09 |
David Blaikie | SmallVector: support resize(N) with move-only types |
tree | commitdiff |
2014-06-08 |
Craig Topper | [C++11] Use 'nullptr'. |
tree | commitdiff |
2014-06-08 |
David Blaikie | SmallVector: Improve test coverage for insert with... |
tree | commitdiff |
2014-06-08 |
David Blaikie | SmallVector: More movable improvements - don't copy... |
tree | commitdiff |
2014-06-08 |
David Blaikie | SmallVector: Move, don't copy, elements to make space... |
tree | commitdiff |
2014-06-08 |
David Blaikie | SmallVectorTest: Remove some more robust checks added... |
tree | commitdiff |
2014-06-08 |
David Blaikie | Fix some more moving-from-moved-from objects issues... |
tree | commitdiff |
2014-06-08 |
Stephen Canon | APFloat: x - NaN needs to flip the signbit of NaN when... |
tree | commitdiff |
2014-06-08 |
David Blaikie | Ensure SmallVector::insert doesn't overwrite the last... |
tree | commitdiff |
2014-06-08 |
Alp Toker | Fix build when no native target is enabled |
tree | commitdiff |
2014-06-06 |
Rafael Espindola | Allow aliases to be unnamed_addr. |
tree | commitdiff |
2014-06-03 |
Rafael Espindola | Make this operator bool() explicit to match the standar... |
tree | commitdiff |
2014-06-03 |
Rafael Espindola | Allow alias to point to an arbitrary ConstantExpr. |
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-05-17 |
Rafael Espindola | Use create methods since msvc doesn't handle delegating... |
tree | commitdiff |
2014-05-17 |
Rafael Espindola | Reduce abuse of default values in the GlobalAlias const... |
tree | commitdiff |
2014-05-16 |
Rafael Espindola | Fix most of PR10367. |
tree | commitdiff |
2014-05-16 |
Rafael Espindola | Change the GlobalAlias constructor to look a bit more... |
tree | commitdiff |
2014-05-16 |
Juergen Ributzka | Add C API for thread yielding callback. |
tree | commitdiff |
2014-05-15 |
Juergen Ributzka | Revert "[PM] Add pass run listeners to the pass manager." |
tree | commitdiff |
2014-05-13 |
Rafael Espindola | Assert that we don't RAUW a Constant with a ConstantExp... |
tree | commitdiff |
2014-05-09 |
David Blaikie | Remove use of = default/= delete as they're unsupported... |
tree | commitdiff |
next |