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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add explicit keywords.
Dan Gohman
2007-07-02
3
-4
/
+4
*
Add loop info verification mechanism.
Devang Patel
2007-06-29
1
-0
/
+5
*
Add an explicit keyword. Thanks Chris!
Dan Gohman
2007-06-29
1
-1
/
+1
*
Convert .cvsignore files
John Criswell
2007-06-29
4
-10
/
+0
*
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
2
-6
/
+21
*
Add a default parameter to a SmallVector constructor to allow it to
Dan Gohman
2007-06-28
1
-1
/
+1
*
Remove unnecessary comments.
Devang Patel
2007-06-28
1
-3
/
+0
*
Handle the case when block dominates itself.
Devang Patel
2007-06-28
1
-1
/
+4
*
Remove ETForest.
Devang Patel
2007-06-27
2
-480
/
+1
*
Rename ("shrinkify") MVT::isExtendedValueType to MVT::isExtendedVT.
Dan Gohman
2007-06-27
2
-19
/
+19
*
Document the encoding of MVT::ValueType.
Dan Gohman
2007-06-27
1
-0
/
+6
*
Allow DOUT to be used outside of the llvm namespace.
Dan Gohman
2007-06-27
1
-2
/
+2
*
Add comment.
Evan Cheng
2007-06-26
1
-3
/
+5
*
Properly handle kills of a physical register which has sub-registers that are...
Evan Cheng
2007-06-26
1
-0
/
+10
*
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 MVT::isExtendedValueType.
Dan Gohman
2007-06-26
1
-1
/
+1
*
Simplify the expression for TargetLowering::isTypeLegal.
Dan Gohman
2007-06-26
1
-3
/
+1
*
Renumber the SimpleValueType values to fill in the hole left by
Dan Gohman
2007-06-26
2
-24
/
+23
*
Revert the earlier change that removed the M_REMATERIALIZABLE machine
Dan Gohman
2007-06-26
1
-10
/
+26
*
Add a convenince member function for appending strings to a module's
Dan Gohman
2007-06-26
1
-0
/
+7
*
Generalize MVT::ValueType and associated functions to be able to represent
Dan Gohman
2007-06-25
5
-153
/
+179
*
Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from
Dan Gohman
2007-06-22
2
-21
/
+24
*
check in the BigBlock local register allocator
Duraid Madina
2007-06-22
2
-0
/
+10
*
Have internal df_iterator's use SmallPtrSet instead of std::set. This provid...
Owen Anderson
2007-06-21
1
-3
/
+5
*
Move code to update dominator information after basic block is split
Devang Patel
2007-06-21
1
-0
/
+10
*
Rename TargetLowering::getNumElements and friends to
Dan Gohman
2007-06-21
1
-4
/
+4
*
Move inliner pass header file.
Tanya Lattner
2007-06-19
1
-0
/
+64
*
Rename ScalarEvolution::deleteInstructionFromRecords to
Dan Gohman
2007-06-19
1
-3
/
+3
*
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
*
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
*
Modify annotate intrinsic to take 2 additional args: file and line number.
Tanya Lattner
2007-06-18
1
-2
/
+3
*
add helper
Chris Lattner
2007-06-18
1
-0
/
+7
*
Add keyword explicit.
Dan Gohman
2007-06-18
1
-1
/
+1
*
Added CanBeDuplicated(). It returns true if an instruction can be safely dupl...
Evan Cheng
2007-06-15
1
-0
/
+7
*
Add local var annotation intrinsic.
Tanya Lattner
2007-06-15
1
-0
/
+5
*
No longer needed.
Evan Cheng
2007-06-15
1
-4
/
+0
*
Add a SCEV class and supporting code for sign-extend expressions.
Dan Gohman
2007-06-15
2
-33
/
+63
*
m_not should match vector not
Chris Lattner
2007-06-15
1
-1
/
+5
*
add a Constant::getAllOnesValue helper function, which works on integers
Chris Lattner
2007-06-15
1
-0
/
+5
*
Rename MVT::getVectorBaseType to MVT::getVectorElementType.
Dan Gohman
2007-06-14
1
-2
/
+2
*
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
*
Introduce new SelectionDAG node opcodes VEXTRACT_SUBVECTOR and
Dan Gohman
2007-06-13
1
-0
/
+13
*
Protect updateDFSNumbers()
Devang Patel
2007-06-12
1
-2
/
+3
[next]