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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add an unwind_to field to basic blocks, making them Users instead of Values.
Nick Lewycky
2008-03-02
2
-3
/
+17
*
Add MVT::is128BitVector and is64BitVector. Shrink
Dale Johannesen
2008-03-01
1
-0
/
+13
*
Add pass to promote sret.
Devang Patel
2008-02-29
1
-0
/
+1
*
Use enumeration for preffered EH dwarf encoding reason
Anton Korobeynikov
2008-02-29
1
-1
/
+11
*
Don't fill eh frames even though these are text sections.
Evan Cheng
2008-02-29
1
-2
/
+6
*
Add support to APInt for shift and rotate operations with APInt
Dan Gohman
2008-02-29
1
-0
/
+22
*
Add a method to APFloat to convert directly from APInt.
Dan Gohman
2008-02-29
1
-0
/
+2
*
Interface of getByValTypeAlignment differed between
Dale Johannesen
2008-02-28
1
-1
/
+2
*
Document that the shuffle mask may contain undef
Duncan Sands
2008-02-28
1
-7
/
+7
*
Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...
Evan Cheng
2008-02-28
6
-10
/
+52
*
Remove dead code.
Devang Patel
2008-02-27
1
-4
/
+0
*
Preparation step for some cleanup/generalization in EH information emission:
Anton Korobeynikov
2008-02-27
1
-0
/
+6
*
Assert on invalid PHINode::addIncoming() arguments. Patch by Erick Tryzelaar!
Anton Korobeynikov
2008-02-27
1
-0
/
+2
*
fixes from review of first commit
Nick Kledzik
2008-02-27
1
-3
/
+4
*
Fix a bug in dead spill slot elimination.
Evan Cheng
2008-02-27
1
-0
/
+4
*
Add -analyze support to postdomtree.
Dan Gohman
2008-02-27
2
-1
/
+8
*
LegalizeTypes support for INSERT_VECTOR_ELT.
Duncan Sands
2008-02-27
1
-1
/
+2
*
Don't track max alignment during stack object allocations since they can be d...
Evan Cheng
2008-02-27
1
-4
/
+0
*
Final de-tabification.
Bill Wendling
2008-02-27
1
-26
/
+25
*
Add path separator support, patch by Sam Bishop.
Chris Lattner
2008-02-27
1
-0
/
+4
*
Spiller now remove unused spill slots.
Evan Cheng
2008-02-27
1
-1
/
+21
*
Convert the last remaining users of the non-APInt form of
Dan Gohman
2008-02-27
1
-6
/
+0
*
Add comment.
Devang Patel
2008-02-27
1
-0
/
+3
*
Convert SimplifyDemandedMask and ShrinkDemandedConstant to use APInt.
Dan Gohman
2008-02-27
1
-3
/
+3
*
Remove unncessary ReturnInst constructors.
Devang Patel
2008-02-26
1
-3
/
+0
*
Rename PrintableName to Name.
Bill Wendling
2008-02-26
1
-6
/
+6
*
Update per review. Patch by Mikhail Glushenkov!
Anton Korobeynikov
2008-02-26
1
-56
/
+17
*
Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool
Bill Wendling
2008-02-26
1
-5
/
+5
*
first commit of new LTO system. It is not hooked up in the llvm/tools/Makefi...
Nick Kledzik
2008-02-26
1
-0
/
+234
*
Use SmallVector while constructing ReturnInst.
Devang Patel
2008-02-26
1
-0
/
+3
*
Avoid const_casts
Devang Patel
2008-02-26
1
-1
/
+1
*
Remove unnecessary getOperand/setOperand overriders.
Devang Patel
2008-02-26
1
-16
/
+3
*
Unify to ReturnInst::init() member functions.
Devang Patel
2008-02-26
1
-2
/
+1
*
Optimize most common case by using single RetVal in ReturnInst.
Devang Patel
2008-02-26
1
-0
/
+18
*
Detabify
Bill Wendling
2008-02-26
4
-25
/
+25
*
Refactor inline asm constraint matching code out of SDIsel into TargetLowering.
Evan Cheng
2008-02-26
1
-1
/
+90
*
Pass const vectors by reference.
Devang Patel
2008-02-26
1
-4
/
+4
*
Add missing include (for ptrdiff_t).
Eli Friedman
2008-02-25
1
-0
/
+1
*
Factor the assert for indexed loads/stores out of LoadSDNode
Dan Gohman
2008-02-25
1
-8
/
+4
*
add an assertion to catch a null PATypeHolder, patch by Erick Tryzelaar
Chris Lattner
2008-02-25
1
-1
/
+2
*
Convert MaskedValueIsZero and all its users to use APInt. Also add
Dan Gohman
2008-02-25
1
-1
/
+5
*
add LSBaseSDNode::getOffset at Dan's request.
Chris Lattner
2008-02-25
1
-0
/
+3
*
prune #includes, fit in 80 cols.
Chris Lattner
2008-02-25
2
-6
/
+7
*
make this self contained.
Chris Lattner
2008-02-25
1
-0
/
+1
*
Add a new method to SDNode/SDOperand named getValueSizeInBits
Dan Gohman
2008-02-25
1
-0
/
+12
*
Correctly determine whether a argument load can be folded into its uses.
Evan Cheng
2008-02-25
1
-2
/
+2
*
Some platforms use the same name for 32-bit and 64-bit registers (like
Bill Wendling
2008-02-24
1
-0
/
+7
*
Merge current work back to tree to minimize diffs and drift. Major highlights
Scott Michel
2008-02-23
1
-2
/
+13
*
Remove unnecessary "inline" keywords.
Devang Patel
2008-02-23
1
-25
/
+21
*
Use dyn_cast instead of isa + cast.
Devang Patel
2008-02-23
1
-1
/
+5
[next]