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
/
include
/
llvm
/
Support
/
IRBuilder.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2009-01-05
1
-1
/
+0
*
Clean up some strange whitespace.
Nick Lewycky
2008-11-15
1
-7
/
+6
*
Rename IRBuilder::IsNonNull -> IsNotNull in response to feedback.
Daniel Dunbar
2008-10-02
1
-2
/
+2
*
Add IRBuilder::{CreateIsNull, CreateIsNonNull} helper methods.
Daniel Dunbar
2008-09-27
1
-0
/
+17
*
Add a NullFolder class that doesn't fold constants.
Duncan Sands
2008-08-12
1
-4
/
+4
*
Make it possible to use different constant
Duncan Sands
2008-08-11
1
-81
/
+87
*
Unbreak the llvm-gcc build: recent changes to
Duncan Sands
2008-08-09
1
-2
/
+2
*
Make 'Insert' set the name for Loads, instead of passing the name into the
Chris Lattner
2008-08-09
1
-3
/
+3
*
Have IRBuilder take a template argument on whether or not to preserve
Eric Christopher
2008-08-08
1
-2
/
+4
*
Rename the version of CreateRet that's a convenience method for creating
Dan Gohman
2008-07-25
1
-5
/
+8
*
Make CreateBinOp/CreateNeg/CreateNot do constant folding.
Chris Lattner
2008-07-23
1
-4
/
+11
*
Enable first-class aggregates support.
Dan Gohman
2008-07-23
1
-6
/
+9
*
Add insertvalue and extractvalue folding support in IRBuilder.
Dan Gohman
2008-07-22
1
-12
/
+23
*
IRBuilder support for insertvalue and extractvalue.
Dan Gohman
2008-07-22
1
-5
/
+31
*
Add a couple more helper functions to deal with
Eric Christopher
2008-07-02
1
-1
/
+20
*
Tweak IRBuilder to explicitly call the setName(const char*) method on Value
Chris Lattner
2008-06-27
1
-48
/
+51
*
API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...
Gabor Greif
2008-05-16
1
-20
/
+20
*
Add support to IR builder for new vicmp, vfcmp routines
Nate Begeman
2008-05-14
1
-4
/
+19
*
Add CreateCall3/CreateCall4 at Eric's request.
Chris Lattner
2008-05-01
1
-0
/
+10
*
Add a spiffy little "CreateCall2" method, which can be used to make
Chris Lattner
2008-05-01
1
-3
/
+8
*
Merge LLVMBuilder and FoldingBuilder, calling
Duncan Sands
2008-04-13
1
-0
/
+527