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
...
*
teach X86InstrInfo::copyRegToReg how to copy into ST(0) from
Chris Lattner
2008-03-09
3
-16
/
+57
*
Don't eliminate blocks that are only reachable by unwind_to.
Nick Lewycky
2008-03-09
1
-2
/
+8
*
Add ScheduleDAG support for copytoreg where the src/dst register are
Chris Lattner
2008-03-09
2
-16
/
+32
*
add some code to support cross-register class copying from
Chris Lattner
2008-03-09
1
-4
/
+22
*
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-03-09
65
-787
/
+863
*
rearrange some code, no functionality change.
Chris Lattner
2008-03-09
1
-58
/
+59
*
fix 80 col violation
Chris Lattner
2008-03-09
1
-1
/
+2
*
Firstly, having a BranchInst isn't exclusive with having an unwind_to.
Nick Lewycky
2008-03-09
2
-5
/
+26
*
claim ST(x) registers are 80 bits, which is true. This doesn't affect
Chris Lattner
2008-03-09
1
-1
/
+1
*
extend fp values with FP_EXTEND not FP_ROUND.
Chris Lattner
2008-03-09
1
-3
/
+6
*
A BB that unwind_to an "unwind" inst is that same as one that doesn't unwind_to
Nick Lewycky
2008-03-09
2
-1
/
+12
*
This patch cleans up the OCaml bindings so that they format nicely with
Gordon Henriksen
2008-03-09
6
-349
/
+373
*
rename FP_SETRESULT -> FP_SET_ST0
Chris Lattner
2008-03-09
4
-15
/
+15
*
rename FpGETRESULT32 -> FpGET_ST0_32 etc. Add support for
Chris Lattner
2008-03-09
5
-46
/
+62
*
reduce this testcase more
Chris Lattner
2008-03-09
1
-14
/
+0
*
Finish implementing a readme entry: when inserting an i64 variable
Chris Lattner
2008-03-09
3
-43
/
+29
*
Update the block cloner which fixes bugpoint on code using unwind_to (phew!)
Nick Lewycky
2008-03-09
7
-16
/
+45
*
Update the inliner and simplifycfg to handle unwind_to.
Nick Lewycky
2008-03-09
4
-1
/
+70
*
Two things. Preserve the unwind_to when splitting a BB.
Nick Lewycky
2008-03-09
3
-7
/
+19
*
Prune the unwind_to labels on BBs that don't need them. Another step in the
Nick Lewycky
2008-03-09
2
-3
/
+31
*
add a note
Chris Lattner
2008-03-09
1
-0
/
+37
*
Implement a readme entry, compiling
Chris Lattner
2008-03-09
3
-26
/
+57
*
upgrade this test
Chris Lattner
2008-03-09
1
-4
/
+4
*
make this test harder
Chris Lattner
2008-03-09
1
-0
/
+1
*
Fix two problems in SelectionDAGLegalize::ExpandBUILD_VECTOR's handling
Chris Lattner
2008-03-09
1
-21
/
+38
*
Teach SD some vector identities, allowing us to compile vec_set-9 into:
Chris Lattner
2008-03-08
2
-1
/
+21
*
1) Improve comments.
Chris Lattner
2008-03-08
1
-1
/
+14
*
minor simplifications to this code, don't create a dead
Chris Lattner
2008-03-08
1
-6
/
+10
*
This one looks easy, add a note.
Chris Lattner
2008-03-08
1
-1
/
+2
*
move these to the appropriate file
Chris Lattner
2008-03-08
2
-53
/
+57
*
Not all users of a BB are Instructions any more.
Nick Lewycky
2008-03-08
2
-6
/
+9
*
Load the symbols first so that the interpreter constructor can find them when
Nick Lewycky
2008-03-08
1
-9
/
+5
*
much simpler test case
Andrew Lenharth
2008-03-08
2
-442
/
+3
*
Remove unused runPass methods.
Dan Gohman
2008-03-08
2
-29
/
+0
*
More ppc32 byval handling (bug fixes). Things
Dale Johannesen
2008-03-08
1
-3
/
+23
*
Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ...
Evan Cheng
2008-03-08
15
-17
/
+84
*
Add support for calls with i128 return values on ppc64.
Dan Gohman
2008-03-08
2
-3
/
+49
*
Something that kills a super-register also
Bill Wendling
2008-03-07
1
-2
/
+1
*
Fix a typo. It's causing consumer-typeset to miscompile. Perhaps more.
Evan Cheng
2008-03-07
1
-1
/
+1
*
There is no killUse.
Dan Gohman
2008-03-07
1
-1
/
+1
*
add dropped section test case for PR2123
Andrew Lenharth
2008-03-07
2
-0
/
+460
*
Add new sretpromotion pass.
Devang Patel
2008-03-07
1
-0
/
+1
*
PPC64 passes arguments of integral type in i64 registers, not i32. Reflect this
Bill Wendling
2008-03-07
1
-26
/
+43
*
Add support for lowering 128-bit shifts on ppc64.
Dan Gohman
2008-03-07
2
-44
/
+74
*
Next bits of PPC byval handling. Basically functional
Dale Johannesen
2008-03-07
1
-7
/
+73
*
Add support for ppc64 shifts with 7-bit (oversized) shift amount (e.g. PPCshl).
Chris Lattner
2008-03-07
2
-6
/
+16
*
Replace SDT_PPCShiftOp in favor of SDTIntBinOps. This allows it to work
Chris Lattner
2008-03-07
1
-6
/
+3
*
Fixed a register scavenger bug. If a def is re-defining part of a super regis...
Evan Cheng
2008-03-07
2
-3
/
+28
*
only extract main if the user didn't specify anything to extract
Andrew Lenharth
2008-03-07
1
-1
/
+1
*
RetVal is not used when there are more then one return operands.
Devang Patel
2008-03-07
1
-2
/
+3
[prev]
[next]