projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Chris and Evan noticed that this check was compleatly fubared. I was
2008-01-05
Bill Wendling
Chris and Evan noticed that this check was compleatly...
commit
|
commitdiff
|
tree
2008-01-04
Bill Wendling
Don't recalculate the loop info and loop dominators...
commit
|
commitdiff
|
tree
2008-01-04
Bill Wendling
doc_code-ify some code in this doc.
commit
|
commitdiff
|
tree
2008-01-04
Bill Wendling
80-column violations.
commit
|
commitdiff
|
tree
2008-01-04
Bill Wendling
Add that this preserves some analyses.
commit
|
commitdiff
|
tree
2008-01-04
Bill Wendling
Move option to enable machine LICM into LLVMTargetMachine...
commit
|
commitdiff
|
tree
2008-01-04
Bill Wendling
Call the parent's getAnalysisUsage.
commit
|
commitdiff
|
tree
2008-01-03
Bill Wendling
Remove the default else. This was ending in code that...
commit
|
commitdiff
|
tree
2008-01-02
Bill Wendling
Use the correct MachineRegisterInfo object.
commit
|
commitdiff
|
tree
2008-01-02
Bill Wendling
Machine LICM will check that operands are defined outside...
commit
|
commitdiff
|
tree
2008-01-02
Bill Wendling
Remove dead code.
commit
|
commitdiff
|
tree
2008-01-02
Bill Wendling
Use the new architecture to get the containing machine...
commit
|
commitdiff
|
tree
2008-01-01
Bill Wendling
Update this testcase. The output needs to be disabled...
commit
|
commitdiff
|
tree
2007-12-30
Bill Wendling
If we have a load of a global address that's not modified...
commit
|
commitdiff
|
tree
2007-12-20
Bill Wendling
Updated comments to reflect what "side effects" means...
commit
|
commitdiff
|
tree
2007-12-19
Bill Wendling
Modified to support comments better.
commit
|
commitdiff
|
tree
2007-12-19
Bill Wendling
Mark the "isRemat" instruction as never having side...
commit
|
commitdiff
|
tree
2007-12-18
Bill Wendling
Add debugging info. Use the newly created "hasUnmodelledSide...
commit
|
commitdiff
|
tree
2007-12-18
Bill Wendling
Ignore shell scripts when doing "dsymutil" call.
commit
|
commitdiff
|
tree
2007-12-17
Bill Wendling
s/hasSideEffects/hasUnmodelledSideEffects/g
commit
|
commitdiff
|
tree
2007-12-17
Bill Wendling
Add "mayHaveSideEffects" and "neverHasSideEffects"...
commit
|
commitdiff
|
tree
2007-12-17
Bill Wendling
LD_Fp64m should have "isRematerializable" set.
commit
|
commitdiff
|
tree
2007-12-17
Bill Wendling
Add "hasSideEffects" method to MachineInstrInfo class.
commit
|
commitdiff
|
tree
2007-12-17
Bill Wendling
Add MachineLICM.cpp
commit
|
commitdiff
|
tree
2007-12-17
Bill Wendling
As per feedback, revised comments to (hopefully) make...
commit
|
commitdiff
|
tree
2007-12-16
Bill Wendling
Remove spurious warnings from GCC:
commit
|
commitdiff
|
tree
2007-12-14
Bill Wendling
Add flags to indicate that there are "never" side effects...
commit
|
commitdiff
|
tree
2007-12-12
Bill Wendling
Bit masks conflicted. Needed to bump them by one.
commit
|
commitdiff
|
tree
2007-12-11
Bill Wendling
Need to grow the indexed map. Added debug statements.
commit
|
commitdiff
|
tree
2007-12-11
Bill Wendling
Simplify slightly.
commit
|
commitdiff
|
tree
2007-12-11
Bill Wendling
Blark! How in the world did this work without this?!
commit
|
commitdiff
|
tree
2007-12-11
Bill Wendling
- Update the virtual reg to machine instruction map...
commit
|
commitdiff
|
tree
2007-12-11
Bill Wendling
Checking for "zero operands" during the "CanHoistInst...
commit
|
commitdiff
|
tree
2007-12-08
Bill Wendling
Reverting 44702. It wasn't correct to rename them.
commit
|
commitdiff
|
tree
2007-12-08
Bill Wendling
Renaming:
commit
|
commitdiff
|
tree
2007-12-08
Bill Wendling
Incorporated comments from Evan and Chris:
commit
|
commitdiff
|
tree
2007-12-07
Bill Wendling
Initial commit of the machine code LICM pass. It successfull...
commit
|
commitdiff
|
tree
2007-12-05
Bill Wendling
Alphabetizing; I want to be the last in the file!!...
commit
|
commitdiff
|
tree
2007-11-15
Bill Wendling
Adding debug output during coalescing.
commit
|
commitdiff
|
tree
2007-11-15
Bill Wendling
Need to increment the iterator.
commit
|
commitdiff
|
tree
2007-11-13
Bill Wendling
Unifacalize the CALLSEQ{START,END} stuff.
commit
|
commitdiff
|
tree
2007-11-13
Bill Wendling
Unify CALLSEQ_{START,END}. They take 4 parameters:...
commit
|
commitdiff
|
tree
2007-11-12
Bill Wendling
Move SYSCTL stuff close to where it's used.
commit
|
commitdiff
|
tree
2007-11-09
Bill Wendling
Initial commit of files that support building LLVM...
commit
|
commitdiff
|
tree
2007-11-07
Bill Wendling
Add testcase
commit
|
commitdiff
|
tree
2007-11-06
Bill Wendling
Clarify some of the iostreams stuff.
commit
|
commitdiff
|
tree
2007-11-01
Bill Wendling
Silence a warning saying that the variables always...
commit
|
commitdiff
|
tree
2007-11-01
Bill Wendling
Silence, accersed warning
commit
|
commitdiff
|
tree
2007-11-01
Bill Wendling
Get rid of compilation warning during release builds
commit
|
commitdiff
|
tree
2007-10-26
Bill Wendling
Test to make sure that if we have an unaligned memcpy...
commit
|
commitdiff
|
tree
2007-10-26
Bill Wendling
On second thought. Remove this as it should never be...
commit
|
commitdiff
|
tree
2007-10-26
Bill Wendling
- Remove the hacky code that forces a memcpy. Alignment...
commit
|
commitdiff
|
tree
2007-10-25
Bill Wendling
Changed XXX to FIXME, and added comment to the README...
commit
|
commitdiff
|
tree
2007-10-25
Bill Wendling
Added comment explaining why we are doing this check.
commit
|
commitdiff
|
tree
2007-10-23
Bill Wendling
Fix comment and use the "Size" variable that's already...
commit
|
commitdiff
|
tree
2007-10-23
Bill Wendling
If there's an unaligned memcpy to/from the stack, don...
commit
|
commitdiff
|
tree
2007-10-23
Bill Wendling
This broke lots. Reverting.
commit
|
commitdiff
|
tree
2007-10-23
Bill Wendling
Lowering a memcpy to the stack is killing PPC. The...
commit
|
commitdiff
|
tree
2007-10-22
Bill Wendling
Put correct link in example
commit
|
commitdiff
|
tree
2007-10-19
Bill Wendling
Don't branch fold inline asm statements.
commit
|
commitdiff
|
tree
2007-10-19
Bill Wendling
Removed "-arch i386" by popular demand...
commit
|
commitdiff
|
tree
2007-10-19
Bill Wendling
Now with RUN line!
commit
|
commitdiff
|
tree
2007-10-19
Bill Wendling
Remove the Foundation.h file because not everyone has...
commit
|
commitdiff
|
tree
2007-10-19
Bill Wendling
Negative indices aren't allowed here.
commit
|
commitdiff
|
tree
2007-10-18
Bill Wendling
Fix the command line.
commit
|
commitdiff
|
tree
2007-10-18
Bill Wendling
Pointer arithmetic should be done with the index the...
commit
|
commitdiff
|
tree
2007-10-17
Bill Wendling
Test to make sure we don't generate unwind info for...
commit
|
commitdiff
|
tree
2007-10-10
Bill Wendling
Fix 80-column violations
commit
|
commitdiff
|
tree
2007-10-04
Bill Wendling
Support Objective C++ too.
commit
|
commitdiff
|
tree
2007-10-04
Bill Wendling
Added testcase for creation of metadata with null pointers.
commit
|
commitdiff
|
tree
2007-10-04
Bill Wendling
un-XFAIL this test.
commit
|
commitdiff
|
tree
2007-10-03
Bill Wendling
Temporarily XFAIL this test.
commit
|
commitdiff
|
tree
2007-10-02
Bill Wendling
Another micro-opt.
commit
|
commitdiff
|
tree
2007-10-02
Bill Wendling
Another missed optimization with LICM.
commit
|
commitdiff
|
tree
2007-10-02
Bill Wendling
Small label changes.
commit
|
commitdiff
|
tree
2007-10-02
Bill Wendling
Now with source code.
commit
|
commitdiff
|
tree
2007-10-02
Bill Wendling
Now with LL code!
commit
|
commitdiff
|
tree
2007-10-02
Bill Wendling
Another missed optimization.
commit
|
commitdiff
|
tree
2007-10-02
Bill Wendling
Micro-optimization -- missed LICM opportunity.
commit
|
commitdiff
|
tree
2007-09-27
Bill Wendling
No, really, it *is* SSSE3. ;-)
commit
|
commitdiff
|
tree
2007-09-25
Bill Wendling
Grammar fix.
commit
|
commitdiff
|
tree
2007-09-24
Bill Wendling
Don't execute dump unless NDEBUG isn't defined.
commit
|
commitdiff
|
tree
2007-09-22
Bill Wendling
Validation fixes
commit
|
commitdiff
|
tree
2007-09-22
Bill Wendling
Validation fixes
commit
|
commitdiff
|
tree
2007-09-22
Bill Wendling
Validation fixes
commit
|
commitdiff
|
tree
2007-09-22
Bill Wendling
Validation fixes
commit
|
commitdiff
|
tree
2007-09-22
Bill Wendling
Validation fixes
commit
|
commitdiff
|
tree
2007-09-22
Bill Wendling
Validation fixes
commit
|
commitdiff
|
tree
2007-09-22
Bill Wendling
Validation fixes
commit
|
commitdiff
|
tree
2007-09-22
Bill Wendling
Validation fixes
commit
|
commitdiff
|
tree
2007-09-22
Bill Wendling
Validation fixes
commit
|
commitdiff
|
tree
2007-09-22
Bill Wendling
Formatting changes.
commit
|
commitdiff
|
tree
2007-09-18
Bill Wendling
Don't pass back a reference to a temporary.
commit
|
commitdiff
|
tree
2007-09-18
Bill Wendling
Update my entry.
commit
|
commitdiff
|
tree
2007-09-18
Bill Wendling
The exception handling function info should be reset...
commit
|
commitdiff
|
tree
2007-09-18
Bill Wendling
Objective-C was generating EH frame info like this:
commit
|
commitdiff
|
tree
2007-09-17
Bill Wendling
Add support for appending a suffix to the end of a...
commit
|
commitdiff
|
tree
2007-09-16
Bill Wendling
Follow-up to patch r41999. Make the conditional that...
commit
|
commitdiff
|
tree
2007-09-16
Bill Wendling
Only emit the personality function as a global value...
commit
|
commitdiff
|
tree
2007-09-14
Bill Wendling
Temporary reverting r41817
commit
|
commitdiff
|
tree
next