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-02-22
Anton Korobeynikov
Add smart refcounting pointer class to ADT back (known...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-22
Chris Lattner
fix some bugs in tutorial, patch by Erick Tryzelaar
commit
|
commitdiff
|
tree
|
snapshot
2008-02-22
Anton Korobeynikov
Unbreak build for VC2008. Patch by Argiris Kirtzidis!
commit
|
commitdiff
|
tree
|
snapshot
2008-02-22
Anton Korobeynikov
Provide __main hooks for cygwin & mingw32
commit
|
commitdiff
|
tree
|
snapshot
2008-02-22
Zhou Sheng
Fixed a typo.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-22
Evan Cheng
Allow re-materialization of pic load (controlled by...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-22
Evan Cheng
Enable re-materialization of instructions which have...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-22
Chris Lattner
copy mmx values from/to memory with GPRs on x86-32
commit
|
commitdiff
|
tree
|
snapshot
2008-02-22
Devang Patel
Print getresult instruction properly.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-22
Devang Patel
Print ret instruction that returns aggregates.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-22
Devang Patel
Read and write getresult.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-22
Chris Lattner
Start using GPR's to copy around mmx value instead...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-22
Chris Lattner
minor cleanups to LSBaseSDNode.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-22
Evan Cheng
Fix compiler warning.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-22
Dan Gohman
Fix a regression in 403.gcc and 186.crafty introduced...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-21
Devang Patel
print getresult instruction.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-21
Devang Patel
Use isa<> instead of getTypeID() to check StructType.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-21
Eli Friedman
A few minor updates, removing implemented stuff and...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-21
Chris Lattner
Make the clobber analysis a bit more smart: we only...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-21
Chris Lattner
Treat clobber operands like early clobbers: if we have
commit
|
commitdiff
|
tree
|
snapshot
2008-02-21
Bill Wendling
Clear PhysRegPartUse for the sub register as well.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-21
Bill Wendling
Adjust the MaxAlignment for the special register scaven...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-21
Evan Cheng
Help testing.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-21
Dan Gohman
Change a C-style cast to const_cast, to avoid a -Wcast...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-21
Andrew Lenharth
Better names as per Evan's request
commit
|
commitdiff
|
tree
|
snapshot
2008-02-21
Nick Lewycky
Simplify this code, no functionality change.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-21
Nick Lewycky
GlobalValues are Constants, remove redundant code....
commit
|
commitdiff
|
tree
|
snapshot
2008-02-21
Tanya Lattner
Remove llvm-upgrade and update tests.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-21
Chris Lattner
Dan implemented one multiply issue. Replace it with...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-21
Andrew Lenharth
Atomic op support. If any gcc test uses __sync builtin...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-21
Chris Lattner
Add support for matching mem operands. This fixes...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-21
Chris Lattner
testcase for PR1133
commit
|
commitdiff
|
tree
|
snapshot
2008-02-21
Chris Lattner
Fix a (harmless) but where vregs were added to the...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-21
Devang Patel
Let invoke return aggregate value.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-21
Devang Patel
Let function call return aggregate.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-21
Devang Patel
Add -disable-output option.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-21
Evan Cheng
Clean up some spilling code using MachineRegisterInfo.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Devang Patel
XFAIL for now.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Devang Patel
Now functions can return aggregate values.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Devang Patel
regenerate.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Devang Patel
Parse
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Devang Patel
What if functions can return aggregate values ?
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Dale Johannesen
Regenerated files.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Dale Johannesen
Support alignment within ParamAttrs in the I/O handling.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Evan Cheng
Poorly named option.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Bill Wendling
Remove one of the fixmes that I put in there. From...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Anton Korobeynikov
Add convenient helper to get suffix of the file
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Devang Patel
getresult does not support nested aggregates.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Bill Wendling
Improve some comments explaining the "handle kills...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Devang Patel
Verifier should use Assert1 instead of assert.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Dan Gohman
Remove inline keywords from in-class function definitio...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Devang Patel
getresult type is the type of indexed aggregate element
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Devang Patel
Regenerate.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Devang Patel
Specify GetResultInst index as an unsigned.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Bill Wendling
Fix comment.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Devang Patel
assert is more effective reminder then FIXME tag for...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Devang Patel
Use isValidOperands() to verify GetResultInst.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Devang Patel
Fix typo. Add const version of getAggregateValue()...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Evan Cheng
Temporarily backing out r47337. It breaks a number...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Duncan Sands
LegalizeTypes support for scalarizing a vector store
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Dan Gohman
Convert Legalize to use the APInt form of ComputeMasked...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Dan Gohman
Add explicit keywords.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Dan Gohman
Convert DAGCombiner to use the APInt form of ComputeMas...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Dan Gohman
Use APInt::intersects.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Dan Gohman
Add an intersects method to APInt, to capture a common...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Anton Korobeynikov
Add documentation for cl::sink stuff
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Anton Korobeynikov
Add 'sink' cmdline option. Patch by Mikhail Glushenkov!
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Anton Korobeynikov
Regenerate
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Anton Korobeynikov
Fix newly-introduced 4.3 warnings
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Anton Korobeynikov
Get rid of hash_map in llvmc
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Anton Korobeynikov
Get rid of hash_map. Use StringMap instead
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Anton Korobeynikov
And final pack of warnings silencing
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Anton Korobeynikov
Make Transforms to be 4.3 warnings-clean
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Anton Korobeynikov
Fix code style
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Anton Korobeynikov
Remove bunch of gcc 4.3-related warnings from Target
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Anton Korobeynikov
Update gcc 4.3 warnings fix patch with recent head...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Anton Korobeynikov
Unbreak build with gcc 4.3: provide missed includes...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Bill Wendling
Added some comments and reformatted others. No function...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Bill Wendling
Fixed typo.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Owen Anderson
When performing return slot optimization, remember...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Evan Cheng
Added memmove to interpreter external functions list...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Bill Wendling
More constification of things. More comments added...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Nick Lewycky
Use getConstant for ConstantInts.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Nick Lewycky
Add 'umax' similar to 'smax' SCEV. Closes PR2003.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Chris Lattner
Fix an incredibly subtle bug exposed by Ted's change...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Bill Wendling
No functionality change:
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Evan Cheng
XFAIL this for now.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Evan Cheng
Disable for now. This is pessimizing code.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-20
Dan Gohman
Add some comments to Intrinsic::getDeclaration to clari...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-19
Dale Johannesen
Add Alignment field to ParameterAttributes and
commit
|
commitdiff
|
tree
|
snapshot
2008-02-19
Evan Cheng
Add hidden option -x86-fold-and-in-test to test the...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-19
Devang Patel
regenerate
commit
|
commitdiff
|
tree
|
snapshot
2008-02-19
Devang Patel
Parse
commit
|
commitdiff
|
tree
|
snapshot
2008-02-19
Devang Patel
Add GetResultInst. First step for multiple return value...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-19
Dale Johannesen
Generated files for checkin 47342.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-19
Dale Johannesen
Forgot a file, goes with 47342.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-19
Dale Johannesen
Expand ParameterAttributes to 32 bits (in preparation
commit
|
commitdiff
|
tree
|
snapshot
2008-02-19
Ted Kremenek
Fixed bug in APInt::Profile() where the BitWidth field...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-19
Andrew Lenharth
fix some byval problems in the cbe. Closes PR2065
commit
|
commitdiff
|
tree
|
snapshot
2008-02-19
Chris Lattner
random cleanups.
commit
|
commitdiff
|
tree
|
snapshot
next