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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make APFloat constructor require explicit semantics.
Tim Northover
2013-01-22
1
-0
/
+14
*
Add a new method that adds the AttributeSet at the given index. No functional...
Bill Wendling
2013-01-22
1
-2
/
+11
*
Remove unused method.
Bill Wendling
2013-01-21
1
-8
/
+0
*
Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attri...
Bill Wendling
2013-01-21
1
-3
/
+1
*
Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att...
Bill Wendling
2013-01-21
1
-34
/
+35
*
Changed IRBuilder::CreateZExtOrTrunc and IRBuilder::CreateSExtOrTrunc so they...
Michael Gottesman
2013-01-20
1
-13
/
+15
*
More copy editing.
Michael Gottesman
2013-01-20
1
-10
/
+9
*
Doxygenified and copy edited BasicBlock.h.
Michael Gottesman
2013-01-20
1
-81
/
+88
*
Doxygenified Argument.h and performed some copy editing of the documentation.
Michael Gottesman
2013-01-20
1
-31
/
+36
*
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
*
Use AttributeSet accessor methods instead of Attribute accessor methods.
Bill Wendling
2013-01-18
1
-0
/
+4
*
Push some more methods down to hide the use of the Attribute class.
Bill Wendling
2013-01-18
1
-3
/
+5
*
[IR] Add 'Append' and 'AppendUnique' module flag behaviors.
Daniel Dunbar
2013-01-16
1
-24
/
+32
*
Fix operand type conditions in one of ICmpInst constructors.
Evgeniy Stepanov
2013-01-15
1
-1
/
+1
*
Support for half intrinsics. Pushes MMX into slower encoding path.
Michael Ilseman
2013-01-11
2
-1
/
+2
*
Remove trailing spaces.
Jakub Staszak
2013-01-10
1
-21
/
+21
*
Fix indent and remove unneeded #includes in MDBuilder.h.
Jakub Staszak
2013-01-10
1
-131
/
+132
*
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-10
32
-64
/
+64
*
Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...
Bill Wendling
2013-01-09
1
-3
/
+3
*
Consider expression "0.0 - X" as the negation of X if
Shuxin Yang
2013-01-09
2
-1
/
+4
*
Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.
Chandler Carruth
2013-01-07
1
-0
/
+78
*
Rough out a new c'tor for the AttrBuilder class.
Bill Wendling
2013-01-07
1
-106
/
+120
*
Switch the empty and tombstone key enumerators to not have explicit
Chandler Carruth
2013-01-05
1
-5
/
+4
*
IR/Attributes: Provide EmptyKey and TombstoneKey in part of enum, as workarou...
NAKAMURA Takumi
2013-01-05
1
-3
/
+7
*
Add a method to create an AttributeSet from an AttrBuilder.
Bill Wendling
2013-01-05
1
-0
/
+16
*
Get rid of the 'Bits' mask in the attribute builder.
Bill Wendling
2013-01-04
1
-13
/
+40
*
General cleanups.
Bill Wendling
2013-01-04
1
-18
/
+17
*
Try again to revert the bad patch. The tree was reverted for some unknown reason
Bill Wendling
2013-01-03
1
-49
/
+25
*
Revert patch. Something snuck in there that shouldn't be.
Bill Wendling
2013-01-03
1
-22
/
+46
*
Remove the 'contains' methods in favor of the 'operator==' method.
Bill Wendling
2013-01-03
1
-3
/
+3
*
Revert r171427, "An intermediate step in the Attributes rewrite."
NAKAMURA Takumi
2013-01-03
1
-46
/
+22
*
An intermediate step in the Attributes rewrite.
Bill Wendling
2013-01-02
1
-22
/
+46
*
Actually update the CMake and Makefile builds correctly, and update the
Chandler Carruth
2013-01-02
2
-2
/
+2
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
43
-0
/
+25539