projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
add some new methods to adjust this pointers. Not used yet.
2010-01-19
Bill Wendling
Even more explanation.
commit
|
commitdiff
|
tree
2010-01-18
Bill Wendling
- Add getLSDAEncoding to the PowerPC backend.
commit
|
commitdiff
|
tree
2010-01-18
Bill Wendling
Add FIXME comment.
commit
|
commitdiff
|
tree
2010-01-18
Bill Wendling
- Add a comment to the callback indicating that it...
commit
|
commitdiff
|
tree
2010-01-17
Bill Wendling
Reduce fsub-fadd.ll and merge it into fsub-fsub.ll...
commit
|
commitdiff
|
tree
2010-01-16
Bill Wendling
Retrying r91337:
commit
|
commitdiff
|
tree
2010-01-16
Bill Wendling
Temporarily revert r93581. It was causing failures...
commit
|
commitdiff
|
tree
2010-01-14
Bill Wendling
Use ENABLE_ASSERTIONS throughout.
commit
|
commitdiff
|
tree
2010-01-13
Bill Wendling
When the visitSub method was split into visitSub and...
commit
|
commitdiff
|
tree
2010-01-06
Bill Wendling
The previous code could potentially cause a cycle....
commit
|
commitdiff
|
tree
2010-01-06
Bill Wendling
Only check the ordering if there is an ordering for...
commit
|
commitdiff
|
tree
2010-01-05
Bill Wendling
Add a semi-primitive form of scheduling via the "SDNode...
commit
|
commitdiff
|
tree
2010-01-05
Bill Wendling
Don't assign the shift the same type as the variable...
commit
|
commitdiff
|
tree
2009-12-28
Bill Wendling
Mark variable used by 'assert' as 'unused'.
commit
|
commitdiff
|
tree
2009-12-28
Bill Wendling
Remove dead variable.
commit
|
commitdiff
|
tree
2009-12-28
Bill Wendling
Remove dead variable.
commit
|
commitdiff
|
tree
2009-12-28
Bill Wendling
Remove dead variable.
commit
|
commitdiff
|
tree
2009-12-28
Bill Wendling
Remove dead variable.
commit
|
commitdiff
|
tree
2009-12-28
Bill Wendling
Remove dead variable.
commit
|
commitdiff
|
tree
2009-12-28
Bill Wendling
Remove dead store.
commit
|
commitdiff
|
tree
2009-12-28
Bill Wendling
Remove dead store and simplify code.
commit
|
commitdiff
|
tree
2009-12-28
Bill Wendling
Remove dead store.
commit
|
commitdiff
|
tree
2009-12-28
Bill Wendling
Remove dead variable.
commit
|
commitdiff
|
tree
2009-12-28
Bill Wendling
Remove dead variable.
commit
|
commitdiff
|
tree
2009-12-28
Bill Wendling
Remove dead store.
commit
|
commitdiff
|
tree
2009-12-28
Bill Wendling
Remove dead variable.
commit
|
commitdiff
|
tree
2009-12-28
Bill Wendling
Remove dead variable.
commit
|
commitdiff
|
tree
2009-12-28
Bill Wendling
Remove dead variable.
commit
|
commitdiff
|
tree
2009-12-28
Bill Wendling
Mark some debug variables as 'unused' to quiet compiler...
commit
|
commitdiff
|
tree
2009-12-28
Bill Wendling
Remove dead store. The initial value was never used...
commit
|
commitdiff
|
tree
2009-12-28
Bill Wendling
Add an "ATTRIBUTE_UNUSED" macro (and use it). It's...
commit
|
commitdiff
|
tree
2009-12-28
Bill Wendling
Remove dead variable.
commit
|
commitdiff
|
tree
2009-12-28
Bill Wendling
Remove dead variable.
commit
|
commitdiff
|
tree
2009-12-28
Bill Wendling
Remove dead variable.
commit
|
commitdiff
|
tree
2009-12-25
Bill Wendling
Avoid assigning to Changed when it won't be used after...
commit
|
commitdiff
|
tree
2009-12-25
Bill Wendling
Remove dead store.
commit
|
commitdiff
|
tree
2009-12-25
Bill Wendling
Remove dead store from copy-pasto.
commit
|
commitdiff
|
tree
2009-12-25
Bill Wendling
Remove dead store.
commit
|
commitdiff
|
tree
2009-12-25
Bill Wendling
Remove dead store.
commit
|
commitdiff
|
tree
2009-12-25
Bill Wendling
Use the 'MadeChange' variable instead of returning...
commit
|
commitdiff
|
tree
2009-12-23
Bill Wendling
Remove superfluous SDNode ordering.
commit
|
commitdiff
|
tree
2009-12-23
Bill Wendling
Remove node ordering from inline asm nodes. It's not...
commit
|
commitdiff
|
tree
2009-12-23
Bill Wendling
Remove node ordering from VA nodes. It's not needed.
commit
|
commitdiff
|
tree
2009-12-23
Bill Wendling
Revert r91949 r91942 and r91936.
commit
|
commitdiff
|
tree
2009-12-23
Bill Wendling
Finish up node ordering in ExpandNode.
commit
|
commitdiff
|
tree
2009-12-22
Bill Wendling
Assign ordering to nodes created in ExpandNode. Only...
commit
|
commitdiff
|
tree
2009-12-22
Bill Wendling
Assign ordering to SDNodes in PromoteNode. Also fixing...
commit
|
commitdiff
|
tree
2009-12-22
Bill Wendling
Allow 0 as an order number. Don't assign an order to...
commit
|
commitdiff
|
tree
2009-12-22
Bill Wendling
Add more plumbing. This time in the LowerArguments...
commit
|
commitdiff
|
tree
2009-12-22
Bill Wendling
Add SDNode ordering to inlined asm and VA functions.
commit
|
commitdiff
|
tree
2009-12-22
Bill Wendling
Adding more assignment of ordering to SDNodes. This...
commit
|
commitdiff
|
tree
2009-12-22
Bill Wendling
Add ordering of SDNodes to LowerCallTo.
commit
|
commitdiff
|
tree
2009-12-22
Bill Wendling
Now add ordering to SDNodes created by the massive...
commit
|
commitdiff
|
tree
2009-12-22
Bill Wendling
To make things interesting, I added MORE code to set...
commit
|
commitdiff
|
tree
2009-12-21
Bill Wendling
Add more plumbing to assign ordering to SDNodes. Have...
commit
|
commitdiff
|
tree
2009-12-21
Bill Wendling
More ordering plumbing. This time for GEP. I need to...
commit
|
commitdiff
|
tree
2009-12-21
Bill Wendling
Another incremental check-in for assigning ordering...
commit
|
commitdiff
|
tree
2009-12-21
Bill Wendling
Assign ordering to more instructions. Incremental check-in.
commit
|
commitdiff
|
tree
2009-12-21
Bill Wendling
- Add a bit more plumbing assigning an order to SDNodes.
commit
|
commitdiff
|
tree
2009-12-21
Bill Wendling
First wave of plumbing for assigning an ordering to...
commit
|
commitdiff
|
tree
2009-12-21
Bill Wendling
Place SDNodeOrdering.h in the directory it's used.
commit
|
commitdiff
|
tree
2009-12-19
Bill Wendling
Forgot forward declaration.
commit
|
commitdiff
|
tree
2009-12-18
Bill Wendling
Changes from review:
commit
|
commitdiff
|
tree
2009-12-17
Bill Wendling
Revert accidental commit.
commit
|
commitdiff
|
tree
2009-12-17
Bill Wendling
Turn off critical edge splitting for landing pads....
commit
|
commitdiff
|
tree
2009-12-17
Bill Wendling
Temporarily revert 91337. It's causing testcase failures.
commit
|
commitdiff
|
tree
2009-12-16
Bill Wendling
Remove superfluous 'extern' variable that was causing...
commit
|
commitdiff
|
tree
2009-12-16
Bill Wendling
Helpful comment added. Some code cleanup. No functional...
commit
|
commitdiff
|
tree
2009-12-16
Bill Wendling
Initialize uninitialized variables.
commit
|
commitdiff
|
tree
2009-12-16
Bill Wendling
Initialize uninitialized variables.
commit
|
commitdiff
|
tree
2009-12-15
Bill Wendling
Some command lines don't like numbers with leading...
commit
|
commitdiff
|
tree
2009-12-15
Bill Wendling
Initial work on disabling the scheduler. This is a...
commit
|
commitdiff
|
tree
2009-12-15
Bill Wendling
Revert these. They may have been causing 483_xalancbmk...
commit
|
commitdiff
|
tree
2009-12-14
Bill Wendling
The CIE says that the LSDA point in the FDE section...
commit
|
commitdiff
|
tree
2009-12-14
Bill Wendling
Whitespace changes, comment clarification. No functional...
commit
|
commitdiff
|
tree
2009-12-11
Bill Wendling
Don't try to move a MBB into the fall-through position...
commit
|
commitdiff
|
tree
2009-12-11
Bill Wendling
Revert part of r91101 which was causing an infinite...
commit
|
commitdiff
|
tree
2009-12-11
Bill Wendling
Address comments on last patch:
commit
|
commitdiff
|
tree
2009-12-11
Bill Wendling
A machine basic block may end in an unconditional branch...
commit
|
commitdiff
|
tree
2009-12-05
Bill Wendling
Calling InvalidateEntry during the refinement was breaking...
commit
|
commitdiff
|
tree
2009-12-05
Bill Wendling
Final cleanups:
commit
|
commitdiff
|
tree
2009-12-05
Bill Wendling
Temporarily revert r90502. It was causing the llvm...
commit
|
commitdiff
|
tree
2009-12-05
Bill Wendling
Inline methods which are called only once.
commit
|
commitdiff
|
tree
2009-12-05
Bill Wendling
Refactor some code. No functionality change.
commit
|
commitdiff
|
tree
2009-12-04
Bill Wendling
Add testcase for PR4262.
commit
|
commitdiff
|
tree
2009-12-04
Bill Wendling
Temporarily revert r72620 because r72619 was reverted.
commit
|
commitdiff
|
tree
2009-12-04
Bill Wendling
Some code cleanup. No functionality change.
commit
|
commitdiff
|
tree
2009-12-03
Bill Wendling
Revert r90371. It was causing build failures.
commit
|
commitdiff
|
tree
2009-12-03
Bill Wendling
Further improvements: refactoring code that does the...
commit
|
commitdiff
|
tree
2009-12-03
Bill Wendling
This initial code is meant to convert TargetData to...
commit
|
commitdiff
|
tree
2009-12-02
Bill Wendling
Remove unnecessary check.
commit
|
commitdiff
|
tree
2009-12-01
Bill Wendling
Remove some validation errors.
commit
|
commitdiff
|
tree
2009-12-01
Bill Wendling
Some formatting and spelling fixes.
commit
|
commitdiff
|
tree
2009-11-30
Bill Wendling
Debug info is disabled on PPC Darwin.
commit
|
commitdiff
|
tree
2009-11-20
Bill Wendling
Specify proper arch and triple for 64-bit.
commit
|
commitdiff
|
tree
2009-11-20
Bill Wendling
Testcase for r89415.
commit
|
commitdiff
|
tree
2009-11-19
Bill Wendling
Reverting the EH table patches.
commit
|
commitdiff
|
tree
2009-11-19
Bill Wendling
Test from Dhrystone to make sure that we're not emitting...
commit
|
commitdiff
|
tree
2009-11-19
Bill Wendling
The "ReadOnlyWithRel" enum seems to apply more to what...
commit
|
commitdiff
|
tree
2009-11-18
Bill Wendling
Attempt #2:
commit
|
commitdiff
|
tree
next