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
/
IR
/
IRBuilder.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provide an API to temporarily suppress DebugLocations from being attached
Adrian Prantl
2013-05-02
1
-0
/
+21
*
This patch breaks up Wrap.h so that it does not have to include all of
Filip Pizlo
2013-05-01
1
-0
/
+4
*
Doxygenified some comments in IRBuilder.h.
Michael Gottesman
2013-01-30
1
-8
/
+9
*
Removed CreateFPExtOrFPTrunc for now until I have the time to get in my vecto...
Michael Gottesman
2013-01-30
1
-14
/
+0
*
IRBuilder: Remove redundant check around SetInstDebugLocation call.
David Blaikie
2013-01-26
1
-2
/
+1
*
Changed IRBuilder::CreateZExtOrTrunc and IRBuilder::CreateSExtOrTrunc so they...
Michael Gottesman
2013-01-20
1
-13
/
+15
*
Converted all method comments in IRBuilder.h to use doxygen style comments.
Michael Gottesman
2013-01-20
1
-107
/
+114
*
Corrected assert messages for CreateZExtOrTrunc/CreateSExtOrTrunc.
Michael Gottesman
2013-01-20
1
-2
/
+4
*
Added IRBuilder::CreateFPExtOrFPTrunc.
Michael Gottesman
2013-01-20
1
-0
/
+14
*
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-10
1
-2
/
+2
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-0
/
+1390