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
*
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
1
-0
/
+7
*
Implement a basic cost model for vector and scalar instructions.
Nadav Rotem
2012-10-24
1
-0
/
+2
*
Make LegalizeKind public so that we can use it outside of TargetLowering.
Nadav Rotem
2012-10-24
1
-2
/
+4
*
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
*
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
*
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
*
Refactor the AddrMode class out of TLI to its own header file.
Nadav Rotem
2012-10-08
1
-16
/
+1
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-3
/
+3
*
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
*
TargetLowering interface to set/get minimum block entries for jump tables.
Sebastian Pop
2012-09-25
1
-0
/
+15
*
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
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
*
The current implementation does not allow more than 32 types to be properly h...
Micah Villmow
2012-09-13
1
-4
/
+8
*
Generic Bypass Slow Div
Preston Gurd
2012-09-04
1
-0
/
+22
*
Not all targets have efficient ISel code generation for select instructions.
Nadav Rotem
2012-09-02
1
-0
/
+10
*
Allow legalization of target-specific SDNodes, provided that the target itsel...
Owen Anderson
2012-08-08
1
-1
/
+3
*
Fall back to selection DAG isel for calls to builtin functions.
Bob Wilson
2012-08-03
1
-1
/
+3
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
1
-1
/
+1
*
Remove tabs.
Bill Wendling
2012-07-19
1
-1
/
+1
*
Target option DisableJumpTables is a gross hack. Move it to TargetLowering in...
Evan Cheng
2012-07-02
1
-0
/
+16
*
Add a new intrinsic: llvm.fmuladd. This intrinsic represents a multiply-add
Lang Hames
2012-06-05
1
-0
/
+8
*
Remove the "-promote-elements" flag. This flag is now enabled by default.
Nadav Rotem
2012-06-04
1
-10
/
+2
*
Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall
Justin Holewinski
2012-05-25
1
-19
/
+68
*
Simplify code for calling a function where CanLowerReturn fails, fixing a sma...
Eli Friedman
2012-05-25
1
-2
/
+1
*
Add a new target hook "predictableSelectIsExpensive".
Benjamin Kramer
2012-05-05
1
-0
/
+10
*
Use SuperRegClassIterator for findRepresentativeClass().
Jakob Stoklund Olesen
2012-05-04
1
-4
/
+0
*
Fix a long standing tail call optimization bug. When a libcall is emitted
Evan Cheng
2012-04-10
1
-2
/
+4
*
Move the TLSModel information into the TargetMachine rather than hiding
Chandler Carruth
2012-04-08
1
-11
/
+0
*
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-04-04
1
-1
/
+0
*
Add predicates for checking whether targets have free FNEG and FABS operation...
Owen Anderson
2012-04-02
1
-0
/
+12
*
Prune some includes and forward declarations.
Craig Topper
2012-03-25
1
-1
/
+0
*
Target override to allow CodeGenPrepare to sink address operands to intrinsic...
Pete Cooper
2012-03-13
1
-0
/
+12
*
Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...
Evan Cheng
2012-02-28
1
-2
/
+3
*
Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...
Daniel Dunbar
2012-02-28
1
-3
/
+2
*
Some ARM implementaions, e.g. A-series, does return stack prediction. That is,
Evan Cheng
2012-02-28
1
-2
/
+3
*
Make all pointers to TargetRegisterClass const since they are all pointers to...
Craig Topper
2012-02-22
1
-5
/
+5
*
Rename getExceptionAddressRegister() to getExceptionPointerRegister() for con...
Lang Hames
2012-02-14
1
-2
/
+2
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
1
-18
/
+8
*
VLIW specific scheduler framework that utilizes deterministic finite automato...
Andrew Trick
2012-02-01
1
-1
/
+2
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-1
/
+0
*
Allow targets to select source order pre-RA scheduler.
Evan Cheng
2012-01-12
1
-0
/
+1
*
Move Sched::Preference out of TargetMachine.h where it is not referenced.
Evan Cheng
2012-01-12
1
-0
/
+9
*
Add 'llvm_unreachable' to passify GCC's understanding of the constraints
Chandler Carruth
2012-01-10
1
-0
/
+1
*
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2012-01-10
1
-2
/
+0
*
Minimize #include's and forward-declares in Target.
Nick Lewycky
2011-12-10
1
-8
/
+0
[next]