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
/
IR
/
IRBuilderTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DebugInfo] Refactoring DIType::setFlags to DIType::cloneWithFlags, NFC
Roman Tereshin
2018-06-01
1
-0
/
+56
*
IRBuilder: Add overload for intrinsics without args
Matt Arsenault
2018-05-29
1
-0
/
+4
*
[IRBuilder] fix CreateMaxNum to actually produce maxnum (PR36454)
Sanjay Patel
2018-02-20
1
-0
/
+17
*
[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...
Sanjay Patel
2017-11-06
1
-4
/
+47
*
Debug Info: Add a file: field to DIImportedEntity.
Adrian Prantl
2017-07-19
1
-5
/
+6
*
Re-sort #include lines for unittests. This uses a slightly modified
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Add support for DW_TAG_thrown_type.
Adrian Prantl
2017-04-26
1
-0
/
+19
*
[IR] Add AllowContract to FastMathFlags
Adam Nemet
2017-03-28
1
-1
/
+20
*
Make test more robust
Adam Nemet
2017-03-21
1
-0
/
+1
*
Fix some -Wsign-compare warnings by making some integer literals explicitly u...
David Blaikie
2017-01-12
1
-3
/
+3
*
[DebugInfo] Added DI macro creation API to DIBuilder.
Amjad Aboud
2017-01-12
1
-0
/
+69
*
[DebugInfo] Changed DIBuilder::createCompileUnit() to take DIFile instead of ...
Amjad Aboud
2016-12-14
1
-6
/
+9
*
Formatting with clang-format patch r280700
Leny Kholodov
2016-09-06
1
-6
/
+4
*
DebugInfo: use strongly typed enum for debug info flags
Leny Kholodov
2016-09-06
1
-2
/
+4
*
Revert "DebugInfo: use strongly typed enum for debug info flags"
Mehdi Amini
2016-09-06
1
-4
/
+4
*
DebugInfo: use strongly typed enum for debug info flags
Mehdi Amini
2016-09-06
1
-4
/
+4
*
Remove some unused variables
David Blaikie
2016-03-13
1
-5
/
+4
*
Remove PreserveNames template parameter from IRBuilder
Mehdi Amini
2016-03-13
1
-1
/
+1
*
Fixed DIBuilder to verify that same imported entity will not be added twice t...
Amjad Aboud
2016-03-13
1
-0
/
+15
*
Temporarily revert:
Eric Christopher
2016-03-12
1
-1
/
+1
*
Remove PreserveNames template parameter from IRBuilder
Mehdi Amini
2016-03-11
1
-1
/
+1
*
function names start with a lower case letter ; NFC
Sanjay Patel
2016-01-12
1
-8
/
+8
*
add FMF for CreateCall variant
Sanjay Patel
2015-12-31
1
-0
/
+10
*
add fast-math-flags to 'call' instructions (PR21290)
Sanjay Patel
2015-12-14
1
-1
/
+21
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
1
-3
/
+5
*
unittests: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-2
/
+2
*
Remove DIFile from createSubroutineType.
Eric Christopher
2015-10-15
1
-2
/
+2
*
Add support for fast-math flags to the FCmp instruction.
James Molloy
2015-07-10
1
-2
/
+20
*
Fix memory leak in unittest added in r241101.
Alexey Samsonov
2015-06-30
1
-1
/
+5
*
[DebugInfo] Let IRBuilder::SetInsertPoint(BB::iterator) update current debug ...
Alexey Samsonov
2015-06-30
1
-0
/
+31
*
IRBuilder: Add unit tests for construction of globals with address space
Tobias Grosser
2015-06-19
1
-0
/
+12
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
1
-2
/
+1
*
Add convenient overloads for CreateInsertElement and CreateExtractElement met...
Pawel Bylica
2015-04-30
1
-0
/
+15
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-2
/
+2
*
DebugInfo: Remove DIDescriptor::Verify()
Duncan P. N. Exon Smith
2015-04-06
1
-3
/
+1
*
Verifier: Move over DISubprogram::Verify()
Duncan P. N. Exon Smith
2015-03-31
1
-1
/
+2
*
Verifier: Add operand checks for MDLexicalBlock
Duncan P. N. Exon Smith
2015-03-30
1
-1
/
+3
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-1
/
+1
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-2
/
+2
*
simplify expression
Adrian Prantl
2015-01-21
1
-3
/
+1
*
Fix a compile issue on MSVC and call finalize().
Adrian Prantl
2015-01-21
1
-1
/
+4
*
Let subprograms with instructions without parent scopes fail the
Adrian Prantl
2015-01-21
1
-0
/
+17
*
Fix a logic bug when copying fast-math flags.
Sanjay Patel
2014-09-02
1
-0
/
+4
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-08
1
-5
/
+5
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-3
/
+2
*
[Modules] Move the NoFolder into the IR library as it creates
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Fix resetting the DataLayout in a Module.
Rafael Espindola
2014-02-25
1
-0
/
+8
*
Fix a bug in IRBuilder that's been there for who knows how long. It
Chandler Carruth
2014-01-05
1
-0
/
+51
*
Use present fast-math flags when applicable in CreateBinOp
Michael Ilseman
2013-12-05
1
-0
/
+7
*
Give unit test its own LLVMContext so MDNodes aren't leaked even if we never ...
Benjamin Kramer
2013-11-15
1
-9
/
+10
[next]