projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Cleanup.
2012-01-11
Bill Wendling
Check to make sure that the CFString's back store ends...
commit
|
commitdiff
|
tree
2012-01-11
Bill Wendling
If the global variable is removed by the linker, then...
commit
|
commitdiff
|
tree
2012-01-10
Bill Wendling
For i386, don't use the generic code.
commit
|
commitdiff
|
tree
2012-01-05
Bill Wendling
Replace the uint64_t -> double convertion algorithm...
commit
|
commitdiff
|
tree
2011-12-25
Bill Wendling
Add braces to remove silly warning.
commit
|
commitdiff
|
tree
2011-12-15
Bill Wendling
Re-re-enable compact unwind after fixing a failure...
commit
|
commitdiff
|
tree
2011-12-14
Bill Wendling
The saved registers weren't being processed in the...
commit
|
commitdiff
|
tree
2011-12-14
Bill Wendling
Reapply r146481 with a fix to create the Builder value...
commit
|
commitdiff
|
tree
2011-12-14
Bill Wendling
Revert r146481 to review possible miscompilations.
commit
|
commitdiff
|
tree
2011-12-14
Bill Wendling
Disable to review some failures.
commit
|
commitdiff
|
tree
2011-12-13
Bill Wendling
Avoid using the 'insertvalue' instruction here.
commit
|
commitdiff
|
tree
2011-12-13
Bill Wendling
Use the example from clang, not the GCC frontend, which...
commit
|
commitdiff
|
tree
2011-12-09
Bill Wendling
Add dump method for debugging.
commit
|
commitdiff
|
tree
2011-12-09
Bill Wendling
Random cleanups. No description changes.
commit
|
commitdiff
|
tree
2011-12-09
Bill Wendling
Revert r146041 et al. The FunctionPass doesn't take...
commit
|
commitdiff
|
tree
2011-12-07
Bill Wendling
Also pass in correct initializer here.
commit
|
commitdiff
|
tree
2011-12-07
Bill Wendling
Correct initializer in example.
commit
|
commitdiff
|
tree
2011-12-07
Bill Wendling
Adjust the stack by one pointer size for all frameless...
commit
|
commitdiff
|
tree
2011-12-07
Bill Wendling
Fix off-by-one error when encoding the stack size for...
commit
|
commitdiff
|
tree
2011-12-06
Bill Wendling
Re-enable compact unwind. It seems to work now. <rdar...
commit
|
commitdiff
|
tree
2011-12-06
Bill Wendling
Explicitly check for the different SUB instructions.
commit
|
commitdiff
|
tree
2011-12-06
Bill Wendling
Encode the total stack if there isn't a frame.
commit
|
commitdiff
|
tree
2011-12-06
Bill Wendling
* Add a macro to remove a magic number.
commit
|
commitdiff
|
tree
2011-12-06
Bill Wendling
Check the correct value for small stack sizes. Also...
commit
|
commitdiff
|
tree
2011-12-06
Bill Wendling
For a small sized stack, we encode that value directly...
commit
|
commitdiff
|
tree
2011-12-06
Bill Wendling
Add a comment.
commit
|
commitdiff
|
tree
2011-12-06
Bill Wendling
The compact encoding of the registers are 3-bits each...
commit
|
commitdiff
|
tree
2011-12-05
Bill Wendling
Move 'returns_twice' definition into alphabetical place.
commit
|
commitdiff
|
tree
2011-11-30
Bill Wendling
More cleanups. No content change.
commit
|
commitdiff
|
tree
2011-11-30
Bill Wendling
Minor cleanup. No content change.
commit
|
commitdiff
|
tree
2011-11-30
Bill Wendling
Remove an XXX which hasn't been fixed yet. It's too...
commit
|
commitdiff
|
tree
2011-11-29
Bill Wendling
MachO doesn't support the protected visibility. Don...
commit
|
commitdiff
|
tree
2011-11-29
Bill Wendling
On MachO, the pointer to the personality function should...
commit
|
commitdiff
|
tree
2011-11-28
Bill Wendling
Remove dead llvm.eh.sjlj.dispatchsetup intrinsic.
commit
|
commitdiff
|
tree
2011-11-28
Bill Wendling
Support a 'final' release candidate tag.
commit
|
commitdiff
|
tree
2011-11-11
Bill Wendling
Reenable compact unwinding now that <rdar://problem...
commit
|
commitdiff
|
tree
2011-11-11
Bill Wendling
If we have to reset the calculation of the compact...
commit
|
commitdiff
|
tree
2011-11-11
Bill Wendling
Disable compact unwind generation until I can solve...
commit
|
commitdiff
|
tree
2011-11-09
Bill Wendling
Reformat the quote and tag the math stuff with <tt...
commit
|
commitdiff
|
tree
2011-11-08
Bill Wendling
Emit the compact unwind *if* we have a compact unwind...
commit
|
commitdiff
|
tree
2011-11-08
Bill Wendling
Add Eero to the list of external projects.
commit
|
commitdiff
|
tree
2011-11-08
Bill Wendling
Cleanup the formatting.
commit
|
commitdiff
|
tree
2011-11-08
Bill Wendling
Convert to the new EH model.
commit
|
commitdiff
|
tree
2011-11-08
Bill Wendling
Convert to the new EH model.
commit
|
commitdiff
|
tree
2011-11-08
Bill Wendling
Convert tests to the new EH model.
commit
|
commitdiff
|
tree
2011-11-07
Bill Wendling
This code is dead, what with the new EH model and the...
commit
|
commitdiff
|
tree
2011-11-07
Bill Wendling
Add ISPC to the external projects list.
commit
|
commitdiff
|
tree
2011-11-07
Bill Wendling
Make sure we don't insert instructions before a landingpad...
commit
|
commitdiff
|
tree
2011-11-04
Bill Wendling
Fix some misplaced punctuation.
commit
|
commitdiff
|
tree
2011-11-04
Bill Wendling
Reformatting changes to get rid of blank lines, put...
commit
|
commitdiff
|
tree
2011-11-04
Bill Wendling
Move comment to the correct place.
commit
|
commitdiff
|
tree
2011-11-04
Bill Wendling
Make the Mangler an ivar so that it doesn't have to...
commit
|
commitdiff
|
tree
2011-11-04
Bill Wendling
Refactor the MCContext so that it's an ivar instead...
commit
|
commitdiff
|
tree
2011-11-03
Bill Wendling
Keep the Crack language as an external project.
commit
|
commitdiff
|
tree
2011-11-02
Bill Wendling
An array of chars of length 8 will also cause the stack...
commit
|
commitdiff
|
tree
2011-11-01
Bill Wendling
Add LuaAV to external projects list.
commit
|
commitdiff
|
tree
2011-10-29
Bill Wendling
Do a relative path ln command instead of an absolute...
commit
|
commitdiff
|
tree
2011-10-29
Bill Wendling
Revise ThreadSanitizer mention so that it lists the...
commit
|
commitdiff
|
tree
2011-10-29
Bill Wendling
Add Cling to the External Projects list.
commit
|
commitdiff
|
tree
2011-10-26
Bill Wendling
Add include-what-you-use to the External Projects list.
commit
|
commitdiff
|
tree
2011-10-26
Bill Wendling
Some formatting changes.
commit
|
commitdiff
|
tree
2011-10-26
Bill Wendling
Add the blurb about the new exception handling.
commit
|
commitdiff
|
tree
2011-10-26
Bill Wendling
Add clReflect to the External Projects list.
commit
|
commitdiff
|
tree
2011-10-26
Bill Wendling
Add LanguageKit and Pragmatic Smalltalk to the External...
commit
|
commitdiff
|
tree
2011-10-26
Bill Wendling
Add ThreadSanitizer to the External Projects list.
commit
|
commitdiff
|
tree
2011-10-26
Bill Wendling
Add ZooLib to the External Projects list.
commit
|
commitdiff
|
tree
2011-10-26
Bill Wendling
Add the Stupid D Compiler to the External Projects...
commit
|
commitdiff
|
tree
2011-10-26
Bill Wendling
Use a worklist to prevent the iterator from becoming...
commit
|
commitdiff
|
tree
2011-10-26
Bill Wendling
Fix grammar.
commit
|
commitdiff
|
tree
2011-10-26
Bill Wendling
Reapply r142920 with fix:
commit
|
commitdiff
|
tree
2011-10-26
Bill Wendling
Add mention of AddressSanitizer to external OS projects.
commit
|
commitdiff
|
tree
2011-10-26
Bill Wendling
Add mention of Mono to external OS projects.
commit
|
commitdiff
|
tree
2011-10-26
Bill Wendling
Add mention of ClamAV to external OS projects.
commit
|
commitdiff
|
tree
2011-10-26
Bill Wendling
Add mention of Renderscript to external OS projects.
commit
|
commitdiff
|
tree
2011-10-26
Bill Wendling
Add mention of GHC to external OS projects.
commit
|
commitdiff
|
tree
2011-10-25
Bill Wendling
Add mention of SAFECode to external OS projects.
commit
|
commitdiff
|
tree
2011-10-25
Bill Wendling
Add mention of Pure to external OS projects.
commit
|
commitdiff
|
tree
2011-10-25
Bill Wendling
Add mention of Portable OpenCL to external OS projects.
commit
|
commitdiff
|
tree
2011-10-25
Bill Wendling
Add mention of gwScript to external OS projects.
commit
|
commitdiff
|
tree
2011-10-25
Bill Wendling
Add mention of Tart to external OS projects.
commit
|
commitdiff
|
tree
2011-10-25
Bill Wendling
Add TTA-based Co-design Environment to external OS...
commit
|
commitdiff
|
tree
2011-10-25
Bill Wendling
Comment out external projects so that they can be refreshed...
commit
|
commitdiff
|
tree
2011-10-25
Bill Wendling
An MBB which branches to an EH landing pad shouldn...
commit
|
commitdiff
|
tree
2011-10-24
Bill Wendling
Check the visibility of the global variable before...
commit
|
commitdiff
|
tree
2011-10-24
Bill Wendling
Cleanup. Get rid of the old SjLj EH lowering code....
commit
|
commitdiff
|
tree
2011-10-23
Bill Wendling
Rename the script to indicate that this is for the...
commit
|
commitdiff
|
tree
2011-10-23
Bill Wendling
Resurrect the 'find regressions for the TEST=nightly...
commit
|
commitdiff
|
tree
2011-10-22
Bill Wendling
The different flavors of ARM have different valid subsets...
commit
|
commitdiff
|
tree
2011-10-21
Bill Wendling
Make sure that the landing pads themselves have no...
commit
|
commitdiff
|
tree
2011-10-21
Bill Wendling
Modify the script to output the regressions and passes...
commit
|
commitdiff
|
tree
2011-10-21
Bill Wendling
Check for divide by zero.
commit
|
commitdiff
|
tree
2011-10-20
Bill Wendling
Add missing operand. <rdar://problem/10313323>
commit
|
commitdiff
|
tree
2011-10-20
Bill Wendling
Revamp the script to handle the 'TEST=simple' output.
commit
|
commitdiff
|
tree
2011-10-19
Bill Wendling
Duncan pointed out that sometimes CC and CXX are used...
commit
|
commitdiff
|
tree
2011-10-19
Bill Wendling
Use bash instead.
commit
|
commitdiff
|
tree
2011-10-19
Bill Wendling
Make sure we emit the 'movw' and 'movt' only if it...
commit
|
commitdiff
|
tree
2011-10-19
Bill Wendling
Remove some dead code.
commit
|
commitdiff
|
tree
2011-10-19
Bill Wendling
Make changes so that this runs on FreeBSD.
commit
|
commitdiff
|
tree
2011-10-18
Bill Wendling
Emit the MOVT instruction only if the # LPads is >...
commit
|
commitdiff
|
tree
2011-10-18
Bill Wendling
For Thumb mode, we need to use a constant pool if the...
commit
|
commitdiff
|
tree
next