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
/
lib
/
VMCore
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove operator cast method in favor of querying with the correct method.
Bill Wendling
2012-10-14
1
-2
/
+2
*
Fix use after free when deleting attributes in a chained folding set.
Benjamin Kramer
2012-10-14
1
-3
/
+5
*
Don't use the new syntax just yet.
Bill Wendling
2012-10-14
1
-2
/
+2
*
Remove the bitwise AND operators from the Attributes class. Replace it with t...
Bill Wendling
2012-10-14
2
-11
/
+4
*
Remove the bitwise assignment OR operator from the Attributes class. Replace ...
Bill Wendling
2012-10-14
4
-12
/
+13
*
Remove the bitwise OR operator from the Attributes class. Replace it with the...
Bill Wendling
2012-10-14
1
-7
/
+9
*
Remove the bitwise XOR operator from the Attributes class. Replace it with th...
Bill Wendling
2012-10-14
1
-3
/
+0
*
Remove the bitwise NOT operator from the Attributes class. Replace it with th...
Bill Wendling
2012-10-14
4
-13
/
+16
*
Decode the LLVM attributes from bitcode using the attributes builder.
Bill Wendling
2012-10-14
1
-0
/
+5
*
Use builder to create alignment attributes. Remove dead function.
Bill Wendling
2012-10-14
2
-9
/
+12
*
Add the LLVM context to this c'tor. It will be needed in the future.
Bill Wendling
2012-10-11
1
-1
/
+1
*
Support a common idiom on how to build an Attributes class with a single attr...
Bill Wendling
2012-10-11
1
-0
/
+3
*
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
2
-0
/
+28
*
Revert r165652: "Remove unnecessary RTTI from the build."
Sean Silva
2012-10-10
2
-0
/
+3
*
Remove unnecessary RTTI from the build.
Sean Silva
2012-10-10
2
-3
/
+0
*
Cleanup. Get rid of now dead code.
Bill Wendling
2012-10-10
1
-2
/
+0
*
Remove the final bits of Attributes being declared in the Attribute
Bill Wendling
2012-10-10
1
-3
/
+14
*
Use the attribute enums to query if a function has an attribute.
Bill Wendling
2012-10-09
1
-92
/
+6
*
Use the attribute enums to query if a parameter has an attribute.
Bill Wendling
2012-10-09
1
-118
/
+6
*
Revert r165547 to fix build.
Bill Wendling
2012-10-09
1
-4
/
+10
*
Use a single location for calculating the alignments.
Bill Wendling
2012-10-09
1
-10
/
+4
*
Use appropriate method calls to get the alignment value.
Bill Wendling
2012-10-09
1
-4
/
+5
*
Inline the checks for mutually exclusive attributes since they're used in onl...
Bill Wendling
2012-10-09
1
-12
/
+56
*
Move the 'FunctionOnly' attributes thingy inside of the Attributes class.
Bill Wendling
2012-10-09
2
-21
/
+25
*
Add in the first step of the multiple pointer support. This adds in support t...
Micah Villmow
2012-10-09
1
-25
/
+95
*
Move the 'ParameterOnly' variable inside of the Attributes class and make it ...
Bill Wendling
2012-10-09
1
-15
/
+12
*
Remove the now dead VarArgsIncompatible variable.
Bill Wendling
2012-10-09
1
-3
/
+2
*
Use the enum value of the attributes when removing them from the attributes b...
Bill Wendling
2012-10-09
1
-83
/
+0
*
Use the enum value of the attributes when adding them to the attributes builder.
Bill Wendling
2012-10-09
1
-86
/
+18
*
Fix PR14016.
Alexey Samsonov
2012-10-09
1
-0
/
+10
*
Create enums for the different attributes.
Bill Wendling
2012-10-09
4
-178
/
+143
*
Remove some dead methods.
Bill Wendling
2012-10-09
1
-16
/
+0
*
Remove more uses of the attribute enums by supplying appropriate query method...
Bill Wendling
2012-10-09
1
-0
/
+100
*
Convert to using the Attributes::Builder interface.
Bill Wendling
2012-10-09
1
-0
/
+16
*
Use the Attributes::Builder to build the attributes in the parser.
Bill Wendling
2012-10-08
1
-0
/
+22
*
Convert the LLVM parser over to using the new Attributes::Builder to build its
Bill Wendling
2012-10-08
1
-0
/
+6
*
Begin the transition to using the AttributesImpl object for the Attributes ivar.
Bill Wendling
2012-10-08
3
-104
/
+171
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
2
-2
/
+2
*
Move more methods out-of-line. This is in preparation for changing the internal
Bill Wendling
2012-10-07
1
-0
/
+28
*
Implement TargetData with the DataLayout class, this will allow LLVM projects...
Micah Villmow
2012-10-05
1
-2
/
+2
*
Move methods out-of-line.
Bill Wendling
2012-10-05
1
-13
/
+210
*
Use method to query for attributes.
Bill Wendling
2012-10-05
1
-1
/
+1
*
Make sure to generate the right kind of MDNode for enum forward declarations.
Eli Friedman
2012-10-05
1
-6
/
+7
*
Rename the Target specific passes in the DataLayout class to be Target agnostic.
Micah Villmow
2012-10-04
1
-48
/
+48
*
Resubmit the copying of TargetData to DataLayout without any changes to the f...
Micah Villmow
2012-10-04
2
-0
/
+666
*
Backing out my changes, something screwed up from my patches, starting over.
Micah Villmow
2012-10-04
2
-666
/
+0
*
Rename TargetData to DataLayout in DataLayout.cpp. This should fix a build fa...
Micah Villmow
2012-10-04
1
-33
/
+33
*
Create the DataLayout class, as a direct copy of TargetData.
Micah Villmow
2012-10-04
2
-0
/
+666
*
Accidently checked in the files, only wanted to copy them.
Micah Villmow
2012-10-04
1
-665
/
+0
*
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165243 91177308-0d34...
Micah Villmow
2012-10-04
1
-0
/
+665
[next]