projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
oota-llvm.git
2008-03-13
Evan Cheng
Undo tweak. It had no obvious benefit.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-13
Devang Patel
Remove unused GetAddressOfSymbol()
commit
|
commitdiff
|
tree
|
snapshot
2008-03-13
Evan Cheng
New test case.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-13
Evan Cheng
Typo.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-13
Evan Cheng
Don't try to sink 3-address instruction if convertToThr...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-13
Evan Cheng
A test case I forgot to check in.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-13
Evan Cheng
Remove an unused command line option.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-13
Evan Cheng
TwoAddressInstructionPass enhancement. After it convert...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-13
Christopher...
Get rid of a pseudo instruction and replace it with...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-13
Chris Lattner
Fix Path::GetMainExecutable on cygwin, patch by Sam...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-13
Chris Lattner
remove extraneous namespace qualifier, PR2142
commit
|
commitdiff
|
tree
|
snapshot
2008-03-13
Chris Lattner
move a bunch of trivial methods to be inline.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-13
Chris Lattner
Various improvements suggested by Duncan
commit
|
commitdiff
|
tree
|
snapshot
2008-03-13
Chris Lattner
Fix an incorrect comment, PR2147.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-13
Evan Cheng
Improve VarInfo::removeKill() by using std::find instea...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-13
Nick Lewycky
Update -mem2reg to use succ_iterator instead of iterati...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-13
Evan Cheng
Remove unused options.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-13
Dan Gohman
Eliminate a few unnecessary uses of dynamic_cast.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-13
Dan Gohman
Fix a typo.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-13
Dan Gohman
Don't redundantly clear std::vector members in destructors.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-13
Dan Gohman
Change PMTopLevelManager's PassManagers vector element...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-13
Dan Gohman
Change PMStack::push to accept a PMDataManager* instead of
commit
|
commitdiff
|
tree
|
snapshot
2008-03-13
Dan Gohman
Fix a typo in a comment.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-13
Dan Gohman
No need for typedefs with enums in C++.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-13
Evan Cheng
Refactor some code out of MachineSink into a MachineIns...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-12
Dale Johannesen
Do not promote float params to double in varargs
commit
|
commitdiff
|
tree
|
snapshot
2008-03-12
Evan Cheng
Experimental scheduler change to schedule / coalesce...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-12
Duncan Sands
Initial soft-float support for LegalizeTypes. I rewrote
commit
|
commitdiff
|
tree
|
snapshot
2008-03-12
Dan Gohman
Change VirtRegMap's dump to dump to cerr, not DOUT...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-12
Dan Gohman
Fix typos in comments.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-12
Dan Gohman
Fix this test on hosts that don't have sse2.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-12
Duncan Sands
Fix typo.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-12
Duncan Sands
Don't try to extract an i32 from an f64. This
commit
|
commitdiff
|
tree
|
snapshot
2008-03-12
Chris Lattner
Reimplement the parameter attributes support, phase...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-12
Chris Lattner
no need to keep around this output.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-12
Evan Cheng
Document an implementation detail about EXTRACT_SUBREG...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-12
Owen Anderson
Improve the return slot optimization to be both more...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-12
Evan Cheng
Clean up my own mess.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-12
Owen Anderson
We also need to collect the VN IDs for the PHI instruct...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-12
Owen Anderson
When we're determining what registers to coallesce...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-12
Chris Lattner
when the bitcode reader is referencing a paramattr...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-12
Evan Cheng
Total brain cramp.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-12
Chris Lattner
This is a simple fix for getting error messages from...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-12
Dale Johannesen
One more bit of Altivec parameter passing.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-12
Anton Korobeynikov
Be backward compatible
commit
|
commitdiff
|
tree
|
snapshot
2008-03-12
Devang Patel
Check multiple return values.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-12
Dan Gohman
Make this test x86-specific for now; targets that don...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-12
Dale Johannesen
Implement Altivec passing to varargs functions on ppc.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-12
Evan Cheng
Set NextMII after issuing a physical register spill.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-12
Devang Patel
Fix attribute handling.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-12
Evan Cheng
Minor debug output bug.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Dan Gohman
Basic feature test for multiple return values in codegen.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Anton Korobeynikov
Ultimately resolve aliases during linking, if possible
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Anton Korobeynikov
Testcase for PR2137
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Anton Korobeynikov
Correctly propagate thread-local flag from aliasee...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Dan Gohman
Use PassManagerBase instead of FunctionPassManager...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Anton Korobeynikov
Add helper for ultimate aliasee resoltion
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Devang Patel
Handle multiple ret values.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Devang Patel
Initialize.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Dan Gohman
Check to see if a two-entry PHI block can be simplified
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Dan Gohman
Make this test more challenging to help it avoid being
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Anton Korobeynikov
Update testcase for recent aliases change
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Anton Korobeynikov
Honour aliases visibility during asm emission
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Anton Korobeynikov
Honour aliases visibility when reading from/writing...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Dan Gohman
Add a test to ensure that all-ones vectors are material...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Evan Cheng
Transfer physical register spill info when load / store...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Dan Gohman
Use the correct value for InSignBit.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Dan Gohman
Initial codegen support for functions and calls with...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Chris Lattner
Implement basic support for the 'f' register class...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Chris Lattner
coalesce away 80-bit floating point copies.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Chris Lattner
convert a massive if statement to a switch.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Chris Lattner
start handling the 'f' x87 constraint.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Devang Patel
Skip functions that return multiple values.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Dale Johannesen
The feature this is testing did not work in the general...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Devang Patel
Fix getOperand() for ReturnInst.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Devang Patel
Become multiple return value aware.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Devang Patel
Add TODO reminder.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Dan Gohman
Give PassManager and FunctionPassManager a common base...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Dan Gohman
Fix typos in comments.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Christopher...
Missed part of recommit.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Christopher...
Recommitting parts of r48130. These do not appear to...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Christopher...
Recommitting changes after more testing. These appear...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Evan Cheng
Use TargetRegisterInfo::getPhysicalRegisterRegClass...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Evan Cheng
If there are multiple register classes that a register...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Evan Cheng
Learn how to xfail a test.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Evan Cheng
When the register allocator runs out of registers,...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Evan Cheng
In 32-bit mode, mark 64-bit GPR's as unallocatable.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Evan Cheng
XFAIL due to Dale's change.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Duncan Sands
Some LegalizeTypes code factorization and minor
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Chris Lattner
compile: double test() {}
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Nick Lewycky
Fix the build on gcc 4.2.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Devang Patel
fix grammer
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Devang Patel
Initial multiple return values support.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Chris Lattner
Change the model for FP Stack return to use fp operands...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Chris Lattner
variadic instructions don't have operand info for varia...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Dan Gohman
Upgrade this test.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Dan Gohman
Generalize ExpandIntToFP to handle the case where the...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Chris Lattner
If a register operand comes from the variadic part...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Evan Cheng
Temporarily revert 48175.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Anton Korobeynikov
Fix thinko: alias always defines new symbol. Even is...
commit
|
commitdiff
|
tree
|
snapshot
next