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
*
Don't use isa<CallInst>(this) in the constructor for CallInst's base class.
Richard Smith
2012-12-20
1
-2
/
+5
*
Don't use -1 as a value of an unsigned 7-bit enumeration; that has undefined
Richard Smith
2012-12-20
1
-2
/
+1
*
s/AttributesImpl/AttributeImpl/g This is going to apply to Attribute, not Att...
Bill Wendling
2012-12-20
4
-22
/
+22
*
Add a context so that once we uniquify strings we can access them easily.
Bill Wendling
2012-12-19
2
-3
/
+6
*
Refactor isIntrinsic() to be quicker, and change classof() (and thus, isa<Int...
Michael Ilseman
2012-12-19
1
-5
/
+1
*
s/AttributeListImpl/AttributeSetImpl/g to match the namechange of AttributeList.
Bill Wendling
2012-12-19
4
-12
/
+12
*
Change AsmOperandInfo::ConstraintVT to MVT, instead of EVT.
Patrik Hagglund
2012-12-19
1
-5
/
+22
*
Inline hasFunctionOnlyAttrs into its only use.
Bill Wendling
2012-12-19
1
-1
/
+19
*
Inline the only use of the hasParameterOnlyAttrs method.
Bill Wendling
2012-12-19
1
-1
/
+4
*
Inline the 'hasIncompatibleWithVarArgsAttrs' method into its only uses. And s...
Bill Wendling
2012-12-19
1
-1
/
+1
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
7
-203
/
+203
*
Removed trailing whitespace
Michael Ilseman
2012-12-17
1
-22
/
+22
*
Kerning.
Bill Wendling
2012-12-12
1
-1
/
+1
*
Holding my nose and moving the accumulation routine to GEPOperator
Chandler Carruth
2012-12-11
1
-28
/
+2
*
Hoist the GEP constant address offset computation to a common home on
Chandler Carruth
2012-12-11
1
-0
/
+33
*
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-07
7
-46
/
+46
*
Fix name. The array is unboundED.
Bill Wendling
2012-12-05
1
-1
/
+1
*
- Added calls to doInitialization/doFinalization to immutable passes
Pedro Artigas
2012-12-05
1
-5
/
+29
*
Use the 'count' attribute to calculate the upper bound of an array.
Bill Wendling
2012-12-04
2
-4
/
+6
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
2
-7
/
+7
*
Add a 'count' field to the DWARF subrange.
Bill Wendling
2012-12-04
1
-2
/
+4
*
moves doInitialization and doFinalization to the Pass class and removes some ...
Pedro Artigas
2012-12-03
2
-20
/
+6
*
Add 'getInt64Field()' method to get the signed integer instead of unsigned.
Bill Wendling
2012-12-03
1
-0
/
+12
*
Revert r169039, "Aggregate pass execution time report by pass ID instead of p...
Jakob Stoklund Olesen
2012-12-03
1
-3
/
+3
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
32
-109
/
+112
*
Revert previous check in r168581, r169079 as they are still in code review st...
Zhou Sheng
2012-12-01
1
-12
/
+0
*
VMCore/DebugInfo.cpp: DICompileUnit::getSubprograms(): Check numOperands().
NAKAMURA Takumi
2012-12-01
1
-2
/
+3
*
Aggregate pass execution time report by pass ID instead of pass instance.
Jakob Stoklund Olesen
2012-11-30
1
-3
/
+3
*
More strict error checking in parseSpecifier + simplified code.
Patrik Hagglund
2012-11-30
1
-79
/
+70
*
Move the InstVisitor utility into VMCore where it belongs. It heavily
Chandler Carruth
2012-11-30
1
-1
/
+1
*
copyFastMathFlags utility and test case
Michael Ilseman
2012-11-29
1
-0
/
+6
*
One more step towards making doInitialization and doFinalization useful for
Pedro Artigas
2012-11-29
1
-58
/
+14
*
Instruction::isAssociative() returns true for fmul/fadd if they are tagged "u...
Shuxin Yang
2012-11-29
1
-0
/
+14
*
Fix warning. [-Wunused-variable]
Patrik Hägglund
2012-11-28
1
-1
/
+1
*
Add error handling in getInt.
Patrik Hägglund
2012-11-28
1
-38
/
+36
*
Remove the dependent libraries feature.
Bill Wendling
2012-11-27
2
-33
/
+0
*
Revert r168635 "Step towards implementation of pass manager with doInitializa...
Owen Anderson
2012-11-27
1
-24
/
+55
*
Fast-math flags for LLVM IR parsing and printing
Michael Ilseman
2012-11-27
1
-0
/
+16
*
Fast-math interfaces for Instructions
Michael Ilseman
2012-11-27
1
-0
/
+84
*
Step towards implementation of pass manager with doInitialization and doFinal...
Owen Anderson
2012-11-26
1
-55
/
+24
*
Fix a PassManager pointer use-after-free bug.
Zhou Sheng
2012-11-26
1
-0
/
+12
*
Move semantics are great, don't destroy the optimization opportunity with tri...
Benjamin Kramer
2012-11-25
1
-8
/
+0
*
Disallow the undocumented practice of starting the datalayout string with '-'.
Patrik Hägglund
2012-11-23
1
-3
/
+0
*
Make the AttrListPtr object a part of the LLVMContext.
Bill Wendling
2012-11-20
4
-86
/
+46
*
80-column and whitespace fixups.
Eric Christopher
2012-11-20
1
-9
/
+11
*
Remove a function argument and propagate const around accordingly.
Eric Christopher
2012-11-19
1
-6
/
+6
*
Promote the constant 1 to long long, 1LL or 1ULL in int64_t-sensitive context.
NAKAMURA Takumi
2012-11-19
1
-2
/
+2
*
Add a new function to ConstantExpr - getAsInstruction. This returns its Instr...
James Molloy
2012-11-17
1
-0
/
+63
*
Constant::IsThreadDependent(): Use dyn_cast<Constant> instead of cast
Hans Wennborg
2012-11-16
1
-1
/
+3
*
Remove trailing whitespace
Michael Ilseman
2012-11-15
2
-4
/
+4
[next]