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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not turn 8-bit OR to ADD since ADD8ri is not 3-addressfiable.
Evan Cheng
2010-01-11
1
-4
/
+1
*
Reimplement getToken and SplitString as "StringRef helper functions"
Benjamin Kramer
2010-01-11
1
-2
/
+2
*
Use a 32-bit and with implicit zero-extension instead of a 64-bit and if it
Dan Gohman
2010-01-11
1
-0
/
+11
*
Re-instate MOV64r0 and MOV16r0, with adjustments to work with the
Dan Gohman
2010-01-11
5
-37
/
+44
*
Pattern top-level operators don't need to be restricted to a
Dan Gohman
2010-01-11
2
-2
/
+2
*
Reword this comment to reference a more fundamental issue.
Dan Gohman
2010-01-11
1
-2
/
+2
*
Select an OR with immediate as an ADD if the input bits are known zero. This ...
Evan Cheng
2010-01-11
2
-9
/
+46
*
Implement a feature (-vector-unaligned-mem) to allow targets to
David Greene
2010-01-11
4
-4
/
+16
*
"In order to ease automatic bindings generation, it would be helpful if boole...
Chris Lattner
2010-01-09
1
-1
/
+1
*
Fix http://llvm.org/PR5729: x86-64 tail calls were putting their targets into
Jeffrey Yasskin
2010-01-09
1
-2
/
+2
*
Fix a critical bug in 64-bit atomic operation lowering for 32-bit. The result...
Evan Cheng
2010-01-08
1
-8
/
+10
*
Fix comment.
Evan Cheng
2010-01-08
1
-1
/
+1
*
Minor change, change the order of two "let Inst{...}" stmts within multiclass
Johnny Chen
2010-01-08
1
-1
/
+1
*
After further thought revert the patch to make fast-isel avoid
Eric Christopher
2010-01-08
1
-6
/
+0
*
Fix what looks to me obvious instruction definition bugs.
Evan Cheng
2010-01-08
2
-1
/
+3
*
Remove extraneous include.
Eric Christopher
2010-01-08
1
-1
/
+0
*
If the data requires a relocation then don't attempt to
Eric Christopher
2010-01-07
1
-0
/
+7
*
We need to put any kind of data with a relocation into a
Eric Christopher
2010-01-07
1
-1
/
+1
*
constant materialization could be improved.
Chris Lattner
2010-01-07
1
-0
/
+33
*
Fix a minor regression from my dag combiner changes. One more place which nee...
Evan Cheng
2010-01-07
1
-4
/
+12
*
80 column violations
Jim Grosbach
2010-01-06
1
-4
/
+6
*
Add Target hook to duplicate machine instructions.
Jakob Stoklund Olesen
2010-01-06
2
-21
/
+48
*
Addressing mode 6 (load/store) instructions can't encode an immediate offset
Jim Grosbach
2010-01-06
1
-1
/
+4
*
Teach dag combine to fold the following transformation more aggressively:
Evan Cheng
2010-01-06
1
-49
/
+85
*
Fix a README item: have functionattrs look through selects and
Duncan Sands
2010-01-06
1
-30
/
+1
*
Partially address a README by having functionattrs consider calls to
Duncan Sands
2010-01-06
1
-2
/
+2
*
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
*
Undo r92785, it caused test failure.
Johnny Chen
2010-01-05
1
-3
/
+3
*
Add Rt2 to the asm format string for 32-bit Thumb load/store register dual
Johnny Chen
2010-01-05
1
-3
/
+3
*
Don't specify CR sub-registers as implicit defs of BL instructions.
Jakob Stoklund Olesen
2010-01-05
1
-6
/
+2
*
Move remaining stuff to the isInteger predicate.
Benjamin Kramer
2010-01-05
1
-2
/
+1
*
Convert a ton of simple integer type equality tests to the new predicate.
Benjamin Kramer
2010-01-05
2
-8
/
+8
*
Code refactoring.
Evan Cheng
2010-01-05
1
-9
/
+19
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-1
/
+2
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-8
/
+8
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-1
/
+2
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-1
/
+1
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-1
/
+1
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-30
/
+30
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-10
/
+10
*
Change SelectCode's argument from SDValue to SDNode *, to make it more
Dan Gohman
2010-01-05
14
-458
/
+441
*
Remove dead debug info intrinsics.
Devang Patel
2010-01-05
1
-15
/
+0
*
Remove the SDNPAssociative properties for the flags-producing
Dan Gohman
2010-01-05
1
-6
/
+6
*
Perform this folding as a target specific dag combine:
Evan Cheng
2010-01-04
2
-36
/
+61
*
Remove some README.txt entries which are now implemented.
Dan Gohman
2010-01-04
1
-80
/
+3
*
A use by operand 1 or 2 of a SELECT is not a FLAGS use. This
Dan Gohman
2010-01-04
1
-1
/
+1
*
Flags-producing add, and, or, etc. have the same profibility
Dan Gohman
2010-01-04
1
-0
/
+5
*
Add SDNPCommutative and SDNPAssociative to several X86 target nodes.
Dan Gohman
2010-01-04
1
-6
/
+12
*
Fix invalid chain folding for memory variant of sdiv / udiv
Anton Korobeynikov
2010-01-04
1
-26
/
+26
[next]