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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use a do-while loop instead of while + boolean.
Benjamin Kramer
2010-01-07
1
-6
/
+4
*
Correct spelling.
Duncan Sands
2010-01-07
1
-2
/
+2
*
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
2
-16
/
+36
*
Fix a minor regression from my dag combiner changes. One more place which nee...
Evan Cheng
2010-01-07
2
-7
/
+52
*
Switch StringRef::edit_distance over to using raw pointers, since both
Douglas Gregor
2010-01-07
1
-7
/
+25
*
Add comments.
Jakob Stoklund Olesen
2010-01-07
3
-0
/
+6
*
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
6
-22
/
+151
*
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
12
-120
/
+339
*
Fix struct/class mismatch
Douglas Gregor
2010-01-06
1
-1
/
+1
*
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
3
-42
/
+69
*
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
6
-9
/
+60
*
This is testing a darwin specific feature, so only turn
Duncan Sands
2010-01-06
1
-0
/
+2
*
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
3
-39
/
+179
*
Add <imp-def> and <imp-kill> operands when replacing virtual sub-register def...
Jakob Stoklund Olesen
2010-01-06
3
-18
/
+52
*
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
*
Move this test from test/Transforms/IndVarSimplify to
Dan Gohman
2010-01-05
1
-0
/
+0
*
Don't assign the shift the same type as the variable being shifted. This could
Bill Wendling
2010-01-05
2
-1
/
+18
*
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
3
-25
/
+25
*
Re-add parsing of function-local metadata; this time with testcase.
Victor Hernandez
2010-01-05
3
-21
/
+50
*
more rearrangement and cleanup, fix my test failure.
Chris Lattner
2010-01-05
2
-122
/
+108
*
cleanup
Chris Lattner
2010-01-05
1
-18
/
+15
*
remove two trunc xforms that are subsumed by EvaluateInDifferentType.
Chris Lattner
2010-01-05
2
-36
/
+2
*
merge some tests.
Chris Lattner
2010-01-05
5
-49
/
+39
*
Add Rt2 to the asm format string for 32-bit Thumb load/store register dual
Johnny Chen
2010-01-05
1
-3
/
+3
*
merge cast2 into cast.ll
Chris Lattner
2010-01-05
2
-37
/
+37
*
Allow null to be an element of NamedMDNode. e.g. !llvm.stuff = !{!0, !1, null}
Devang Patel
2010-01-05
6
-12
/
+22
*
remove useless test.
Chris Lattner
2010-01-05
1
-35
/
+0
*
another example.
Chris Lattner
2010-01-05
1
-0
/
+8
*
Don't specify CR sub-registers as implicit defs of BL instructions.
Jakob Stoklund Olesen
2010-01-05
1
-6
/
+2
[prev]
[next]