projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
R600: Improve texture handling
2013-05-15
Bill Wendling
Use proper syntax.
commit
|
commitdiff
|
tree
2013-05-15
Bill Wendling
Add lldb and polly to the projects to tag.
commit
|
commitdiff
|
tree
2013-05-09
Bill Wendling
Generate a compact unwind encoding in the face of a...
commit
|
commitdiff
|
tree
2013-05-09
Bill Wendling
Simplify the code a bit.
commit
|
commitdiff
|
tree
2013-05-08
Bill Wendling
Add libcxx and clang-tools-extra to the testing thing.
commit
|
commitdiff
|
tree
2013-05-08
Bill Wendling
Add clang-tools-extra to the list of things to tag...
commit
|
commitdiff
|
tree
2013-05-07
Bill Wendling
Add the libc++ project to those we tag.
commit
|
commitdiff
|
tree
2013-05-07
Bill Wendling
We're in 3.4 land now.
commit
|
commitdiff
|
tree
2013-05-06
Bill Wendling
Reduce attributes.
commit
|
commitdiff
|
tree
2013-05-06
Bill Wendling
Add a testcase that checks that we generate functions...
commit
|
commitdiff
|
tree
2013-05-03
Bill Wendling
Remove this hack. We can support this better with function...
commit
|
commitdiff
|
tree
2013-05-02
Bill Wendling
Remove redundant flag.
commit
|
commitdiff
|
tree
2013-05-02
Bill Wendling
We don't want FP elimination when doing an Apple-style...
commit
|
commitdiff
|
tree
2013-05-01
Bill Wendling
Revert r180737. The companion patch was reverted, and...
commit
|
commitdiff
|
tree
2013-04-29
Bill Wendling
Revert the command line option patch. However, keep...
commit
|
commitdiff
|
tree
2013-04-29
Bill Wendling
Duplicate a testcase.
commit
|
commitdiff
|
tree
2013-04-29
Bill Wendling
Emit the TLS initialization function pointers into...
commit
|
commitdiff
|
tree
2013-04-26
Bill Wendling
Micro-optimization
commit
|
commitdiff
|
tree
2013-04-24
Bill Wendling
Align the __LD,__compact_unwind section.
commit
|
commitdiff
|
tree
2013-04-21
Bill Wendling
Remove tbaa metadata.
commit
|
commitdiff
|
tree
2013-04-19
Bill Wendling
Make variable match any name.
commit
|
commitdiff
|
tree
2013-04-19
Bill Wendling
Try explicitly setting the target triple to see if...
commit
|
commitdiff
|
tree
2013-04-19
Bill Wendling
Make test slightly more readable.
commit
|
commitdiff
|
tree
2013-04-19
Bill Wendling
Add a testcase to make sure we generate the proper...
commit
|
commitdiff
|
tree
2013-04-19
Bill Wendling
Add test to make sure that a int-to-ptr can be merged...
commit
|
commitdiff
|
tree
2013-04-19
Bill Wendling
Use an enum instead of magic constants to improve readability.
commit
|
commitdiff
|
tree
2013-04-18
Bill Wendling
Implement a better fix for PR15185.
commit
|
commitdiff
|
tree
2013-04-18
Bill Wendling
Relax this assert. It may not hold in all cases.
commit
|
commitdiff
|
tree
2013-04-18
Bill Wendling
Assert if we're trying to generate a null compact unwind...
commit
|
commitdiff
|
tree
2013-04-18
Bill Wendling
Set the compact unwind encoding to 'requires EH DWARF...
commit
|
commitdiff
|
tree
2013-04-18
Bill Wendling
Make the TargetIndependent flag have the right boolean...
commit
|
commitdiff
|
tree
2013-04-18
Bill Wendling
Cleanup patch:
commit
|
commitdiff
|
tree
2013-04-18
Bill Wendling
This patch addresses two cleanup issues:
commit
|
commitdiff
|
tree
2013-04-18
Bill Wendling
Fix comment. Patch by Stephen Lin.
commit
|
commitdiff
|
tree
2013-04-17
Bill Wendling
Add an option `-enable-old-style-attr-syntax' to print...
commit
|
commitdiff
|
tree
2013-04-17
Bill Wendling
A limit of 500 was still a bit too high for some tests.
commit
|
commitdiff
|
tree
2013-04-17
Bill Wendling
Appease a gcc warning about an overflow in a constant...
commit
|
commitdiff
|
tree
2013-04-16
Bill Wendling
Print out the target-independent attributes in a comment...
commit
|
commitdiff
|
tree
2013-04-15
Bill Wendling
We are not able to bitcast a pointer to an integral...
commit
|
commitdiff
|
tree
2013-04-10
Bill Wendling
No need to have this return a bool.
commit
|
commitdiff
|
tree
2013-04-10
Bill Wendling
Move info to CREDITS.TXT file.
commit
|
commitdiff
|
tree
2013-04-10
Bill Wendling
Track the compact unwind encoding for when we are unable...
commit
|
commitdiff
|
tree
2013-04-10
Bill Wendling
Marking myself as release manager.
commit
|
commitdiff
|
tree
2013-04-05
Bill Wendling
Use the target options specified on a function to reset...
commit
|
commitdiff
|
tree
2013-04-02
Bill Wendling
Use a worklist to avoid a sneaky iterator invalidation.
commit
|
commitdiff
|
tree
2013-03-28
Bill Wendling
Minor simplification.
commit
|
commitdiff
|
tree
2013-03-27
Bill Wendling
Specutively revert r178130.
commit
|
commitdiff
|
tree
2013-03-26
Bill Wendling
Use the full path when outputting the `.gcda' file.
commit
|
commitdiff
|
tree
2013-03-26
Bill Wendling
Remove testcase. It's failing on some platforms but...
commit
|
commitdiff
|
tree
2013-03-26
Bill Wendling
Hmm...not failing...odd
commit
|
commitdiff
|
tree
2013-03-26
Bill Wendling
Temporarily XFAIL this test until Michael can look...
commit
|
commitdiff
|
tree
2013-03-25
Bill Wendling
Remove assert. There may be target-dependent attributes...
commit
|
commitdiff
|
tree
2013-03-22
Bill Wendling
Update test. There may be multiple catches, but those...
commit
|
commitdiff
|
tree
2013-03-22
Bill Wendling
Add all clauses when merging the landing pads. Duplicates...
commit
|
commitdiff
|
tree
2013-03-22
Bill Wendling
Don't use the removed API.
commit
|
commitdiff
|
tree
2013-03-22
Bill Wendling
Revert r177675. This is language-specific and shouldn...
commit
|
commitdiff
|
tree
2013-03-21
Bill Wendling
Always forward 'resume' instructions to the outter...
commit
|
commitdiff
|
tree
2013-03-21
Bill Wendling
Add a query to tell if a landing pad has a catch-all.
commit
|
commitdiff
|
tree
2013-03-21
Bill Wendling
Update some EH tests that were violating the new EH...
commit
|
commitdiff
|
tree
2013-03-20
Bill Wendling
Call the new llvm_gcov_init function to register the...
commit
|
commitdiff
|
tree
2013-03-19
Bill Wendling
Register the GCOV writeout functions so that they're...
commit
|
commitdiff
|
tree
2013-03-18
Bill Wendling
Register the flush function for each compile unit.
commit
|
commitdiff
|
tree
2013-03-18
Bill Wendling
Update
commit
|
commitdiff
|
tree
2013-03-13
Bill Wendling
Reset some of the target options which affect code...
commit
|
commitdiff
|
tree
2013-03-12
Bill Wendling
Reflect reality.
commit
|
commitdiff
|
tree
2013-03-11
Bill Wendling
Don't remove a landing pad if the invoke requires a...
commit
|
commitdiff
|
tree
2013-03-08
Bill Wendling
Revert r176154 in favor of a better approach.
commit
|
commitdiff
|
tree
2013-03-05
Bill Wendling
Remove unused #includes.
commit
|
commitdiff
|
tree
2013-02-28
Bill Wendling
Don't add the 'Value' string if there isn't one.
commit
|
commitdiff
|
tree
2013-02-28
Bill Wendling
Don't add an attribute that already exists and don...
commit
|
commitdiff
|
tree
2013-02-28
Bill Wendling
Add the -disable-opt option to LTO. This adds:
commit
|
commitdiff
|
tree
2013-02-28
Bill Wendling
Enable syntax highlighting for reStructuredText files.
commit
|
commitdiff
|
tree
2013-02-22
Bill Wendling
Use references to attribute groups on the call/invoke...
commit
|
commitdiff
|
tree
2013-02-22
Bill Wendling
Remove warning about default covering no cases.
commit
|
commitdiff
|
tree
2013-02-22
Bill Wendling
Add a bitmask for NoBuiltin. This should *not* be used.
commit
|
commitdiff
|
tree
2013-02-22
Bill Wendling
Implement the NoBuiltin attribute.
commit
|
commitdiff
|
tree
2013-02-21
Bill Wendling
Don't assert on empty attributes.
commit
|
commitdiff
|
tree
2013-02-20
Bill Wendling
Add and remove the attribute from the correct slot.
commit
|
commitdiff
|
tree
2013-02-20
Bill Wendling
Use the attribute group reference instead of the attribute...
commit
|
commitdiff
|
tree
2013-02-20
Bill Wendling
Modify the LLVM assembly output so that it uses references...
commit
|
commitdiff
|
tree
2013-02-20
Bill Wendling
Add the function attributes from an inline asm call...
commit
|
commitdiff
|
tree
2013-02-19
Bill Wendling
Temporarily revert r175470 for more review.
commit
|
commitdiff
|
tree
2013-02-18
Bill Wendling
Check to see if the 'no-builtin' attribute is set before...
commit
|
commitdiff
|
tree
2013-02-18
Bill Wendling
Add some convenience methods for querying function...
commit
|
commitdiff
|
tree
2013-02-16
Bill Wendling
The transform is:
commit
|
commitdiff
|
tree
2013-02-16
Bill Wendling
Reinitialize the ivars in the subtarget so that they...
commit
|
commitdiff
|
tree
2013-02-15
Bill Wendling
Temporary revert of 175320.
commit
|
commitdiff
|
tree
2013-02-15
Bill Wendling
Reinitialize the ivars in the subtarget.
commit
|
commitdiff
|
tree
2013-02-15
Bill Wendling
Support changing the subtarget features in ARM.
commit
|
commitdiff
|
tree
2013-02-15
Bill Wendling
Use the 'target-features' and 'target-cpu' attributes...
commit
|
commitdiff
|
tree
2013-02-15
Bill Wendling
Simplify the 'operator<' for the attribute object.
commit
|
commitdiff
|
tree
2013-02-15
Bill Wendling
Fix testcase for attribute ordering.
commit
|
commitdiff
|
tree
2013-02-15
Bill Wendling
Fix testcase for attribute ordering.
commit
|
commitdiff
|
tree
2013-02-15
Bill Wendling
Simplify the attributes '<' comparison function.
commit
|
commitdiff
|
tree
2013-02-14
Bill Wendling
s/bool/LLVMBool/
commit
|
commitdiff
|
tree
2013-02-14
Bill Wendling
s/bool/LLVMBool/
commit
|
commitdiff
|
tree
2013-02-14
Bill Wendling
Add two new functions to the C API:
commit
|
commitdiff
|
tree
2013-02-13
Bill Wendling
Retain the name of the new internal global that's been...
commit
|
commitdiff
|
tree
2013-02-13
Bill Wendling
Add a blurb about the attributes changes to the release...
commit
|
commitdiff
|
tree
2013-02-13
Bill Wendling
Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times...
commit
|
commitdiff
|
tree
next