projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[SEH] Fix _except_handler4 table base states
[oota-llvm.git]
/
unittests
/
2015-10-08
Teresa Johnson
Fix another UBSan test error from r248897 and follow...
tree
|
commitdiff
2015-10-06
Hans Wennborg
Fix Clang-tidy modernize-use-nullptr warnings in source...
tree
|
commitdiff
2015-10-05
Benjamin Kramer
Make test resilient against windows path separators.
tree
|
commitdiff
2015-10-05
Benjamin Kramer
[Support] Add a version of fs::make_absolute with a...
tree
|
commitdiff
2015-09-30
Teresa Johnson
Add support for sub-byte aligned writes to lib/Support...
tree
|
commitdiff
2015-09-29
Justin Bogner
InstrProf: Support for value profiling in the indexed...
tree
|
commitdiff
2015-09-29
Maksim Panchenko
HHVM calling conventions.
tree
|
commitdiff
2015-09-25
Cong Hou
Use fixed-point representation for BranchProbability.
tree
|
commitdiff
2015-09-22
Adrian Prantl
Add a unit test for r248341.
tree
|
commitdiff
2015-09-18
Yaron Keren
Simplify SmallBitVector::applyMask by consolidating...
tree
|
commitdiff
2015-09-18
Aaron Ballman
Reverting r247972 (and subordinate commit r247972)...
tree
|
commitdiff
2015-09-18
Yaron Keren
Fix BitVectorTest on 32-bit hosts after r247972.
tree
|
commitdiff
2015-09-18
Yaron Keren
Simplify SmallBitVector::applyMask by consolidating...
tree
|
commitdiff
2015-09-14
David Blaikie
Revert "[opaque pointer type] Pass GlobalAlias the...
tree
|
commitdiff
2015-09-10
Cong Hou
Pass BranchProbability/BlockMass by value instead of...
tree
|
commitdiff
2015-09-10
Chandler Carruth
[ADT] Fix a confusing interface spec and some annoying...
tree
|
commitdiff
2015-09-10
Chandler Carruth
[ADT] Switch a bunch of places in LLVM that were doing...
tree
|
commitdiff
2015-09-10
Chandler Carruth
[ADT] Add a single-character version of the small vecto...
tree
|
commitdiff
2015-09-10
Mehdi Amini
Add makeArrayRef() overload for ArrayRef input (no...
tree
|
commitdiff
2015-09-09
Chandler Carruth
[PM/AA] Rebuild LLVM's alias analysis infrastructure...
tree
|
commitdiff
2015-09-09
Alex Lorenz
Fix PR 24633 - Handle undef values when parsing standal...
tree
|
commitdiff
2015-09-04
Ben Craig
Adding full stops to comments
tree
|
commitdiff
2015-09-04
Richard Smith
Fix APInt value initialization to give a zero value...
tree
|
commitdiff
2015-09-02
Douglas Katzman
Move twice-repeated clang path operation into a new...
tree
|
commitdiff
2015-09-02
Benjamin Kramer
[RemoveDuplicatePHINodes] Start over after removing...
tree
|
commitdiff
2015-09-02
James Molloy
[ValueTracking] Minor comment change in test
tree
|
commitdiff
2015-09-02
James Molloy
[ValueTracking] Look through casts when both operands...
tree
|
commitdiff
2015-08-30
Chandler Carruth
Teach the target parsing framework to directly compute...
tree
|
commitdiff
2015-08-28
Duncan P. N. Exon...
DI: Set DILexicalBlock columns >= 65536 to 0/unknown
tree
|
commitdiff
2015-08-28
Duncan P. N. Exon...
DI: Add Function::getSubprogram()
tree
|
commitdiff
2015-08-27
Lang Hames
Add a global mapping layer for Orc. Adapted from a...
tree
|
commitdiff
2015-08-21
Alex Lorenz
AsmParser: Save and restore the parsing state for types...
tree
|
commitdiff
2015-08-19
David Blaikie
Allow Optionals to be compared to None
tree
|
commitdiff
2015-08-18
Chandler Carruth
[PM/AA] Remove the last relics of the separate IPA...
tree
|
commitdiff
2015-08-18
Yaron Keren
Add unit test for isLayoutIdentical(empty, empty).
tree
|
commitdiff
2015-08-17
Chandler Carruth
[PM] Port ScalarEvolution to the new pass manager.
tree
|
commitdiff
2015-08-14
Chandler Carruth
[PM/AA] Hoist the interface to TBAA into a dedicated...
tree
|
commitdiff
2015-08-13
Rafael Espindola
There is only one saver of strings.
tree
|
commitdiff
2015-08-13
Rafael Espindola
Return ErrorOr from FileOutputBuffer::create. NFC.
tree
|
commitdiff
2015-08-12
David Blaikie
Simplify PackedVector by removing user-defined special...
tree
|
commitdiff
2015-08-11
David Blaikie
Fix UB in MCJIT test cases that relied on union type...
tree
|
commitdiff
2015-08-11
Yaron Keren
Add SmallString test trying to exercise the realloc...
tree
|
commitdiff
2015-08-11
James Molloy
Add support for floating-point minnum and maxnum
tree
|
commitdiff
2015-08-06
Frederic Riss
Thread premissions through sys::fs::create_director...
tree
|
commitdiff
2015-08-06
Yaron Keren
Fix Visual C++ error C2248:
tree
|
commitdiff
2015-08-06
Chandler Carruth
[PM/AA] Hoist the interface for BasicAA into a header...
tree
|
commitdiff
2015-08-05
James Y Knight
Add a TrailingObjects template class.
tree
|
commitdiff
2015-08-05
Benjamin Kramer
[ArrayRefTest] Work around a GCC 4.8 internal compiler...
tree
|
commitdiff
2015-08-05
NAKAMURA Takumi
unittests/ADT/ArrayRefTest.cpp: Suppress r243995 on...
tree
|
commitdiff
2015-08-04
Benjamin Kramer
[ArrayRef] Make copy use std::uninitialized_copy.
tree
|
commitdiff
2015-08-03
David Blaikie
-Wdeprecated-clean: Fix cases of violating the rule...
tree
|
commitdiff
2015-08-03
Derek Schuff
Fix memory leak in unit test of Bitcode/BitReaderTest.cpp
tree
|
commitdiff
2015-08-03
Lang Hames
[MCJIT] Fix a cast warning in the unit-test introduced...
tree
|
commitdiff
2015-08-03
Derek Schuff
Fix testing for end of stream in bitstream reader.
tree
|
commitdiff
2015-08-03
Duncan P. N. Exon...
DI: Disallow uniquable DICompileUnits
tree
|
commitdiff
2015-08-03
Duncan P. N. Exon...
Linker: Move distinct MDNodes instead of cloning
tree
|
commitdiff
2015-07-31
Duncan P. N. Exon...
DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
tree
|
commitdiff
2015-07-31
Duncan P. N. Exon...
DI: Rewrite the DIBuilder local variable API
tree
|
commitdiff
2015-07-30
NAKAMURA Takumi
MCJITTests/MCJITCAPITest.cpp: Try to appease i686-win32.
tree
|
commitdiff
2015-07-30
Matt Arsenault
Add amdopencl environment to triple
tree
|
commitdiff
2015-07-30
Lang Hames
[MCJIT] Fix a memory leak in a unit test that was intro...
tree
|
commitdiff
2015-07-29
Lang Hames
[MCJIT] Fix PR20656 by teaching MCJIT to honor Executio...
tree
|
commitdiff
2015-07-29
Pete Cooper
Reapply "Add reverse(ContainerTy) range adapter."
tree
|
commitdiff
2015-07-29
Pete Cooper
Revert "Add reverse(ContainerTy) range adapter."
tree
|
commitdiff
2015-07-29
Pete Cooper
Add reverse(ContainerTy) range adapter.
tree
|
commitdiff
2015-07-27
Alex Lorenz
IR: Expose the method 'getLocalSlot' in the module...
tree
|
commitdiff
2015-07-24
Duncan P. N. Exon...
DI: Fix unit tests after r243160
tree
|
commitdiff
2015-07-22
Chandler Carruth
[PM/AA] Extract the ModRef enums from the AliasAnalysis...
tree
|
commitdiff
2015-07-20
Daniel Berlin
Miscellaneous Fixes for SparseBitVector
tree
|
commitdiff
2015-07-17
Alex Lorenz
AsmParser: Add a function to parse a standalone constan...
tree
|
commitdiff
2015-07-14
Lang Hames
[ExecutionEngine] Re-apply r241962 with fixes for ARM.
tree
|
commitdiff
2015-07-11
Renato Golin
Revert "[ExecutionEngine] Use std::function rather...
tree
|
commitdiff
2015-07-11
Lang Hames
[ExecutionEngine] Add a static cast to the unittest...
tree
|
commitdiff
2015-07-11
Lang Hames
[ExecutionEngine] Remove cruft and fix a couple of...
tree
|
commitdiff
2015-07-10
Lang Hames
[ExecutionEngine] Use std::function rather than a funct...
tree
|
commitdiff
2015-07-10
James Molloy
Add support for fast-math flags to the FCmp instruction.
tree
|
commitdiff
2015-07-06
Benjamin Kramer
[Triple] Add a helper to switch between big/little...
tree
|
commitdiff
2015-07-01
Pawel Bylica
Change APInt comparison with uint64_t.
tree
|
commitdiff
2015-06-30
Alexey Samsonov
Fix memory leak in unittest added in r241101.
tree
|
commitdiff
2015-06-30
David Majnemer
[Cloning] Teach CloneModule about personality functions
tree
|
commitdiff
2015-06-30
Alexey Samsonov
[DebugInfo] Let IRBuilder::SetInsertPoint(BB::iterator...
tree
|
commitdiff
2015-06-30
Dan Gohman
Drop the OS from the WebAssembly target triple for...
tree
|
commitdiff
2015-06-29
Dan Gohman
[WebAssembly] Initial WebAssembly backend
tree
|
commitdiff
2015-06-29
Adrian Prantl
Add a DIModule metadata node to the IR.
tree
|
commitdiff
2015-06-27
Duncan P. N. Exon...
IR: Expose ModuleSlotTracker in Value::print()
tree
|
commitdiff
2015-06-25
Duncan P. N. Exon...
AsmPrinter: Use an intrusively linked list for DIE...
tree
|
commitdiff
2015-06-25
Duncan P. N. Exon...
AsmPrinter: Convert DIE::Values to a linked list
tree
|
commitdiff
2015-06-25
Benjamin Kramer
Don't use std::make_unique.
tree
|
commitdiff
2015-06-25
Joseph Tremoulet
[ORC] Add ObjectTransformLayer
tree
|
commitdiff
2015-06-25
Pawel Bylica
Add missing <array> include.
tree
|
commitdiff
2015-06-25
Pawel Bylica
Express APInt::{s,u}{l,g}e(uint64_t) in terms of APInt...
tree
|
commitdiff
2015-06-24
Alex Lorenz
ADTTests: merge #ifdef checks from r240436.
tree
|
commitdiff
2015-06-24
Chandler Carruth
[ADT] Teach DenseMap to support StringRef keys.
tree
|
commitdiff
2015-06-23
Alex Lorenz
ADT: Add a string APSInt constructor.
tree
|
commitdiff
2015-06-23
Alex Lorenz
AsmParser: Extend the API to make the global value...
tree
|
commitdiff
2015-06-22
Justin Bogner
InstrProf: Add a test for multiple copies of the same...
tree
|
commitdiff
2015-06-22
David Blaikie
Modify ParseArgs to return the InputArgList by value...
tree
|
commitdiff
2015-06-21
David Blaikie
ArrayRef-ify ParseArgs
tree
|
commitdiff
2015-06-20
Keno Fischer
[MCJIT] Add a FindGlobalVariableNamed utility
tree
|
commitdiff
2015-06-19
Tobias Grosser
IRBuilder: Add unit tests for construction of globals...
tree
|
commitdiff
next