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
Commit message (
Expand
)
Author
Age
Files
Lines
*
In various places throughout the code generator, there were special
Ulrich Weigand
2012-10-29
2
-6
/
+0
*
APFloat cleanup: Remove now unused fields "sign2" and "exponent2".
Ulrich Weigand
2012-10-29
1
-7
/
+0
*
Rename the BB-vectorize flag to match the dragonegg name
Nadav Rotem
2012-10-29
1
-1
/
+1
*
Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (the
Duncan Sands
2012-10-29
1
-5
/
+6
*
Remove code to saturate profile counts.
Bob Wilson
2012-10-29
1
-3
/
+0
*
Change the PassManagerBuilder (used by -O3) loop vectorizer flag from -vector...
Nadav Rotem
2012-10-29
1
-1
/
+2
*
Minor style fixes for TargetTransformationInfo and TargetTransformImpl
Hans Wennborg
2012-10-29
1
-6
/
+6
*
llvm/Config/config.h.cmake: Good bye, Kevin! We won't honor authors in comments.
NAKAMURA Takumi
2012-10-29
1
-3
/
+1
*
Rather than duplicating the getPointerSize code just call getPointerSize.
Duncan Sands
2012-10-29
1
-5
/
+1
*
Add interface for querying object files for symbol values.
Tim Northover
2012-10-29
4
-0
/
+21
*
va_start, va_end, va_copy: InstrinsicInst subclasses and InstVisitor support.
Evgeniy Stepanov
2012-10-29
2
-0
/
+49
*
Remove TargetELFWriterInfo.
Rafael Espindola
2012-10-28
2
-127
/
+0
*
1. Fix a bug in getTypeConversion. When a *simple* type is split, we need to ...
Nadav Rotem
2012-10-27
1
-0
/
+3
*
Refactor the VectorTargetTransformInfo interface.
Nadav Rotem
2012-10-26
3
-2
/
+56
*
MCRegisterClass should be returned by const ref, not by value.
Lang Hames
2012-10-26
1
-1
/
+1
*
Remove the canCombineSubRegIndices() target hook.
Jakob Stoklund Olesen
2012-10-26
1
-12
/
+0
*
Remove LoopDependenceAnalysis.
Benjamin Kramer
2012-10-26
4
-133
/
+0
*
Remove the unneeded initializers.
Bill Wendling
2012-10-26
1
-29
/
+29
*
Stop APInt::shl from generating llvm.trap
Derek Schuff
2012-10-26
1
-1
/
+1
*
Change the internalize pass to internalize all symbols when given an empty
Rafael Espindola
2012-10-26
2
-13
/
+4
*
[ms-inline asm] Add support for the TYPE operator.
Chad Rosier
2012-10-26
2
-8
/
+16
*
Add a basic verifier for SCEV's backedge taken counts.
Benjamin Kramer
2012-10-26
1
-0
/
+1
*
Remove GC roots that reference dead objects.
Nicolas Geoffray
2012-10-26
1
-0
/
+5
*
Alphabetize the enum list.
Bill Wendling
2012-10-26
1
-24
/
+24
*
Add VectorTargetTransform::getNumberOfParts.
Hal Finkel
2012-10-26
2
-0
/
+7
*
Fix anonymous namespace issue introduced by r166714:
Kaelyn Uhrain
2012-10-25
1
-2
/
+0
*
[ms-inline asm] Perform field lookups with the dot operator.
Chad Rosier
2012-10-25
1
-0
/
+2
*
[ms-inline asm] Add support for creating AsmRewrites in the target specific
Chad Rosier
2012-10-25
1
-1
/
+35
*
Remove exception handling usage from tblgen.
Joerg Sonnenberger
2012-10-25
1
-13
/
+0
*
Add 'const' qualifier on member functions not changing its fields.
Michael Liao
2012-10-25
1
-3
/
+3
*
In preparation for removing exception handling in tablegen, add
Joerg Sonnenberger
2012-10-25
1
-0
/
+3
*
DependenceAnalysis: Push #includes down into the implementation.
Benjamin Kramer
2012-10-25
1
-10
/
+4
*
add TableGen support to create relationship maps between instructions
Sebastian Pop
2012-10-25
1
-0
/
+49
*
Initial TOC support for PowerPC64 object creation
Adhemerval Zanella
2012-10-25
1
-0
/
+3
*
Implement a basic cost model for vector and scalar instructions.
Nadav Rotem
2012-10-24
2
-0
/
+7
*
Make LegalizeKind public so that we can use it outside of TargetLowering.
Nadav Rotem
2012-10-24
1
-2
/
+4
*
Make ~Operator() protected so subclasses can inherit it and not have
Kaelyn Uhrain
2012-10-24
1
-0
/
+1
*
Improve DenseMap checks for power of 2 growth. Thanks for the tip Jakob
Pete Cooper
2012-10-24
1
-6
/
+3
*
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
1
-9
/
+3
*
Implement a basic VectorTargetTransformInfo interface to be used by the loop ...
Nadav Rotem
2012-10-24
2
-4
/
+55
*
Delete a directory that wasn't supposed to be checked in yet.
Micah Villmow
2012-10-24
1
-3
/
+9
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
5
-11
/
+21
*
Special calling conventions for Intel OpenCL built-in library.
Elena Demikhovsky
2012-10-24
1
-1
/
+5
*
Fix ODR violations: a virtual function must be defined, even if it's never
Richard Smith
2012-10-24
1
-20
/
+4
*
[Support/StringSet] Fix memory leak when inserted key already exists.
Michael J. Spencer
2012-10-23
1
-2
/
+7
*
Make branch heavy code for generating marked up disassembly simpler
Kevin Enderby
2012-10-23
1
-0
/
+4
*
Change DenseMap to use a power of 2 growth if one is given instead of the nex...
Pete Cooper
2012-10-23
1
-4
/
+7
*
Fixed bug in SmallDenseMap where it wouldn't leave enough space for an empty ...
Pete Cooper
2012-10-23
1
-2
/
+2
*
[ms-inline asm] Add an implementation of the offset operator. This is a follow
Chad Rosier
2012-10-23
2
-1
/
+4
[next]