projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
llvm-readobj: Handle invalid references to the string table.
[oota-llvm.git]
/
unittests
/
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
2015-06-19
Eric Christopher
Fix "the the" in comments.
tree
|
commitdiff
2015-06-17
Alex Lorenz
Revert r239972 (YAML: Assign a value returned by the...
tree
|
commitdiff
2015-06-17
Alex Lorenz
YAML: Assign a value returned by the default constructo...
tree
|
commitdiff
2015-06-17
David Majnemer
Move the personality function from LandingPadInst to...
tree
|
commitdiff
2015-06-17
Chandler Carruth
[PM/AA] Remove the Location typedef from the AliasAnaly...
tree
|
commitdiff
2015-06-17
Rafael Espindola
Try to fix the MSVC build.
tree
|
commitdiff
2015-06-17
Rafael Espindola
Handle forward referenced function when streaming bitcode.
tree
|
commitdiff
2015-06-16
Rafael Espindola
Use std::unique_ptr to manage the DataStreamer in bitco...
tree
|
commitdiff
2015-06-16
Rafael Espindola
Return a unique_ptr from getLazyBitcodeModule and parse...
tree
|
commitdiff
2015-06-16
NAKAMURA Takumi
llvm/unittests/Support/Path.cpp: Use <windows.h> instea...
tree
|
commitdiff
2015-06-16
Duncan P. N. Exon...
modules: Add explicit dependency on intrinsics_gen
tree
|
commitdiff
2015-06-15
Adrian Prantl
Debug Info IR: Switch DIObjCProperty to use DITypeRef.
tree
|
commitdiff
2015-06-15
Benjamin Kramer
[LinkerTest] Use LLVMDisposeMessage to free error string.
tree
|
commitdiff
2015-06-13
Rafael Espindola
Don't use std::errc.
tree
|
commitdiff
2015-06-13
Benjamin Kramer
[LinkerTest] Don't leak error string.
tree
|
commitdiff
2015-06-13
Rafael Espindola
Bring in a BumpPtrStringSaver from lld and simplify...
tree
|
commitdiff
2015-06-12
Eli Bendersky
Fix returning error message in LLVMLinkModules
tree
|
commitdiff
2015-06-09
Aaron Ballman
Removing spurious semi colons; NFC.
tree
|
commitdiff
2015-06-04
Benjamin Kramer
[APInt] Remove special case for i1.
tree
|
commitdiff
2015-05-29
Frederic Riss
YAML traits need to be in the llvm::yaml namespace.
tree
|
commitdiff
2015-05-29
Frederic Riss
[YAMLIO] Make line-wrapping configurable and test it.
tree
|
commitdiff
2015-05-28
Petar Jovanovic
[Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6
tree
|
commitdiff
2015-05-27
Duncan P. N. Exon...
Reapply "AsmPrinter: Change DIEValue to be stored by...
tree
|
commitdiff
2015-05-27
Renato Golin
ARMTargetParser: Make BSD Thumb/BE armv6 work
tree
|
commitdiff
2015-05-27
Duncan P. N. Exon...
Revert "AsmPrinter: Change DIEValue to be stored by...
tree
|
commitdiff
2015-05-27
Duncan P. N. Exon...
AsmPrinter: Change DIEValue to be stored by value
tree
|
commitdiff
2015-05-24
Duncan P. N. Exon...
AsmPrinter: Make DIEString small
tree
|
commitdiff
2015-05-22
Renato Golin
Adding profile and version parsers to ARMTargetParser
tree
|
commitdiff
2015-05-21
Michael J. Spencer
[Support] Fix ErrorOr equality operator.
tree
|
commitdiff
2015-05-21
Adrian Prantl
IR / debug info: Add a DWOId field to DICompileUnit,
tree
|
commitdiff
2015-05-21
Alex Lorenz
YAML: Null terminate block scalar's value.
tree
|
commitdiff
2015-05-21
Derek Schuff
Fix StreamingMemoryObject to respect known object size.
tree
|
commitdiff
2015-05-21
Renato Golin
Make Triple::parseARMArch use ARMTargetParser
tree
|
commitdiff
2015-05-20
Alex Lorenz
AsmParser: Require a terminating null character when...
tree
|
commitdiff
2015-05-20
Renato Golin
Get Triple::getARMCPUForArch() to use TargetParser
tree
|
commitdiff
2015-05-20
Pawel Bylica
Unit tests for the getSwappedBytes(double) fix from...
tree
|
commitdiff
2015-05-18
David Blaikie
Simplify IRBuilder::CreateCall* by using ArrayRef+initi...
tree
|
commitdiff
2015-05-18
Hans Wennborg
Fix llvm::BumpPtrAllocatorImpl::Reset()
tree
|
commitdiff
2015-05-15
Eric Christopher
While in GlobalValue fix the function(s) that don't...
tree
|
commitdiff
2015-05-14
Alex Lorenz
YAML: Add support for literal block scalar I/O.
tree
|
commitdiff
2015-05-13
Alex Lorenz
YAML: Implement block scalar parsing.
tree
|
commitdiff
2015-05-13
Justin Bogner
InstrProf: Treat functions with a coverage map but...
tree
|
commitdiff
2015-05-13
Diego Novillo
Add function entry count metadata.
tree
|
commitdiff
2015-05-11
David Blaikie
Readdress r236990, use of static members on a non-stati...
tree
|
commitdiff
2015-05-11
Aaron Ballman
Amends r236990, because I failed at hitting "save"...
tree
|
commitdiff
2015-05-11
Aaron Ballman
Replacing a range-based for loop with an old-style...
tree
|
commitdiff
2015-05-08
Douglas Katzman
Unbreak build: Makefile must have the same change as...
tree
|
commitdiff
2015-05-08
Douglas Katzman
Prevent further errors of omission when adding backend...
tree
|
commitdiff
2015-05-08
John Brawn
[ARM] Reject invalid -march values
tree
|
commitdiff
2015-05-06
Alex Lorenz
YAML: Fix crash in the skip method of KeyValueNode...
tree
|
commitdiff
2015-05-06
Derek Schuff
Add bitcode test to verify functions can be materialize...
tree
|
commitdiff
2015-05-05
Justin Bogner
InstrProf: Strip filename prefixes from the names we...
tree
|
commitdiff
2015-05-05
Ismail Donmez
Fix regression in parsing armv{6,7}hl- triples. These...
tree
|
commitdiff
2015-05-04
Alex Lorenz
YAML: Add an optional 'flow' field to the mapping trait...
tree
|
commitdiff
2015-05-04
Hans Wennborg
Option parsing: properly handle flag aliases for joined...
tree
|
commitdiff
2015-05-01
Zachary Turner
Fix compilation of PDBApiTest.
tree
|
commitdiff
2015-05-01
Douglas Katzman
Move unit test into anonymous namespace as per convention.
tree
|
commitdiff
2015-05-01
Alex Lorenz
YAML: Fix the output of sequences that contain flow...
tree
|
commitdiff
2015-05-01
Diego Novillo
Fix infinite recursion in ScaledNumber::toInt.
tree
|
commitdiff
2015-04-30
Douglas Katzman
Exhaustively test all triples in TripleTest.
tree
|
commitdiff
2015-04-30
Diego Novillo
Fix private constructor for ScaledNumber.
tree
|
commitdiff
2015-04-30
Diego Novillo
Fix typo in comment. NFC.
tree
|
commitdiff
2015-04-30
Pawel Bylica
Add convenient overloads for CreateInsertElement and...
tree
|
commitdiff
2015-04-29
David Blaikie
[opaque pointer type] Pass GlobalAlias the actual point...
tree
|
commitdiff
2015-04-29
Douglas Katzman
New architecture name - 'sparcel' for Sparc little...
tree
|
commitdiff
2015-04-29
Reid Kleckner
Disable failing TestDevNull test on Windows
tree
|
commitdiff
2015-04-29
Duncan P. N. Exon...
IR: Give 'DI' prefix to debug info metadata
tree
|
commitdiff
2015-04-29
Rafael Espindola
Relax assert to avoid spurious failures with /dev/null.
tree
|
commitdiff
2015-04-28
Daniel Berlin
Make getModRefInfo(Instruction *) not crash on certain...
tree
|
commitdiff
next