index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
unittests
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ExecutionEngine] Re-apply r241962 with fixes for ARM.
Lang Hames
2015-07-14
1
-0
/
+82
*
Revert "[ExecutionEngine] Use std::function rather than a function pointer fo...
Renato Golin
2015-07-11
1
-64
/
+0
*
[ExecutionEngine] Add a static cast to the unittest for r241962 to suppress a
Lang Hames
2015-07-11
1
-1
/
+1
*
[ExecutionEngine] Remove cruft and fix a couple of warnings in the test case for
Lang Hames
2015-07-11
1
-3
/
+2
*
[ExecutionEngine] Use std::function rather than a function pointer for the
Lang Hames
2015-07-10
1
-0
/
+65
*
Add support for fast-math flags to the FCmp instruction.
James Molloy
2015-07-10
1
-2
/
+20
*
[Triple] Add a helper to switch between big/little endian variants
Benjamin Kramer
2015-07-06
1
-0
/
+78
*
Change APInt comparison with uint64_t.
Pawel Bylica
2015-07-01
1
-0
/
+127
*
Fix memory leak in unittest added in r241101.
Alexey Samsonov
2015-06-30
1
-1
/
+5
*
[Cloning] Teach CloneModule about personality functions
David Majnemer
2015-06-30
1
-0
/
+35
*
[DebugInfo] Let IRBuilder::SetInsertPoint(BB::iterator) update current debug ...
Alexey Samsonov
2015-06-30
1
-0
/
+31
*
Drop the OS from the WebAssembly target triple for now.
Dan Gohman
2015-06-30
1
-4
/
+4
*
[WebAssembly] Initial WebAssembly backend
Dan Gohman
2015-06-29
1
-0
/
+30
*
Add a DIModule metadata node to the IR.
Adrian Prantl
2015-06-29
1
-0
/
+34
*
IR: Expose ModuleSlotTracker in Value::print()
Duncan P. N. Exon Smith
2015-06-27
2
-0
/
+82
*
AsmPrinter: Use an intrusively linked list for DIE::Children
Duncan P. N. Exon Smith
2015-06-25
1
-64
/
+63
*
AsmPrinter: Convert DIE::Values to a linked list
Duncan P. N. Exon Smith
2015-06-25
1
-161
/
+193
*
Don't use std::make_unique.
Benjamin Kramer
2015-06-25
1
-8
/
+9
*
[ORC] Add ObjectTransformLayer
Joseph Tremoulet
2015-06-25
2
-0
/
+302
*
Add missing <array> include.
Pawel Bylica
2015-06-25
1
-0
/
+1
*
Express APInt::{s,u}{l,g}e(uint64_t) in terms of APInt::{s,u}{l,g}t(uint64_t)...
Pawel Bylica
2015-06-25
1
-0
/
+38
*
ADTTests: merge #ifdef checks from r240436.
Alex Lorenz
2015-06-24
1
-3
/
+1
*
[ADT] Teach DenseMap to support StringRef keys.
Chandler Carruth
2015-06-24
1
-0
/
+25
*
ADT: Add a string APSInt constructor.
Alex Lorenz
2015-06-23
1
-0
/
+19
*
AsmParser: Extend the API to make the global value and metadata node slot map...
Alex Lorenz
2015-06-23
1
-0
/
+20
*
InstrProf: Add a test for multiple copies of the same with different hashes
Justin Bogner
2015-06-22
1
-0
/
+6
*
Modify ParseArgs to return the InputArgList by value - there's no need for dy...
David Blaikie
2015-06-22
1
-65
/
+64
*
ArrayRef-ify ParseArgs
David Blaikie
2015-06-21
1
-19
/
+11
*
[MCJIT] Add a FindGlobalVariableNamed utility
Keno Fischer
2015-06-20
1
-3
/
+12
*
IRBuilder: Add unit tests for construction of globals with address space
Tobias Grosser
2015-06-19
1
-0
/
+12
*
Fix "the the" in comments.
Eric Christopher
2015-06-19
1
-1
/
+1
*
Revert r239972 (YAML: Assign a value returned by the default constructor to t...
Alex Lorenz
2015-06-17
1
-28
/
+0
*
YAML: Assign a value returned by the default constructor to the value in an o...
Alex Lorenz
2015-06-17
1
-0
/
+28
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
2
-4
/
+3
*
[PM/AA] Remove the Location typedef from the AliasAnalysis class now
Chandler Carruth
2015-06-17
1
-1
/
+1
*
Try to fix the MSVC build.
Rafael Espindola
2015-06-17
1
-1
/
+1
*
Handle forward referenced function when streaming bitcode.
Rafael Espindola
2015-06-17
1
-0
/
+45
*
Use std::unique_ptr to manage the DataStreamer in bitcode parsing.
Rafael Espindola
2015-06-16
1
-4
/
+5
*
Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.
Rafael Espindola
2015-06-16
1
-2
/
+2
*
llvm/unittests/Support/Path.cpp: Use <windows.h> instead of <Windows.h>.
NAKAMURA Takumi
2015-06-16
1
-1
/
+1
*
modules: Add explicit dependency on intrinsics_gen
Duncan P. N. Exon Smith
2015-06-16
1
-0
/
+2
*
Debug Info IR: Switch DIObjCProperty to use DITypeRef.
Adrian Prantl
2015-06-15
1
-2
/
+2
*
[LinkerTest] Use LLVMDisposeMessage to free error string.
Benjamin Kramer
2015-06-15
1
-1
/
+1
*
Don't use std::errc.
Rafael Espindola
2015-06-13
1
-2
/
+2
*
[LinkerTest] Don't leak error string.
Benjamin Kramer
2015-06-13
1
-0
/
+1
*
Bring in a BumpPtrStringSaver from lld and simplify the interface.
Rafael Espindola
2015-06-13
1
-9
/
+4
*
Fix returning error message in LLVMLinkModules
Eli Bendersky
2015-06-12
1
-0
/
+40
*
Removing spurious semi colons; NFC.
Aaron Ballman
2015-06-09
1
-1
/
+1
*
[APInt] Remove special case for i1.
Benjamin Kramer
2015-06-04
1
-0
/
+6
*
YAML traits need to be in the llvm::yaml namespace.
Frederic Riss
2015-05-29
1
-8
/
+8
[next]