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-01-04
Chris Lattner
regenerate
commit
|
commitdiff
|
tree
|
snapshot
2007-01-04
Chris Lattner
If we hit a parse error, emit something bad to the...
commit
|
commitdiff
|
tree
|
snapshot
2007-01-04
Reid Spencer
Document this tool as experimental and list its deficie...
commit
|
commitdiff
|
tree
|
snapshot
2007-01-04
Chris Lattner
remove the 'protected' workaround now that we don't...
commit
|
commitdiff
|
tree
|
snapshot
2007-01-04
Chris Lattner
remove xfailed test that depends on obsolete argument...
commit
|
commitdiff
|
tree
|
snapshot
2007-01-04
Reid Spencer
Remove a manual renaming of a variable that was introdu...
commit
|
commitdiff
|
tree
|
snapshot
2007-01-04
Reid Spencer
Clean up usage of "unsigned" and "signed" in the docume...
commit
|
commitdiff
|
tree
|
snapshot
2007-01-04
Lauro Ramos...
Add test for constructor and destructor sections.
commit
|
commitdiff
|
tree
|
snapshot
2007-01-04
Lauro Ramos...
Add extload(i1) test.
commit
|
commitdiff
|
tree
|
snapshot
2007-01-04
Lauro Ramos...
Add test for FCOPYSIGN.
commit
|
commitdiff
|
tree
|
snapshot
2007-01-04
Lauro Ramos...
Expand SELECT (f32/f64) and FCOPYSIGN (f32/f64).
commit
|
commitdiff
|
tree
|
snapshot
2007-01-04
Bill Wendling
Removed reference to "cnull" because typical users...
commit
|
commitdiff
|
tree
|
snapshot
2007-01-04
Chris Lattner
ding dong llvm-gcc3 is dead
commit
|
commitdiff
|
tree
|
snapshot
2007-01-04
Chris Lattner
gcc 4.1.1 on amd64 is broken
commit
|
commitdiff
|
tree
|
snapshot
2007-01-04
Reid Spencer
Death to useless bitcast instructions!
commit
|
commitdiff
|
tree
|
snapshot
2007-01-04
Reid Spencer
Do not allow packed types for icmp and fcmp instructions.
commit
|
commitdiff
|
tree
|
snapshot
2007-01-04
Reid Spencer
icmp and fcmp do not take packed type operands.
commit
|
commitdiff
|
tree
|
snapshot
2007-01-04
Reid Spencer
XFAIL this test until such time that code gen can handl...
commit
|
commitdiff
|
tree
|
snapshot
2007-01-04
Reid Spencer
Regenerate.
commit
|
commitdiff
|
tree
|
snapshot
2007-01-04
Reid Spencer
Disallow packed types in icmp/fcmp instructions. The...
commit
|
commitdiff
|
tree
|
snapshot
2007-01-04
Chris Lattner
Now that setcondinst has been eliminated, we can mark...
commit
|
commitdiff
|
tree
|
snapshot
2007-01-04
Chris Lattner
fix typo
commit
|
commitdiff
|
tree
|
snapshot
2007-01-04
Chris Lattner
Enable a couple xforms for packed vectors (undef |...
commit
|
commitdiff
|
tree
|
snapshot
2007-01-04
Chris Lattner
fix some bugs handling vectors, avoid host-specific...
commit
|
commitdiff
|
tree
|
snapshot
2007-01-04
Chris Lattner
Add a new ConstantPacked::getAllOnesValue method
commit
|
commitdiff
|
tree
|
snapshot
2007-01-04
Devang Patel
Enable new pass manager, which was accidentally disabled.
commit
|
commitdiff
|
tree
|
snapshot
2007-01-04
Reid Spencer
Add a test to ensure that we can assembly comparisons...
commit
|
commitdiff
|
tree
|
snapshot
2007-01-04
Reid Spencer
Regenerate.
commit
|
commitdiff
|
tree
|
snapshot
2007-01-04
Reid Spencer
Permit icmp and fcmp to have packed operands.
commit
|
commitdiff
|
tree
|
snapshot
2007-01-04
Reid Spencer
Test @zext and @sext fully as well as testing the ...
commit
|
commitdiff
|
tree
|
snapshot
2007-01-03
Reid Spencer
Add a test case to test parameter attributes feature.
commit
|
commitdiff
|
tree
|
snapshot
2007-01-03
Reid Spencer
Update test cases that grepped for register names that...
commit
|
commitdiff
|
tree
|
snapshot
2007-01-03
Reid Spencer
Regenerate.
commit
|
commitdiff
|
tree
|
snapshot
2007-01-03
Reid Spencer
Implement many new type features including upreferences...
commit
|
commitdiff
|
tree
|
snapshot
2007-01-03
Reid Spencer
Finish implementation of variable renaming to handle...
commit
|
commitdiff
|
tree
|
snapshot
2007-01-03
Bill Wendling
The previous implementation of LLVM Streams wasn't...
commit
|
commitdiff
|
tree
|
snapshot
2007-01-03
Reid Spencer
Fix a configure warning noticed by Duncan Sands.
commit
|
commitdiff
|
tree
|
snapshot
2007-01-03
Reid Spencer
Remove the find_rule label from the output of flex...
commit
|
commitdiff
|
tree
|
snapshot
2007-01-03
Chris Lattner
fix testcase. It's not safe to strictly evaluate a...
commit
|
commitdiff
|
tree
|
snapshot
2007-01-03
Chris Lattner
Private labels start with .L on linux, not just .
commit
|
commitdiff
|
tree
|
snapshot
2007-01-03
Reid Spencer
Fix a comment that referred to the now defunct ubyte...
commit
|
commitdiff
|
tree
|
snapshot
2007-01-03
Reid Spencer
Remove two useless bit casts.
commit
|
commitdiff
|
tree
|
snapshot
2007-01-03
Reid Spencer
It is no longer permissible to have undefined types...
commit
|
commitdiff
|
tree
|
snapshot
2007-01-03
Reid Spencer
Fix this test case. It is no longer permissible to...
commit
|
commitdiff
|
tree
|
snapshot
2007-01-03
Reid Spencer
Legalizer doesn't do an ANY_EXTEND if we don't ask...
commit
|
commitdiff
|
tree
|
snapshot
2007-01-03
Jim Laskey
NULL names should pass validation.
commit
|
commitdiff
|
tree
|
snapshot
2007-01-03
Jim Laskey
Silence warning.
commit
|
commitdiff
|
tree
|
snapshot
2007-01-03
Anton Korobeynikov
Really big cleanup.
commit
|
commitdiff
|
tree
|
snapshot
2007-01-03
Evan Cheng
A bit more debugging printf's.
commit
|
commitdiff
|
tree
|
snapshot
2007-01-03
Reid Spencer
Restore previous behavior of defaulting to ZEXT. This...
commit
|
commitdiff
|
tree
|
snapshot
2007-01-03
Reid Spencer
Two changes:
commit
|
commitdiff
|
tree
|
snapshot
2007-01-03
Reid Spencer
Clean up from recent changes. Comment the new parameter...
commit
|
commitdiff
|
tree
|
snapshot
2007-01-03
Reid Spencer
Fix this test cases to use parameter attributes for...
commit
|
commitdiff
|
tree
|
snapshot
2007-01-03
Jim Laskey
Vectors are not supported by ConstantInt::getAllOnesValue.
commit
|
commitdiff
|
tree
|
snapshot
2007-01-02
Reid Spencer
This test case previously passed the assembler without...
commit
|
commitdiff
|
tree
|
snapshot
2007-01-02
Reid Spencer
Regenerate.
commit
|
commitdiff
|
tree
|
snapshot
2007-01-02
Reid Spencer
Implement checking for unresolved types in the argument...
commit
|
commitdiff
|
tree
|
snapshot
2007-01-02
Evan Cheng
Fix naming inconsistency.
commit
|
commitdiff
|
tree
|
snapshot
2007-01-02
Evan Cheng
- Fixing naming inconsistency: calleesave -> calleesaved.
commit
|
commitdiff
|
tree
|
snapshot
2007-01-02
Evan Cheng
Fix naming inconsistency: calleesave -> calleesaved.
commit
|
commitdiff
|
tree
|
snapshot
2007-01-02
Evan Cheng
Add virtual method spillCalleeSaveRegisters() and resto...
commit
|
commitdiff
|
tree
|
snapshot
2007-01-02
Reid Spencer
Add a test case for abstract parameter and result types...
commit
|
commitdiff
|
tree
|
snapshot
2007-01-02
Jim Laskey
PR1068 - Unbounded array debug info.
commit
|
commitdiff
|
tree
|
snapshot
2007-01-02
Reid Spencer
Regenerate.
commit
|
commitdiff
|
tree
|
snapshot
2007-01-02
Reid Spencer
Permit signed and unsigned integer constants to be...
commit
|
commitdiff
|
tree
|
snapshot
2007-01-02
Reid Spencer
For PR1070:
commit
|
commitdiff
|
tree
|
snapshot
2007-01-02
Reid Spencer
For PR1070:
commit
|
commitdiff
|
tree
|
snapshot
2007-01-02
Reid Spencer
Manually upgrade this test case to make sure that the...
commit
|
commitdiff
|
tree
|
snapshot
2007-01-02
Reid Spencer
For PR1070:
commit
|
commitdiff
|
tree
|
snapshot
2007-01-02
Reid Spencer
Regenerate.
commit
|
commitdiff
|
tree
|
snapshot
2007-01-02
Reid Spencer
For PR1070:
commit
|
commitdiff
|
tree
|
snapshot
2007-01-02
Reid Spencer
Reverse last patch, committed by accident.
commit
|
commitdiff
|
tree
|
snapshot
2007-01-02
Reid Spencer
Fix this test case to be legal. There is no ubyte ...
commit
|
commitdiff
|
tree
|
snapshot
2007-01-02
Reid Spencer
Add some convenience functions for getting the source...
commit
|
commitdiff
|
tree
|
snapshot
2007-01-01
Reid Spencer
Back out last revision now that llvm-upgrade can remove...
commit
|
commitdiff
|
tree
|
snapshot
2007-01-01
Reid Spencer
Regenerate.
commit
|
commitdiff
|
tree
|
snapshot
2007-01-01
Reid Spencer
For PR1070:
commit
|
commitdiff
|
tree
|
snapshot
2006-12-31
Reid Spencer
Fix a typo.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-31
Reid Spencer
Convert the intrinsic function definitions to use llvm_...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-31
Reid Spencer
Fix a cut-and-paste bug for processing of InvokeInst...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-31
Reid Spencer
Regenerate.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-31
Reid Spencer
Remove an extra semi-colon.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-31
Reid Spencer
Fix a bug in comparison of GEP indices.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-31
Reid Spencer
Remove documentation of non-existent cextcc and csretex...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-31
Reid Spencer
Add a missing colon. Noticed by Jeff Cohen.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-31
Rafael Espindola
implement missing compares
commit
|
commitdiff
|
tree
|
snapshot
2006-12-31
Reid Spencer
Fix a bug in getParamAttrs where an invalid value would...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-31
Reid Spencer
One more try on the table formatting.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-31
Reid Spencer
Clean up some typos and formatting.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-31
Reid Spencer
For PR950:
commit
|
commitdiff
|
tree
|
snapshot
2006-12-31
Reid Spencer
For PR950:
commit
|
commitdiff
|
tree
|
snapshot
2006-12-31
Reid Spencer
For PR950:
commit
|
commitdiff
|
tree
|
snapshot
2006-12-31
Reid Spencer
For PR950:
commit
|
commitdiff
|
tree
|
snapshot
2006-12-31
Reid Spencer
For PR950:
commit
|
commitdiff
|
tree
|
snapshot
2006-12-31
Reid Spencer
For PR950:
commit
|
commitdiff
|
tree
|
snapshot
2006-12-31
Reid Spencer
For PR950:
commit
|
commitdiff
|
tree
|
snapshot
2006-12-31
Reid Spencer
For PR950:
commit
|
commitdiff
|
tree
|
snapshot
2006-12-31
Reid Spencer
For PR950:
commit
|
commitdiff
|
tree
|
snapshot
2006-12-31
Reid Spencer
For PR950:
commit
|
commitdiff
|
tree
|
snapshot
2006-12-31
Reid Spencer
For PR950:
commit
|
commitdiff
|
tree
|
snapshot
next