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
*
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
*
Use empty parens for empty function parameter list instead of '(void)'.
Dmitri Gribenko
2012-11-15
1
-8
/
+8
*
Do not handle void types in DataLayout. Patch by Patrick Hägglund.
Duncan Sands
2012-11-15
1
-3
/
+0
*
Make GlobalOpt be conservative with TLS variables (PR14309)
Hans Wennborg
2012-11-15
1
-0
/
+25
*
Add doInitialization and doFinalization methods to ModulePass's, to allow the...
Owen Anderson
2012-11-15
1
-0
/
+70
*
Revert some redundant parts of r142605.
Patrik Hägglund
2012-11-14
1
-21
/
+15
*
Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."
Eric Christopher
2012-11-13
1
-4
/
+2
*
Relax the restrictions on vector of pointer types, and vector getelementptr.
Duncan Sands
2012-11-13
4
-47
/
+74
*
Revert r167759. Ben is right this isn't likely to help much.
Evan Cheng
2012-11-13
1
-4
/
+2
*
Use the 'count' attribute instead of the 'upper_bound' attribute.
Bill Wendling
2012-11-13
1
-2
/
+4
*
Cache size of PassVector to speed up getNumContainedPasses().
Evan Cheng
2012-11-12
1
-2
/
+4
*
Include all the fields so we can correctly emit DW_TAG_structure_type for C++...
David Blaikie
2012-11-02
1
-1
/
+2
*
Enable the assertion in getIntPtrType (I've audited all users of this method and
Duncan Sands
2012-11-02
1
-5
/
+0
*
Remove a weird static helper from the GEP instruction and just directly
Chandler Carruth
2012-11-01
1
-12
/
+0
*
Teach Type::getPointerAddressSpace to look through pointer vectors
Chandler Carruth
2012-11-01
1
-1
/
+1
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
3
-27
/
+9
*
Change ForceSizeOpt attribute into MinSize attribute
Quentin Colombet
2012-10-30
1
-3
/
+3
*
Fix isEliminableCastPair to work correctly in the presence of pointers
Duncan Sands
2012-10-30
2
-6
/
+11
*
Add a helper for telling whether a type is a pointer or vector of pointer type.
Duncan Sands
2012-10-30
1
-24
/
+6
*
Enable some additional constant folding for PPCDoubleDouble.
Ulrich Weigand
2012-10-30
1
-17
/
+3
*
Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (the
Duncan Sands
2012-10-29
1
-6
/
+10
*
Factorize code: rather than duplication the logic in getPointerTypeSizeInBits,
Duncan Sands
2012-10-29
1
-14
/
+2
*
Lowercase the argument for TargetTransformInfo so it's consistent with all ot...
Benjamin Kramer
2012-10-26
1
-1
/
+1
*
Don't explicitly require RTTI and EH.
Joerg Sonnenberger
2012-10-26
2
-3
/
+0
*
Add some cleanup to the DataLayout changes requested by Chandler.
Micah Villmow
2012-10-24
1
-0
/
+8
*
Back out r166591, not sure why this made it through since I cancelled the com...
Micah Villmow
2012-10-24
3
-25
/
+2
*
Delete a directory that wasn't supposed to be checked in yet.
Micah Villmow
2012-10-24
3
-2
/
+25
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
3
-3
/
+38
*
Special calling conventions for Intel OpenCL built-in library.
Elena Demikhovsky
2012-10-24
2
-0
/
+2
*
Fix ODR violations: a virtual function must be defined, even if it's never
Richard Smith
2012-10-24
1
-0
/
+9
*
Add a comment which explains why the assert fired and how to fix it.
Nadav Rotem
2012-10-23
1
-0
/
+4
*
Add the "ForceSizeOpt" attribute.
Nadav Rotem
2012-10-22
1
-2
/
+5
*
DataLayout should use itself when calculating the size of a vector.
Hal Finkel
2012-10-21
1
-2
/
+4
*
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
2
-0
/
+28
*
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-18
2
-28
/
+0
*
Revert r166157 because some tests fail...
Bill Wendling
2012-10-17
1
-3
/
+1
*
Check that the operand of the GEP is not the GEP itself. This occurred during...
Bill Wendling
2012-10-17
1
-1
/
+3
*
Cleanup whitespace.
Bill Wendling
2012-10-16
1
-1
/
+2
*
Cleanup whitespace.
Bill Wendling
2012-10-16
1
-37
/
+35
*
Have AttributesImpl defriend the Attributes class.
Bill Wendling
2012-10-16
2
-3
/
+3
*
Have AttrBuilder defriend the Attributes class.
Bill Wendling
2012-10-16
1
-3
/
+3
*
Put simple c'tors inline.
Bill Wendling
2012-10-16
1
-6
/
+1
*
Move the Attributes::Builder outside of the Attributes class and into its own...
Bill Wendling
2012-10-15
3
-35
/
+73
*
Add an enum for the return and function indexes into the AttrListPtr object. ...
Bill Wendling
2012-10-15
2
-6
/
+8
[next]