index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Support
/
IRBuilder.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add SetDebugLocation() variant to
Devang Patel
2009-11-11
1
-0
/
+9
*
make IRBuilder zap "X|0" and "X&-1" when building IR, this happens
Chris Lattner
2009-11-04
1
-4
/
+10
*
add IRBuilder support for IndirectBr
Chris Lattner
2009-10-28
1
-0
/
+7
*
Remove FreeInst.
Victor Hernandez
2009-10-26
1
-3
/
+0
*
Cosmetic changes.
Devang Patel
2009-10-20
1
-1
/
+1
*
Remove MallocInst from LLVM Instructions.
Victor Hernandez
2009-10-17
1
-4
/
+0
*
Only one custom meadata of each kind can be attached with an instruction.
Devang Patel
2009-09-29
1
-2
/
+2
*
Do not use global typedef for MDKindID.
Devang Patel
2009-09-28
1
-1
/
+1
*
Add methods for creating NSW subtraction, as already exists
Duncan Sands
2009-09-26
1
-0
/
+6
*
s/*Location/*DebugLocation/g
Devang Patel
2009-09-23
1
-17
/
+19
*
Add SetLocation() to allow IRBuilder user to set location info for an instruc...
Devang Patel
2009-09-22
1
-3
/
+9
*
Check exisiting dbg MDKind first.
Devang Patel
2009-09-22
1
-3
/
+3
*
Add an interface to attach debugging information with an instruction.
Devang Patel
2009-09-16
1
-6
/
+24
*
hopefully unbreak the build by making this-> explicit for dependent
Chris Lattner
2009-08-30
1
-1
/
+1
*
some minor cleanups to IRBuilder, factor the insertion
Chris Lattner
2009-08-30
1
-24
/
+32
*
Eliminate the unused Context argument on one of the ICmpInst and FCmpInst
Dan Gohman
2009-08-25
1
-2
/
+2
*
Switch IRBuilder to using Twine references for names.
Daniel Dunbar
2009-08-19
1
-111
/
+118
*
Add more casts to the IRBuilder.
Erick Tryzelaar
2009-08-16
1
-1
/
+39
*
Add doxygen comments.
Owen Anderson
2009-08-14
1
-0
/
+8
*
A couple IRBuilder functions were still using getGlobalContext().
Erick Tryzelaar
2009-08-14
1
-3
/
+3
*
Add helpers for fetching basic types.
Owen Anderson
2009-08-14
1
-0
/
+36
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-21
/
+21
*
Remove a bunch more now-unnecessary Context arguments.
Dan Gohman
2009-08-12
1
-3
/
+3
*
Add convenience functions for creating nsw add operators.
Dan Gohman
2009-08-11
1
-0
/
+6
*
Add convenience functions for creating inbounds GEPs.
Dan Gohman
2009-08-11
1
-5
/
+69
*
Use isa instead of dyn_cast when the result is only converted to bool.
Dan Gohman
2009-08-11
1
-1
/
+1
*
Add convenience functions for creating exact sdiv operators, and
Dan Gohman
2009-08-11
1
-4
/
+12
*
Add an explicit keyword.
Dan Gohman
2009-08-11
1
-1
/
+3
*
Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...
Owen Anderson
2009-07-31
1
-2
/
+2
*
Move more code back to 2.5 APIs.
Owen Anderson
2009-07-30
1
-1
/
+1
*
Move ConstantExpr to 2.5 API.
Owen Anderson
2009-07-29
1
-1
/
+1
*
Change ConstantArray to 2.5 API.
Owen Anderson
2009-07-28
1
-1
/
+1
*
Move ExtractElementInst to ::Create instead of new. Update all uses.
Eric Christopher
2009-07-25
1
-1
/
+1
*
Revert the ConstantInt constructors back to their 2.5 forms where possible, t...
Owen Anderson
2009-07-24
1
-7
/
+7
*
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-22
1
-4
/
+4
*
Revert yesterday's change by removing the LLVMContext parameter to AllocaInst...
Owen Anderson
2009-07-15
1
-2
/
+2
*
Move EVER MORE stuff over to LLVMContext.
Owen Anderson
2009-07-14
1
-2
/
+2
*
Move more functionality over to LLVMContext.
Owen Anderson
2009-07-13
1
-3
/
+3
*
Begin the painful process of tearing apart the rat'ss nest that is Constants....
Owen Anderson
2009-07-13
1
-2
/
+2
*
Finish pushing LLVMContext through the IRBuilder/ConstantFolder interface.
Owen Anderson
2009-07-10
1
-7
/
+19
*
This started as a small change, I swear. Unfortunately, lots of things call ...
Owen Anderson
2009-07-09
1
-2
/
+2
*
Work around an ICE in gcc-4.2.4.
Jeffrey Yasskin
2009-07-09
1
-1
/
+2
*
Push LLVMContext _back_ through IRBuilder.
Owen Anderson
2009-07-08
1
-15
/
+24
*
Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...
Owen Anderson
2009-07-08
1
-24
/
+19
*
Remove the vicmp and vfcmp instructions. Because we never had a release with
Nick Lewycky
2009-07-08
1
-15
/
+0
*
Push LLVMContext through GlobalVariables and IRBuilder.
Owen Anderson
2009-07-08
1
-18
/
+24
*
Revert IRBuilder CC propagation. Fix SimplifyLibCalls instead.
Anton Korobeynikov
2009-06-18
1
-39
/
+8
*
Forgot to commit this hunk
Anton Korobeynikov
2009-06-18
1
-0
/
+12
*
Propagate calling conv for invokes too
Anton Korobeynikov
2009-06-18
1
-2
/
+4
*
Honour calling convention and attributes of Callee by default.
Anton Korobeynikov
2009-06-17
1
-6
/
+24
[next]