index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
implement codegen support for sizeof(void), fixing PR2080.
Chris Lattner
2008-02-21
3
-15
/
+45
*
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 some semantic checks for address spaces.
Chris Lattner
2008-02-21
1
-0
/
+15
*
Add -disable-output option.
Devang Patel
2008-02-21
1
-2
/
+6
*
add a fixme.
Chris Lattner
2008-02-21
1
-1
/
+3
*
Collect and build and process type attributes on pointers. For
Chris Lattner
2008-02-21
4
-19
/
+44
*
move some code, no other change.
Chris Lattner
2008-02-21
1
-67
/
+67
*
move type attribute processing into the creatively named ProcessTypeAttribute...
Chris Lattner
2008-02-21
3
-12
/
+15
*
Correctly handle address space qualifiers in declspecs. This
Chris Lattner
2008-02-21
3
-41
/
+58
*
Clean up some spilling code using MachineRegisterInfo.
Evan Cheng
2008-02-21
1
-22
/
+51
*
move ConvertDeclSpecToType into Sema
Chris Lattner
2008-02-20
2
-28
/
+29
*
rename some methods.
Chris Lattner
2008-02-20
2
-26
/
+24
*
Use getKind() in HandleDeclAttribute instead of decoding the string inline.
Chris Lattner
2008-02-20
1
-17
/
+17
*
add a method to AttributeList that converts an identifier to an enum.
Chris Lattner
2008-02-20
2
-14
/
+59
*
XFAIL for now.
Devang Patel
2008-02-20
1
-1
/
+2
*
Tabs are the enemy
Nate Begeman
2008-02-20
2
-8
/
+8
*
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
*
add some code that will be used to remove processed attrs from
Chris Lattner
2008-02-20
2
-3
/
+31
*
Change ConvertDeclSpecToType to break out of switch instead of
Chris Lattner
2008-02-20
1
-44
/
+46
*
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
*
Alternate address spaces work:
Chris Lattner
2008-02-20
10
-46
/
+69
*
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
[next]