index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix compiler warning.
Evan Cheng
2008-02-22
1
-1
/
+1
*
Fix a regression in 403.gcc and 186.crafty introduced in 47383. To test
Dan Gohman
2008-02-22
2
-28
/
+30
*
print getresult instruction.
Devang Patel
2008-02-21
1
-0
/
+1
*
Use isa<> instead of getTypeID() to check StructType.
Devang Patel
2008-02-21
2
-7
/
+6
*
A few minor updates, removing implemented stuff and adding a couple of
Eli Friedman
2008-02-21
1
-83
/
+110
*
Make the clobber analysis a bit more smart: we only are careful about
Chris Lattner
2008-02-21
1
-3
/
+13
*
Treat clobber operands like early clobbers: if we have
Chris Lattner
2008-02-21
2
-2
/
+27
*
Clear PhysRegPartUse for the sub register as well.
Bill Wendling
2008-02-21
1
-1
/
+1
*
Adjust the MaxAlignment for the special register scavenging spill slot.
Bill Wendling
2008-02-21
1
-0
/
+3
*
Help testing.
Evan Cheng
2008-02-21
1
-0
/
+7
*
Change a C-style cast to const_cast, to avoid a -Wcast-qual warning.
Dan Gohman
2008-02-21
1
-1
/
+1
*
Better names as per Evan's request
Andrew Lenharth
2008-02-21
3
-20
/
+22
*
Simplify this code, no functionality change.
Nick Lewycky
2008-02-21
1
-5
/
+2
*
GlobalValues are Constants, remove redundant code. Also fix typo in a comment.
Nick Lewycky
2008-02-21
1
-3
/
+1
*
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-02-21
90
-1460
/
+1482
*
Dan implemented one multiply issue. Replace it with another. :)
Chris Lattner
2008-02-21
1
-12
/
+33
*
Atomic op support. If any gcc test uses __sync builtins, it might start fail...
Andrew Lenharth
2008-02-21
13
-12
/
+589
*
Add support for matching mem operands. This fixes PR1133, patch by
Chris Lattner
2008-02-21
1
-1
/
+7
*
testcase for PR1133
Chris Lattner
2008-02-21
1
-0
/
+9
*
Fix a (harmless) but where vregs were added to the used reg lists for
Chris Lattner
2008-02-21
2
-9
/
+41
*
Let invoke return aggregate value.
Devang Patel
2008-02-21
3
-3
/
+14
*
Let function call return aggregate.
Devang Patel
2008-02-21
4
-8
/
+38
*
Add -disable-output option.
Devang Patel
2008-02-21
1
-2
/
+6
*
Clean up some spilling code using MachineRegisterInfo.
Evan Cheng
2008-02-21
1
-22
/
+51
*
XFAIL for now.
Devang Patel
2008-02-20
1
-1
/
+2
*
Now functions can return aggregate values.
Devang Patel
2008-02-20
1
-2
/
+1
*
regenerate.
Devang Patel
2008-02-20
3
-923
/
+989
*
Parse
Devang Patel
2008-02-20
1
-3
/
+37
*
What if functions can return aggregate values ?
Devang Patel
2008-02-20
3
-4
/
+9
*
Regenerated files.
Dale Johannesen
2008-02-20
3
-1156
/
+1178
*
Support alignment within ParamAttrs in the I/O handling.
Dale Johannesen
2008-02-20
2
-1
/
+2
*
Poorly named option.
Evan Cheng
2008-02-20
2
-3
/
+4
*
Remove one of the fixmes that I put in there. From Evan:
Bill Wendling
2008-02-20
1
-2
/
+3
*
Add convenient helper to get suffix of the file
Anton Korobeynikov
2008-02-20
2
-1
/
+12
*
getresult does not support nested aggregates.
Devang Patel
2008-02-20
1
-3
/
+14
*
Improve some comments explaining the "handle kills" stuff better.
Bill Wendling
2008-02-20
1
-2
/
+4
*
Verifier should use Assert1 instead of assert.
Devang Patel
2008-02-20
1
-2
/
+2
*
Remove inline keywords from in-class function definitions, for
Dan Gohman
2008-02-20
1
-32
/
+32
*
getresult type is the type of indexed aggregate element
Devang Patel
2008-02-20
2
-6
/
+1
*
Regenerate.
Devang Patel
2008-02-20
3
-327
/
+327
*
Specify GetResultInst index as an unsigned.
Devang Patel
2008-02-20
3
-21
/
+24
*
Fix comment.
Bill Wendling
2008-02-20
1
-2
/
+1
*
assert is more effective reminder then FIXME tag for unimplemented features.
Devang Patel
2008-02-20
1
-1
/
+1
*
Use isValidOperands() to verify GetResultInst.
Devang Patel
2008-02-20
1
-1
/
+2
*
Fix typo. Add const version of getAggregateValue() accessor member function.
Devang Patel
2008-02-20
1
-2
/
+7
*
Temporarily backing out r47337. It breaks a number of CBE tests.
Evan Cheng
2008-02-20
1
-5
/
+7
*
LegalizeTypes support for scalarizing a vector store
Duncan Sands
2008-02-20
4
-8
/
+46
*
Convert Legalize to use the APInt form of ComputeMaskedBits.
Dan Gohman
2008-02-20
2
-14
/
+19
*
Add explicit keywords.
Dan Gohman
2008-02-20
6
-8
/
+10
*
Convert DAGCombiner to use the APInt form of ComputeMaskedBits.
Dan Gohman
2008-02-20
1
-12
/
+13
[prev]
[next]