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
/
TargetLowering.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add codegen support for vector select (in the IR this means a select
Duncan Sands
2011-09-06
1
-3
/
+34
*
Follow up to r138791.
Evan Cheng
2011-08-30
1
-0
/
+7
*
Fix a place that was clearly forgotten when the type legalization
Duncan Sands
2011-08-04
1
-2
/
+2
*
New approach to r136737: insert the necessary fences for atomic ops in platfo...
Eli Friedman
2011-08-03
1
-0
/
+19
*
Make isLoadExtLegal and isTruncStoreLegal check what the name says. :) This ...
Eli Friedman
2011-07-19
1
-5
/
+2
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-8
/
+8
*
Emit a more efficient magic number multiplication for exact sdivs.
Benjamin Kramer
2011-07-08
1
-0
/
+2
*
Remove getRegClassForInlineAsmConstraint and all dependencies.
Eric Christopher
2011-06-30
1
-7
/
+0
*
Fix a bug in the type-lowering of integer-promoted elements. Add a check that
Nadav Rotem
2011-06-17
1
-2
/
+1
*
Bugfix: When looking for a legal vector type, stop looking when a non-simple
Nadav Rotem
2011-06-12
1
-0
/
+1
*
Add a parameter to CCState so that it can access the MachineFunction.
Eric Christopher
2011-06-08
1
-2
/
+3
*
Have LowerOperandForConstraint handle multiple character constraints.
Eric Christopher
2011-06-02
1
-1
/
+1
*
This patch is another step in the direction of adding vector select. In this
Nadav Rotem
2011-06-01
1
-4
/
+56
*
Refactor the type legalizer. Switch TargetLowering to a new enum - LegalizeTy...
Nadav Rotem
2011-05-28
1
-20
/
+36
*
Refactor getActionType and getTypeToTransformTo ; place all of the 'decision'
Nadav Rotem
2011-05-27
1
-86
/
+78
*
Revert commit 131534 since it seems to have broken several buildbots.
Duncan Sands
2011-05-18
1
-71
/
+86
*
Refactor getActionType and getTypeToTransformTo ; place all of the 'decision'
Nadav Rotem
2011-05-18
1
-86
/
+71
*
Fix comments per Duncan's review.
Eli Friedman
2011-05-07
1
-3
/
+3
*
Make the logic for determining function alignment more explicit. No function...
Eli Friedman
2011-05-06
1
-3
/
+35
*
Add an unfolded offset field to LSR's Formula record. This is used to
Dan Gohman
2011-05-03
1
-0
/
+8
*
ARM byval support. Will be enabled by another patch to the FE. <rdar://prob...
Stuart Hastings
2011-04-20
1
-1
/
+1
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Add a RemoveFromWorklist method to DCI. This is needed to do some complicated
Cameron Zwarich
2011-04-02
1
-0
/
+1
*
Re-apply r127953 with fixes: eliminate empty return block if it has no predec...
Evan Cheng
2011-03-21
1
-0
/
+8
*
Revert r127953, "SimplifyCFG has stopped duplicating returns into predecessors
Daniel Dunbar
2011-03-19
1
-8
/
+0
*
SimplifyCFG has stopped duplicating returns into predecessors to canonicalize IR
Evan Cheng
2011-03-19
1
-0
/
+8
*
Move more logic into getTypeForExtArgOrReturn.
Cameron Zwarich
2011-03-17
1
-3
/
+4
*
Rename getTypeForExtendedInteger() to getTypeForExtArgOrReturn().
Cameron Zwarich
2011-03-17
1
-2
/
+2
*
The x86-64 ABI says that a bool is only guaranteed to be sign-extended to a byte
Cameron Zwarich
2011-03-16
1
-0
/
+11
*
Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo.
Cameron Zwarich
2011-03-07
1
-8
/
+0
*
Fix warning when building with clang++.
Owen Anderson
2011-02-28
1
-1
/
+1
*
Support for byval parameters on ARM. Will be enabled by a forthcoming
Stuart Hastings
2011-02-28
1
-0
/
+4
*
Allow targets to specify a the type of the RHS of a shift parameterized on th...
Owen Anderson
2011-02-25
1
-25
/
+17
*
Rewrite the vector part of getExtendedTypeAction to make it more
Duncan Sands
2011-02-24
1
-20
/
+34
*
Given a pair of floating point load and store, if there are no other uses of
Evan Cheng
2011-02-02
1
-0
/
+7
*
Re-implement r122936 with proper target hooks. Now getMaxStoresPerMemcpy
Evan Cheng
2011-01-06
1
-6
/
+27
*
Enable sibling call optimization of libcalls which are expanded during
Evan Cheng
2010-11-30
1
-0
/
+7
*
add TLI support indicating that jumps are more expensive than logical operations
Chris Lattner
2010-11-30
1
-1
/
+19
*
Prune includes.
Benjamin Kramer
2010-11-06
1
-5
/
+3
*
Simplify uses of MVT and EVT. An MVT can be compared directly
Duncan Sands
2010-11-03
1
-20
/
+14
*
Mult-alt constraint incremental development step 3.
John Thompson
2010-10-29
1
-1
/
+1
*
Inline asm multiple alternative constraints development phase 2 - improved ba...
John Thompson
2010-10-29
1
-8
/
+23
*
Remove Synthesizable from the Type system; as MMX vector
Dale Johannesen
2010-10-20
1
-15
/
+1
*
Added skeleton for inline asm multiple alternative constraint support.
John Thompson
2010-09-13
1
-0
/
+31
*
add a specialization for the MVT form of getTypeAction, since it is
Chris Lattner
2010-08-25
1
-2
/
+4
*
remove some llvmcontext arguments that are now dead post-refactoring.
Chris Lattner
2010-08-25
1
-16
/
+10
*
Change handling of illegal vector types to widen when possible instead of
Chris Lattner
2010-08-25
1
-12
/
+47
*
Hook in GlobalMerge pass
Anton Korobeynikov
2010-07-24
1
-0
/
+6
*
- Allow target to specify when is register pressure "too high". In most cases,
Evan Cheng
2010-07-23
1
-0
/
+8
*
Teach bottom up pre-ra scheduler to track register pressure. Work in progress.
Evan Cheng
2010-07-21
1
-6
/
+19
[next]