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
*
Added TargetInstrDescriptor::numDefs - num of results.
Evan Cheng
2007-08-02
1
-0
/
+1
*
More explicit keywords.
Dan Gohman
2007-08-01
1
-2
/
+2
*
Fix the comments for the 'fast' parameter in addPassesToEmitFile.
Dan Gohman
2007-07-30
1
-4
/
+6
*
Fix the comment for getClosestTargetForJIT to reflect the fact that
Dan Gohman
2007-07-30
1
-4
/
+3
*
More explicit keywords.
Dan Gohman
2007-07-30
1
-2
/
+2
*
Support for trampolines, except for X86 codegen which is
Duncan Sands
2007-07-27
1
-1
/
+3
*
Have register info provide the inverse mapping of register->superregisters. P...
Christopher Lamb
2007-07-26
1
-7
/
+22
*
Add target independent MachineInstr's to represent subreg insert/extract in M...
Christopher Lamb
2007-07-26
1
-1
/
+3
*
Added -print-emitted-asm to print out JIT generated asm to cerr.
Evan Cheng
2007-07-20
1
-4
/
+5
*
Fix comments about vectors to use the current wording.
Dan Gohman
2007-07-16
1
-1
/
+1
*
Long live the exception handling!
Anton Korobeynikov
2007-07-14
1
-2
/
+4
*
Add OptionalDefOperand. Remove clobbersPred. Also add DefinesPredicate to be ...
Evan Cheng
2007-07-10
1
-9
/
+21
*
Fix a typo in a comment.
Dan Gohman
2007-07-09
1
-1
/
+1
*
Remove redundant declarations.
Dan Gohman
2007-07-06
1
-6
/
+0
*
Add new TargetLowering code to provide the final register type that an
Dan Gohman
2007-06-28
1
-5
/
+20
*
Rename ("shrinkify") MVT::isExtendedValueType to MVT::isExtendedVT.
Dan Gohman
2007-06-27
1
-13
/
+13
*
Add comment.
Evan Cheng
2007-06-26
1
-3
/
+5
*
Add immediate sub-registers.
Evan Cheng
2007-06-26
1
-0
/
+9
*
Replace ?: with if statements, for clarity.
Dan Gohman
2007-06-26
1
-18
/
+12
*
Simplify the expression for TargetLowering::isTypeLegal.
Dan Gohman
2007-06-26
1
-3
/
+1
*
Revert the earlier change that removed the M_REMATERIALIZABLE machine
Dan Gohman
2007-06-26
1
-10
/
+26
*
Generalize MVT::ValueType and associated functions to be able to represent
Dan Gohman
2007-06-25
1
-14
/
+40
*
Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from
Dan Gohman
2007-06-22
1
-21
/
+1
*
Rename TargetLowering::getNumElements and friends to
Dan Gohman
2007-06-21
1
-4
/
+4
*
Replace M_REMATERIALIZIBLE and the newly-added isOtherReMaterializableLoad
Dan Gohman
2007-06-19
1
-12
/
+4
*
Replace CanBeDuplicated() with a M_NOT_DUPLICABLE bit.
Evan Cheng
2007-06-19
1
-16
/
+20
*
Added CanBeDuplicated(). It returns true if an instruction can be safely dupl...
Evan Cheng
2007-06-15
1
-0
/
+7
*
Do not treat FP_REG_KILL as terminator in branch analysis (X86).
Dale Johannesen
2007-06-14
1
-1
/
+1
*
Add a target hook to allow loads from constant pools to be rematerialized, an...
Dan Gohman
2007-06-14
1
-0
/
+10
*
Eliminate some redundant newlines in asm output.
Dan Gohman
2007-06-14
1
-2
/
+2
*
Add support to tablegen for specifying subregister classes on a per register ...
Christopher Lamb
2007-06-13
1
-0
/
+44
*
Add a utility routine to check for unpredicated terminator instruction.
Evan Cheng
2007-06-08
1
-2
/
+6
*
Add a machine instruction flag indicating the instruction can clobber conditi...
Evan Cheng
2007-06-06
1
-0
/
+6
*
Target specific ifcvt code duplication limit.
Evan Cheng
2007-06-01
1
-3
/
+21
*
Make stable_sort in tail merging actually be stable (it never was, but didn't
Dale Johannesen
2007-05-29
1
-2
/
+2
*
Add missing const qualifiers.
Evan Cheng
2007-05-29
1
-5
/
+7
*
Disable Tail Merging for now.
Devang Patel
2007-05-25
1
-2
/
+2
*
Add a couple of target hooks for predication.
Evan Cheng
2007-05-23
1
-1
/
+14
*
name change requested by review of previous patch
Dale Johannesen
2007-05-22
1
-4
/
+4
*
Make tail merging the default, except on powerPC. There was no prior art
Dale Johannesen
2007-05-22
1
-0
/
+8
*
Consistency.
Evan Cheng
2007-05-22
1
-3
/
+3
*
RemoveBranch() and InsertBranch() now returns number of instructions deleted ...
Evan Cheng
2007-05-18
1
-4
/
+8
*
Fix comment.
Evan Cheng
2007-05-18
1
-2
/
+2
*
Remove. Not needed.
Evan Cheng
2007-05-17
1
-5
/
+0
*
Add target hook to specify block size limit for if-conversion.
Evan Cheng
2007-05-16
2
-0
/
+21
*
PredicateInstruction returns true if the operation was successful.
Evan Cheng
2007-05-16
1
-2
/
+2
*
Rename M_PREDICATED to M_PREDICABLE; Move TargetInstrInfo::isPredicatable() t...
Evan Cheng
2007-05-16
1
-15
/
+6
*
Fix comments.
Evan Cheng
2007-05-16
1
-4
/
+10
*
Add TargetInstrInfo predication hooks.
Evan Cheng
2007-05-16
1
-0
/
+14
*
All operands that made up of the predicate operands are maked M_PREDICATE_OPE...
Evan Cheng
2007-05-15
1
-2
/
+2
[next]