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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
Generate a table-driven version of TRI::composeSubRegIndices().
Jakob Stoklund Olesen
2012-11-01
1
-3
/
+13
*
Use TargetTransformInfo to control switch-to-lookup table transformation
Hans Wennborg
2012-10-30
1
-0
/
+2
*
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
2
-1
/
+25
*
Remove the canCombineSubRegIndices() target hook.
Jakob Stoklund Olesen
2012-10-26
1
-12
/
+0
*
Add VectorTargetTransform::getNumberOfParts.
Hal Finkel
2012-10-26
1
-0
/
+2
*
add TableGen support to create relationship maps between instructions
Sebastian Pop
2012-10-25
1
-0
/
+49
*
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
*
Implement a basic VectorTargetTransformInfo interface to be used by the loop ...
Nadav Rotem
2012-10-24
1
-1
/
+17
*
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
2
-0
/
+60
*
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-18
2
-60
/
+0
*
Issue:
Stepan Dyatkovskiy
2012-10-16
1
-1
/
+1
*
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
1
-1
/
+1
*
Shuffle the virtual destructor down to the base. This should actually pacify
Nick Lewycky
2012-10-12
1
-2
/
+0
*
Give this class full of virtual functions a virtual destructor. Classes love
Nick Lewycky
2012-10-12
1
-1
/
+3
*
Revert 165732 for further review.
Micah Villmow
2012-10-11
1
-1
/
+1
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
1
-1
/
+1
*
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
2
-0
/
+60
*
Issue description:
Stepan Dyatkovskiy
2012-10-10
1
-2
/
+11
*
misched: Use the TargetSchedModel interface wherever possible.
Andrew Trick
2012-10-10
1
-9
/
+0
*
Use the attribute enums to query if a parameter has an attribute.
Bill Wendling
2012-10-09
1
-3
/
+3
*
Add in the first step of the multiple pointer support. This adds in support t...
Micah Villmow
2012-10-09
1
-2
/
+6
*
whitespace
Nadav Rotem
2012-10-09
1
-2
/
+1
*
Refactor the AddrMode class out of TLI to its own header file.
Nadav Rotem
2012-10-08
1
-16
/
+1
*
misched: remove the unused getSpecialAddressLatency hook.
Andrew Trick
2012-10-08
1
-6
/
+0
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
5
-64
/
+11
*
Remove extraneous semicolon.
Chad Rosier
2012-10-05
1
-1
/
+1
*
Implement TargetData with the DataLayout class, this will allow LLVM projects...
Micah Villmow
2012-10-05
1
-323
/
+13
*
This patch corrects commit 165126 by using an integer bit width instead of
Preston Gurd
2012-10-04
1
-10
/
+10
*
Use attribute query methods.
Bill Wendling
2012-10-04
1
-3
/
+3
*
Added instregex support to TableGen subtarget emitter.
Andrew Trick
2012-10-03
1
-2
/
+11
*
TargetData: s/uint32_t/unsigned/ per Kuba's request.
Benjamin Kramer
2012-10-01
1
-4
/
+4
*
Shrink TargetAlignElem a bit, we do a lot of searches on them.
Benjamin Kramer
2012-09-29
1
-4
/
+4
*
TargetLowering interface to set/get minimum block entries for jump tables.
Sebastian Pop
2012-09-25
1
-0
/
+15
*
Machine Model (-schedmodel only). Added SchedAliases.
Andrew Trick
2012-09-22
1
-1
/
+32
*
TargetSchedModel API. Implement latency lookup, disabled.
Andrew Trick
2012-09-18
1
-0
/
+3
*
TableGen subtarget emitter. Remove unnecessary header dependence.
Andrew Trick
2012-09-18
1
-8
/
+9
*
TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...
Andrew Trick
2012-09-18
1
-0
/
+10
*
Revert r164061-r164067. Most of the new subtarget emitter.
Andrew Trick
2012-09-17
2
-22
/
+0
*
llvm/Target/TargetSubtargetInfo.h: Fix case in #include, s#llvm/Codegen/#llvm...
NAKAMURA Takumi
2012-09-17
1
-1
/
+1
*
TargetSchedModel API. Implement latency lookup, disabled.
Andrew Trick
2012-09-17
1
-0
/
+3
*
TableGen subtarget emitter. Generate resolveSchedClass generated hook for res...
Andrew Trick
2012-09-17
1
-0
/
+9
*
TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...
Andrew Trick
2012-09-17
1
-0
/
+10
*
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
7
-16
/
+18
*
whitespace
Andrew Trick
2012-09-14
1
-2
/
+2
*
Add in comments that explain what the indexing and the size of the arrays is ...
Micah Villmow
2012-09-14
1
-1
/
+10
*
misched: Generic tablegen classes for the new machine model.
Andrew Trick
2012-09-14
1
-7
/
+291
*
comment
Andrew Trick
2012-09-14
1
-0
/
+3
[next]