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
...
*
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
*
Silencing an MSVC warning.
Aaron Ballman
2013-10-05
1
-2
/
+2
*
IRBuilder: Add RAII objects to reset insertion points or fast math flags.
Benjamin Kramer
2013-09-30
1
-0
/
+36
*
IRTests/IRBuilderTest.cpp: GetIntTy: Delete DL at yourself since it is not li...
NAKAMURA Takumi
2013-01-23
1
-0
/
+1
*
IRTests/IRBuilderTest.cpp: Let GV added to the module.
NAKAMURA Takumi
2013-01-23
1
-2
/
+2
*
Rename the VMCore unittest tree to IR. Somehow was missed when doing the
Chandler Carruth
2013-01-07
1
-0
/
+184
[prev]