summaryrefslogtreecommitdiffstats
path: root/llvm/unittests
Commit message (Expand)AuthorAgeFilesLines
* [ExecutionEngine] Re-apply r241962 with fixes for ARM.Lang Hames2015-07-141-0/+82
* Revert "[ExecutionEngine] Use std::function rather than a function pointer fo...Renato Golin2015-07-111-64/+0
* [ExecutionEngine] Add a static cast to the unittest for r241962 to suppress aLang Hames2015-07-111-1/+1
* [ExecutionEngine] Remove cruft and fix a couple of warnings in the test case forLang Hames2015-07-111-3/+2
* [ExecutionEngine] Use std::function rather than a function pointer for theLang Hames2015-07-101-0/+65
* Add support for fast-math flags to the FCmp instruction.James Molloy2015-07-101-2/+20
* [Triple] Add a helper to switch between big/little endian variantsBenjamin Kramer2015-07-061-0/+78
* Change APInt comparison with uint64_t.Pawel Bylica2015-07-011-0/+127
* Fix memory leak in unittest added in r241101.Alexey Samsonov2015-06-301-1/+5
* [Cloning] Teach CloneModule about personality functionsDavid Majnemer2015-06-301-0/+35
* [DebugInfo] Let IRBuilder::SetInsertPoint(BB::iterator) update current debug ...Alexey Samsonov2015-06-301-0/+31
* Drop the OS from the WebAssembly target triple for now.Dan Gohman2015-06-301-4/+4
* [WebAssembly] Initial WebAssembly backendDan Gohman2015-06-291-0/+30
* Add a DIModule metadata node to the IR.Adrian Prantl2015-06-291-0/+34
* IR: Expose ModuleSlotTracker in Value::print()Duncan P. N. Exon Smith2015-06-272-0/+82
* AsmPrinter: Use an intrusively linked list for DIE::ChildrenDuncan P. N. Exon Smith2015-06-251-64/+63
* AsmPrinter: Convert DIE::Values to a linked listDuncan P. N. Exon Smith2015-06-251-161/+193
* Don't use std::make_unique.Benjamin Kramer2015-06-251-8/+9
* [ORC] Add ObjectTransformLayerJoseph Tremoulet2015-06-252-0/+302
* Add missing <array> include.Pawel Bylica2015-06-251-0/+1
* Express APInt::{s,u}{l,g}e(uint64_t) in terms of APInt::{s,u}{l,g}t(uint64_t)...Pawel Bylica2015-06-251-0/+38
* ADTTests: merge #ifdef checks from r240436.Alex Lorenz2015-06-241-3/+1
* [ADT] Teach DenseMap to support StringRef keys.Chandler Carruth2015-06-241-0/+25
* ADT: Add a string APSInt constructor.Alex Lorenz2015-06-231-0/+19
* AsmParser: Extend the API to make the global value and metadata node slot map...Alex Lorenz2015-06-231-0/+20
* InstrProf: Add a test for multiple copies of the same with different hashesJustin Bogner2015-06-221-0/+6
* Modify ParseArgs to return the InputArgList by value - there's no need for dy...David Blaikie2015-06-221-65/+64
* ArrayRef-ify ParseArgsDavid Blaikie2015-06-211-19/+11
* [MCJIT] Add a FindGlobalVariableNamed utilityKeno Fischer2015-06-201-3/+12
* IRBuilder: Add unit tests for construction of globals with address spaceTobias Grosser2015-06-191-0/+12
* Fix "the the" in comments.Eric Christopher2015-06-191-1/+1
* Revert r239972 (YAML: Assign a value returned by the default constructor to t...Alex Lorenz2015-06-171-28/+0
* YAML: Assign a value returned by the default constructor to the value in an o...Alex Lorenz2015-06-171-0/+28
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-172-4/+3
* [PM/AA] Remove the Location typedef from the AliasAnalysis class nowChandler Carruth2015-06-171-1/+1
* Try to fix the MSVC build.Rafael Espindola2015-06-171-1/+1
* Handle forward referenced function when streaming bitcode.Rafael Espindola2015-06-171-0/+45
* Use std::unique_ptr to manage the DataStreamer in bitcode parsing.Rafael Espindola2015-06-161-4/+5
* Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.Rafael Espindola2015-06-161-2/+2
* llvm/unittests/Support/Path.cpp: Use <windows.h> instead of <Windows.h>.NAKAMURA Takumi2015-06-161-1/+1
* modules: Add explicit dependency on intrinsics_genDuncan P. N. Exon Smith2015-06-161-0/+2
* Debug Info IR: Switch DIObjCProperty to use DITypeRef.Adrian Prantl2015-06-151-2/+2
* [LinkerTest] Use LLVMDisposeMessage to free error string.Benjamin Kramer2015-06-151-1/+1
* Don't use std::errc.Rafael Espindola2015-06-131-2/+2
* [LinkerTest] Don't leak error string.Benjamin Kramer2015-06-131-0/+1
* Bring in a BumpPtrStringSaver from lld and simplify the interface.Rafael Espindola2015-06-131-9/+4
* Fix returning error message in LLVMLinkModulesEli Bendersky2015-06-121-0/+40
* Removing spurious semi colons; NFC.Aaron Ballman2015-06-091-1/+1
* [APInt] Remove special case for i1.Benjamin Kramer2015-06-041-0/+6
* YAML traits need to be in the llvm::yaml namespace.Frederic Riss2015-05-291-8/+8
OpenPOWER on IntegriCloud