projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2007-02-24
Reid Spencer
Fix the remainder shifting in KnuthDiv.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-24
Reid Spencer
1. Fix a bug in fromString for the <= 64bits case
commit
|
commitdiff
|
tree
|
snapshot
2007-02-24
Reid Spencer
1. Fix last bug in KnuthDiv. All divide tests pass...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-24
Reid Spencer
Improve documentation.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-24
Jim Laskey
Deal with cases when MMI is not requested.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-24
Jim Laskey
Drop unused operand.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-24
Reid Spencer
1. Make internal functions take const arguments where...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-24
Bill Wendling
Added some more information on how to use "delta" to...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-24
Chris Lattner
Fix PR1216 by cleaning up the ownership of JITResolver.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-24
Chris Lattner
Fix CodeGen/Generic/2007-02-23-DAGCombine-Miscompile...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-24
Chris Lattner
testcase for PR1219
commit
|
commitdiff
|
tree
|
snapshot
2007-02-24
Chris Lattner
remove folding set debug output
commit
|
commitdiff
|
tree
|
snapshot
2007-02-24
Chris Lattner
Fix Transforms/ConstProp/2007-02-23-sdiv.ll and PR1215
commit
|
commitdiff
|
tree
|
snapshot
2007-02-24
Chris Lattner
testcase for pr1215
commit
|
commitdiff
|
tree
|
snapshot
2007-02-24
Chris Lattner
Fix InstCombine/2007-02-23-PhiFoldInfLoop.ll and PR1217
commit
|
commitdiff
|
tree
|
snapshot
2007-02-24
Chris Lattner
testcase for pr1217
commit
|
commitdiff
|
tree
|
snapshot
2007-02-24
Chris Lattner
Refactor the setName stuff, moving it down the inherita...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-23
Bill Wendling
Make the testcase correct.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-23
Bill Wendling
Testcase for PR1164
commit
|
commitdiff
|
tree
|
snapshot
2007-02-23
Bill Wendling
PR1164:
commit
|
commitdiff
|
tree
|
snapshot
2007-02-23
Chris Lattner
Avoid TBAA issue.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-23
Jim Laskey
New test - practically wrote itself.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-23
Lauro Ramos...
bugfix: SP wasn't updated for varargs when frame pointe...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-23
Evan Cheng
Reuse extends the liveness of a register. Transfer...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-23
Jim Laskey
Handle improper cast.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-23
Evan Cheng
Handle cases when joining live intervals of two virtual...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-23
Jim Laskey
Don't spill LR as a callee saved register.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-23
Lauro Ramos...
Fix stack alignment in functions with varargs.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-23
Chris Lattner
fix an obscure and tricky bug the inliner can hit somet...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-23
Chris Lattner
fix this testcase
commit
|
commitdiff
|
tree
|
snapshot
2007-02-23
Chris Lattner
crtend is only for llvm-gcc3, remove it.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-23
Devang Patel
Fix thinko.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-23
Devang Patel
Loop passes are set up to accept pointer.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-23
Evan Cheng
Mark livein registers as being in used.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-23
Chris Lattner
clarify.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-23
Dale Johannesen
rewrite of constant islands
commit
|
commitdiff
|
tree
|
snapshot
2007-02-23
Evan Cheng
-march=arm -enable-thumb => -march=thumb
commit
|
commitdiff
|
tree
|
snapshot
2007-02-23
Evan Cheng
Added -march=thumb; removed -enable-thumb.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-23
Evan Cheng
80 col. violation.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-23
Anton Korobeynikov
External weak linkage is supported by recent binutils...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-23
Reid Spencer
1. Fix a carry out problem in add if destination and...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-23
Evan Cheng
A spill kills the register being stored. But it is...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-23
Evan Cheng
First potential client of register scavenger.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-23
Evan Cheng
By default, spills kills the register being stored.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-23
Evan Cheng
Add option to turn on register scavenger; By default...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-23
Evan Cheng
Temporay hook to enable register scavening for specific...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-23
Evan Cheng
Use findRegisterUseOperand to find a kill of particular...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-23
Evan Cheng
Initial check in of register scavenger. Its only curren...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-23
Devang Patel
Teach LoopPass to assign itself one Loop Pass Manager.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-23
Devang Patel
Add facility that allows LoopPass to re-insert a loop...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-23
Devang Patel
Add LPPassManager interface that LoopPass can use to...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-22
Evan Cheng
Copy and paste silliness.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-22
Chris Lattner
remove obsolete file
commit
|
commitdiff
|
tree
|
snapshot
2007-02-22
Devang Patel
Populate and walk loop queue.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-22
Devang Patel
Add LoopQueue. This is used by loop pass manager to...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-22
Evan Cheng
Remove unnecessary isKill properties if a live range...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-22
Jim Laskey
Update comment.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-22
Jim Laskey
Missing end of abbreviations - correction
commit
|
commitdiff
|
tree
|
snapshot
2007-02-22
Jim Laskey
Missing end of abbreviations.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-22
Jim Laskey
Need to init.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-22
Jim Laskey
Typo.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-22
Jim Laskey
Remove isAccessable.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-22
Jim Laskey
Use exception flag.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-22
Jim Laskey
Revert changes for a simplier solution.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-22
Jim Laskey
Remove assertion.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-22
Jim Laskey
Tighten up error checking of args.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-22
Jim Laskey
Handle lowering invoke to call correctly.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-22
Jim Laskey
Simplify lowering and selection of exception ops.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-22
Andrew Lenharth
missed cast elimination
commit
|
commitdiff
|
tree
|
snapshot
2007-02-22
Jim Laskey
Simplify lowering and selection of exception ops.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-22
Devang Patel
Add Loop Pass Manager.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-22
Chris Lattner
clarify llvm-gcc GPL issue
commit
|
commitdiff
|
tree
|
snapshot
2007-02-22
Reid Spencer
When converting from 64 to 32-bits, use the actual...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-22
Reid Spencer
Fix countLeadingZeros in the case that the bitwidth...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-21
Jim Laskey
Support to provide exception and selector registers.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-21
Jim Laskey
Selection and lowering for exception handling.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-21
Jim Laskey
Itanium ABI exception handing support.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-21
Jim Laskey
Exception handling support.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-21
Jim Laskey
Add support for changes in DwarfWriter.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-21
Jim Laskey
Add TAI field for exception table section.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-21
Jim Laskey
Make branch folding behave in the presence of landing...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-21
Jim Laskey
Allow for live in registers for eh landing pads.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-21
Jim Laskey
Add a flag to MBBs to indicate whether it is an eh...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-21
Jim Laskey
Add structures used for collecting eh information.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-21
Jim Laskey
Add new instructions for handling data passed into...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-21
Jim Laskey
Add new intrinsics for eh support.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-21
Evan Cheng
ELF / PIC requires GOT be in the EBX register during...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-21
Devang Patel
Simplify
commit
|
commitdiff
|
tree
|
snapshot
2007-02-21
Reid Spencer
Reorganize some code to make it clearer, avoid a few...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-21
Chris Lattner
revert r1.68. This breaks 'make install' without doing...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-21
Reid Spencer
Fix the carry in addition.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-21
Reid Spencer
Add a dump() method for debugging.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-21
Reid Spencer
1. Add a dump() method for faster debugging.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-21
Devang Patel
Fix memory leak (PR 775).
commit
|
commitdiff
|
tree
|
snapshot
2007-02-21
Evan Cheng
Out of bound reference.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-21
Evan Cheng
Use BitVector instead. No functionality change.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-21
Reid Spencer
Fix countLeadingZeros to actually return the correct...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-20
Reid Spencer
Make long addition and subtraction work. Speed things...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-20
Evan Cheng
This cast broke lots of tests.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-20
Dan Gohman
Fix typos in comments.
commit
|
commitdiff
|
tree
|
snapshot
next