Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b13c91f159fa9b631cb15dc02ea0b72b2802ac4d
/
llvm
/
unittests
e4be3c8
[Orc] Revert r258031 - it broke the builders.
by Lang Hames
· 10 years ago
133f153
[Orc] Expand a comment explaining a unit test.
by Lang Hames
· 10 years ago
b41531b
[Orc] Enable ORC execution unit tests on non-windows platforms.
by Lang Hames
· 10 years ago
f6cc7e6
[InstructionsTest] delete via unique_ptr (NFC)
by Joseph Tremoulet
· 10 years ago
f6d17b9
[Verifier] Check parentage of GVs in dbg metadata
by Keno Fischer
· 10 years ago
60f82a2
[Verifier] Verify that a GlobalValue is only used in this Module
by Keno Fischer
· 10 years ago
da00f2f
Update to use new name alignTo().
by Rui Ueyama
· 10 years ago
3557b88
InstructionsTest.cpp: Fix a warning. [-Wsign-compare]
by NAKAMURA Takumi
· 10 years ago
56c9958
[UnitTest] Fix warning, NFC.
by Joseph Tremoulet
· 10 years ago
bba70e4
[OperandBundles] Copy DebugLoc with calls/invokes
by Joseph Tremoulet
· 10 years ago
e9a1c31
Fix PointerIntPair so that it can use an enum class as its integer template argument.
by Michael Gottesman
· 10 years ago
7bee316
[Support] Add saturating multiply-add support function
by Nathan Slingerland
· 10 years ago
a252815
function names start with a lower case letter ; NFC
by Sanjay Patel
· 10 years ago
4d0a5a9e
[Orc] Add support for remote JITing to the ORC API.
by Lang Hames
· 10 years ago
b2b7a3c
[RuntimeDyld] Add alignment arguments to the reserveAllocationSpace method of
by Lang Hames
· 10 years ago
96e3031
OrcJITTests//ObjectLinkingLayerTest.cpp: Appease msc18's C2327. It seems definition of nested class would confuse the context.
by NAKAMURA Takumi
· 10 years ago
6145f7d
[ADT] Add an abstraction for embedding an integer within a pointer-like type.
by Chandler Carruth
· 10 years ago
0190d07
[ADT] Add a sum type abstraction for pointer-like types.
by Chandler Carruth
· 10 years ago
859d73c
[Orc][RuntimeDyld] Prevent duplicate calls to finalizeMemory on shared memory
by Lang Hames
· 10 years ago
249edf3
InstrProfTest.cpp: Fix a warning. [-Wsign-compare]
by NAKAMURA Takumi
· 10 years ago
872df22
Add value site truncation unit test
by Xinliang David Li
· 10 years ago
062cde9
[PGO] Ensure vp data in indexed profile always sorted
by Xinliang David Li
· 10 years ago
51dc04c
[PGO] Fix a bug in InstProfWriter addRecord
by Xinliang David Li
· 10 years ago
b9b50aa
Fix crash when printing instructions that have a metadata attached but no parent.
by Mehdi Amini
· 10 years ago
09afa90
Add unittest for new CanReplace flag on MDNodes
by Teresa Johnson
· 10 years ago
2110f9b
Add != to YAMLParser's basic_collection_iterator.
by Jordan Rose
· 10 years ago
8dec8b1
Add explicit string checks in test
by Xinliang David Li
· 10 years ago
227b928
Fix several accidental DOS line endings in source files
by Dimitry Andric
· 10 years ago
947cccb
add FMF for CreateCall variant
by Sanjay Patel
· 10 years ago
e413f1a
[PGO]: Implement Func PGO name string compression
by Xinliang David Li
· 10 years ago
8db8e8b
[ADT] Teach alignment helpers to work correctly for abstract classes.
by Chandler Carruth
· 10 years ago
d734aaa
[TrailingObjects] Dynamically realign under-aligned trailing objects.
by James Y Knight
· 10 years ago
b738855
[ADT] Use a nonce type with at least 4 byte alignment.
by Chandler Carruth
· 10 years ago
8a01ebd
[ADT] Don't use a fixture just to get a nonce type for this unittest.
by Chandler Carruth
· 10 years ago
7345ac0
InstrProfTest.cpp: Don't assume string literals are always merged.
by NAKAMURA Takumi
· 10 years ago
9bc46b1
[Function] Properly remove use when clearing personality
by Keno Fischer
· 10 years ago
07e602e
Unbreak LLVM_ENABLE_THREADS=OFF builds.
by Nico Weber
· 10 years ago
cc8f47e
[unittest] Use Support/thread.h instead of <thread> (second try)
by Vedant Kumar
· 10 years ago
e3219b5
[unittest] Use Support/Thread.h instead of <thread> to fix the Windows build
by Vedant Kumar
· 10 years ago
d167586
[Support] Allow multiple paired calls to {start,stop}Timer()
by Vedant Kumar
· 10 years ago
9b9dd84
fix leak in a test, make the sanitizer bot green
by Kostya Serebryany
· 10 years ago
fa4e474
ThreadPool unittests: do not hold mutex when calling condition_variable:notify()
by Mehdi Amini
· 10 years ago
c96d3d1
Improve InstrProfSymtab test coverage
by Xinliang David Li
· 10 years ago
3791e3d
[unittests] ThreadPool: Remove redundant loop, NFC
by Vedant Kumar
· 10 years ago
2cf7533
[unittests] ThreadPool: Guard updates to MainThreadReady
by Vedant Kumar
· 10 years ago
2ee5c4d
[PGO] Add hash to name mapping in InstrProfSymtab
by Xinliang David Li
· 10 years ago
0129fca
ThreadPool unittest: reimplement concurrency test, deterministically this time.
by Mehdi Amini
· 10 years ago
bae92fd
Remove possibility of failures to due race in ThreadPool unittest
by Teresa Johnson
· 10 years ago
64390b4
Rewrite the TrailingObjects template to provide two new features:
by James Y Knight
· 10 years ago
18c63b0
Drop support for dematerializing.
by Rafael Espindola
· 10 years ago
a6b9600
Reorganize the C API headers to improve build times.
by Eric Christopher
· 10 years ago
d7c0b73
BranchProbabilityTest.cpp: Suppress warnings. [-Wsign-compare]
by NAKAMURA Takumi
· 10 years ago
7308f42
[BranchProbability] Remove the restriction that known and unknown probabilities cannot coexist when being normalized.
by Cong Hou
· 10 years ago
434e956
Change linkInModule to take a std::unique_ptr.
by Rafael Espindola
· 10 years ago
48dd080
[PGO] Handle and report overflow during profile merge for all types of data
by Nathan Slingerland
· 10 years ago
7f5b47d
[llvm-profdata] Add support for weighted merge of profile data (2nd try)
by Nathan Slingerland
· 10 years ago
4b8d75b
Mark ThreadPool unittests as unsupported on PowerPC64
by Mehdi Amini
· 10 years ago
942e52c
ThreadPool unittest: add a rough mechanism to mark UNSUPPORTED on a given platform
by Mehdi Amini
· 10 years ago
9f69cc0
Replace the unit test of BranchProbability::normalizeEdgeWeights() with BranchProbability::normalizeProbabilities().
by Cong Hou
· 10 years ago
f064d62
Fix template parameter pack handling in ThreadPool
by Teresa Johnson
· 10 years ago
33a7ea4
Add a C++11 ThreadPool implementation in LLVM
by Mehdi Amini
· 10 years ago
2bc6a5a
Revert "Add a C++11 ThreadPool implementation in LLVM"
by Mehdi Amini
· 10 years ago
ef0ef28
Add a C++11 ThreadPool implementation in LLVM
by Mehdi Amini
· 10 years ago
9d2bfc4
Use diagnostic handler in the LLVMContext
by Rafael Espindola
· 10 years ago
fa54ace
add fast-math-flags to 'call' instructions (PR21290)
by Sanjay Patel
· 10 years ago
59be1d6
[ConstantFold] Fix bitcast to gep constant folding transform.
by David Majnemer
· 10 years ago
c2a687b
Revert r255444.
by Nico Weber
· 10 years ago
396abbb
Add a C++11 ThreadPool implementation in LLVM
by Mehdi Amini
· 10 years ago
51abea7
[ProfileData] Add unit test infrastructure for sample profile reader/writer
by Nathan Slingerland
· 10 years ago
a9bcf16
Macro debug info support in LLVM IR
by Amjad Aboud
· 10 years ago
b7389d671
IR: Make ConstantDataArray::getFP actually return a ConstantDataArray
by Justin Bogner
· 10 years ago
644badb
[Support] Change SaturatingAdd()/SaturatingMultiply() to use pointer for returning overflow state
by Nathan Slingerland
· 10 years ago
cab951d
Return a std::unique_ptr from CloneModule. NFC.
by Rafael Espindola
· 10 years ago
0ebc860
IR: Allow vectors of halfs to be ConstantDataVectors
by Justin Bogner
· 10 years ago
dc7b6c3
[Orc] Removing traces of takeOwnershipOfBuffers left after r251560.
by Lang Hames
· 10 years ago
d98152b6
[ThinLTO] Support cloning of temporary DILocation metadata
by Teresa Johnson
· 10 years ago
ea39de8
[Orc] Rename IndirectStubsManagerBase to IndirectStubsManager.
by Lang Hames
· 10 years ago
e69b751
[Orc] Move some code up into the JITCompileCallbackManager base class. NFC.
by Lang Hames
· 10 years ago
f49a38f
Always pass a diagnostic handler to the linker.
by Rafael Espindola
· 10 years ago
f0f4b4c
[Orc] Rename JITCompileCallbackManagerBase to JITCompileCallbackManager.
by Lang Hames
· 10 years ago
cb921a1
Revert "[llvm-profdata] Add support for weighted merge of profile data"
by Nathan Slingerland
· 10 years ago
2a3dbe8
[llvm-profdata] Add support for weighted merge of profile data
by Nathan Slingerland
· 10 years ago
aa5702d
[llvm-profdata] Change instr prof counter overflow to saturate rather than discard
by Nathan Slingerland
· 10 years ago
0e309fe
Use references now that it is natural to do so.
by Rafael Espindola
· 10 years ago
0e6a36e
Use nullptr (NFC)
by Xinliang David Li
· 10 years ago
a6c4ce4
[Verifier] Improve error for cross-module refs
by Keno Fischer
· 10 years ago
4cccee5
[PGO] Allow value profile writer interface to allocated target buffer
by Xinliang David Li
· 10 years ago
ed96677
[PGO] Implement ValueProfiling Closure interfaces for runtime value profile data
by Xinliang David Li
· 10 years ago
2e1d85a
[Support] Add optional argument to SaturatingAdd() and SaturatingMultiply() to indicate that overflow occurred
by Nathan Slingerland
· 10 years ago
8a06548
[Support] Fix SaturatingMultiply<T>() to be correct (and fast), Re-enable Unit Tests
by Nathan Slingerland
· 10 years ago
91f339a
Handle ARMv6-J as an alias, instead of fake architecture
by Artyom Skrobov
· 10 years ago
be9db3c
Revert the revert 253497 and 253539 - These commits aren't the cause of the clang-cmake-mips failures.
by Daniel Sanders
· 10 years ago
ad6c04d
Revert 253497 and 253539 to try to fix clang-cmake-mips buildbot.
by Daniel Sanders
· 10 years ago
00aecfc
[Support] Disable SaturatingMultiply() unit test while investigating
by Nathan Slingerland
· 10 years ago
617c600
[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions (2nd try)
by Nathan Slingerland
· 10 years ago
a75d256
Revert "[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions"
by Nathan Slingerland
· 10 years ago
fda1b81
[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions
by Nathan Slingerland
· 10 years ago
a21af73
Remove excess white space
by Rafael Espindola
· 10 years ago
06d5618
Fix -Wunused-function in a non-Win32 build
by David Blaikie
· 10 years ago
ff43d69
StringRef-ify some Option APIs
by David Blaikie
· 10 years ago
Next »