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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix minor doxygen nits.
Reid Spencer
2007-08-05
1
-1
/
+1
*
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth
2007-08-04
2
-6
/
+6
*
long double patch 3 of N. Add to MVT.
Dale Johannesen
2007-08-03
2
-32
/
+35
*
Do not emit copies for physical register output if it's not used.
Evan Cheng
2007-08-02
1
-0
/
+4
*
Instead of adding copyfromreg's to handle physical definitions. Now isel can
Evan Cheng
2007-08-02
1
-0
/
+9
*
More explicit keywords.
Dan Gohman
2007-08-01
1
-1
/
+2
*
Support for trampolines, except for X86 codegen which is
Duncan Sands
2007-07-27
1
-1
/
+15
*
Add a MachineFunction pass, which runs post register allocation, that turns s...
Christopher Lamb
2007-07-26
1
-0
/
+6
*
Teach DAG scheduling how to properly emit subreg insert/extract machine instr...
Christopher Lamb
2007-07-26
1
-0
/
+5
*
Add selection DAG nodes for subreg insert/extract. PR1350
Christopher Lamb
2007-07-26
1
-0
/
+9
*
Fix 80 col violation.
Christopher Lamb
2007-07-26
1
-2
/
+3
*
Remove subreg index from MachineInstr's and also keep vregs as unsigned when ...
Christopher Lamb
2007-07-26
2
-14
/
+1
*
Fix comments for new types.
Christopher Lamb
2007-07-26
1
-2
/
+2
*
Add support for 3 element 32-bit vector ValueTypes.
Christopher Lamb
2007-07-26
2
-11
/
+26
*
EmitAlignment() also emits optional fill value.
Evan Cheng
2007-07-25
1
-2
/
+5
*
Add const to CanBeFoldedBy, CheckAndMask, and CheckOrMask.
Dan Gohman
2007-07-24
1
-3
/
+7
*
Don't assume that only Uses can be kills. Defs are marked as kills initially
Dan Gohman
2007-07-20
1
-1
/
+1
*
Long live the exception handling!
Anton Korobeynikov
2007-07-14
2
-0
/
+20
*
Skeleton of post-RA scheduler; doesn't do anything yet.
Dale Johannesen
2007-07-13
1
-0
/
+3
*
When a node value is only used by a CopyToReg, use the user's dest. This shou...
Evan Cheng
2007-07-10
1
-2
/
+2
*
Move DenseMapKeyInfo<SDOperand> from LegalizeDAG.cpp to SelectionDAGNodes.h
Evan Cheng
2007-07-10
1
-0
/
+11
*
missed this one
Gabor Greif
2007-07-09
1
-1
/
+1
*
fix typos
Gabor Greif
2007-07-09
1
-7
/
+7
*
Fix a comment so that the element numbering match the actual element
Dan Gohman
2007-07-06
1
-1
/
+1
*
Add the byval attribute
Rafael Espindola
2007-07-06
1
-0
/
+2
*
Add explicit keywords.
Dan Gohman
2007-07-05
3
-3
/
+3
*
Make MachineFunctionPass::runOnFunction non-virtual. Subclasses override
Dan Gohman
2007-07-05
1
-1
/
+4
*
Make sure only one copy of a filter is placed in the
Duncan Sands
2007-07-05
1
-0
/
+5
*
Remove declarations for code no longer in the tree, to avoid confusion.
Dan Gohman
2007-07-02
2
-43
/
+0
*
Add explicit keywords.
Dan Gohman
2007-07-02
1
-1
/
+1
*
Fix misue of iterator pointing to erased object. Uncovered by
David Greene
2007-06-29
1
-2
/
+2
*
Add new TargetLowering code to provide the final register type that an
Dan Gohman
2007-06-28
1
-1
/
+1
*
Rename ("shrinkify") MVT::isExtendedValueType to MVT::isExtendedVT.
Dan Gohman
2007-06-27
1
-6
/
+6
*
Document the encoding of MVT::ValueType.
Dan Gohman
2007-06-27
1
-0
/
+6
*
Properly handle kills of a physical register which has sub-registers that are...
Evan Cheng
2007-06-26
1
-0
/
+10
*
Simplify the expression for MVT::isExtendedValueType.
Dan Gohman
2007-06-26
1
-1
/
+1
*
Renumber the SimpleValueType values to fill in the hole left by
Dan Gohman
2007-06-26
2
-24
/
+23
*
Generalize MVT::ValueType and associated functions to be able to represent
Dan Gohman
2007-06-25
4
-139
/
+139
*
Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from
Dan Gohman
2007-06-22
1
-0
/
+23
*
check in the BigBlock local register allocator
Duraid Madina
2007-06-22
2
-0
/
+10
*
add isvararg tracking to CCState
Chris Lattner
2007-06-19
1
-1
/
+3
*
Move CorrectExtraCFGEdges() from BranchFolding.cpp to a MachineBasicBlock met...
Evan Cheng
2007-06-18
1
-0
/
+10
*
Add keyword explicit.
Dan Gohman
2007-06-18
1
-1
/
+1
*
No longer needed.
Evan Cheng
2007-06-15
1
-4
/
+0
*
Rename MVT::getVectorBaseType to MVT::getVectorElementType.
Dan Gohman
2007-06-14
1
-2
/
+2
*
Introduce new SelectionDAG node opcodes VEXTRACT_SUBVECTOR and
Dan Gohman
2007-06-13
1
-0
/
+13
*
Factor live variable analysis so it does not do register coalescing
David Greene
2007-06-08
3
-114
/
+195
*
Move ReplaceUsesOfBlockWith() out of BranchFolding into a MachineBasicBlock g...
Evan Cheng
2007-06-04
1
-0
/
+4
*
The semantics of invoke require that we always jump to the unwind block
Duncan Sands
2007-06-02
1
-1
/
+1
*
Integrate exception filter support and exception catch support. This
Duncan Sands
2007-06-02
1
-12
/
+24
[next]