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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a do-while loop instead of while + boolean.
Benjamin Kramer
2010-01-07
1
-6
/
+4
*
Be less stingy as to how many selects and phi nodes we
Duncan Sands
2010-01-07
1
-2
/
+2
*
More trivial optimizations to a function well outside the critical path
Douglas Gregor
2010-01-07
1
-15
/
+8
*
handle ConstantVector while I'm in here.
Chris Lattner
2010-01-07
1
-0
/
+3
*
fix a globalopt crash on 'bullet' (handling evaluation of a store
Chris Lattner
2010-01-07
1
-16
/
+20
*
Fix a minor regression from my dag combiner changes. One more place which nee...
Evan Cheng
2010-01-07
1
-4
/
+12
*
Switch StringRef::edit_distance over to using raw pointers, since both
Douglas Gregor
2010-01-07
1
-7
/
+25
*
80 column violations
Jim Grosbach
2010-01-06
1
-4
/
+6
*
Allow double defs after tail duplication.
Jakob Stoklund Olesen
2010-01-06
1
-1
/
+2
*
Add Target hook to duplicate machine instructions.
Jakob Stoklund Olesen
2010-01-06
4
-22
/
+56
*
Addressing mode 6 (load/store) instructions can't encode an immediate offset
Jim Grosbach
2010-01-06
1
-1
/
+4
*
Anti-dependency breaking needs to be careful regarding instructions with
Jim Grosbach
2010-01-06
2
-3
/
+9
*
Move the object size intrinsic optimization to inst-combine and make
Eric Christopher
2010-01-06
2
-24
/
+12
*
Comment.
Evan Cheng
2010-01-06
1
-0
/
+3
*
Teach dag combine to fold the following transformation more aggressively:
Evan Cheng
2010-01-06
5
-114
/
+295
*
When parsing function-local metadata, create a function-local MDNode
Victor Hernandez
2010-01-06
2
-10
/
+16
*
80 column and whitespace cleanup
Jim Grosbach
2010-01-06
4
-95
/
+108
*
Fix a README item: have functionattrs look through selects and
Duncan Sands
2010-01-06
2
-40
/
+42
*
Formatting.
Mikhail Glushenkov
2010-01-06
1
-2
/
+2
*
Fixed malformed -*- lines in PBQP headers.
Lang Hames
2010-01-06
9
-9
/
+9
*
Partially address a README by having functionattrs consider calls to
Duncan Sands
2010-01-06
3
-6
/
+24
*
tweaks suggested by Duncan
Chris Lattner
2010-01-06
1
-7
/
+7
*
Reenable debug info on PPC. Works well enough to
Dale Johannesen
2010-01-06
1
-0
/
+1
*
Make sure debug info hook gets called when emitting
Dale Johannesen
2010-01-06
1
-12
/
+11
*
Teach instcombine's sext elimination logic to be more aggressive.
Chris Lattner
2010-01-06
1
-18
/
+168
*
Add <imp-def> and <imp-kill> operands when replacing virtual sub-register def...
Jakob Stoklund Olesen
2010-01-06
2
-17
/
+46
*
The previous code could potentially cause a cycle. Allow ordering w.r.t. a 0 ...
Bill Wendling
2010-01-06
1
-2
/
+2
*
Only check the ordering if there is an ordering for each nodes.
Bill Wendling
2010-01-06
1
-2
/
+2
*
Add a semi-primitive form of scheduling via the "SDNode ordering" to the
Bill Wendling
2010-01-05
1
-0
/
+12
*
simplify this code.
Chris Lattner
2010-01-05
1
-109
/
+66
*
Don't assign the shift the same type as the variable being shifted. This could
Bill Wendling
2010-01-05
1
-1
/
+3
*
Undo r92785, it caused test failure.
Johnny Chen
2010-01-05
1
-3
/
+3
*
make this a static function instead of a method.
Chris Lattner
2010-01-05
2
-6
/
+5
*
Don't use the ISD::NodeType enum for SDNode opcodes, as CodeGen
Dan Gohman
2010-01-05
1
-12
/
+12
*
Re-add parsing of function-local metadata; this time with testcase.
Victor Hernandez
2010-01-05
2
-21
/
+28
*
more rearrangement and cleanup, fix my test failure.
Chris Lattner
2010-01-05
1
-118
/
+104
*
cleanup
Chris Lattner
2010-01-05
1
-18
/
+15
*
remove two trunc xforms that are subsumed by EvaluateInDifferentType.
Chris Lattner
2010-01-05
1
-36
/
+0
*
Add Rt2 to the asm format string for 32-bit Thumb load/store register dual
Johnny Chen
2010-01-05
1
-3
/
+3
*
Allow null to be an element of NamedMDNode. e.g. !llvm.stuff = !{!0, !1, null}
Devang Patel
2010-01-05
5
-11
/
+21
*
Don't specify CR sub-registers as implicit defs of BL instructions.
Jakob Stoklund Olesen
2010-01-05
1
-6
/
+2
*
just remove this xform which is subsumed by others.
Chris Lattner
2010-01-05
1
-26
/
+1
*
Fix comment for CheckDebugInfoIntrinsics
Victor Hernandez
2010-01-05
1
-2
/
+3
*
move a trunc-specific transform out of commonIntCastTransforms into visitTrunc.
Chris Lattner
2010-01-05
1
-32
/
+34
*
Restore dump() methods to Loop and MachineLoop.
Dan Gohman
2010-01-05
2
-0
/
+10
*
Move remaining stuff to the isInteger predicate.
Benjamin Kramer
2010-01-05
14
-40
/
+31
*
move a zext specific xform out of commonIntCastTransforms into visitZExt and ...
Chris Lattner
2010-01-05
1
-10
/
+9
*
Remove livein checks from machine code verifier.
Jakob Stoklund Olesen
2010-01-05
1
-99
/
+13
*
move a trunc-specific xform out of commonIntCastTransforms into visitTrunc
Chris Lattner
2010-01-05
1
-16
/
+25
*
reduce indentation
Chris Lattner
2010-01-05
1
-15
/
+18
[next]