Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
bc041b82d44b51a3b7da79c38e4052e28ff8011c
/
llvm
/
unittests
/
IR
/
IRBuilderTest.cpp
a757f76
Remove some unused variables
by David Blaikie
· 10 years ago
ba9fba8
Remove PreserveNames template parameter from IRBuilder
by Mehdi Amini
· 10 years ago
62f6f5c
Fixed DIBuilder to verify that same imported entity will not be added twice to the "imports" list of the DICompileUnit.
by Amjad Aboud
· 10 years ago
35abd05
Temporarily revert:
by Eric Christopher
· 10 years ago
99eab3d
Remove PreserveNames template parameter from IRBuilder
by Mehdi Amini
· 10 years ago
a252815
function names start with a lower case letter ; NFC
by Sanjay Patel
· 10 years ago
947cccb
add FMF for CreateCall variant
by Sanjay Patel
· 10 years ago
fa54ace
add fast-math-flags to 'call' instructions (PR21290)
by Sanjay Patel
· 10 years ago
d4bff30
DI: Reverse direction of subprogram -> function edge.
by Peter Collingbourne
· 10 years ago
c8925b1
unittests: Remove implicit ilist iterator conversions, NFC
by Duncan P. N. Exon Smith
· 10 years ago
bdafb3c
Remove DIFile from createSubroutineType.
by Eric Christopher
· 10 years ago
88eb535
Add support for fast-math flags to the FCmp instruction.
by James Molloy
· 10 years ago
afadf06
Fix memory leak in unittest added in r241101.
by Alexey Samsonov
· 10 years ago
e5039b7
[DebugInfo] Let IRBuilder::SetInsertPoint(BB::iterator) update current debug location.
by Alexey Samsonov
· 10 years ago
94aed4f
IRBuilder: Add unit tests for construction of globals with address space
by Tobias Grosser
· 10 years ago
7fddecc
Move the personality function from LandingPadInst to Function
by David Majnemer
· 10 years ago
0c2ab37
Add convenient overloads for CreateInsertElement and CreateExtractElement methods in IRBuilder
by Pawel Bylica
· 11 years ago
f817c1c
Use 'override/final' instead of 'virtual' for overridden methods
by Alexander Kornienko
· 11 years ago
a5099dc
DebugInfo: Remove DIDescriptor::Verify()
by Duncan P. N. Exon Smith
· 11 years ago
3ee34e1
Verifier: Move over DISubprogram::Verify()
by Duncan P. N. Exon Smith
· 11 years ago
0e202b9
Verifier: Add operand checks for MDLexicalBlock
by Duncan P. N. Exon Smith
· 11 years ago
a28d91d
DataLayout is mandatory, update the API to reflect it with references.
by Mehdi Amini
· 11 years ago
46a4355
Make DataLayout Non-Optional in the Module
by Mehdi Amini
· 11 years ago
abf5553
simplify expression
by Adrian Prantl
· 11 years ago
53d382f
Fix a compile issue on MSVC and call finalize().
by Adrian Prantl
· 11 years ago
1292e24
Let subprograms with instructions without parent scopes fail the
by Adrian Prantl
· 11 years ago
b2325b9
Fix a logic bug when copying fast-math flags.
by Sanjay Patel
· 11 years ago
66f09ad
[C++11] Use 'nullptr'.
by Craig Topper
· 11 years ago
56440fd
Replace OwningPtr<T> with std::unique_ptr<T>.
by Ahmed Charles
· 12 years ago
64396b0
[Modules] Move the NoFolder into the IR library as it creates instructions.
by Chandler Carruth
· 12 years ago
248ac13
Fix resetting the DataLayout in a Module.
by Rafael Espindola
· 12 years ago
0db10c4
Fix a bug in IRBuilder that's been there for who knows how long. It
by Chandler Carruth
· 12 years ago
be92bcb
Use present fast-math flags when applicable in CreateBinOp
by Michael Ilseman
· 12 years ago
63d39da
Give unit test its own LLVMContext so MDNodes aren't leaked even if we never call llvm_shutdown.
by Benjamin Kramer
· 12 years ago
3cab374
Silencing an MSVC warning.
by Aaron Ballman
· 12 years ago
d36f1ab
IRBuilder: Add RAII objects to reset insertion points or fast math flags.
by Benjamin Kramer
· 12 years ago
d86cd78
IRTests/IRBuilderTest.cpp: GetIntTy: Delete DL at yourself since it is not linked.
by NAKAMURA Takumi
· 13 years ago
7493658
IRTests/IRBuilderTest.cpp: Let GV added to the module.
by NAKAMURA Takumi
· 13 years ago
74b6a77
Rename the VMCore unittest tree to IR. Somehow was missed when doing the
by Chandler Carruth
· 13 years ago
[Renamed (98%) from llvm/unittests/VMCore/IRBuilderTest.cpp]
9fb823b
Move all of the header files which are involved in modelling the LLVM IR
by Chandler Carruth
· 13 years ago
0ac8473
Test that a landingpad gets the name provided when it was created (see commit
by Duncan Sands
· 13 years ago
65f1435
Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some interfaces.
by Michael Ilseman
· 13 years ago
130cec2
Sort the #include lines for unittest/...
by Chandler Carruth
· 13 years ago
05d3bf77a
copyFastMathFlags utility and test case
by Michael Ilseman
· 13 years ago
37018f8
Whoops, fixed bad merge
by Michael Ilseman
· 13 years ago
1833e00
Fixed bad test case
by Michael Ilseman
· 13 years ago
0185302
Fast-math: IRBuilder test for creating instructions with fast-math flags
by Michael Ilseman
· 13 years ago
ef94169
Add IRBuilderBase::getIntPtrTy.
by Evgeniy Stepanov
· 13 years ago
f5fe556
Add support for attaching branch weight metadata directly from the IRBuilder.
by Chandler Carruth
· 13 years ago
b39c55f
Add a boring bit of boilerplate to start testing IRBuilder::CreateCondBr.
by Chandler Carruth
· 13 years ago
ebabadf
Move the IRBuilder unittest from Support to VMCore. This got missed in
by Chandler Carruth
· 13 years ago
[Renamed (96%) from llvm/unittests/Support/IRBuilderTest.cpp]
aafe091
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
by Chandler Carruth
· 13 years ago
35e6706
Fix inappropriate use of anonymous namespaces in unittests.
by Chandler Carruth
· 13 years ago
a379b181
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
by David Blaikie
· 14 years ago
babca9a
Add CreateLifetimeStart and CreateLifetimeEnd to the IRBuilder, with plans to
by Nick Lewycky
· 14 years ago